body .page-main{
    max-width: 100%;
    padding: 0;
}
body .page-title-wrapper,
body header.page-header,
body footer.page-footer{
    display: none;
}
body .copyright{
    display: none;
}
body .columns .column.main{
    padding: 0;
}
body .columns .column.main img{
    display: block;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color:transparent;
}
p{
	margin: 0;
	padding: 0;
}
html,
body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mob-index-tab{
	display: none;
}
.wrapper{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.2s linear 0.2s;
    position: fixed;
    z-index: 22;
}
.wrapper.init{
    opacity: 0;
}
.wrapper .content{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.wrapper .content .item{
    position: relative;
    width: 20%;
    height: 100%;
    color: #fff;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.5s ease-in 0.5s, width 0.5s ease-in;
    margin: 0;
}

.wrapper .content .item .inner{
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
}
/*背景图片动画*/
.wrapper .content .item:nth-of-type(1) .inner{
    /*transition: transform 0.5s ease-in 0.1s;*/
    transition: opacity 0.5s linear 0.5s;
}
.wrapper .content .item:nth-of-type(2) .inner{
    /*transition: transform 0.5s ease-in 0.2s;*/
    transition: opacity 0.5s linear 0.5s;
}
.wrapper .content .item:nth-of-type(3) .inner{
    /*transition: transform 0.5s ease-in 0.3s;*/
    transition: opacity 0.5s linear 0.5s;
}
.wrapper .content .item:nth-of-type(4) .inner{
    /*transition: transform 0.5s ease-in 0.4s;*/
    transition: opacity 0.5s linear 0.5s;
}
.wrapper .content .item:nth-of-type(5) .inner{
    /*transition: transform 0.5s ease-in 0.5s;*/
    transition: opacity 0.5s linear 0.5s;
}
.wrapper .content .item .inner .bjPic{
    width: 100%;
    height: 100%;
    border-radius: 0;
}



.wrapper .content .item:nth-of-type(1) .inner .bjPic{
    background-image: url("../images/k1.jpg");
    background-size: cover;
    background-position: 62% center;
}
.wrapper .content .item:nth-of-type(2) .inner .bjPic{
   background-image: url("../images/k2.jpg");
    background-size: cover;
    background-position: 72% center;
}
.wrapper .content .item:nth-of-type(3) .inner .bjPic{
   background-image: url("../images/k3.jpg");
    background-size: cover;
    background-position: 62% center;
}
.wrapper .content .item:nth-of-type(4) .inner .bjPic{
   background-image: url("../images/k4-2.jpg");
    background-size: cover;
    background-position: 80% center;
}
.wrapper .content .item:nth-of-type(5) .inner .bjPic{
    background-image: url("../images/k5.jpg");
    background-size: cover;
    background-position: 90% center;
}
.wrapper .content .item .inner .dir span.icon{
    display: block;
    width: 70px;
    height: 47px;
    background: url('../images/kv1-icon.png') center center no-repeat;
    margin: 0 auto;
    text-indent: -99999px;
}
.wrapper .content .item .inner .dir p{
    font-size: 22px;
    display: flex;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    overflow: hidden;
}
.wrapper .content .item .inner .dir p:last-child{
    margin-bottom: 0;
}
.wrapper .content .item .inner .dir p span{
    will-change: transform;
    transform: translateY(100%);
    -moz-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
    -o-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
    -webkit-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
    transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
    transition-delay: 0s;
}
.wrapper .content .item .inner:hover .dir p span{
    transform: translateY(0);
}
.wrapper .content .item:nth-of-type(2) .inner .dir .icon{
    background: url('../images/kv2-icon.png') center center no-repeat;
}
.wrapper .content .item:nth-of-type(3) .inner .dir .icon{
    background: url('../images/kv3-icon.png') center center no-repeat;
}
.wrapper .content .item:nth-of-type(4) .inner .dir .icon{
    background: url('../images/kv4-icon.png') center center no-repeat;
}
.wrapper .content .item:nth-of-type(5) .inner .dir .icon{
    background: url('../images/kv5-icon.png') center center no-repeat;
}

.wrapper .content .item .inner:hover .dir{
    background: rgba(0,106,182,0.5) url('../images/shaow-bg.png') center center no-repeat;
}
.wrapper .content .item:nth-of-type(1) .inner:hover .dir{

}
.wrapper .content .item:nth-of-type(2) .inner:hover .dir{

}
.wrapper .content .item:nth-of-type(3) .inner:hover .dir{
    background: rgba(0,106,182,0.4) url('../images/shaow-bg.png') center center no-repeat;
}
.wrapper .content .item:nth-of-type(4) .inner:hover .dir{

}
.wrapper .content .item:nth-of-type(5) .inner:hover .dir{
    background: rgba(0,106,182,0.45) url('../images/shaow-bg.png') center center no-repeat;
}

.wrapper .content .item .inner .dir{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transition: 1s ease;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.wrapper .content .item:hover .inner .bjPic{
    opacity: 1;
}
.wrapper .content .item:hover .inner .dir{
    opacity: 1;
}
.wrapper .content .item .showBox{
    width: 100%;
    height: 100%;
    /* position: absolute; */
    opacity: 0;
}
.wrapper .content .item .showBox .showBox-dir{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.startShowItem.wrapper .content .item .showBox .showBox-dir{
    opacity: 1;
    transition: opacity 0.5s linear 0.5s;
}
.wrapper .content .item .showBox .close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
}
.wrapper .content .item .showBox .close::before,
.wrapper .content .item .showBox .close::after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.wrapper .content .item .showBox .close::before{
    transform: rotateZ(45deg);
}
.wrapper .content .item .showBox .close::after{
    transform: rotate(-45deg);
}

/*初始状态*/
.init .content .item .inner{
    opacity: 1;
    transition: opacity 0.5s linear 0.5s;   
}

/*点击展示动画*/
.startShowItem .content .item{
    transition: width 0.5s ease-in 0.5s, width 0.5s ease-in;
}
.startShowItem .content .item.active{
    width: 100%;
}
.startShowItem .content .item:not(.active){
    height: 100%;
    width: 0%;
    transition: width 0.5s ease-in 0.5s, width 0.5s ease-in; 
}
.startShowItem .content .item:not(.active) .showBox{
    display: none;
}
.startShowItem .content .item.active .inner .dir{
    width: 0;
    overflow: hidden;
    opacity: 0;
}
.startShowItem .content .item.active .inner .dir .info-wrapper{
    display: none;
    opacity: 0;
}
.startShowItem .content .item .inner .dir{
    opacity: 0;
    transition: opacity 0.5s linear 0.2s;
}
.startShowItem .content .item .inner .showBox{
    opacity: 1;
    transition: opacity 0.3s linear 0.5s;
}

/*loader*/
.loader{
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 8031;
    transition: opacity 0.5s linear 0.5s;
}
.loader span{
    background: url('../images/load.gif') 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-indent: -99999px;
}

/*tip*/
.float-win, .float-win-video {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.float-win .tip-box {
    display: block;
    width: 40%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.float-win-video .tip-box {
    display: block;
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.float-win .tip-box .close-win,.float-win-video .tip-box .close-win {
    display: block;
    width: 35px;
    height: 32px;
    position: absolute;
    right: -40px;
    top: 0;
    background: url('../images/close-tip.png') no-repeat center center;
    background-size: auto;
    background-size: 35px 32px;
    cursor: pointer;
}
.float-win .tip-box img {
    width: 100%;
}
.float-win .tip-box img:nth-of-type(1){
    display: block!important;
}
.float-win .tip-box img:nth-of-type(2){
    display: none!important;
}
/*logo*/
#home-logo{
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    top: 25%;
    z-index: 22222;
    background: url('../images/logo3_new.png') center center no-repeat;
    background-size: 100% auto;
    text-indent: -99999px;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.3s linear 0.5s;
}
.wrapper.startShowItem #home-logo{
    opacity: 0;
    z-index: -1;
}
/*menu*/
.nav .menu-btn{
    width: 48px;
    height: 60px;
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 24;
    background: url('../images/menu-icon.png') 0 0 no-repeat;
    cursor: pointer;
}
.nav .menu-btn:hover{
    background: url('../images/menu-on-icon.png') 0 0 no-repeat;
}
.nav .close-btn{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 20px;
    background: url('../images/close-icon.png') center center no-repeat;
    background-size: 24px;
    cursor: pointer;
    z-index: 22;
}
.nav .icon-box{
    position: absolute;
    right: 25px;
    top: 20px;
}
.nav .icon-box .wechat-img{
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    transition: 1s ease;
}
.nav .icon-box a{
    display: block;
    float: left;
    height: 24px;
    margin-right: 20px;
    text-indent: -99999px;
}
.nav .icon-box .wechat-icon{
    background: url('../images/wechat-icon.png') center center no-repeat;
    width: 24px;
}
.nav .icon-box .weibo-icon{
    background: url('../images/weibo-icon.png') center center no-repeat;
    width: 24px;
}
.nav .icon-box .tianmao-icon{
    background: url('../images/tianmao-icon.png') center center no-repeat;
    width: 60px;
    margin-right: 0;
}
.nav .icon-box .wechat-icon:hover ~ .wechat-img{
    opacity: 1;
}
.menu-list{
    width: 20%;
    height: 100%;
    position: fixed;
    left: -40%;
    top: 0;
    background: rgba(0,106,182,0.92);
    z-index: 999;
    transition: all .8s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    min-width: 235px;
}
.menu-list.on{
    left: 0;
}
.menu-list ul li a{
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    cursor: pointer;
}
.menu-list .optiscroll{max-height: 58vh;height: 100%;margin: 70px 20px 30px;}
.menu-list .main-cate{
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
.menu-list .main-cate > li{
    margin-bottom: 20px;
}
.menu-list ul li li a{
    font-size: 14px;
}
.menu-list ul ul{
    padding-left: 20px;
    display: none;
}
.menu-list ul.sub-cate{
    margin-top: 15px;
    display: none;
}
.menu-list ul.sub-cate li{margin-bottom: 8px;}
.menu-list ul.sub-cate.on,
.menu-list ul.sub-cate ul.on{
    display: block;
    margin: 15px 0;
}
.menu-list .cate-item.active{
    font-size: 18px;
    color: #f8e09a;
    font-weight: 400;
}
.menu-list ul.sub-cate a.active{
    color: #f8e09a;
    font-weight: 400;
}
.nav .nav-bottom-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.nav .bot-info{
    padding: 20px;
}
.nav .bot-info p{
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.nav .bot-info p.copyright{
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
.wangxin-confirm-info{background: #c7e1f4;padding:13px 20px 9px;}
.wangxin-confirm-info .wangxin-img img{margin-right: 5%;width:46%;display: inline-block !important;max-width: 100px;}
.wangxin-confirm-info .wangxin-img img:last-child{margin-right: 0;}
.wangxin-confirm-info .beian{background: url("../images/beian-icon.png") no-repeat left center;padding:3px 0 3px 22px;font-size: 12px;}

/*item1*/
.showBox-dir .left-content{
    position: absolute;
    width: 32.30%;
    height: 93.75%;
    left: 8.33%;
    top: 0;
    background: rgba(0,106,182,0.5) url('../images/shaow-bg.png') center center;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;   
}
.startShowItem .showBox-dir .left-content{
    opacity: 1;
}
.showBox-dir .left-content .pc-show{
    display: block;
}
.showBox-dir .left-content .mb-show{
    display: none;
}
.showBox-dir .left-content .content-box{
    width: 73%;
    text-align: left;
    will-change: transform;
    transform: translateX(-100%);
    -moz-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -o-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -webkit-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition-delay: 0s;
}
.startShowItem .showBox-dir .left-content .content-box{
    transform: translateX(0);
}
.showBox-dir .left-content .content-box h2{
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    vertical-align: middle;
    padding-top: 140px;
    background: url('../images/logo-new2_new.png') 0 0 no-repeat;
}
.showBox-dir .left-content .content-box h2::after{
    content: "";
    display: inline-block;
    width: 45px;
    height: 30px;
    background: url('../images/niu-icon.png') center center no-repeat;
    margin-left: 10px;
    vertical-align: top;
}
.showBox-dir .left-content .content-box p{
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.showBox-dir .left-content .content-box p.en{
    font-size: 20px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.showBox-dir .left-content .content-box p.en::after{
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
}
.showBox-dir .video-box{
    position: absolute;
    left: 66%;
    top: 17.7%;
    display: none;
}
.active .showBox-dir .video-box{
    display: block;
}
.showBox-dir .video-box .video-top{
    font-size: 16px;
    line-height: 40px;
    padding-right: 30px;
    background: url('../images/video-icon.png') right center no-repeat;
    text-align: center;
    visibility: hidden;
}
.showBox-dir .video-box .video-list{
    position: relative;
    padding-top: 70px;
    text-align: center;
}
.showBox-dir .video-box .video-list::before{
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background: rgba(255,255,255,0.2);
    border-radius: 100%;
}
.showBox-dir .video-box .video-list::after{
    position: absolute;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    top: 22px;
    left: 50%;
    margin-left: -9px;
    background: rgba(255,255,255,0.7);
    border-radius: 100%;
}
.showBox-dir .video-box .video-list span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    background: rgba(0,106,182,0.7);
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}
.showBox-dir .video-box .video-show{
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s ease;
    background: rgba(255,255,255,0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.showBox-dir .video-box .video-show.on{
    z-index: 999;
    opacity: 1;
}
.showBox-dir .video-box .video-show .video-item{
    max-width: 95%;
    width:1050px;
    height:600px;
}
/*item2*/
.item2 .showBox-dir .left-content .content-box h2::after{
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url('../images/keji-icon.png') center center no-repeat;
    margin-left: 10px;
    vertical-align: top;
}

/*item3*/
.wrapper .content .item:nth-of-type(3).active .inner .bjPic{
    background-size: 100% 100%;
}
.item3 .showBox-dir .left-content{
    height: 100%;
    right: 0;
    left: auto;
}
.item3 .showBox-dir .left-content .content-box{
    transform: translateX(100%);
}
.startShowItem .item3 .showBox-dir .left-content .content-box{
    transform: translateX(0);
}
.item3 .showBox-dir .left-content .content-box h2::after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url('../images/world-icon.png') center center no-repeat;
    margin-left: 10px;
    vertical-align: top;
}
.item3 .photo-box{
    display: none;
}
.item3.active .photo-box{
    display: block;
}
.item3 .photo-box .photo-show{
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s ease;
    background: rgba(255,255,255,0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.item3 .photo-box .photo-show.on{
    opacity: 1;
    z-index: 999;
}
.item3 .photo-box .photo-show .photo-item{
    max-width: 95%;
    max-height: 95%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.item3 .photo-box .mark-list span{
    position: absolute;
    text-indent: -9999px;
    display: block;
    margin: 0;
    padding: 0;
    width: 1.56%;
    height: 4.47%;
    cursor: pointer;
    z-index: 999;
}
.item3.active .photo-box .mark-list .mark1{
    left: 4.06%;
    top: 10.10%;
}
.item3.active .photo-box .mark-list .mark2{
    left: 6.72%;
    top: 13.02%;
}
.item3.active .photo-box .mark-list .mark3{
    left: 35.62%;
    top: 5.62%;
}
.item3.active .photo-box .mark-list .mark4{
    left: 33.33%;
    top: 14.37%;
}
.item3.active .photo-box .mark-list .mark5{
    left: 39.84%;
    top: 20.31%;
}
.item3.active .photo-box .mark-list .mark6{
    left: 33.95%;
    top: 29.68%;
}
.item3.active .photo-box .mark-list .mark7{
    left: 44.16%;
    top: 59.16%;
}
.item3.active .photo-box .mark-list .mark8{
    left: 58.07%;
    top: 68.64%;
}
/*item5*/
.item5 .showBox-dir .left-content .content-box h2::after{
    content: "";
    display: inline-block;
    width: 29px;
    height: 28px;
    background: url('../images/search-icon.png') center center no-repeat;
    margin-left: 10px;
    vertical-align: top;    
}
.content-box .search-link{
    display: block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #fff;
    border-radius: 60px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
    transition: 1s ease;
}
.content-box .search-link:hover{
    background: rgba(0,106,182,0.5);
}


/*item4*/
.product-box .product-tab{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url('../images/milk-bg.png') 0 bottom no-repeat;
    background-size: 100% 100%;
    min-height: 310px;
    padding-left: 8.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    will-change: transform;
    transform: translateY(100%);
    -moz-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -o-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -webkit-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition-delay: 0s;
}
.startShowItem .product-box .product-tab{
    transform: translateY(0);
}
.product-box .item-tab{
    position: absolute;
    z-index: 999;
    bottom: 200px;
    left: 8.5%;
    border-bottom: 1px solid #b4b4b3;
}
.product-box .item-tab span{
    display: inline-block;
    color: #888888;
    padding: 10px;
    vertical-align: bottom;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
.product-box .item-tab span.on{
    font-size: 20px;
    color: #186fce;
}
.product-box .item-tab span.on::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background: #186fce;
    bottom: -1px;
    left: 0;
    z-index: 333;
}
.product-box .item-list{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.product-box .product-tab ul{
    overflow: hidden;
    padding: 15px 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.product-box .product-tab ul.on{
    opacity: 1;
    z-index: 222;
}
.product-box .product-tab ul li{
    display: block;
    float: left;
    width: 150px;
    margin-right: 3%;
    padding-top: 80px;
    font-size: 14px;
    color: #888888;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    position: relative; 
}
.product-box .product-tab ul li.active{
    font-size: 16px;
    color: #186fce;
    padding-top: 110px;
    margin-top: -10px;
}
.product-box .product-tab ul li::before{
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url('../images/item-logo1.png');
    left: 50%;
    margin-left: -40px;
    top: 0;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color:#fff;
    border-radius: 50%;
}
.product-box .product-tab ul li.yashili::before{
    background-image: url('../images/item-logo1.png');
}
.product-box .product-tab ul li.rpe::before{
    background-image: url('../images/item-logo2.png');
}
.product-box .product-tab ul li.dmz::before{
    background-image: url('../images/item-logo3.png');
}
.product-box .product-tab ul li.dlxy::before{
    background-image: url('../images/item-logo4.png');
}
.product-box .product-tab ul li.arla::before{
    background-image: url('../images/item-logo5.png');
}
.product-box .product-tab ul:nth-of-type(2) li::before{
    background-image: url('../images/item-logo6-1.png');
}
.product-box .product-tab ul:nth-of-type(2) li.mengniu::before{
    background-image: url('../images/item-logo6-1.png');
}
.product-box .product-tab ul:nth-of-type(2) li.youyi::before{
    background-image: url('../images/item-logo7-1.png');
}
.product-box .product-tab ul:nth-of-type(2) li.zhengwei::before{
    background-image: url('../images/item-logo8.png');
}
.product-box .product-tab ul:nth-of-type(2) li.mifen::before{
    background-image: url('../images/item-logo9.png');
}
.product-box .product-tab ul li.active::before{
    top: 15px;
}
.product-box .product-tab ul li.active::after{
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/active-bg.png') 0 0 no-repeat;
    z-index: 2;
}
.product-box .product-list{
    opacity: 0;
    z-index: -1;
    display: none;
}
.product-box .product-list.on{
    opacity: 1;
    z-index: 222;
    display: block;
}
.product-box .product-info{
    position: absolute;
    width: 40%;
    height: 65%;
    left: 10.5%;
    bottom: 240px;
    z-index: 666;
    text-align: center;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s linear 0.1s;
}
.product-box .product-info.show{
    opacity: 1;
    transition: opacity 0.5s linear 0.5s;
}
.product-box .product-info h2{
    font-size: 30px;
    color: #186fce;
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 30px;
    transform: translateY(-50%);
    will-change: transform;
    -moz-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -o-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -webkit-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition-delay: 0s;
    font-weight: 500;
}
.startShowItem .product-box .product-info.show h2{
    transform: translateY(0);    
}
.product-box .product-info h2::after{
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #186fce;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
.product-box .product-info p{
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    padding: 0 20px;
    transform: translateY(-50%);
    will-change: transform;
    -moz-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -o-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -webkit-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition-delay: 0s;         
}
.product-box .product-info .pc-show{
    display: block;
}
.product-box .product-info .mb-show{
    display: none;
}
.startShowItem .product-box .product-info.show p{
    transform: translateY(0);    
}
.product-box .product-info .product-img{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 65%;
    background: url('../images/pro-1.png') center bottom  no-repeat;
    background-size: auto 80%;
    margin-top: 40px;
    transform: translateY(50%);
    will-change: transform;
    -moz-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -o-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -webkit-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition-delay: 0s;       
}
.startShowItem .product-box .product-info.show .product-img{
    transform: translateY(0);    
}
.product-box .product-info.yshl .product-img{
    background: url('../images/pro-1.png') center bottom  no-repeat;
    background-size: auto 80%;
}
.product-box .product-info.rpe .product-img{
    background: url('../images/pro-2_new.png') center bottom  no-repeat;
    background-size: auto 80%;
}
.product-box .product-info.dumex .product-img{
    background: url('../images/pro-3-1.png') center bottom  no-repeat;
    background-size: auto 80%;
}
.product-box .product-info.doraler .product-img{
    background: url('../images/pro-4.png') center bottom  no-repeat;
    background-size: auto 80%;
}
.product-box .product-info.arla .product-img{
    background: url('../images/pro-5-190917.png') center bottom  no-repeat;
    background-size: auto 80%;
}
.product-box .product-list:nth-of-type(2) .product-info .product-img{
    background: url('../images/pro-6.png') center bottom  no-repeat;
    background-size: auto 80%;
}
.product-box .product-list:nth-of-type(2) .product-info.mengniu .product-img{
    background: url('../images/pro-7.png') center bottom  no-repeat;
    background-size: auto 80%;
}
.product-box .product-list:nth-of-type(2) .product-info.youyi .product-img{
    background: url('../images/pro-6.png') center bottom  no-repeat;
    background-size: auto 80%;
}
.product-box .product-list:nth-of-type(2) .product-info.zhengwei .product-img{
    background: url('../images/pro-8-1.png') center bottom  no-repeat;
    background-size: auto 70%;
}
.product-box .product-list:nth-of-type(2) .product-info.mifen .product-img{
    background: url('../images/pro-9.png') center bottom  no-repeat;
    background-size: auto 70%;
}
.product-box .product-tab .more-link{
    display: block;
    width: 140px;
    height: 60px;
    line-height: 58px;
    background: none;
    border: 1px solid #666;
    text-align: center;
    border-radius: 60px;
    position: absolute;
    right: 8.5%;
    bottom: 50px;
    text-decoration: none;
    color: #666;
    transition: 1s ease;
    z-index: 333;
}
.product-box .product-tab .more-link:hover{
    background: rgba(0,106,182,0.5);
    color: #fff;
}
/*1366*/
@media only screen and (max-width: 1400px){
    .nav .icon-box a{
        margin-right: 20px;
    }
    .product-box .item-tab{
        bottom: 180px;
    }
    .product-box .product-info{
        height: 65%;
        bottom: 33%;
    }
    .product-box .product-info .product-img,
    .product-box .product-info.rpe .product-img,
    .product-box .product-info.dumex .product-img,
    .product-box .product-info.doraler .product-img,
    .product-box .product-info.arla .product-img{
        background-size: auto 80%;
    }
    .product-box .product-tab{
        min-height: 250px;
    }
    .product-box .item-list{
        bottom: 0;
    }
    .product-box .product-tab ul li{
        margin-right: 0;
        margin-bottom: 0;
    }
}
/*1366*/

/*集团介绍*/
.pc-header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,109,182,1);
    z-index: 23;
    height: 80px;
}
.cms-home .pc-header{
    display: none;
}
.pc-header::before{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: url('../images/top-line.png') 0 0 no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.pc-header a{
    width: 150px;
    height: 50px;
    display: block;
    margin: 13px auto;
    background: url('../images/header_logo.png') 0 0 no-repeat;
    background-size: auto 100%;
    background-position: center center;
}
.group-tab{
    display: block;
    position: absolute;
    right: 4.5%;
    bottom: 8%;
    width: auto;
    z-index: 24;
}
.group-content .prev-btn,
.group-content .next-btn{
	display: none;
}
.group-tab span{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 40px;
    opacity: 0.2;
    cursor: pointer;
    text-indent: -9999px;
}
.group-tab span:hover,
.group-tab span.on{
    opacity: 1;
}
.group-tab .g-icon1{
    background: url('../images/g-icon1.png') center center no-repeat;
}
.group-tab .g-icon2{
    background: url('../images/g-icon2.png') center center no-repeat;
}
.group-tab .g-icon3{
    background: url('../images/g-icon3.png') center center no-repeat;
}
.group-tab .g-icon4{
    background: url('../images/g-icon4.png') center center no-repeat;
}
.group-tab .g-icon5{
    background: url('../images/g-icon5.png') center center no-repeat;
}
.group-tab .g-icon6{
    background: url('../images/g-icon6.png') center center no-repeat;
}
.group-tab .g-icon1:hover{
    background: url('../images/g-icon1.gif') -3px -4px no-repeat;
}
.group-tab .g-icon2:hover{
    background: url('../images/g-icon2.gif') -3px -4px no-repeat;
}
.group-tab .g-icon3:hover{
    background: url('../images/g-icon3.gif') -3px -4px no-repeat;
}
.group-tab .g-icon4:hover{
    background: url('../images/g-icon4.gif') -3px -4px no-repeat;
}
.group-tab .g-icon5:hover{
    background: url('../images/g-icon5.gif') -3px -4px no-repeat;
}
.group-tab .g-icon6:hover{
    background: url('../images/g-icon6.gif') -3px -4px no-repeat;
}
.group-table{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.group-table .group-kv{
    width: 71%;
    height: 100%;
    padding-top: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;     
}

.group-table .group-kv::after{
	display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height:-webkit-calc(100% - 80px); 
    height:-moz-calc(100% - 80px); 
    height:calc(100% - 80px);
    background: url('../images/right-y.png') right bottom no-repeat;
    background-size: auto 100%;
    z-index: 22;	
}
.group-table .group-kv .kv-item{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../images/group-kv1.jpg') 0 0 no-repeat;
    background-size: cover;
    opacity: 0;
}
.group-table .group-kv .kv-item.on{
    opacity: 1;
    transition: 1s ease;
    z-index: 22;
}
.group-table .group-kv .kv-item:nth-child(2){
    background: url('../images/group-kv2-2.jpg') 0 0 no-repeat;
    background-size: cover;    
}
.group-table .group-kv .kv-item:nth-child(3){
    background: url('../images/group-kv3.jpg') 0 0 no-repeat;
    background-size: cover;    
}
.group-table .group-kv .kv-item:nth-child(4){
    background: url('../images/group-kv4-new.jpg') 0 0 no-repeat;
    background-size: cover;    
}
.group-table .group-kv .kv-item:nth-child(5){
    background: url('../images/group-kv5-new.jpg') 0 0 no-repeat;
    background-size: cover;    
}
.group-table .group-kv .kv-item:nth-child(6){
    background: url('../images/group-kv6.jpg') 0 0 no-repeat;
    background-size: cover;    
}
.group-table .text-item{
    position: absolute;
    padding-right: 10%;
    opacity: 0;
}
.group-table .text-item .text-btn{
	display: none;
}
.group-table .text-item *{
    will-change: transform;
    transform: translateX(50%);
    -moz-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -o-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    -webkit-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition: all 1s cubic-bezier(0.37,.31,.2,.85);
    transition-delay: 0s;    
}
.group-table .text-item p{
    transform: translateX(0);
}
.group-table .text-item.on{
    opacity: 1;
    transition: 1s ease;
    z-index: 99;
}
.group-table .text-item.on *{
    transform: translateX(0);
}
.block-static-block.widget, .block-cms-link.widget{margin-bottom: 0 !important;}
.group-table .group-text{
    width: 29%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding-top: 8%;
    padding-right: 3%;
    padding-left: 3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;     
}
.group-table .group-text h2{
    font-size: 25px;
    padding-top: 120px;
    background: url('../images/logo3_new.png') 0 0 no-repeat;
    color: #006db6;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: block;
    font-weight: 500;
}
.group-table .group-text h2::after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #006db6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.group-table .group-text .pc-show{
    display: block;
}
.group-table .group-text .mb-show{
    display: none;
}
.group-table .group-text p{
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    margin: 0;
}
.group-table .group-text p strong{
    font-weight: normal;
}
.group-table .group-text .text-item:nth-child(6) p:last-child{
    padding-bottom: 60px;
    background: url('../images/g6-logo.jpg') 0 bottom no-repeat;
    background-size: 100% auto;
}

/*1366*/
@media only screen and (max-width: 1400px){
    .group-tab span{
        margin-left: 30px;
    }
    .group-table .group-text h2{
        padding-top: 110px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .group-table .group-text p{
        line-height: 25px;
        font-size: 13px;
    }
}
/*1366*/

/*社会责任*/
.social-content{
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:-webkit-calc(100% - 80px); 
    height:-moz-calc(100% - 80px); 
    height:calc(100% - 80px);
    z-index: 22;
    background: url('../images/social-bg.jpg') 0 0 no-repeat;
    background-size: cover;    
}
.social-content .social-left{
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(255,255,255,0.7);
    padding: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;     
}
.social-content .social-left h2{
    font-size: 30px;
    color: #186fce;
    text-align: center;
    margin-top: 80px;
    padding-top: 100px;
    background: url('../images/shzr_new.png') center 0 no-repeat;
    background-size: auto 60px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 50px;
}
.social-content .social-left p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-indent: 2rem;
    margin: 0 0 30px 0;
}
.social-content .social-right{
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
.social-content .social-left .open-btn,
.social-content .social-right .his-title{
    display: none;
}
.social-content .social-right .his-list{
    display: table;
    position: relative;
    padding: 80px 8%;
}
.social-content .social-right .his-list::before{
    content: "";
    display: block;
    width: 4px;
    height:-webkit-calc(100% - 80px); 
    height:-moz-calc(100% - 80px); 
    height:calc(100% - 80px);
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -2px;
    background: #83acc9;
}
.social-content .social-right .his-list .his-item{
    width: 50%;
    float: right;
    clear: both;
    padding-left: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #186fce;
    margin-top: -120px;     
}
.social-content .social-right .his-list .his-item:first-child{
    margin-top: 0;
}
.social-content .social-right .his-list .his-item h3{
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.social-content .social-right .his-list .his-item p{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0 20px;
}
.social-content .social-right .his-list .his-item:nth-child(2n+1){
    float: left;
    padding-left: 0;
    padding-right: 50px;
}
.social-content .social-right .his-list .his-item .his-img{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 10px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, #a06a20, #9c671b,#f8d98a,#a06a20);
    padding: 3px;         
}
.social-content .social-right .his-list .his-item .his-img::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: auto;
    left: -18px;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #caa053 transparent transparent;
}
.social-content .social-right .his-list .his-item .his-img::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/point-icon.png') center center no-repeat;
    position: absolute;
    left: -62px;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}
.social-content .social-right .his-list .his-item .his-img img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.social-content .social-right .his-list .his-item:nth-child(2n+1) .his-img::before{
    left: auto;
    right: -18px;
    border-color: transparent transparent transparent #caa053;
}
.social-content .social-right .his-list .his-item:nth-child(2n+1) .his-img::after{
    left: auto;
    right: -61px;
}

/*1366*/
@media only screen and (max-width: 1400px){
    .social-content .social-left h2{
        padding-top: 60px;
        background-size: auto 40px;
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .social-content .social-left p{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
/*1366*/

/*里程碑*/
.milepost-content {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    background: url('../images/milepost-bg2.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
}
.milepost-content .mi-prev,
.milepost-content .mi-next{
    display: none;
}
.milepost-content.new-bg{
    background: url('../images/milepost-bg3.jpg') 0 0 no-repeat;
    background-size: 100% 100%;    
}
.milepost-content .clouds_one {
    background: url("../images/cloud_one.png") 0 0 repeat-x;
    position: absolute;
    left: 0;
    top: 25%;
    height: 100%;
    width: 10000%;
    -webkit-animation: cloud_one 200s linear 1;
    -moz-animation: cloud_one 200s linear 1;
    -o-animation: cloud_one 200s linear 1;
    animation: cloud_one 200s linear 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
.milepost-content .clouds_two {
    background: url("../images/cloud_two.png") 0 0 repeat-x;
    position: absolute;
    left: 0;
    top: 25%;
    height: 100%;
    width: 10000%;
    -webkit-animation: cloud_two 300s linear 1;
    -moz-animation: cloud_two 300s linear 1;
    -o-animation: cloud_two 300s linear 1;
    animation: cloud_two 300s linear 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
.milepost-content .clouds_three {
    background: url("../images/cloud_three.png") 0 0 repeat-x;
    position: absolute;
    left: 0;
    top: 25%;
    height: 100%;
    width: 10000%;
    -webkit-animation: cloud_three 400s linear 1;
    -moz-animation: cloud_three 400s linear 1;
    -o-animation: cloud_three 400s linear 1;
    animation: cloud_three 400s linear 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
@-webkit-keyframes cloud_one {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@-moz-keyframes cloud_one {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes cloud_one {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}

@-webkit-keyframes cloud_two {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@-moz-keyframes cloud_two {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes cloud_two {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}

@-webkit-keyframes cloud_three {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@-moz-keyframes cloud_three {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes cloud_three {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
.milepost-tab{
    position: absolute;
    width: 93.84%;
    height: 4px;
    left: 3.08%;
    bottom: 4.5%;
    z-index: 26;
    background: #be8742;
}
.milepost-tab .tab-btn{
    display: block;
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    cursor: pointer;
    z-index: 22;
}
.milepost-tab .tab-btn span{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color: #f7e0a6;
    font-size: 14px;
    left: 0;
    top: -30px;
}
.milepost-tab .tab-btn::before{
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    position: absolute;
    left: -2px;
    top: -7px;
    background: #be8742;
    border-radius: 4px;
}
.milepost-tab .tab-btn::after{
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    position: absolute;
    right: -2px;
    top: -7px;
    background: #be8742;
    border-radius: 4px;
}
.milepost-tab .tab-btn.on,
.milepost-tab .tab-btn.on::before,
.milepost-tab .tab-btn.on::after{
    background: #f7e0a6;
    z-index: 23;
    transition: 1s ease;
}
.milepost-top{
    position: absolute;
    width: 500px;
    padding-top: 120px;
    top: 150px;
    background: url('../images/jtlcb-new_02.png') center -50px no-repeat;
    color: #1b3364;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    left: 50%;
    margin-left: -250px;
    z-index: 23;
    font-family: "FZLTZH";
}
.milepost-year{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 25;
}
.milepost-year .milepost-item{
    display: none;
}
.milepost-year .milepost-item.on{
    display: block;
}
.milepost-year .milepost-item-box{
    text-align: center;
}
.milepost-year .milepost-item-box .hover-btn{
    content: "";
    display: block;
    position: absolute;
    width: 1.56%;
    height: 3.12%;
    z-index: 33;
    left: 12.35%;
    bottom: 32.5%;
    cursor: pointer;
}
.milepost-year .milepost-item-box .hover-btn:hover{
    background: url('../images/m-active.png') center center no-repeat;
    background-size: 100% auto;
}
.milepost-year .milepost-item-box .item-img{
    width: 18.43%;
    position: absolute;
    left: 4.15%;
    bottom: 38%;
    opacity: 0;
    transition: 1s ease;
}
.milepost-year .milepost-item-box img{
    display: block;
    width: 100%;
    height: auto;
}
.milepost-year .milepost-item-box .year{
    display: block;
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 18.43%;
    bottom: 28%;
    left: 4.15%;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    transition: 1s ease;
    font-family: 'FZLTZH';
}
.milepost-year .milepost-item-box p{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    position: absolute;
    width: 18.43%;
    left: 4.15%;
    top: 74%;
    opacity: 0;
    transition: 1s ease;
}
.milepost-year .milepost-item-box .hover-btn:hover ~ .item-img,
.milepost-year .milepost-item-box .hover-btn:hover ~ .year,
.milepost-year .milepost-item-box .hover-btn:hover ~ p{
    opacity: 1;
}
/*box2*/
.milepost-year .milepost-item-box:nth-of-type(2) .hover-btn{
    left: 28.5%;
    bottom: 36.5%;
}
.milepost-year .milepost-item-box:nth-of-type(2) .item-img{
    left: 20.46%;
    bottom: 41.35%;
}
.milepost-year .milepost-item-box:nth-of-type(2) .year{
    left: 20.46%;
    bottom: 32.91%;
}
.milepost-year .milepost-item-box:nth-of-type(2) p{
    left: 20.46%;
    top: 67.75%;
}
/*box3*/
.milepost-year .milepost-item-box:nth-of-type(3) .hover-btn{
    left: 53.65%;
    bottom: 26.55%;
}
.milepost-year .milepost-item-box:nth-of-type(3) .item-img{
    left: 45.62%;
    bottom: 31.97%;
}
.milepost-year .milepost-item-box:nth-of-type(3) .year{
    left: 45.62%;
    bottom: 22.5%;
}
.milepost-year .milepost-item-box:nth-of-type(3) p{
    left: 45.62%;
    top: 78.38%;
}
/*box4*/
.milepost-year .milepost-item-box:nth-of-type(4) .hover-btn{
    left: 73.22%;
    bottom: 26.85%;
}
.milepost-year .milepost-item-box:nth-of-type(4) .item-img{
    left: 65.10%;
    bottom: 32.29%;
}
.milepost-year .milepost-item-box:nth-of-type(4) .year{
    left: 65.10%;
    bottom: 23.12%;
}
.milepost-year .milepost-item-box:nth-of-type(4) p{
    left: 65.10%;
    top: 76.5%;
}
/*box5*/
.milepost-year .milepost-item-box:nth-of-type(5) .hover-btn{
    left: 89.06%;
    bottom: 33.80%;
}
.milepost-year .milepost-item-box:nth-of-type(5) .item-img{
    left: 81.09%;
    bottom: 38.33%;
}
.milepost-year .milepost-item-box:nth-of-type(5) .year{
    left: 81.09%;
    bottom: 29.16%;
}
.milepost-year .milepost-item-box:nth-of-type(5) p{
    left: 81.09%;
    top: 71.61%;
}
/*1366*/
@media only screen and (max-width: 1400px){
    .milepost-content .clouds_one,
    .milepost-content .clouds_two,
    .milepost-content .clouds_three{
        top: 13%;
    }
}
/*1366*/

/*文化与愿景*/
.culture-vision-content .cv-menu{
    position: absolute;
    right: 5%;
    top: 140px;
    z-index: 23;
}
.culture-vision-content .cv-title{
    font-size: 32px;
    color: #fff;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
    font-family: 'FZLTZH';
}
.culture-vision-content .cv-menu.down .cv-title{
    color: #1b3364;
}
.culture-vision-content .cv-title::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
}
.culture-vision-content .cv-menu.down .cv-title::after{
    background: #1b3364;
}
.culture-vision-content ul li{
    overflow: hidden;
}
.culture-vision-content ul li span{
    font-size: 14px;
    color: #fff;
    text-align: right;
    line-height: 40px;
    display: block;
    cursor: pointer;
    float: right;
    font-family: 'FZLTZH';
}
.culture-vision-content .cv-menu.down ul li span{
    color: #99c0df;
}
.culture-vision-content ul li.on span{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.culture-vision-content .cv-menu.down ul li.on span{
    color: #1b3364;
}
.culture-vision-content ul li.on span::before{
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url('../images/arrow-left2.png') 0 center no-repeat;
    float: left;
    vertical-align: middle;
}
.culture-vision-content .cv-menu.down ul li.on span::before{
    background: url('../images/arrow-left.png') 0 center no-repeat;
}
.culture-vision-content .cv-list{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 22;
}
.culture-vision-content .cv-item{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url('../images/cv/cv-main-bg.jpg') center center no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    z-index: -1;
    transition: 1s ease;    
}
.culture-vision-content .cv-item::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%; 
    background: url('../images/cv/cv-img1.png') center bottom no-repeat;
    background-size: auto 91.7%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 1s ease;  
}
.culture-vision-content .cv-item:nth-child(2)::after{
    background: url('../images/cv/cv-img2.png') center bottom no-repeat;
    background-size: auto 91.7%;   
}
.culture-vision-content .cv-item:nth-child(3)::after{
    background: url('../images/cv/cv-img3.png') center bottom no-repeat;
    background-size: auto 91.7%;    
}
.culture-vision-content .cv-item:nth-child(4)::after{
    background: url('../images/cv/cv-img4-2.png') left 54% bottom no-repeat;
    background-size: auto 91.7%;   
}
.culture-vision-content .cv-item.on{
    opacity: 1;
    z-index: 1;
}
.culture-vision-content .cv-item.active{
    -webkit-animation: cv_bg 4s linear 1;
    -moz-animation: cv_bg 4s linear 1;
    -o-animation: cv_bg 4s linear 1;
    animation: cv_bg 4s linear 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);    
}
.culture-vision-content .cv-item.active::after{
    opacity: 0;
    -webkit-animation: cv_bg2 2s linear 1;
    -moz-animation: cv_bg2 2s linear 1;
    -o-animation: cv_bg2 2s linear 1;
    animation: cv_bg2 2s linear 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);     
}
.culture-vision-content .cv-item .cv-content{
    opacity: 0;
    background: url('../images/cv-bg-on1.jpg') center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 1s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;    
}
.culture-vision-content .cv-item:nth-child(2) .cv-content{
    background: url('../images/cv-bg-on2-1.jpg') center center no-repeat;
    background-size: 100% 100%;    
}
.culture-vision-content .cv-item:nth-child(3) .cv-content{
    background: url('../images/cv-bg-on3.jpg') center center no-repeat;
    background-size: 100% 100%;    
}
.culture-vision-content .cv-item:nth-child(4) .cv-content{
    background: url('../images/cv-bg-on4.jpg') center center no-repeat;
    background-size: 100% 100%;    
}
.culture-vision-content .cv-item.active .cv-content{
    opacity: 1;
}
.culture-vision-content .cv-item .cv-content .cv-info{
    padding-top: 150px;
    background: url('../images/cv1-title_new.png') center 0 no-repeat;
    background-size: auto;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #1b3364;
    padding-bottom: 10%;
    margin: 0;
    will-change: transform;
    transform: translateY(50%);
    -moz-transition: all 2s cubic-bezier(0.37,.31,.2,.85);
    -o-transition: all 2s cubic-bezier(0.37,.31,.2,.85);
    -webkit-transition: all 2s cubic-bezier(0.37,.31,.2,.85);
    transition: all 2s cubic-bezier(0.37,.31,.2,.85);
    transition-delay: 0s;
    opacity: 0;
    min-width: 400px;
    overflow: hidden;
}
.culture-vision-content .cv-item:nth-child(2) .cv-content .cv-info{
    background: url('../images/cv2-title_new.png') center 0 no-repeat;
    background-size: auto;
}
.culture-vision-content .cv-item:nth-child(3) .cv-content .cv-info{
    background: url('../images/cv3-title_new.png') center 0 no-repeat;
    background-size: auto;
    padding-bottom: 0;
}
.culture-vision-content .cv-item:nth-child(4) .cv-content .cv-info{
    background: url('../images/cv-info4_new.png') center 0 no-repeat;
    background-size: auto;
    padding: 0;
    width: 800px;
    height: 600px;
    margin-top: 80px;
    text-indent: -9999px;
}
.culture-vision-content .cv-item:nth-child(4) .cv-content .cv-info .cv-info-l{
    display: none;
}
.culture-vision-content .cv-item.active .cv-content .cv-info{
    transform: translateY(0);
    opacity: 1;
}
.culture-vision-content .cv-item .cv-info .cv-info-l,
.culture-vision-content .cv-item .cv-info .cv-info-r{
    float: left;
    text-align: center;
    padding: 160px 50px 0 50px;
    min-height: 190px;
}
.culture-vision-content .cv-item .cv-info .cv-info-l{
    background: url('../images/sm-l-1.png') center 0 no-repeat;
}
.culture-vision-content .cv-item .cv-info .cv-info-r{
    background: url('../images/yj-r-1.png') center 0 no-repeat;
}
.culture-vision-content .cv-item .cv-info .cv-info-l h3,
.culture-vision-content .cv-item .cv-info .cv-info-r h3{
    display: none;
}
.culture-vision-content .cv-prev,
.culture-vision-content .cv-next{
    display: none;
}
/*云*/
.culture-vision-content .cv-item .clouds_one{
    position: absolute;
    width: 35.83%;
    height: 30.31%;
    left: 12.81%;
    top: 25.10%;
    background: url('../images/cv/cv-cloud1.png') 0 0 no-repeat;
    background-size: 100% auto;
}
.culture-vision-content .cv-item.on .clouds_one{
    left: 20%;
    transition: 20s ease;
}
.culture-vision-content .cv-item .clouds_two{
    position: absolute;
    width: 44.63%;
    height: 34.68%;
    left: 2.23%;
    top: 50%;
    background: url('../images/cv/cv-cloud2.png') 0 0 no-repeat;
    background-size: 100% auto;
}
.culture-vision-content .cv-item.on .clouds_two{
    left: 10%;
    transition: 20s ease;
}
.culture-vision-content .cv-item .clouds_three{
    position: absolute;
    width: 37.08%;
    height: 41.97%;
    left: 66.68%;
    top: 36.25%;
    background: url('../images/cv/cv-cloud3.png') 0 0 no-repeat;
    background-size: 100% auto;
}
.culture-vision-content .cv-item.on .clouds_three{
    left: 50%;
    transition: 20s ease;
}
/*背景*/
@-webkit-keyframes cv_bg {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 800% 800%;
  }
}
@-moz-keyframes cv_bg {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 800% 800%;
  }
}
@keyframes cv_bg {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 800% 800%;
  }
}
/*cv-item*/
@-webkit-keyframes cv_bg2 {
  0% {
    background-size: auto 91.7%;
  }
  100% {
    background-size: auto 200%;
  }
}
@-moz-keyframes cv_bg2 {
  0% {
    background-size: auto 91.7%;
  }
  100% {
    background-size: auto 200%;
  }
}
@keyframes cv_bg2 {
  0% {
    background-size: auto 91.7%;
  }
  100% {
    background-size: auto 200%;
  }
}
/*1366*/
@media only screen and (max-width: 1400px){
    .culture-vision-content .cv-menu{
        top: 20%;
    }
    .culture-vision-content .cv-item .cv-content .cv-info,
    .culture-vision-content .cv-item:nth-child(2) .cv-content .cv-info,
    .culture-vision-content .cv-item:nth-child(3) .cv-content .cv-info{
        background-size: auto 100px;
        margin-top: 80px;
        padding-top: 8%;
    }
    .culture-vision-content .cv-item:nth-child(4) .cv-content .cv-info{
        width: 600px;
        height: 500px;
        background-size: 100% auto;
        padding: 0;
    }
}
/*1366*/

/*科研与品控*/
.science-quality-control-content{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 22;
    width: 100%;
    height:-webkit-calc(100% - 80px); 
    height:-moz-calc(100% - 80px); 
    height:calc(100% - 80px);
}
.science-quality-control-content .sqc-prev,
.science-quality-control-content .sqc-next{
    display: none;
}
.science-quality-control-content .sqc-img-content{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.science-quality-control-content .sqc-item{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s ease;
}
.science-quality-control-content .sqc-item.active{
    opacity: 1;
}
.science-quality-control-content .sqc-item img{
    display: block;
    width: 100%;
    height: 100%;
}
.science-quality-control-content .sqc-item img.hidden-pc{
    display:none !important;
}
.science-quality-control-content .sqc-item img.hidden-mobile{
    display:block !important;
}
.science-quality-control-content .sqc-menu{
    position: absolute;
    top: 50px;
    right: 80px;
    z-index: 23;
    height: 100%;
    width: 11%;
}
.science-quality-control-content .sqc-menu .sqc-title{
    font-size: 30px;
    color: #006db6;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
    text-align: right;
    font-family: 'FZLTZH';
}
.science-quality-control-content .sqc-menu .sqc-title::after{
    display: block;
    content: '';
    width: 50px;
    height: 3px;
    background: #006db6;
    position: absolute;
    right: 0;
    bottom: 0;
}
.science-quality-control-content .sqc-menu ul li{
    cursor: pointer;
    opacity: 0.5;
    transition: 1s ease;
    position: absolute;
    width: 100%;
    height: 15.62%;
    right: 0;
    top: 16.6%;
}
.science-quality-control-content .sqc-menu ul li:nth-child(2){
    top: 35.20%;
}
.science-quality-control-content .sqc-menu ul li:nth-child(3){
    top: 53.43%;
}
.science-quality-control-content .sqc-menu ul li:nth-child(4){
    top: 72.83%;
}
.science-quality-control-content .sqc-menu ul li.on{
    opacity: 1;
}
.science-quality-control-content .sqc-menu ul li .tab-img{
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    height: 80%;
    right: 0;
    top: 0;
}
.science-quality-control-content .sqc-menu ul li.on .tab-img::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #cea458;
    border-radius: 10px;
    left: 0;
    top: 0;
    position: absolute;
    left: 0;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
.science-quality-control-content .sqc-menu ul li .tab-img img{
    display: block;
    width: auto;
    height: 100%;
}
.science-quality-control-content .sqc-menu ul li span{
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #006db6;
    position: absolute;
    width: 100%;
    bottom: -20px;
    min-width: 160px;
}
/*1366*/
@media only screen and (max-width: 1400px){
    .science-quality-control-content .sqc-menu{
        top: 30px;
    }
    .science-quality-control-content .sqc-menu .sqc-title{
        font-size: 25px;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .science-quality-control-content .sqc-menu ul li span{
        font-size: 12px;
    }
}
/*1366*/

/*企业公告*/
.notice-content{
    position: fixed;
    width: 100%;
    height:-webkit-calc(100% - 80px); 
    height:-moz-calc(100% - 80px); 
    height:calc(100% - 80px);
    left: 0;
    bottom: 0;
    z-index: 22;
    background: url('../images/notice-bg_new.jpg') 0 0 no-repeat;
    background-size: 100% 100%;    
}
.notice-content .notice-list{
    display: block;
    position: absolute;
    width: 45.67%;
    height: 59.5%;
    left: 26.82%;
    top: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
.notice-content .notice-list .notice-link{
    padding-right: 40px;
}
.notice-content .notice-list .notice-link a{
    color: #7596db;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: -webkit-calc(100% - 100px); 
    max-width: -moz-calc(100% - 100px); 
    max-width: calc(100% - 100px);	
}
.notice-content .notice-list .notice-link a:hover{
    font-weight: bold;
}
.notice-content .notice-list .notice-link a br{
    display: none;
}
.notice-content .notice-list .notice-link span{
    float: right;
    color: #666666;
    font-size: 16px;
    line-height: 50px;
}
.notice-content .optiscroll-v{
    width: 5px;
    background:  #eeeeee;
    border-radius: 5px;
    cursor: pointer; 
}
.notice-content .optiscroll-vtrack, .optiscroll-htrack{
    opacity: 1;
    right: 0;
    width: 5px;
    border-radius: 5px; 
    background: #196fce;
}

/*公告详情*/
@font-face {
    font-family: 'FZLT';
    src:url('fonts/FZLTQH.TTF');
}
@font-face {
    font-family: 'FZLT';
    src:url('fonts/FZLTZH.TTF');
    font-weight: bold;
}
.notice-details-view,
.notice-details-newview{
	background: #e5f1fa;
	overflow: auto;
}
.newstitbox{
	display: block;
	width: 990px;
	margin: 80px auto 0;
	background: #fff;
	padding: 50px 80px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 87vh;
    font-family: 'FZLT';
}
.newstitbox h6{
	font-size: 25px;
	color: #0071ce;
	margin: 0 0 30px 0;
	line-height: 40px;
	font-weight: normal;
}
.newstitbox .news-tip{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}
.newstitbox .news-tip span{
	float: left;
	display: block;
	line-height: 30px;
}
.newstitbox .news-tip .line{
	padding: 0 15px;
}
.newstitbox .news-tip .news-date{
	margin-right: 45px;
}
.newstitbox .bdsharebuttonbox a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 5px;
    float: left;
}
.newstitbox .bdsharebuttonbox .bds_weixin{
	background: url('../images/brands/icon-wexin.png') center center no-repeat;
}
.newstitbox .bdsharebuttonbox .bds_tsina{
	background: url('../images/brands/icon-webo.png') center center no-repeat;
}
.newstitbox .details-content-box{
	margin-top: 40px;
}
.newstitbox .details-content-box,
.newstitbox .details-content-box p{
	font-size: 14px;
	color: #808080;
	line-height: 24px;
}
.newstitbox .details-content-box h3{
    font-weight: bold;
    margin: 25px 0 10px;
}
.newstitbox .details-content-box p{
	margin: 0 0 20px;
}
.newstitbox .details-content-box img{
	display: block;
	max-width: 80%;
	margin: 10px auto;
}

/* activities */
.clear{clear:both}
.activities-wrapper{background: url("../images/activities-bg-new.jpg") no-repeat bottom center;background-size: cover;width: 100%;height: 100vh;}
.activities-wrapper a{text-decoration: none;color: #0071ce;font-family: 'FZLTZH';}
.activities-wrapper .activities-left{float: left;width: 66%;position: absolute;bottom: 0px;height:-webkit-calc(100% - 80px); height:-moz-calc(100% - 80px); height:calc(100% - 80px);}
.activities-wrapper .activities-left-cover{position: fixed;z-index: 1;background: #fff;opacity: 0.5;width: 66%;height: 100%;}
.activities-wrapper .activities-right{float: right;width: 34%;}
.activities-wrapper .activities-left .media-activities{padding: 0 5% 0 7%;position: relative;z-index: 9;}
.activities-item{}
.activities-item li{float: left;width: 44%;margin: 2% 3% 1%;}
.activities-item li h3{font-size: 16px;color: #0071ce;font-weight: 400;margin:0 0 10px 0;}
.activities-item li .date{padding-left: 15px;border-left: 4px solid #0071ce;line-height: 20px;}
.activities-item li .cover-image{margin: 10px 0;}
body .columns .column.main .activities-item li .cover-image img{border-radius: 10px;display: inline-block;max-width: 300px;}
.activities-item li p{color: #808080;}
.media-activities-slick button{width: 65px;height: 65px;background-size: contain;background-repeat: no-repeat;text-indent: -99999px;border: 0 none;background-color:transparent;top:44%;outline: none;box-shadow: none;}
.media-activities-slick button:hover{opacity: 0.8;}
.media-activities-slick .slick-prev{background-image: url("../images/slick-arrow-prev.png");left: -50px;}
.media-activities-slick .slick-next{background-image: url("../images/slick-arrow-next.png");right: -35px;}
.media-activities-slick .slick-disabled{display: none !important;}
.activities-wrapper .activities-right .title{background: url("../images/activities-text-title_new.png") center 0 no-repeat;max-width: 288px;width:45%;height: 72px;background-size: contain;margin: 25% auto 0;}
.activities-wrapper .activities-right .activities-text{text-align: center;margin-top: 100px;font-size: 20px;color: #0071ce;line-height: 40px;font-family: "FZLTZH";}
.activities-wrapper .activities-left .optiscroll-v {
    width: 5px;
    background: #eeeeee;
    border-radius: 5px;
    cursor: pointer;
    right: 5%;
}
.activities-wrapper .activities-left .optiscroll-vtrack {
    opacity: 1;
    right: 0;
    width: 5px;
    border-radius: 5px;
    background: #196fce;
}
/*手机版*/
@media only screen and (max-width: 768px){
    .product-box .product-list:nth-of-type(2) .product-info.mifen .product-img{
        background: url('../images/pro-9.png') center bottom  no-repeat;
        background-size: auto 58%;
    }
    .loader span{
        background: url('../images/mob/m-load.gif') 0 center no-repeat;
        background-size: 100% auto;
    }
    .float-win .tip-box,.float-win-video .tip-box{
        width: 94%;
    }
    .float-win .tip-box .close-win{
        display: none;
    }
    .float-win-video .tip-box .close-win{
        top:-36px;
        right: 0;
    }
    .float-win .tip-box img:nth-of-type(1){
        display: none!important;
    }
    .float-win .tip-box img:nth-of-type(2){
        display: block!important;
    }
    #home-logo{
        top: 0;
        width: 143px;
        height: 60px;
        margin-left: -72px;
        background-size: auto 70%;
    }
	.menu-list{
		width: 100%;
		left: -100%;
	}
	.menu-list ul li a{
		font-size: 15px;
	}

	.menu-list .cate-item.active{
		font-size: 17px;
	}
	.menu-list ul.sub-cate{
		margin-top: 15px;
	}
	.wrapper .content{
		display: block;                 
	}
	.wrapper .content .item{
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 22;
		transition: 0.8s ease;
	}
	.wrapper .content .item.on{
		opacity: 1;
		width: 100%;
		z-index: 23;
	-moz-box-shadow:-5px -5px 5px #999 inset;            
		-webkit-box-shadow:-5px -5px 5px #999 inset;          
		box-shadow:-5px -5px 5px #999 inset; 		
	}
	.wrapper .content .item .inner .dir{
		display: none;
	}
	.showBox-dir .left-content{
		width: 100%;
		height: 100%;
		left: 0;
	}
    .showBox-dir .left-content .pc-show{
        display: none;
    }
    .showBox-dir .left-content .mb-show{
        display: block;
    }
    .showBox-dir .left-content::after{
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        bottom: 30px;
        background: url('../images/mob/m-close-icon.png') center center no-repeat;
        background-size: 100% auto;
        z-index: 111;
        opacity: 0;
        transition: 1s ease;
    }
    .startShowItem .showBox-dir .left-content::after{
        opacity: 1;
    }
	.showBox-dir .left-content .content-box{
		width: 80%;
		text-align: left;
	}
	.content-box .search-link{
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		margin: 40px auto 0;
	}
	.showBox-dir .left-content .content-box h2{
		text-align: center;
		background-position: center 0;
		margin-bottom: 0px;
		padding-top: 90px;
		background-size: auto 70px;
		font-size: 22px;
	}
	.showBox-dir .left-content .content-box h2::after{
		display: none!important;
	}
    .showBox-dir .left-content .content-box p{
        text-align: left;
    }
    .showBox-dir .left-content .content-box p ~ br{
        display: none;
    }
	.showBox-dir .left-content .content-box p.en{
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
		margin-top: 0;
		font-size: 16px;
        display: block;
	}
	.showBox-dir .left-content .content-box p.en::after{
		left: 50%;
		margin-left: -25px;
	}
	.mob-index-tab{
		display: block;
		position: absolute;
		bottom: 20px;
		width: 100%;
		z-index: 100;
		text-align: center;
		will-change: transform;
		transform: translateY(0);
		-moz-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
		-o-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
		-webkit-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
		transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
    	transition-delay: 0s;
	}
	.startShowItem .mob-index-tab{
		transform: translateY(150%);
	}
	.mob-index-tab ul{
		margin: 0;
	}
    .wrapper .content .item .inner .bjPic::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url('../images/mob/m-menu-bg.png') 0 top no-repeat;
        background-size: 100% auto;
    }
	.wrapper .content .item .inner .bjPic::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url('../images/mob/m-navbg.png') 0 bottom no-repeat;
		background-size: 100% auto;
	}
    .wrapper .content .item:nth-of-type(3) .inner .bjPic{
        background: url('../images/mob/m-k3.jpg') 0 0 no-repeat;
        background-size: 100% 100%;
    }
	.mob-index-tab ul li{
		display: inline-block;
		text-align: center;
		color: #fff;
		cursor: pointer;
		font-size: 14px;
		margin: 0;
		padding: 30px 14px 0 14px;
		padding-top: 30px;
		-webkit-tap-highlight-color:transparent;
	}
	.mob-index-tab ul li.on{
		color: #f0d992;
	}
	.mob-index-tab ul li:nth-of-type(1){
		background: url('../images/mob/m-navicon1.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(2){
		background: url('../images/mob/m-navicon2.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(3){
		background: url('../images/mob/m-navicon3.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(4){
		background: url('../images/mob/m-navicon4.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(5){
		background: url('../images/mob/m-navicon5.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(1).on{
		background: url('../images/mob/m-navicon1-on.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(2).on{
		background: url('../images/mob/m-navicon2-on.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(3).on{
		background: url('../images/mob/m-navicon3-on.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(4).on{
		background: url('../images/mob/m-navicon4-on.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.mob-index-tab ul li:nth-of-type(5).on{
		background: url('../images/mob/m-navicon5-on.png') center 0 no-repeat;
		background-size: auto 25px;		
	}
	.product-box .product-info{
		width: 100%;
		left: 0;
	}
    .product-box .product-info .product-img,
    .product-box .product-info.rpe .product-img,
    .product-box .product-info.dumex .product-img,
    .product-box .product-info.doraler .product-img,
    .product-box .product-info.arla .product-img,
    .product-box .product-list:nth-child(2) .product-info .product-img,
    .product-box .product-list:nth-child(2) .product-info:nth-child(2) .product-img,
    .product-box .product-list:nth-child(2) .product-info:nth-child(3) .product-img    
    {
        background-size: auto 70%;
        max-height: 250px;
    }
	.product-box .product-tab .more-link{
		width: 80px;
        height: 35px;
        line-height: 35px;
        right: 15px;
        bottom: 140px;
        border-radius: 40px;
        font-size: 13px;
	}
	.product-box .product-tab{
		min-height: 40%;
		padding-left: 0;
		background-size: auto 100%;
	}
	.product-box .product-info h2{
		margin-bottom: 10px;
		padding-bottom: 15px;
        font-weight: 500;
        font-size: 20px;
	}
    .product-box .product-info .pc-show{
        display: none;
    }
    .product-box .product-info .mb-show{
        display: block;
    }
	.product-box .product-info p{
		line-height: 25px;
        font-size: 12px;
        padding: 0;
	}
    .product-box .product-tab ul{
        bottom: 20px;
    }
	.product-box .product-tab ul li{
		width: 20%;
		padding-top: 40px;
		font-size: 13px;
	}
	.product-box .product-tab ul li.active{
		font-size: 13px;
	}
	.startShowItem.wrapper .content .item.item4 .showBox .showBox-dir{
		background: #e8e8e8 url('../images/mob/pp-bg.jpg') 0 0 no-repeat;
		background-size: 100% auto;
	}
	.product-box .product-tab ul li.active{
		padding-top: 55px;
	}
	.product-box .product-tab ul li::before{
		width: 45px;
        height: 45px;
        margin-left: -23.5px;
	}
	.product-box .product-tab ul li.active::after{
		background-size: 100% auto!important;
		background-position: center 0;
	}
    .product-box .product-tab ul li.active::before{
        top: 5.5px;
    }
    .product-box .item-tab{
        left: 15px;
        margin-left: 0;
        bottom: 140px;
    }
    .product-box .item-tab span{
        font-size: 14px;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
    }
    .product-box .item-tab span.on{
        font-size: 16px;
    }
    .product-box .product-tab ul:nth-of-type(2){
        display: block;
        text-align: center;
        justify-content: center;
        margin: 0;
    }
    .product-box .product-tab ul:nth-of-type(2) li{
        display: inline-block;
        float: none;
        width: 75px;
        margin: 0 5px;
    }
    .wrapper .content .item.item1 .showBox,
    .wrapper .content .item.item1 .showBox-dir{
        opacity: 1;
    }
    .wrapper .content .item.item1 .showBox-dir .left-content{
        opacity: 0;
    }
    .wrapper .content .item.item1.active .showBox-dir .left-content{
        opacity: 1;
    }
    .showBox-dir .video-box{
        z-index: 999;
        left: 59%;
        top: 59.9%;
        display: block;
    }
    .item1.active .showBox-dir .video-box{
        display: none;
    }
    .showBox-dir .video-box .video-show{
        display: none;
    }
    .showBox-dir .video-box .video-show.on{
        display: flex;
    }
    .showBox-dir .video-box .video-show .video-item{
        width:96%;
        height:auto;
    }
    .showBox-dir .video-box .video-top{
        font-size: 14px;
    }
    .showBox-dir .video-box .video-list{
        padding-top: 50px;
    }
    .showBox-dir .video-box .video-list::before{
        width: 30px;
        height: 30px;
        margin-left: -15px;
        top: 5px;
    }
    .showBox-dir .video-box .video-list::after{
        width: 14px;
        height: 14px;
        margin-left: -7px;
        top: 13px;
    }
    .showBox-dir .video-box .video-list span{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
    .item3 .photo-box{
        display: block;
    }
    .item3.active .photo-box{
        display: none;
    }
    .item3 .photo-box .mark-list span{
        width: 4%;
        height: 3.81%;
    }
    .item3 .photo-box .mark-list .mark1{
        left: 2.66%;
        top: 16.94%;
    }
    .item3 .photo-box .mark-list .mark2{
        left: 4.4%;
        top: 23.42%;
    }
    .item3 .photo-box .mark-list .mark3{
        left: 52.8%;
        top: 21.47%;
    }
    .item3 .photo-box .mark-list .mark4{
        left: 44.13%;
        top: 27.41%;
    }
    .item3 .photo-box .mark-list .mark5{
        left: 54.66%;
        top: 34.25%;
    }
    .item3 .photo-box .mark-list .mark6{
        left: 46.8%;
        top: 38.68%;
    }
    .item3 .photo-box .mark-list .mark7{
        left: 73.73%;
        top: 64.95%;
    }
    .item3 .photo-box .mark-list .mark8{
        left: 91.6%;
        top: 72.58%;
    }
	/*nav*/
	.nav .close-btn{
		left: 15px;
		top: 15px;
	}
	.nav .icon-box{
		top: 20px;
        display: none;
	}
	.nav .menu-btn{
        position: fixed;
		left: 5px;
		top: -5px;
	}
	.nav .menu-btn:hover{
		background: url('../images/menu-icon.png') 0 0 no-repeat;
	}
	.pc-header::before{
		background: url('../images/mob/m-top-line.png') 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.pc-header{
		height: 60px;
	}
	.pc-header a{
		height: 40px;
		margin: 5px auto;
	}
	/*集团介绍*/
	.group-table .text-item *{
		transform: translateX(0%);
		transform: translateY(50%);
	}
	.group-table .text-item.on *{
		transform: translateY(0);
	}
	.group-table .group-kv{
		padding-top: 60px;
		width: 100%;
	}
	.group-tab{
        position: fixed;
		right: 0;
		left: 0;
		bottom: 0px;
		text-align: center;
		display: flex;
		justify-content:space-around;
		padding-top: 12px;
		padding-bottom: 20px;
		background: #fff;
	}
	.group-tab span{
		float: none;
		display: inline-block;
		margin-left: 0;
		vertical-align: middle;
		text-indent: -99999px;
	}
	.group-table .group-kv::after{
		display: none;
	}
	.group-table .group-kv .kv-item{
		max-height: -webkit-calc(100% - 120px); 
    	max-height: -moz-calc(100% - 120px); 
    	max-height: calc(100% - 120px);
    	top: 60px;
    	text-indent: -9999px;
	}
	.group-table .group-kv .kv-item:nth-child(1){
		background: #3160ca url('../images/mob/group-mkv1-new.jpg') center 0 no-repeat;
		background-size: cover;
	}	
	.group-table .group-kv .kv-item:nth-child(2){
		background: url('../images/mob/group-mkv2.jpg') center 0 no-repeat;
		background-size: 100% 100%;
	}
    .group-table .group-kv .kv-item.on.shaow:nth-child(2)::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url('../images/mob/kv2-m-bg.png') 0 0 no-repeat;
        background-size: 100% auto;
    }
	.group-table .group-kv .kv-item:nth-child(3){
		background: url('../images/mob/group-mkv3.jpg') center 0 no-repeat;
		background-size: cover;
	}	
	.group-table .group-kv .kv-item:nth-child(4){
		background: url('../images/mob/group-mkv4-new.jpg') center 0 no-repeat;
		background-size: cover;
	}	
	.group-table .group-kv .kv-item:nth-child(5){
		background: url('../images/mob/group-mkv5-new.jpg') center 0 no-repeat;
		background-size: cover;
	}
	.group-table .group-kv .kv-item:nth-child(6){
		background: url('../images/mob/group-mkv6.jpg') center 0 no-repeat;
		background-size: cover;
	}
	.group-table .group-text{
		width: 100%;
		top: auto;
		bottom: 60px;
		height: auto;
		padding: 0;
	}
	.group-table .text-item{
		padding: 0;
		left: 0;
		width: 100%;
		bottom: 0;
		height: 0;
		padding-top: 90px;
		background: url('../images/mob/bot-y.png') 0 0 no-repeat;
		background-size: 100% 90px;
		overflow: hidden;
		z-index: -1;
        cursor: pointer;
	}
	.group-table .group-text h2{
		background: none;
		text-align: center;
		margin: 0;
		padding: 0;
		display: none;
	}
    .group-table .group-text .pc-show{
        display: none;
    }
    .group-table .group-text .mb-show{
        display: block;
    }
	.group-table .group-text .text-item p{
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 10px 0;
		padding-left: 25px;
		background: url('../images/g-icon1.png') 0 15px no-repeat;
		background-size: 15px auto;
        color: #006db6;
	}
    .group-table .group-text .text-item p strong{
        font-weight: bold;
    }
	.group-table .group-text .text-item:nth-child(2) p{
		background: url('../images/g-icon2.png') 0 15px no-repeat;
		background-size: 15px auto;
	}
	.group-table .group-text .text-item:nth-child(3) p{
		background: url('../images/g-icon3.png') 0 15px no-repeat;
		background-size: 15px auto;
	}
	.group-table .group-text .text-item:nth-child(4) p{
		background: url('../images/g-icon4.png') 0 15px no-repeat;
		background-size: 15px auto;
	}
	.group-table .group-text .text-item:nth-child(5) p{
		background: url('../images/g-icon5.png') 0 15px no-repeat;
		background-size: 15px auto;
	}
	.group-table .group-text .text-item:nth-child(6) p,
	.group-table .group-text .text-item:nth-child(6) p:last-child{
		background: url('../images/g-icon6.png') 0 18px no-repeat;
		background-size: 15px auto;
		padding-bottom: 0px;
		padding-top: 16px;
	}	
	.group-table .group-text h2::after{
		display: none;
	}
	.group-table .text-item.on{
		z-index: 99;
	}
	.group-table .gt{
		position: absolute;
		display: block;
		width: 100%;
		text-align: center;
		top: 17.5%;
		left: 0;
		z-index: 999;
		font-size: 25px;
		color: #1478bc;
	}
	.group-table .gt.bl{
		color: #fff;
	}
	.group-table .text-item .text-box{
		background: #fff;
        min-height: 210px;
	}
	.group-table .text-item.up{
		height: auto;
		transform: translateY(0);
		z-index: 999;
		bottom: -60px;
		padding-bottom: 60px;
	}
	.group-table .text-item .text-btn{
		display: block;
		position: absolute;
		top: -110px;
		left: 0;
		transform: none;
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #fff;
		padding-top: 40px;
		background: url('../images/mob/up-btn.png') center center no-repeat;
		background-size: 18px auto;
	}
	.group-table .text-item:nth-child(2) .text-btn,
	.group-table .text-item:nth-child(5) .text-btn,
	.group-table .text-item:nth-child(6) .text-btn{
		background: url('../images/mob/up-btn2.png') center center no-repeat;
		background-size: 18px auto;
		color: #006db6;
	}
	.group-table .text-item.up .text-btn{
		bottom: -50px;
		top: auto;
		color: #006db6;
		background: url('../images/mob/down-btn.png') center center no-repeat;
		background-size: 18px auto;
	}
	.group-tab{
		will-change: transform;
		transform: translateY(0);
		-moz-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
		-o-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
		-webkit-transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
		transition: all 0.5s cubic-bezier(0.37,.31,.2,.85);
    	transition-delay: 0s;
	}
	.group-tab.down{
		transform: translateY(100%);
	}
	.group-content .prev-btn,
	.group-content .next-btn{
		display: block;
		position: absolute;
		width: 60px;
		height: 60px;
		z-index: 999;
		top: 50%;
		margin-top: -30px;
		text-indent: -99999px;
		cursor: pointer;
	}
	.group-content .prev-btn{
		background: url('../images/gr-prev.png') 0 0 no-repeat;
		background-size: 100% 100%;
		left: 0;
	}
	.group-content .next-btn{
		background: url('../images/gr-next.png') 0 0 no-repeat;
		background-size: 100% 100%;
		right: 0;
	}
	.group-content .prev-btn.hide,
	.group-content .next-btn.hide{
		opacity: 0;
		z-index: -1;
	}
    /*集团里程碑*/
    .milepost-tab{
        height: 3px;
    }
    .milepost-top{
        width: 100%;
        top: 13%;
        left: 0;
        margin-left: 0;
        padding-top: 50px;
        background-size: auto 80px;
        font-size: 14px;
        background-position: center -15px;
    }
    .milepost-content,
    .milepost-content.new-bg{
        background: url('../images/mob/m-milepost-bg.jpg') center bottom no-repeat;
        background-size: 100% 100%;
    }
    .milepost-tab .tab-btn span{
        font-size: 12px;
    }
    .milepost-year .milepost-item-box{
        position: absolute;
        width: 56%;
        left: 20%;
        top: 39.5%;
        z-index: -1;
        opacity: 0;
        transition: 1s ease;
    }
    .bigHeight-mb .milepost-year .milepost-item-box{
        top: 44.5%;
    }
    .milepost-year .milepost-item-box.show{
        z-index: 99;
        opacity: 1;
    }
    .milepost-year .milepost-item-box .hover-btn{
        display: none;
    }
    .milepost-year .milepost-item-box .item-img,
    .milepost-year .milepost-item-box .year,
    .milepost-year .milepost-item-box p{
        position: static;
        opacity: 1;
        width: 100%;
    }
    .milepost-year .milepost-item-box .year{
        margin-top: 25px;
    }
    .milepost-year .milepost-item-box p{
        line-height: 20px;
    }
    .milepost-content .mi-prev,
    .milepost-content .mi-next{
        display: block;
        text-indent: -9999px;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        cursor: pointer;
        z-index: 99;
    }
    .milepost-content .mi-prev{
        background: url('../images/gr-prev.png') 0 0 no-repeat;
        background-size: 100% 100%;
        left: 0;
    }
    .milepost-content .mi-next{
        background: url('../images/gr-next.png') 0 0 no-repeat;
        background-size: 100% 100%;
        right: 0;
    }
    .milepost-content .clouds_one,
    .milepost-content .clouds_two,
    .milepost-content .clouds_three{
        top: 0%;
        animation-duration: 40s;
    }
    /*文化与愿景*/
    .culture-vision-content .cv-menu{
        top: 12%;
        right: 0;
        width: 100%;
        will-change: transform;
        transform: translateY(0);
        -moz-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
        -o-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
        -webkit-transition: all 1s cubic-bezier(0.37,.31,.2,.85);
        transition: all 1s cubic-bezier(0.37,.31,.2,.85);
        transition-delay: 0s;
        opacity: 1;        
    }
    .culture-vision-content .cv-menu.down{
        transform: translateY(-150%);
        opacity: 0;
    }
    .culture-vision-content .cv-menu .cv-title{
        text-align: center;
        padding-bottom: 0;
        font-size: 20px;
        color: #fff;
        margin-bottom: 10px;
    }
    .culture-vision-content .cv-menu .cv-title::after{
        display: none;
    }
    .culture-vision-content ul{
        display: flex;
        justify-content:space-around;
        margin: 0;
    }
    .culture-vision-content ul li{
        float: left;
        text-align: center;
        overflow: visible;
        position: relative;
        margin: 0;
    }
    .culture-vision-content ul li .cv-line{
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        right: -20%;
        top: 50%;
        margin-top: -5px;
        background: rgba(255,255,255,0.2);
    }
    .culture-vision-content ul li span{
        font-size: 12px;
        color: #fff;
    }
    .culture-vision-content ul li.on span{
        font-size: 12px;
        color: #f6de9e;
        position: relative;
        font-weight: normal;
    }
    .culture-vision-content ul li.on span::before{
        position: absolute;
        display: block;
        width: 40px;
        height: 2px;
        background: #f6de9e;
        left: 50%;
        margin-left: -20px;
        bottom: 0;
    }
    .culture-vision-content .cv-item .cv-content .cv-info{
        position: absolute;
        top: 20%;
        min-width: 0;
    }
    .culture-vision-content .cv-item{
        background: url('../images/mob/m-cv-bg1-1.jpg') center center no-repeat;
        background-size: cover;
    }
    .culture-vision-content .cv-item:nth-child(2){
        background: url('../images/mob/m-cv-bg2-1.jpg') center center no-repeat;
        background-size: cover;
    }
    .culture-vision-content .cv-item:nth-child(3){
        background: url('../images/mob/m-cv-bg3-1.jpg') center center no-repeat;
        background-size: cover;
    }
    .culture-vision-content .cv-item:nth-child(4){
        background: url('../images/mob/m-cv-bg4-1.jpg') center center no-repeat;
        background-size: cover;
    }
    .culture-vision-content .cv-item .cv-content{
        background: url('../images/mob/m-cv-bg-on1.jpg') center center no-repeat;
        background-size: cover;
    }
    .culture-vision-content .cv-item:nth-child(2) .cv-content{
        background: url('../images/mob/m-cv-bg-on2-1.jpg') center center no-repeat;
        background-size: cover;
    }
    .culture-vision-content .cv-item:nth-child(3) .cv-content{
        background: url('../images/mob/m-cv-bg-on3.jpg') center center no-repeat;
        background-size: cover;
    }
    .culture-vision-content .cv-item:nth-child(4) .cv-content{
        background: url('../images/mob/m-cv-bg-on4-1.jpg') center center no-repeat;
        background-size: cover;
    }
    .culture-vision-content .cv-item:nth-child(1) .cv-content .cv-info,
    .culture-vision-content .cv-item:nth-child(2) .cv-content .cv-info,
    .culture-vision-content .cv-item:nth-child(3) .cv-content .cv-info,
    .culture-vision-content .cv-item:nth-child(4) .cv-content .cv-info{
        background-size: auto 80px;
        margin-top: 0;
        padding-top: 80px;
        font-size: 16px;
        line-height: 30px;
        width: 100%;
    }
    .culture-vision-content .cv-item:nth-child(1) .cv-content .cv-info{
        width: 250px;
    }
    .culture-vision-content .cv-item .cv-info .cv-info-l,
    .culture-vision-content .cv-item .cv-info .cv-info-r{
        padding: 80px 10px 0 10px;
        float: none;
        min-height: 0;
        text-align: center;
        width: 38%;
        display: inline-block;
        vertical-align: top;
        background-size: auto 70px;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
    }
    .culture-vision-content .cv-item .cv-info .cv-info-l br,
    .culture-vision-content .cv-item .cv-info .cv-info-r br{
        display: none;
    }
    .culture-vision-content .cv-item .cv-info .cv-info-l h3,
    .culture-vision-content .cv-item .cv-info .cv-info-r h3{
        display: none;
        font-weight: bold;
        color: #1b3364;
    }
    .culture-vision-content .cv-item:nth-child(4) .cv-content .cv-info .cv-info-l{
        display: none;
    }
    .culture-vision-content .cv-item:nth-child(4) .cv-content .cv-info{
        width: 100%;
        height: 50%;
        padding-top: 80px;
        background-size: 100% auto;
        text-indent: 0;
    }
    .culture-vision-content .cv-prev,
    .culture-vision-content .cv-next{
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        z-index: 999;
        top: 50%;
        margin-top: -30px;
        text-indent: -99999px;
        cursor: pointer;
    }
    .culture-vision-content .cv-prev{
        background: url('../images/gr-prev.png') 0 0 no-repeat;
        background-size: 100% 100%;
        left: 0;
    }
    .culture-vision-content .cv-next{
        background: url('../images/gr-next.png') 0 0 no-repeat;
        background-size: 100% 100%;
        right: 0;
    }
    .culture-vision-content .cv-prev.hide,
    .culture-vision-content .cv-next.hide{
        opacity: 0;
        z-index: -1;
    }
    .culture-vision-content .cv-item,
    .culture-vision-content .cv-item:nth-child(2),
    .culture-vision-content .cv-item:nth-child(3),
    .culture-vision-content .cv-item:nth-child(4){
        background: url('../images/cv/m-cv-main-bg.jpg') 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .culture-vision-content .cv-item::after,
    .culture-vision-content .cv-item:nth-child(2)::after,
    .culture-vision-content .cv-item:nth-child(3)::after,
    .culture-vision-content .cv-item:nth-child(4)::after{
        background-size: auto 52.39%;
        background-position: center 70%;
    }
    .culture-vision-content .cv-item:nth-child(4)::after{
        background-position: 70% 70%;
    }
    .culture-vision-content .cv-item .clouds_one{
        width: 344px;
        height: 195px;
        top: 12.4%;
        left: -60%;
    }
    .culture-vision-content .cv-item .clouds_two{
        width: 356px;
        height: 201px;
        top: 39.13%;
        background: url('../images/cv/cv-cloud3.png') 0 0 no-repeat;
        background-size: 100% auto;
        left: -30%;
    }
    .culture-vision-content .cv-item .clouds_three{
        width: 356px;
        height: 201px;
        top: 24%;
        left: 70%;
    }
    .culture-vision-content .cv-item.on .clouds_one{
        left: -40%;
    }
    .culture-vision-content .cv-item.on .clouds_two{
        left: -10%;
    }
    .culture-vision-content .cv-item.on .clouds_three{
        left: 50%;
    }
    .culture-vision-content .cv-item.active{
        animation: none;
    }
    .culture-vision-content .cv-item.active::after{
    opacity: 0;
    -webkit-animation: cv_bg2 0s linear 1;
    -moz-animation: cv_bg2 0s linear 1;
    -o-animation: cv_bg2 0s linear 1;
    animation: cv_bg2 0s linear 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);     
    }
    /*企业公告*/
    .notice-content{
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        background: url('../images/mob/m-notice-bg_new.jpg') 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .notice-content .notice-list{
        width: 85.33%;
        height: 68%;
        left: 8%;
        top: 22.74%;
    }
    .notice-content .notice-list .notice-link{
        padding-right: 25px;
    }
    .notice-content .notice-list .notice-link{
        margin-bottom: 12px;
    }
    .notice-content .notice-list .notice-link a,
    .notice-content .notice-list .notice-link span{
        line-height: 25px;
        font-size: 14px;
        font-weight: normal;
        white-space: normal;
    }
    .notice-content .notice-list .notice-link a{
        max-width: -webkit-calc(100% - 90px);
        max-width: -moz-calc(100% - 90px);
        max-width: calc(100% - 90px);
    }

    /*社会责任*/
    .social-content{
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
    }
    .social-content .social-right{
        width: 100%;
    }
    .social-content .social-left{
        width: 85%;
        left: 100%;
        background: #fff;
        padding: 0 25px;
        transition: 1s ease;
    }
    .social-content .social-left.show{
        left: 15%;
    }
    .social-content .social-left .open-btn{
        display: block;
        position: absolute;
        text-indent: -9999px;
        width: 50px;
        height: 50px;
        left: -25px;
        top: 50%;
        margin-top: -25px;
        background: #fff url('../images/mob/left-btn.png') 10px center no-repeat;
        background-size: 10px auto;
        padding: 0;
        border-radius: 100%;
        margin-bottom: 0;
        overflow: hidden;
        cursor: pointer;
    }
    .social-content .social-left .open-btn.on{
        background: #fff url('../images/mob/right-btn.png') 10px center no-repeat;
        background-size: 10px auto;        
    }
    .social-content .social-left h2{
        background: none;
        padding: 0;
        margin-top: 30px;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }
    .social-content .social-right .his-list{
        padding: 60px 4% 70px;
    }
    .social-content .social-right .his-list::before{
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        top: 40px;
    }
    .social-content .social-right .his-list .his-item{
        padding-left: 20px;
        margin-top: -110px;
    }
    .social-content .social-right .his-list .his-item:first-child{
        margin-top: 0;
    }
    .social-content .social-right .his-list .his-item:nth-child(2n+1){
        padding-left: 0;
        padding-right: 20px;
    }
    .social-content .social-right .his-list .his-item .his-img{
        margin-bottom: 15px;
    }
    .social-content .social-right .his-list .his-item h3{
        margin-bottom: 10px;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 14px;
    }
    .social-content .social-right .his-list .his-item p{
        padding: 0 5px;
        font-size: 12px;
    }
    .social-content .social-right .his-list .his-item .his-img::after{
        width: 16px;
        height: 16px;
        background-size: 100% auto;
        left: -28px;
        margin-top: -8px;
    }
    .social-content .social-right .his-list .his-item:nth-child(2n+1) .his-img::after{
        left: auto;
        right: -28px;
    }
    .social-content .social-right .his-title{
        display: block;
        text-align: center;
        font-size: 16px;
        color: #186fce;
        padding-top: 60px;
        margin-top: 30px;
        background: url('../images/shzr_new.png') center 0 no-repeat;
        background-size: auto 40px;
    }
    .menu-list .main-cate > li{margin-bottom: 16px;}
    .nav .bot-info p{font-size: 14px;}
    .wangxin-confirm-info{padding: 6px 20px 0px}
    .wangxin-confirm-info .wangxin-img{float: left;width: 45%;}
    .wangxin-confirm-info .wangxin-img img{width: 45%;margin-right: 5px;}
    .wangxin-confirm-info .wangxin-img img:last-child{margin-right: 0;}
    .wangxin-confirm-info .beian{float: right}

    /*科研与品控*/
    .science-quality-control-content{
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
    }
    .science-quality-control-content .sqc-item img{
        width: 100%;
        height: auto;
    }
    .science-quality-control-content .sqc-item img.hidden-pc{
        display:block !important;
    }
    .science-quality-control-content .sqc-item img.hidden-mobile{
        display:none !important;
    }
    .science-quality-control-content .sqc-menu{
        width: 100%;
        height: auto;
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
    }
    .science-quality-control-content .sqc-menu .sqc-title{
        text-align: center;
        font-size: 18px;
        line-height: 1;
        margin-bottom: 0;
    }
    .science-quality-control-content .sqc-menu .sqc-title::after{
        right: auto;
        width: 30px;
        left: 50%;
        margin-left: -15px;
        bottom: 15px;
    }
    .science-quality-control-content .sqc-menu #sqc-list{
        display: block;
        width: 100%;
        overflow-y: auto;
        height: 105px;
        margin: 0;
        position: relative;
    }
    .science-quality-control-content .sqc-menu ul{
        overflow-y: hidden;
        margin: 0;
        height: auto;
        width: 586px;
    }
    .science-quality-control-content .sqc-menu ul li{
        width: 144px;
        height: auto;
        position: static;
        float: left;
        margin-left: 0;
        margin-bottom: 0;
    }
    .science-quality-control-content .sqc-menu ul li .tab-img{
        position: relative;
    }
    .science-quality-control-content .sqc-menu ul li .tab-img img{
        height: auto;
        width: 130px;
        border-radius: 10px;
        margin: 0 auto;
    }
    .science-quality-control-content .sqc-menu ul li.on .tab-img::after{
        width: 130px;
        left: 7px;
    }
    .science-quality-control-content .sqc-menu ul li span{
        position: static;
        min-width: 0;
        line-height: 30px;
    }
    .science-quality-control-content .sqc-prev,
    .science-quality-control-content .sqc-next{
        display: block;
        position: absolute;
        z-index: 99;
        width: 60px;
        height: 60px;
        top: 50%;
        margin-top: -30px;
        text-indent: -99999px;
        cursor: pointer;
    }
    .science-quality-control-content .sqc-prev.hide,
    .science-quality-control-content .sqc-next.hide{
        opacity: 0;
        z-index: -1;
    }
    .science-quality-control-content .sqc-prev{
        background: url('../images/gr-prev.png') 0 0 no-repeat;
        background-size: auto;
        background-size: 100% 100%;
        left: 0;
    }
    .science-quality-control-content .sqc-next{
        background: url('../images/gr-next.png') 0 0 no-repeat;
        background-size: auto;
        background-size: 100% 100%;
        right: 0;
    }
    /*员工活动*/
    .activities-wrapper{
        background-position: bottom right -30px;
    }
    .activities-item{
        margin: 0;
    }
    .activities-wrapper .activities-right{
        width: 100%;
        position: static;
        float: none;
        padding-top: 60px;
    }
    .activities-wrapper .activities-right .title{
        margin-top: 40px;
        height: 50px;
    }
    .activities-wrapper .activities-right .activities-text{
        margin-top: 0px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 10px;
    }
    .activities-wrapper .activities-right .activities-text br{
        display: none;
    }
    .activities-wrapper .activities-left{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: -webkit-calc(100% - 240px);
        height: -moz-calc(100% - 240px);
        height: calc(100% - 240px);
        overflow: hidden;
    }
    .activities-wrapper .activities-left-cover{
        background: none;
    }
    .activities-wrapper .activities-left .media-activities{
        padding: 10px;
    }
    .activities-item li .cover-image img{
        width: 100%;
    }
    .activities-wrapper a{
        font-size: 14px;
    }
    .activities-item li p{
        font-size: 12px;
    }
    .activities-wrapper .activities-left .optiscroll-vtrack{
        opacity: 1;
    }
    .activities-wrapper .activities-left .optiscroll-v {
        width: 5px;
        background: #eeeeee;
        border-radius: 5px;
        cursor: pointer;
        right: 5px;
    }
    .activities-wrapper .activities-left .optiscroll-vtrack{
        opacity: 1;
        right: 0;
        width: 5px;
        border-radius: 5px;
        background: #196fce;
    }
}
@media only screen and (max-width: 376px){
    /*科研与品控*/
    .science-quality-control-content .sqc-menu ul{
        width: 450px;
    }
    .science-quality-control-content .sqc-menu ul li{
        width: 110px;
    }
    .science-quality-control-content .sqc-menu .sqc-title{
        font-size: 16px;
    }
    .science-quality-control-content .sqc-menu #sqc-list{
        height: 77px;
    }
    .science-quality-control-content .sqc-menu ul li.on .tab-img::after{
        width: 100px;
        left: 5px;
    }
    .science-quality-control-content .sqc-menu ul li span{
        font-size: 8px;
        line-height: 20px;
    }
    .science-quality-control-content .sqc-menu ul li .tab-img img{
        width: 100px;
    }
}
@media only screen and (max-width: 320px){
    .product-box .product-info{
        bottom: 35%;
    }
    .product-box .product-info .product-img,
    .product-box .product-info.rpe .product-img,
    .product-box .product-info.dumex .product-img,
    .product-box .product-info.doraler .product-img,
    .product-box .product-info.arla .product-img,
    .product-box .product-list:nth-child(2) .product-info .product-img,
    .product-box .product-list:nth-child(2),
    .product-info:nth-child(2) .product-img,
    .product-box .product-list:nth-child(2) .product-info:nth-child(3) .product-img{
        background-size: auto 80%;
        max-height: 130px;
    }
    .showBox-dir .video-box{
        top: 49.9%;
    }
	.mob-index-tab ul li{
		padding: 30px 10px 0 10px;
	}
	.product-box .product-info .product-img{
		height: 50%;
	}
	.showBox-dir .left-content .content-box h2{
		font-size: 18px;
	}
	.showBox-dir .left-content .content-box p.en{
		font-size: 14px;
	}
	.showBox-dir .left-content .content-box p{
		font-size: 12px;
		line-height: 25px;
	}
    .social-content .social-left h2{
        line-height: 24px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}
/*手机版*/