/*内页导航*/
.n-head{
    background-color: rgba(255, 255, 255, .6) !important;
}
.n-head .navv li a{
    color: #333;
}
.n-head .top-btn{
    background: url(/en/template/default/images/enlarge.png) no-repeat center;
}
.n-head .lan{
    color: #333;
}
.n-head .navv .sec{
    top: 70px;
}
@media (max-width:1200px) {
    .n-head .lan{
        display: none;
    }
}
.banner-item{
    position: relative;
}
/*专题页-about*/
.en-about-location{
    font: 400 14px/19px "HELVETICA";
    padding: 28px 0;
}
.en-about-location img{
    float: left;
}
.en-about-location img + img{
    margin-left: 10px;
    margin-right: 10px;
}
.en-about-location a{
    font: 400 14px/19px "HELVETICA";   
    text-transform: uppercase; 
    float: left;
    display: block;
    color: #000000;
}
.en-about-tt{
    color: #222222;
    font: 600 48px/110px "HELVETICABOLD"; 
    position: relative;
    
}
.en-about-tt::before{
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background-color: #b71b2b;
    bottom: 0;
    left: 0;
}
.en-about-part1-text{
    color: #333333;
    font: 400 16px/32px "HELVETICA"; 
    margin-top: 5vh;
}
.en-about-part1-list{
    position: relative;
}
.en-about-part1-list {
    position: relative;
}
.about-ttz{
    display: none;
}
.about-ttz img{
    max-width: 100%;
}
.about-tabz{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 120px 30px 15px;
    background-image: linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0.01));
}
.about-tabz li a{
    color: rgba(255, 255, 255, .6);
    font: 400 16px/52px "HELVETICA";
    text-transform: uppercase;
    display: block;
    position: relative;
    text-align: center;
}
.about-tabz li a::before{
    content: "";
    width: 170px;
    height: 2px;
    background-color: rgba(255, 255, 255, .6);
    display: block;
}
.about-tabz li.cur a{
    color: #fff;
}
.about-tabz li.cur a::before{
    background-color: #fff;
}
.en-about-part1-list .about-video{
    position: absolute;
    top: -8px;
    right: 8px;
}
.en-about-part2{
    margin-top: 50px;
    margin-bottom: 13vh;
}
.en-about-part2-list{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.en-about-part2-list li{
    list-style-type: none;
    width: calc(33.33% - 26px);
}
.en-about-part2-list li .img{
    overflow: hidden;
}
.en-about-part2-list li .img img{
    max-width: 100%;
}
.en-about-part2-list li .text{
    overflow: hidden;
    background-color: #f5f6f7;
    padding: 30px 35px 30px 30px;
}
.en-about-part2-list li .text h3{
    color: #333333;
    font: 600 30px/52px "HELVETICABOLID";
    text-transform: uppercase;
    margin-bottom: 10px;
}
.en-about-part2-list li .text p{
    color: #666666;
    font: 400 18px/30px "HELVETICA";
}
.en-about-part2-list li .text .more{
    margin-top: 38px;
    color: #999999;
    font: 400 16px/24px "HELVETICA";
    transition: all 0.8s;
}
.en-about-part2-list li .text .more img{
    margin-right: 5px;
}
.en-about-part2-list li:hover h3{
    color: #b71b2b;
}
.en-about-part2-list li:hover .text .more{
    transition: all 0.8s;
    transform: translateX(10px);
}
@media (max-width:992px) {
    .en-about-part1-list{
        display: none;
    }
    .about-tabz li a{
        font: 400 14px/52px "HELVETICA";
    }
    .about-tabz li a::before{
        width: 130px;
    }

    .en-about-part2-list li{
        width: calc(33.33% - 8px);
    }
    .en-about-part2-list li .text{
        padding: 20px;
    }
    .en-about-tt{
        font: 600 24px/80px "HELVETICABOLD";
    }
    
    .en-about-part2-list li .text h3{
        font: 600 22px/40px "HELVETICABOLID";
        margin-bottom: 0px;
    }
    .en-about-part2-list li .text p{
        font: 400 16px/30px "HELVETICA";
    }
    .en-about-part2-list li .text .more{
        margin-top: 20px;
    }
    .en-about-part1-text{
        margin-top: 3vh;
    }
}
/*专题页-product*/
.en-pro-part1-tt{
    margin-top: 10px;
}
.en-pro-part1-tt h3{
    color: #333333;
    font: 600 36px/52px "HELVETICABOLD";
    text-transform: uppercase;
    margin-bottom: 10px;
}
.en-pro-part1-tt p{
    color: #333333;
    font: 400 18px/32px "HELVETICA";
}
.en-pro-part2-list{
    padding: 8vh 0;
}
.en-pro-part2-left{
    width: 47.85%;
    float: left;
}
.en-pro-part2-left img{
    max-width: 100%;
}
.en-pro-part2-right{
    width: 47.85%;  
    float: right; 
}
.en-pro-part2-tt h3{
    color: #333333;
    font: 600 24px/60px "HELVETICA";
}

.en-pro-part2-tt p{
    color: #333333;
    font: 400 16px/30px "HELVETICA";    
}
.en-pro-part2-owl{
    margin-top: 7vh;
}
.p-part2-item .img{
    overflow: hidden;
}
.p-part2-item .img img{
    max-width: 100%;
}
.p-part2-item a h3{
    text-align: center;
    color: #333333;
    font: 400 14px/26px "HELVETICA";   
    margin-top: 15px;   
}
.p-part2-item:hover a h3{
    color: #b71b2b;
}
.en-pro-part2 li:nth-child(2n){
    background-color: #f6f6f6;
}
.en-pro-part2 li:nth-child(2n) .en-pro-part2-left{
    float: right;
}
.en-pro-part2 li:nth-child(2n) .en-pro-part2-right{
    float: left;
}
.en-pro-part3bg{
    background-color: #f6f6f6;
    padding: 8vh 0;
}
.en-pro-part3 .item{
    overflow: hidden;
}
.en-pro-part3 .item .img{
    max-width: 100%;
}
.en-pro-part3 .item .text{
    min-height: 180px;
    padding: 20px 30px;
    background-color: #ffffff;
}
.en-pro-part3 .item .text h3{
    font: 600 24px/50px "HELVETICA";   
    color: #333333; 
}
.en-pro-part3 .item .text p{
    font: 400 16px/26px "HELVETICA";   
    color: #333333; 
}

@media (max-width:992px) {
    .en-pro-part2-left{
        width: 100%;
    }
    .en-pro-part2-right{
        width: 100%;
    }
    .en-pro-part1-tt h3{
        font: 600 24px/52px "HELVETICABOLD";
    }
    .en-pro-part2-list{
        padding: 5vh 0;
    }
}

/*内页新闻*/
.en-news{
    margin-top: 20px;
}
.en-news-tit{
    font: 600 32px/52px "HELVETICABOLD";
    color: #000000;
}
.en-news-list{
    margin-top: 4.4vh;
}
.en-news-list .img{
    overflow: hidden;
    height: 270px;
    position: relative;
}
.en-news-list .img img{
    max-width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.en-initem .wz{
    padding: 25px;
    border: 1px solid #cccccc;

}
.en-initem h3{
    color: #222222;
    font: 600 18px/26px "HELVETICA";text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;
}
.en-initem .intro{
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333333;
    font: 400 14px/26px "HELVETICA";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;
}
.en-initem .more{
    background: url(/en/template/default/images/jt5.png) no-repeat 100px center;
    font: 600 14px/28px "HELVETICABOLD";
    text-transform: uppercase;
    color: #333333;
    margin-top: 10px;
    transition: all 0.8s;
}
.en-initem:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.en-initem:hover .wz h3{
    color: #b71b2b;
}
.en-initem:hover .more{
    transition: all 0.8s;
    transform: translateX(10px);
}
@media (max-width:1400px) {
    .en-news-list .img{
        height: 220px;
    }
}
@media (max-width:1200px) {
    .en-news-list .img{
        height: 180px;
    }
}
@media (max-width:768px) {
    .en-news-tit{
        font-size: 24px;
    }
}
/*新闻专题页tab*/
.en-tab-news{
    margin-top: 5.5vh;
}
.en-tab-news-tt li{
    float: left;
    overflow: hidden;
}
.en-tab-news-tt li + li{
    margin-left: 3vw;
}
.en-tab-news-tt li a{
    position: relative;
    display: block;
    color: #333333;
    font: 600 20px/78px "HELVETICA";
    text-transform: uppercase;
}
.en-tab-news-tt li a::after{
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    bottom: -3px;
    background-color: #b71b2b;
    transition: all 0.8s;
}
.en-tab-news-tt li.cur a{
    color: #b71b2b;
}
.en-tab-news-tt li.cur a::after{
    background-color: #b71b2b; 
    transition: all 0.8s;
    transform: translateY(-3px);   
}
.tab1{
    display: none;
}
.pro-con{
    background-color: #f5f5f5;
    padding: 6vh 0;
}
.en-tab-news-list li{
    background-color: #fff;
    padding: 20px;
}
.en-tab-news-list li a{
    display: block;
}
.en-tab-news-list li + li{
    margin-top: 20px;
}
.en-tab-news-list li .img{
    overflow: hidden;
    width: 426px;
    height: 238px;
    float: left;
}
.en-tab-news-list li .img img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.en-tab-news-list li .wz{
    float: right;
    width: calc(100% - 470px);
}
.en-tab-news-list li .date{
    color: #333333;
    font: 600 16px/32px "HELVETICABOLD"; 
}
.en-tab-news-list li .date span{
    color: #666666; 
    font: 400 16px/32px "HELVETICA"; 
}
.en-tab-news-list li h3{
    color: #333333;
    font: 400 18px/40px "HELVETICABOLD";
    word-break:keep-all;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 
}
.en-tab-news-list li .intro{
    color: #666666;
    font: 400 16px/28px "HELVETICA";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;
}
.en-tab-news-list li .more{
    transition: all 0.8s;
    width: 144px;
    height: 34px;
    background: url(/en/template/default/images/more01.png) no-repeat 80% center #b71b2b;
    margin-top: 3vh;
    border-radius: 2px;
    font: 400 12px/34px "Microsoft yahei";
    padding-left: 25px;
    color: #fff;
    text-transform: uppercase;
}
.en-tab-news-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.en-tab-news-list li:hover h3{
    color: #b71b2b;
}
.en-tab-news-list li:hover .more{
    transition: all 0.8s;
    transform: translateX(10px);
}
@media (max-width: 992px) {
    .en-tab-news-list li .img{
        width: 330px;
        height: 188px;
    }
    .en-tab-news-list li .wz{
        width: calc(100% - 360px);
    }
}

@media (max-width: 768px) {
    .en-tab-news-tt li a{
        font: 600 14px/78px "HELVETICA";
    }
    .en-tab-news-tt li + li{
        margin-left: 2vw;
    }
    .en-tab-news-tt li:nth-child(n+4){
        display: none;
    }
}
@media (max-width: 660px) {
    .en-tab-news-list li .img{
        width: 100%;
    }
    .en-tab-news-list li .wz{
        width: 100%;
    }
}
.en-careers{
    margin-top: 4.4vh;
    text-transform: uppercase;
    padding-bottom: 10vh;
}
.en-careers-list{
    margin-top: 4.4vh;
}
.careers-item .img{
    overflow: hidden;
}
.careers-item .img img{
    transition: all 0.8s;
}
.careers-item .wz{
    padding: 10px 0;
}
.careers-item .wz h3{
    color: #222222;
    font: 600 24px/44px "HELVETICABOLD";
}
.careers-item .wz p{
    color: #333333;
    font: 400 16px/28px "HELVETICA";text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;
    text-transform: capitalize;
}
.careers-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
a.en-careers-more{
    background-color: #b71b2b;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 8vh;
    display: block;
    width: 288px;
    font: 400 16px/48px "HELVETICABOLD";
}
@media (max-width:768px) {
    .careers-item .wz h3{
        font: 600 20px/44px "HELVETICABOLD";
    }
}