body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    overflow-x: hidden;
    height: 100%;
}
body.on{
    overflow: hidden !important;
}
 
@media (min-width:1660px){
    .w1600.container{
        width: 1600px;
    }
}
@media (min-width:1440px) and (max-width: 1659px){
    .w1600.container{
        width: 1400px;
    }
}
@media (min-width:1366px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;  /* ie8 */
    -ms-interpolation-mode: bicubic;  
    border: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



/*---------------------------------------- public ----------------------------------------*/
.bg-fff{
    background-color: #fff;
}
.bg-f7f7f7{
    background-color: #f7f7f7;
}
.container .container{
    padding-left: 0;
    padding-right: 0;
}

.header{
    position: relative;
    z-index: 100;
}
.header-top{
    background: #f7f7f7;
    line-height: 30px;
    text-align: right;
}
.header-top a{
    color: #999;
    background: url('../images/line-01.jpg') left center no-repeat;
    margin-left: 18px;
    padding-left: 18px;
}
.header-top a:first-child{
    background: none;
}
.header-top a img{
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.header-middle{
    background-color: #fff;
}
.logo{
    margin: 12px 0 11px;
}
.logo img{
    height: 57px;
}
.header-search{
    width: 284px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #0092e5;
    margin-top: 22px;
    border-radius: 5px;
}
.header-search .put-01{
    background: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0 52px 0 14px;
    width: 284px;
    height: 32px;
    line-height: 30px;
    color: #333;
}
.header-search .put-01::placeholder{
    color: #888;
}
.header-search .but-01{
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    position: absolute;
    right: 0;
    top: -1px;
    width: 34px;
    height: 34px;
}

.header-search-phone{
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    height: 50px;
    line-height: 48px;
    display: none;
}
.header-search-phone .put-01{
    height: 48px;
    line-height: 48px;
}
.header-search-phone .but-01{
    width: 47px;
    height: 50px;
}

.header-bream{
    float: right;
    width: 30px;
    height: 25px;
    position: relative;
    padding-top: 12px;
    margin-top: 14px;
    cursor: pointer;
    display: none;
}
.header-bream span{
    display: block;
    height: 1px;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    background-color: #0098ee;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before,.header-bream:after{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #0098ee;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before{
    top: 2px;
}
.header-bream::after{
    bottom: 2px;
}

.header-bream.on span{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.header-bream.on::before{
    top: 12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg); 
}
.header-bream.on::after{
    bottom: 12px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg); 
}

.nav{
    background: #0098ee;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-list{
    float: left;
}
.nav-list li{
    float: left;
    margin: 0 14px;
    position: relative;
}
.nav-list li:first-child{
    margin-left: 0;
}
.nav-list li .bdo-01{
    height: 58px;
    overflow: hidden;
}
.nav-list li .bdo-01 a{
    display: block;
    width: 108px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-align: center;
    position: relative;
}
.nav-list li .bdo-01 a span{
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.nav-list li .bdo-01 a .span-cn{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    position: relative;
}
.nav-list li .bdo-01 a .span-en{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.nav-list li .bdo-01 a .span-en::before{
    content: " ";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
}
.nav-list li.on .bdo-01 a .span-cn{
    transform: translateY(-58px);
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.nav-list li.on .bdo-01 a .span-en{
    transform: translateY(-58px);
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.nav-list li.on .bdo-01 a .span-en::before{
    left: calc(50% - 32px);
    right: calc(50% - 32px);
}
.nav-down{
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -108px;
    width: 216px;
    height: 0;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.nav-down .div-01{
    padding: 12px 15px;
    background: rgba(255,255,255,.93);
    border-radius: 10px;
    text-align: center;
    transform: rotateY(-135deg) translateY(10px);
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}
.nav-down span{
    font-size: 14px;
    padding: 9px 0;
}
.nav-down a{
    display: inline-block;
    line-height: 20px;
    color: #666;
}
.nav-down a:hover{
    color: #0098ee;
}

.nav-tell{
    float: right;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #fff;
    padding-left: 45px;
    background: url('../images/icon-tell.png') left center no-repeat;
}
.nav-search{
    float: right;
    margin-left: 25px;
}
.nav-search-up{
    width: 36px;
    height: 36px;
    margin-top: 11px;
    cursor: pointer;
}
.nav-search-tc{
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding: 36px 0;
    background-color: rgba(255,255,255,.93);
    display: none;
}
.nav-search-tc .div-01{
    position: relative;
    float: right;
    width: 476px;
    height: 48px;
    border: 1px solid #dbdbdb;
}
.nav-search-tc .div-01 .put-01{
    margin: 0;
    border: none;
    outline: none;
    background: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 68px 0 19px;
    font-size: 16px;
}
.nav-search-tc .div-01 .put-01::palceholder{
    color: #999;
}
.nav-search-tc .div-01 .but-01{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    position: absolute;
    right: -1px;
    top: -1px;
}


.nav-list li:hover .bdo-01 a .span-cn{
    transform: translateY(-58px);
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.nav-list li:hover .bdo-01 a .span-en{
    transform: translateY(-58px);
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.nav-list li:hover .bdo-01 a .span-en::before{
    left: calc(50% - 32px);
    right: calc(50% - 32px);
}
.nav-list li:hover .nav-down{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.nav-list li:hover .nav-down .div-01{
    transform: rotateY(0deg) translateY(0px);
}


/* footer */
.footer{
    background: #f0f0f0;
}
.footer-logo{
    float: left;
    width: 26.66%;
    margin-top: 2px;
}
.footer-logo .span-txt{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 22px;
}
.footer-top{
    padding-top: 40px;
    padding-bottom: 48px;
}
.footer-contact{
    float: left;
    width: 30%;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.footer-contact>div{
    margin-top: 20px;
}
.footer-contact>div:first-child{
    margin-top: 2px;
}

.foot-nav{
    float: right;
    width: 42%;
    margin-top: 2px;
}
.foot-nav .div-nav a{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 0 20px;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.foot-nav .div-nav a:first-child{
    margin-left: 0;
}

.foot-share{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    margin-top: 44px;
}
.foot-share .bdshare-button-style0-16 a{
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: center;
    margin: 0 8px;
}
.foot-share .bdshare-button-style0-16 a.bds_sqq{
    background-image: url('../images/icon-07.png');
}
.foot-share .bdshare-button-style0-16 a.bds_weixin{
    background-image: url('../images/icon-08.png');
}

.foot-share .bdshare-button-style0-16 a.bds_tsina{
    background-image: url('../images/icon-09.png');
}



.footer-copy{
    background-color: #4f4f4f;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 13px 0 15px;
}

/* 侧边栏 */
.celan{
    position: fixed;
    right: 1%;
    top: 50%;
    margin-top: -92px;
    z-index: 199;
}
.celan li{
    position: relative;
    width: 36px;
    height: 36px;
    margin-top: 13px;
}
.celan li:first-child{
    margin-top: 0;
}
.celan li .a-01{
    display: block;
    width: 36px;
    height: 36px;
    padding-top: 9px;
    border-radius: 50%;
    background-color: #0098ee;
}
.celan li .span-01{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: auto;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    white-space: nowrap;
    background-color: #0098ee;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    transform: translateX(300px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.celan li:hover .span-01{
    transform: translateX(0);
}

/* 分页 */
.pages a{
    display: inline-block;
    min-width: 36px;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dbdbdb;
    border-radius: 18px;
    font-size: 14px;
    color: #666;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pages a:first-child,.pages a:last-child{
    width: 120px;
}
.pages a.on{
    color: #fff;
    border-color: #0098ee;
    background-color: #0098ee;
}

/*---------------------------------------- index ----------------------------------------*/
.banner_owl .owl-nav button.owl-prev,.banner_owl .owl-nav button.owl-next{
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    margin-top: -38px;
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner_owl .owl-nav button.owl-prev{
    left: 3.125%;
    background-image: url('../images/arrow-left1.png');
}
.banner_owl .owl-nav button.owl-next{
    right: 3.125%;
    background-image: url('../images/arrow-right1.png');
}

.index-about{
    padding: 108px 0;
}
.index-about .mg-zi{
    left: 0;
    right: 0;
    bottom: 0;
}
.index-title .span-cn{
    font-size: 36px;
    line-height: 36px;
}
.index-title .span-en{
    font-family: "Arial";
    font-size: 16px;
    color: #999;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 8px;
}
.index-about-title{
    text-align: left;
    padding-bottom: 20px;
    background: url('../images/line-02.jpg') left bottom no-repeat;
}

.index-about-img{
    position: relative;
    float: left;
    width: 45.83%;
    height: 440px;
}
.index-about-img .a-img{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 440px;
    background-size: cover;
    background-position: center;
}
.index-about-img .a-img img{
    display: none;
}

.index-about-cont{
    float: right;
    width: 50%;
    margin-top: 50px;
}
.index-about-word{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 54px 0 60px;
}
.index-more{
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #0098ee;
    border-radius: 24px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-product{
    padding: 80px 3.125%;
    background: url('../images/bg-01.jpg') left top repeat;
}
.index-product-tab .span-01{
    display: inline-block;
    margin: 0 20px;
    width: 230px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    background-color: #fff;
    font-size: 32px;
    color: #0092e5;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow:0 0 12px rgba(4, 0, 0, .12);  
    -moz-box-shadow:0 0 12px rgba(4, 0, 0, .12);  
    box-shadow:0 0 12px rgba(4, 0, 0, .12);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-tab .span-01.on{
    background-color: #0092e5;
    color: #fff;
}

.index-product-nr{
    margin-top: 30px;
}
.index-product-nr-01{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    visibility: hidden;
}
.index-product-nr-01.on{
    position: relative;
    display: block !important;
    visibility: visible;
}
.index-product-owl{
    position: relative;
    padding-left: 5.5%;
    padding-right: 5.5%;
}
.index-product-owl .owl-nav button.owl-prev,.index-product-owl .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-owl.owl-hidden{
    opacity: 1;
}
.index-product-owl .owl-nav button.owl-prev{
    left: 0;
    background-image: url('../images/arrow-left2.png');
}
.index-product-owl .owl-nav button.owl-next{
    right: 0;
    background-image: url('../images/arrow-right2.png');
}
.index-product-01{
    padding-top: 10px;
    padding-bottom: 10px;
}
.index-product-01 .a-img{
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-01 .a-txt{
    margin-right: 40px;
    background-color: #fff;
    padding: 0 18px;
    border-radius: 5px;
}
.index-product-01 .a-txt .span-txt{
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-01 .a-txt .span-txt bdo{
    display: inline-block;
}
.index-product-01 .a-txt .span-anniu{
    position: absolute;
    right: -40px;
    top: -10px;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #0092e5;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    padding-top: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-news-bg{
    background-image: url('../images/bg-02.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 188px;
}
.index-news{
    background-color: #fff;
    padding-bottom: 80px;
}
.index-news-left{
    float: left;
    width: 27.5%;
}
.index-news-title{
    position: relative;
    margin-top: -75px;
    background-color: #fff;
    padding: 27px 0;
    -webkit-box-shadow:0 0 6px rgba(103, 103, 103, .16);  
    -moz-box-shadow:0 0 6px rgba(103, 103, 103, .16);  
    box-shadow:0 0 6px rgba(103, 103, 103, .16); 
}
.index-news-title .index-more{
    border: 1px solid #10be2c;
    color: #10be2c;
    background-color: #fff;
    margin-top: 20px;
}

.index-news-owl{
    margin-top: 6px;
}
.index-news-owl .owl-dots{
    position: absolute;
    left: 0;
    right: 16px;
    bottom: 20px;
    text-align: right;
    line-height: 10px;
}
.index-news-owl .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 10px;
    background-color: #fff;
}
.index-news-owl .owl-dots .owl-dot.active{
    background-color: #10be2c;
}

.index-news-list{
    float: right;
    width: 70.83%;
    margin-top: 21px;
}
.index-news-list li{
    padding: 18px 90px 18px 162px;
}
.index-news-list li .div-date{
    position: relative;
    float: left;
    width: 102px;
    height: 102px;
    margin-left: -132px;
    background-color: #f7f7f7;
    border-radius: 8px;
    font-size: 16px;
    color: #999;
    padding-top: 17px;
    line-height: 16px;
    overflow: hidden;
}
.index-news-list li .div-date::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 102px;
    height: 102px;
    background-color: #10be2c;
    transform: translate(-102px,102px);
    transform-origin:100% 0%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-news-list li .div-date .bdo-01{
    position: relative;
    z-index: 1;
}
.index-news-list li .div-date .span-day{
    font-size: 50px;
    color: #666;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-news-list li .div-title{
    position: relative;
    padding-top: 10px;
}
.index-news-list li .div-title .a-title{
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    max-width: 100%;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-news-list li .div-title .a-icon{
    position: absolute;
    right: -41px;
    top: 17px;
    display: block;
    width: 8px;
    height: 14px;
    background: url('../images/icon-06.png') center center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-news-list li .div-des{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.index-knowledge{
    padding: 80px 0;
    background-color: #f7f7f7;
}
.index-knowledge-cont{
    margin-top: 47px;
}
.index-knowledge-left{
    float: left;
    width: 62.5%;
}
.index-knowledge-tab{
    white-space: nowrap;
    overflow: auto;
}
.index-knowledge-tab .span-01{
    display: inline-block;
    min-width: 110px;
    height: 36px;
    padding: 0 5px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-knowledge-tab .span-01:first-child{
    margin-left: 0;
}
.index-knowledge-tab .span-01.on{
    background-color: #0098ee;
    color: #fff;
}

.index-knowledge-nr{
    margin-top: 14px;
}
.index-knowledge-nr-01{
    display: none;
}
.index-knowledge-nr-01:first-child{
    display: block;
}

.index-knowledge-list{
    margin-bottom: 40px;
}
.index-knowledge-list li{
    position: relative;
    height: 68px;
    border-bottom: 1px dashed #dbdbdb;
    padding-right: 100px;
}
.index-knowledge-list li .a-txt{
    display: inline-block;
    max-width: 100%;
    line-height: 68px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-knowledge-list li .a-icon{
    position: absolute;
    right: 54px;
    top: 27px;
    display: block;
    width: 8px;
    height: 14px;
    background: url('../images/icon-06.png') center center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-knowledge-list + .index-more{
    border: 1px solid #0098ee;
    color: #0098ee;
    background: none;
}


.index-knowledge-img{
    position: relative;
    float: right;
    width: 33.33%;
    height: 478px;
}
.index-knowledge-img .a-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 478px;
    background-size: cover;
    background-position: center;
}
.index-knowledge-img .a-img img{
    display: none;
}





/*---------------------------------------- 02_首页_全程追溯 ----------------------------------------*/
.qczs-result{
    padding-top: 60px;
    padding-bottom: 60px;
}


/*---------------------------------------- 03_关于红星 ----------------------------------------*/
.banner-inside img{
    display: block;
    width: 100%;
}
.about-nav{
    background-color: #f5f5f5;
}
.about-nav .div-width{
    width: auto;
    display: inline-block;
}
.about-nav-cont{
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 8px;
    margin-bottom: -8px;
}
.about-nav-cont a{
    position: relative;
    display: inline-block;
    min-width: 148px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    color: #666;
    margin: 0 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-nav-cont a::before{
    content: " ";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 18px;
    height: 8px;
    margin-left: -9px;
    background: url('../images/icon-10.png') center center no-repeat;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    transform: translateY(-1000%);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.about-nav-cont a:first-child{
    margin-left: 0;
}
.about-nav-cont a.on{
    background-color: #0098ee;
    color: #fff;
}
.about-nav-cont a.on::before{
    transform: translateY(0);
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}

.public-main{
    padding-top: 60px;
}
.public-title{
    font-size: 48px;
    line-height: 48px;
    color: #10be2b;
    line-height: 48px;
    padding-bottom: 55px;
    background: url('../images/line-03.jpg') bottom center no-repeat;
}
.public-title.white{
    color: #fff;
    background: url('../images/line-03w.jpg') bottom center no-repeat;
}
.public-title-des{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 13px;
    text-transform: uppercase;
}
.public-title-des.white{
    color: #fff;
}

.about-gk-list li{
    position: relative;
    min-height: 618px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-gk-list li .a-img{
    position: absolute;
    left: 50%;
    margin-left: 60px;
    right: 0;
    top: 80px;
    bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-gk-list li .a-img img{
    display: none;
}
.about-gk-word{
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 25px 20px 25px 0;
    text-align: justify;
}
.about-gk-word .div-title{
    font-size: 24px;
    color: #333;
    line-height: 34px;
    padding-bottom: 16px;
    background: url('../images/line-04.jpg') left bottom no-repeat;
}
.about-gk-word .div-des{
    margin-top: 22px;
}
.about-gk-list li:nth-child(even){
    background-color: #f7f7f7;
}
.about-gk-list li:nth-child(even) .a-img{
    left: 0;
    right: 50%;
    margin-left: 0;
    margin-right: 60px;
}
.about-gk-list li:nth-child(even) .about-gk-word{
    float: right;
    padding-right: 0;
    padding-left: 20px;
}


.about-history{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-history-cont{
    padding: 80px 0;
    background-color: rgba(0,0,0,.6);
}


.about-history-scroll{
    text-align: center;
    margin-top: 57px;
}

.about-history-word{
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    text-align: left;
}

.slider-year{
    margin-top: 64px;
    background: url('../images/bg-03.png') center center no-repeat;
    cursor: pointer;
}
.about-history-year{
    height: 95px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    padding-top: 24px;
    text-align: center;
    margin: 0 auto;
} 
.about-history-year span{
    position: relative;
    display: inline-block;
    padding-bottom: 21px;
}
.about-history-year span::after{
    content: " ";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    margin-left: -3px;
    bottom: 0;
}

.about-history .slick-center .about-history-year span{
    color: #10be2c;
}
.about-history .slick-center .about-history-year span::after{
    background-color: #10be2c;
}


.about-contact{
    padding-top: 80px;
}

.about-map{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
}
.about-address{
    margin-top: 60px;
    margin-bottom: 80px;
}
.about-address-01{
    margin-top: 30px;
    background-color: #f7f7f7;
    padding: 30px 50px;
}
.about-address-01 .span-icon{
    width: 82px;
    height: 120px;
    background-image: url('../images/bg-04.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 55px;
    margin-right: 40px;
}
.about-address-01 .bdo-01{
    font-size: 24px;
    line-height: 24px;
    color: #333;
    padding-top: 29px;
}
.about-address-01 .bdo-02{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    margin-top: 18px;
}

.about-address-01:hover .span-icon{
    -webkit-animation: jello 1s ease 0s both;
    -moz-animation: jello 1s ease 0s both;
    animation: jello 1s ease 0s both;
}


/*---------------------------------------- 04_关于红星_红星牧场 ----------------------------------------*/
.about-ranch-list{
    margin-top: 73px;
}
.about-ranch-list li{
    padding-top: 77px;
    padding-bottom: 79px;
}
.about-ranch-list li:nth-child(odd){
    background-color: #f7f7f7;
}
.about-ranch-list li .div-title{
    font-size: 30px;
    color: #10be2c;
    line-height: 36px;
    padding-left: 57px;
    background-position: left center;
    background-repeat: no-repeat;
}
.about-mc-ranch-cont{
    margin-left: 57px;
    padding-left: 370px;
    background: url('../images/bg-05.png') left top no-repeat;
    padding-bottom: 15px;
    margin-top: 35px;
}
.about-mc-ranch-cont .span-img{
    float: left;
    margin-left: -300px;
}
.about-mc-ranch-cont .span-img,.about-mc-ranch-cont .span-img img{
    width: 260px;
    height: 200px;
}
.about-mc-ranch-cont .div-cont{
    float: right;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 200px;
    text-align: justify;
}
.about-mc-ranch-cont .div-cont .div1{
    margin-top: -6px;
}
.about-mc-ranch-cont .mCSB_container{
    margin-right: 40px;
}
.about-mc-ranch-cont .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #e6e6e6;
}
.about-mc-ranch-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #2daef6;
}

.about-ranch-list li:nth-child(even) .about-mc-ranch-cont{
    padding-left: 70px;
    padding-right: 300px;
}
.about-ranch-list li:nth-child(even) .about-mc-ranch-cont .span-img{
    float: right;
    margin-left: 0;
    margin-right: -300px;
}
.about-ranch-list li:nth-child(even) .about-mc-ranch-cont .div-cont{
    float: left;
}


/*---------------------------------------- 05_欧贝星专题页 ----------------------------------------*/
.banner-special{
    height: 790px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-special-word{
    float: right;
    padding-top: 185px;
}
.banner-special-word .div-word{
    text-align: right;
    font-size: 16px;
    color: #0098ee;
}
.banner-special-word .div-word .div-title{
    font-size: 48px;
    line-height: 58px;
}
.banner-special-word .div-word .div-des{
    margin-top: 43px;
}

.banner-stage{
    text-align: right;
    padding-top: 35px;
}
.banner-stage-a1{
    display: inline-block;
    text-align: center;
    margin-left: 58px;
    margin-top: 20px;
}
.banner-stage-a1:first-child{
    margin-left: 0;
}
.banner-stage-a1 .span-01{
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/bg-06.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding-top: 36px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-stage-a1 .span-01 b{
    line-height: 36px;
    font-size: 36px;
    margin-bottom: 7px;
}
.banner-stage-a1 .span-01 bdo img{
    position: relative;
    top: -2px;
}
.banner-stage-a1 .span-txt{
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    padding-top: 45px;
    background: url('../images/line-05.jpg') top center no-repeat;
    margin-top: 10px;
}

.banner-stage-a1.on .span-01{
    background-image: url('../images/bg-06h.png');
}


/* 07_有机产品_详情页 */
.banner-prodes{
    height: 480px;
}
.banner-prodes .banner-special-word{
    padding-top: 94px;
    padding-right: 40px;
}
.banner-special-word .bdo-num{
    font-size: 20px;
    line-height: 32px;
}
.banner-special-word .bdo-num b{
    font-size: 32px;
    line-height: 32px;
}
.banner-prodes .banner-stage-a1{
    margin: 0 58px;
}





.special-place{
    padding: 102px 0px 73px;
    background-color: #f9f9f9;
}

.special-place-cont .a-img{
    float: left;
    width: 37.5%;
}
.special-place-cont .a-img img{
    width: 100%;
}
.special-place-des{
    float: right;
    width: 58.33%;
}
.special-place-des .div-title{
    font-size: 30px;
    line-height: 30px;
    color: #0098ee;
    padding-left: 12px;
    background: url('../images/line-06.jpg') left center no-repeat;
}
.special-place-list{
    margin-left: -10px;
    margin-right: -10px;
}
.special-place-list{
    padding-top: 20px;
}
.special-place-list li{
    float: left;
    width: 50%;
    padding: 20px 10px 0;
}
.special-place-list li .span-01{
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 5px 20px;
    border-radius: 5px;
}
.special-place-des .a1{
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    background-color: #0098ee;
    border: 1px solid #0098ee;
    border-radius: 23px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.special-place-des .a1:first-child{
    background-color: inherit;
    color: #0098ee;
}
.special-place-des .a2{
    width: 180px;
    height: 48px;
    background-color: #10be2c;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    margin-top: 40px;
}

.special-jieshao{
    padding-top: 80px;
}
.special-jieshao-cont{
    min-height: 498px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    margin-top: 74px;
}
.special-jieshao-scroll{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.special-jieshao-word{
    position: relative;
    min-height: 354px;
    margin-top: -30px;
    background-color: #fff;
    border-bottom: 8px solid #10be2c;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);  
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);  
    box-shadow:0 0 10px rgba(0, 0, 0, .1); 
}

.special-jieshao-word-cont{
    padding: 60px 54px 52px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.special-jieshao-word-cont .mg1{
    margin-bottom: 33px;
}

.special-jieshao-tit{
    width: 690px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.special-jieshao-tit-01{
    padding: 0 10px;
}
.special-jieshao-tit-01 span{
    display: block;
    height: 46px;
    line-height: 46px;
    background-color: #0098ee;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 23px;
}

/*.special-jieshao-scroll .slick-center .special-jieshao-tit-01 span{
    background-color: #10be2c;
}*/
.special-jieshao-scroll .swiper-slide-thumb-active .special-jieshao-tit-01 span{
    background-color: #10be2c;
}




/*.special-jieshao-word .slick-arrow{
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.special-jieshao-word .slick-prev{
    left: -90px;
    background-image: url('../images/arrow-left3.png');
}
.special-jieshao-word .slick-next{
    right: -90px;
    background-image: url('../images/arrow-right3.png');
}
.special-jieshao-word .slick-prev:hover{
    background-image: url('../images/arrow-left3h.png');
}
.special-jieshao-word .slick-next:hover{
    background-image: url('../images/arrow-right3h.png');
}*/

.special-jieshao-word .special-jieshao-arrow{
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.special-jieshao-prev{
    left: -90px;
    background-image: url('../images/arrow-left3.png') !important;
}
.special-jieshao-next{
    right: -90px;
    background-image: url('../images/arrow-right3.png') !important;
}
.special-jieshao-prev:hover{
    background-image: url('../images/arrow-left3h.png') !important;
}
.special-jieshao-next:hover{
    background-image: url('../images/arrow-right3h.png') !important;
}





.special-six{
    background-color: #f7f7f7;
    padding: 60px 3.125%;
}
.special-six-big img{
    width: 100%;
}
.special-six-big .special-six-bigword{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,152,238,.6);
}
.special-six-bigword table,.special-six-bigword table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.special-six-bigword .span-title{
    font-size: 48px;
    color: #fff;
    line-height: 60px;
}
.special-six-bigword .span-01{
    font-size: 30px;
    line-height: 48px;
    margin-top: 45px;
}
.special-six-bigword .span-01 b{
    font-size: 36px;
}

.special-six-small{
    margin-top: 4px;
}
.special-six-small .owl-nav button.owl-prev,.special-six-small .owl-nav button.owl-next{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.special-six-small .owl-nav button.owl-prev{
    left: 1.11%;
    background-image: url('../images/arrow-left3.png');
}
.special-six-small .owl-nav button.owl-next{
    right: 1.11%;
    background-image: url('../images/arrow-right3.png');
}

.special-six-a1 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    padding: 0 15%;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.special-six-a1 .span-mc table,.special-six-a1 .span-mc table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.special-six-a1 .bdo-01{
    font-size: 60px;
    line-height: 60px;
    font-weight: lighter;
    padding-bottom: 31px;
    background: url('../images/line-07.jpg') center bottom no-repeat;
}
.special-six-a1 .bdo-02{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-top: 25px;
}
.special-six-a1 .bdo-details{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-top: 18px;
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.special-six-a1 .bdo-details i{
    display: block;
    font-style: normal;
}

.special-six-a1:hover .span-mc{
    background-color: rgba(16,190,44,.8);
}

.banner-stage-a1:hover .span-01{
    background-image: url('../images/bg-06h.png');
}



.special-way{
    padding-top: 80px;
    padding-bottom: 80px;
}
.special-way-cont{
    margin-top: 40px;
    background: url('../images/line-08.jpg') center 145px repeat-x;
}
.special-way-01{
    float: left;
    width: 16.66%;
}
.special-way-01 .span-img{
    position: relative;
    width: 120px;
}
.special-way-01 .span-img img{
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.special-way-01 .mg1{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1); 
}
.special-way-01 .mg2{
    position: absolute;
    left: 0;
    top: 0;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0); 
}
.special-way-01 .span-icon{
    width: 26px;
    height: 26px;
    margin-top: 13px;
    background: url('../images/bg-07.png') center center no-repeat;
}
.special-way-01 .span-txt{
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-top: 22px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.special-way-01 .span-word{
    min-height: 166px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    background-color: #fff;
    -webkit-box-shadow:0 0 12px rgba(0, 0, 0, .14);  
    -moz-box-shadow:0 0 12px rgba(0, 0, 0, .14);  
    box-shadow:0 0 12px rgba(0, 0, 0, .14); 
    visibility: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 20px 18px;
}


.special-certificate{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url('../images/bg-08.jpg') center center no-repeat;
    background-size: cover;
}
.special-certificate-owl{
    margin-top: 44px;
}
.special-certificate-owl .owl-dots{
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 30px;
}
.special-certificate-owl .owl-stage{
                    margin: 0 auto;
                }
.special-certificate-owl button.owl-dot{
    width: 14px;
    height: 14px;
    background:url('../images/icon-27.png') center center no-repeat;
    margin: 0 6px;
}
.special-certificate-owl button.owl-dot.active{
    background:url('../images/icon-27h.png') center center no-repeat;
}
.special-certificate-01{
    font-size: 14px;
    color: #333;   
    line-height: 14px;
}
.special-certificate-01 .span-img{
    margin-bottom: 20px;
    border: 2px solid #f7f8f8;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.special-certificate-01:hover .span-img{
    border-color: #10be2b;
}

.special-video{
	position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.special-video .a-01{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}
.special-video-cont{
    position: relative;
}
.special-video-cont img{
    width: 100%;
}
.special-video-cont .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
}
.special-video-cont .mg-icon{
    width: 86px;
    height: 86px;
    position: absolute;
    left: 50%;
    margin-left: -43px;
    top: 50%;
    margin-top: -43px;
}

.special-place-mc{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 200;
    display: none;
}
.special-place-tc{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 201;
    text-align: center;
    display: none;
    background-color: rgba(0,0,0,.6);
}
.special-place-tc-cont{
    margin: 50px 0;
    display: inline-block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; 
}



/*---------------------------------------- 07_有机产品_详情页 ----------------------------------------*/
.prodes-place{
    padding-top: 86px;
    padding-bottom: 30px;
}
.special-place-list2{
    padding-top: 34px;
}
.special-place-list2 li{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-top: 14px;
}
.special-place-list2 li:first-child{
    margin-top: 0;
}


.prodes-tab{
    padding-bottom: 6px;
    white-space: nowrap;
    overflow: auto;
    background-image: url('../images/line-11.jpg');
    background-position: center 83px;
    background-repeat: repeat-x;
}
.prodes-tab .prodes-tab-cont{
    padding-bottom: 36px;
    /*border-bottom: 1px solid #ededed;*/
}
.prodes-tab .span-01{
    position: relative;
    display: inline-block;
    min-width: 180px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    margin: 0 30px;
    background-color: #0098ee;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.prodes-tab .span-01::after{
    content: " ";
    position: absolute;
    width: 12px;
    height: 17px;
    left: 50%;
    margin-left: -6px;
    bottom: -42px;
    background: url('../images/bg-09.png') center center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.prodes-tab .span-01.on{
    background-color: #10be2c;
}
.prodes-tab .span-01.on::after{
    background: url('../images/bg-09h.png') center center no-repeat;
}

.prodes-nr{
    margin-top: 65px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-bottom: 80px;
}
.prodes-nr-01{
    display: none;
}
.prodes-nr-01:first-child{
    display: block;
}
.prodes-nr .div-01 .span1{
    font-size: 18px;
    color: #10be2c;
}



/*---------------------------------------- 10_红星动态 ----------------------------------------*/
.news-year-tab{
    border-bottom: 2px solid #f7f7f7;
    white-space: nowrap;
    overflow: auto;
    padding: 50px;
}
.news-year-tab .a1{
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #0098ee;
    font-size: 18px;
    color: #fff;
    margin: 0 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-year-tab .a1.on{
    background-color: #10be2c;
}

.news-main{
    padding-bottom: 80px;
}
.news-list{
    padding-top: 10px;
    margin-bottom: 60px;
}
.news-list li{
    padding: 40px 0 40px 264px;
    border-bottom: 1px dashed #e6e6e6;
}
.news-list .a-img{
    float: left;
    margin-left: -264px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-list .a-img .a-01{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}
.news-list .a-img,.news-list .a-img img{
    width: 224px;
    height: 164px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-list .a-img .span-icon{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.news-list .a-img .mg-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
}
.news-list .news-video-none .span-icon{
    display: none;
}
.news-list .div-cont{
    float: none;
    width: 100%;
}
.news-list .div-title{
    position: relative;
    padding-bottom: 21px;
    background: url('../images/line-09.jpg') left bottom no-repeat;
    padding-right: 115px;
}
.news-list .div-title .a1{
    display: inline-block;
    max-width: 100%;
    font-size: 20px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-list .div-title .span-date{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}
.news-list .div-des{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.news-list .a-more{
    width: 120px;
    height: 36px;
    border: 1px solid #dbdbdb;
    border-radius: 18px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    margin-top: 19px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



/*---------------------------------------- 11_红星动态_详情 ----------------------------------------*/
.news-art{
    margin-top: 45px;
}
.news-art .div-title{
    padding-bottom: 25px;
    border-bottom: 1px dashed #e6e6e6;
    text-align: center;
}
.news-art .div-title .span-title{
    font-size: 24px;
    color: #333;
    line-height: 34px;
}
.news-art .div-title .span-info{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    padding-top: 22px;
}
.news-art .div-title .span-info .bdo-01,.news-art .div-title .span-info .bdo-share{
    float: left;
    margin: 10px 35px 0;
}
.news-art .div-title .span-info .bdo-01 img{
    margin-right: 10px;
}
.news-art .div-title .span-info .bdshare-button-style0-16 i{
    font-style: normal;
}
.news-art .div-title .span-info .bdshare-button-style0-16 a{
    margin: 3px 15px 0 5px;
}
.news-art .div-details{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}

.news-page{
    margin-top: 50px;
    padding: 23px 260px 58px 0;
    border-top: 1px solid #e6e6e6;
}
.news-page .span-01{
    padding: 10px 0;
}
.news-page .span-01 a{
    display: inline-block;
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding-left: 26px;
    background: url('../images/icon-37.png') left center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-page .span-01:first-child a{
    background: url('../images/icon-36.png') left center no-repeat;
}
.news-page .a-return{
    position: absolute;
    top: 31px;
    right: 0;
    width: 168px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #0098ee;
    border-radius: 8px;
}
.news-page .a-return img{
    margin-right: 9px;
}
.news-page .a-return img{
    position: relative;
    top: -2px;
}


/*---------------------------------------- 12_育婴知识_孕妈妈 ----------------------------------------*/
.knowledge-top{
    padding-top: 60px;
}
.knowledge-txt{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 13px;
}
.knowledge-txt .span-01{
    font-size: 18px;
    color: #10be2c;
}

.knowledge-tab{
    border-bottom: 2px solid #f7f7f7;
    white-space: nowrap;
    overflow: auto;
    padding: 44px 50px 50px;
}
.knowledge-tab .a1{
    display: inline-block;
    min-width: 200px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: #0098ee;
    font-size: 24px;
    color: #fff;
    margin: 0 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.knowledge-tab .a1 img{
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.knowledge-tab .a1.on{
    background-color: #10be2c;
}

.knowledge-main{
    padding-top: 10px;
    padding-bottom: 60px;
}
.knowledge-list{
    margin-bottom: 60px;
}
.knowledge-list li{
    position: relative;
    padding: 40px 7% 40px 180px;
    border-bottom: 1px dashed #e6e6e6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.knowledge-list li:first-child{
    padding-left: 264px;
}
.knowledge-list li .a-img{
    float: left;
    margin-left: -264px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.knowledge-list li .a-img,.knowledge-list li .a-img img{
    width: 224px;
    height: 164px;
}
.knowledge-list li .div-cont{
    float: left;
    width: 100%;
}
.knowledge-list li .div-title .span-num{
    position: absolute;
    left: 40px;
    top: 40px;
    width: 100px;
    height: 96px;
    padding-top: 10px;
    background: url('../images/bg-10.png') center center no-repeat;
    font-family: "Arial";
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.knowledge-list li .div-title .span-num bdo{
    display: block;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 8px;
    background: url('../images/line-10.jpg') center bottom no-repeat;
}
.knowledge-list li .div-title a{
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    margin-top: -1px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.knowledge-list li .div-des{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 23px;
}
.knowledge-list li .a-more{
    width: 120px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    color: #666;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.knowledge-video-cont .a-01{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}
.knowledge-video-cont .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
}
.knowledge-video-cont .span-mc .mg-icon{
    position: absolute;
    width: 82px;
    height: 82px;
    top: 50%;
    margin-top: -41px;
    left: 50%;
    margin-left: -41px;
}


/*---------------------------------------- 搜索页 ----------------------------------------*/
.search-list li:first-child{
    padding-left: 180px;
}


.prism-player .prism-big-play-btn{
    left: 50% !important;
    top: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
}
.prism-player .prism-big-play-btn .outter{
}

























