@charset "utf-8";
header{
    width:100%;      
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; 
    padding: 0px 0px;
    z-index: 999;  
}
.header .logo .logo{ 
    transition: all .5s;
}
.header{
    padding:0px 0px;
    width:100%;  
    color:#3b3b3b;
    z-index: 999;
    position: relative; 
}

.language{
    display: inline-block;
    float: right;
    margin-top: 20px;
}
.language ul{
    display: flex;    
    z-index: 9999;
}
.language li{
    margin-left: 20px;
}
.language li i{
    font-size: 18px;
    opacity: 0.8;
}
header .nav>ul{
    margin:20px auto 0px auto;
    transition: all .5s;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block;
    padding: 0px 40px;
    position: relative;
}

header .nav>ul>li>a{
    display: block;
    position: relative;  
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    padding:10px 0 10px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

header .nav>ul>li>a:hover{
    color: #b70005;
}
header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
header .nav>ul>li.has-children > a::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin-left: 10px;
    float: right;
}
header.on .nav>ul>li.has-children > a::after {
    color:#424242;
}
@media(max-width:991px){
    header .nav>ul>li.has-children > a::after { 
        display: none;
    }
}
header .nav ul.submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -80px;
    width: 160px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
header .nav ul.submenu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}
header .nav ul.submenu li a{display:block;font-size:14px; color:#444; line-height:20px; padding:12px 2%; text-align:center; }
header .nav ul.submenu li a:hover{color:#c21820; background:#fffdf6;}
header .nav>ul>li:hover ul.submenu{
    display: block;
}

@media (max-width: 991px){
    .header .nav>ul>li{
        padding-left:0;
    }    
}
@media (max-width: 992px){   
    .m-btn{
        display: block;
    }    
    .header{
        position: relative;
        padding:0;
    }
    header .nav>ul{
        display: block;
    }    
    header.on .header .logo .logo, .header .logo .logo{
        height:60px !important;
    }
    .header .header-mail {
        margin: 8px 45px 0px;
        line-height: 45px;
    }
    header .nav{
        position: absolute;
        left:-100vw;
        top:64px;
        width:70%;
        height:calc(100vh - 60px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    header .nav ul li{
        display: block !important; 
        padding:0 20px;
    }    
    header .nav ul li a{
        color:#424242;
        font-size: 14px;
        padding-left: 15px;
    }
    header .nav>ul>li::before,
    header .nav>ul>li:last-child::after{
        border-left: 0px dotted #c1c1c1;
    } 
    .header .nav .submenu li {
        display: none !important;
    }
}
@media (max-width: 540px){
    header.on .header .logo .logo, .header .logo .logo {
        height: 45px !important;
        margin-top: 10px;
    }
}
/* banner */
.banner{
    position: relative;
}
@media not all, (-webkit-transform-3d) {
    .carousel-inner>.item{
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}
@-webkit-keyframes scaleUpDown {
    from {opacity: 0.8; -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { opacity: 1;  -webkit-transform: scale(1); transform: scale(1);}
}
@keyframes scaleUpDown {
    from {opacity: 0.8; -webkit-transform: scale(1.2); transform: scale(1.2);}
    to { opacity: 1;  -webkit-transform: scale(1); transform: scale(1);}
}
.banner .carousel-inner .item img{
    -webkit-animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@media (max-width:991px){
    .banner .carousel-inner>.item>a>img, .banner .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: 136%;
        margin-left: -18%;
        height: auto;
    }     
}
.banner .carousel-caption{
    text-align: left;
    width:100%;
    position: absolute;
    left:0%;
    top:25%;
    color:#fff;
    padding:0 15px;
    font-weight: lighter;   
}
.banner .carousel-caption h1{
    font-size: 40px;
    font-weight: lighter;    
}
.banner .carousel-caption p{
    font-size: 18px;
}
@media (max-width:991px){
    .banner .carousel-caption h1 {
        font-size: 24px;
    }
    .banner .carousel-caption p {
        font-size: 12px;
    }
}

.common{
    padding-top:70px;
    padding-bottom:70px;
}
.title{
    font-size: 16px;
    font-weight: lighter;   
    line-height:1.2;
    margin-bottom: 30px;
    text-transform: uppercase;    
    position: relative;    
}
.title b{
    font-size: 24px;
    font-weight: lighter;   
    line-height:1.2;
    margin-bottom: 30px;
    text-transform: uppercase;    
    position: relative;    
}
.title span{
    font-size: 12px;
    color: #d6d6d6;
    display: block;
}
.title b::after{
    display: block;
    content: "";
    width: 110px;
    height: 2px;
    background: #d9d9d9;
    margin: 10px 0px 0px;
}
.title .more{
    float: right;
    font-size: 20px;
    color: #a6a6a6;
    font-weight: 100;
    margin-top: 15px;
}
@media (max-width:991px){

    .common{
       padding-top:20px;
       padding-bottom:20px;
    }
    .title b {
        font-size: 22px;
    }
    .title .more{
        font-size: 16px;
    }  
}
.product{
    background: #fff;   
    overflow: hidden;
    position: relative;
}

.product .pronav{
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.pronav h5{
    font-size: 16px;
    line-height: 1.1; 
    padding: 15px 15px;
    background: #ebebeb;
    border-radius: 2px;
    font-weight: lighter;  
}
.pronav h5 span{
    display: block;
    font-size: 12px;
    font-weight: 100;
    opacity: 0.85;
}
.product-box h5:after{
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #cdcdcd;
    margin: 5px 0px;
}
.product .pro-img {
    overflow: hidden;
}
.product .pro-img img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s ease;
}
.product-box{
    position: relative;
}
.product-box .pro-con{
    padding: 15px 0px;
    font-size: 14px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: lighter; 
}
.product-box .pro-con h4,.product-box .pro-con h5{
    font-size: 14px;
    font-weight: lighter;
}
.product-box .pro-con h4 span{
    display: block; 
}
.product .more{    
    font-size: 20px;   
    border:1px solid #cdcdcd;
    text-align: center;
    padding: 10px 15px;
    font-weight: 500; 
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    display: block;
    margin-top: 20px;
}
.product .pro-img:hover img{
    transform: scale(1.05);
}
/* 关于我们 */
.about .about-box{
    position: relative;
}
.about .about-intro{ 
    opacity: 0.85;    
}
.about .about-img {
    text-align: right;
    overflow: hidden;
}
.about .about-img img{
    width: 90%;
    transition: all .5s;
}
.about .about-img:hover img{
    transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
}
.advantage{
    background: url(../img/about.jpg) no-repeat bottom center #fff;
    background-size: 100% 50%;
}
.advantage .adv-box{
    position: absolute;    
    bottom: 10px;
    width: 100%;
}
.advantage .advantage-con{    
    cursor: pointer;
    overflow: hidden;   
}
.advantage .advantage-con .num{
    font-size: 35px;
    color: #c9c8c8;
}
.advantage .advantage-con h5{    
    line-height: 1.4;
    font-size: 12px;
    opacity: 0.85;       
}
.advantage .advantage-con h5 span{
    display: block;
    font-size: 16px;    
}
.advantage .advantage-con .num::after{
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #d0d0d0;
    margin: 5px 0px;  
}
@media (max-width:990px){
    .advantage .adv-box{
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }
    .advantage .advantage-con .num {
        font-size: 26px;
    }
    .advantage .advantage-con h5 span {    
        font-size: 14px;
    }
}
/* 新闻 */
.news{
    background: #fff;
    position: relative;
}
.news .title{
    padding-top: 90px;
}
.news-img,.news-box .img{
    width: 100%;
    overflow: hidden;
}
.news-img img{
    width: 90%;
    transition: all .5s;
}

.news-box .img img{
    width: 100%;
    transition: all .5s;
}
.news-img:hover img,.news-box .img:hover img{
    transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
}
.news-box .news-con{   
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news-box .news-title{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.news-box li:first-child{
    border-top: 1px solid #e9ebed;
}
.news-box li {
    padding: 25px 0px;
    transition: all 0.6s;
    border-bottom: 1px solid #e9ebed;
}
.news-box li .n-title{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.1;
    transition: all 0.6s;
}
.news-box li .n-time{
    color: #4b4b4b;
    line-height: 1.2;
    font-size: 18px;
    transition: all 0.6s;   
}
.news-box li .n-time span{
    font-size: 14px;
    display: block;
    transition: all 0.6s;
}
.news-box li .n-desc{
    font-size: 12px;
    line-height: 1.4;
    padding: 10px 0px;
}
.news-box li .n-more{    
    color: #c8c8c8;
    font-size: 12px;
    display: block;
    transition: all 0.6s;
}
.news-box li:hover .n-title,.news-box li:hover .n-time{
    color: #b70005;
}
.news-box li:hover .n-more,.news-box li:hover .n-time span{
    color: #5b5b5b;
}
.news .more{    
    color: #c8c8c8;
    font-size: 20px;
    display: block;
    margin-top: 20px;
    transition: all 0.6s;
}
@media (max-width:1600px){
   .news .title{
        padding-top: 0px;
   }
}
@media (max-width:991px){
   .news-box .img{
    margin: 10px 0px;
   }
   .news .more {
        font-size: 16px;
    }
}
.job .job-box{
    background: url(../img/job.jpg) no-repeat center center;
    padding: 35px;
    margin-bottom: 90px;
}
.job .job-box .job-title{
    font-size: 25px;
    color: #4b4b4b;
    font-weight: 600;
}
.job .job-box p{
    width: 70%;
    margin-bottom: 10px;
}
.job .job-box .job-link{
    font-size: 16px;
    line-height: 1.2;
    color: #cfa93f;
    font-weight: 600;    
}
.job .job-box .job-link span{
    font-weight: 100;
    font-size: 14px;
    color: #2b2b2b;
    opacity: 0.85;
    display: block;    
}
.job .job-box .job-link i{
    font-weight: 100;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    color: #c2c2c2;    
    border-radius: 25px;
    padding: 1px 25px;    
}