@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; 
    position: fixed;
    padding: 25px 0px;
    z-index: 9;  
}
.header .logo .logo{   
    transition: all .5s;
}
.header{
    padding:0px 0px;
    width:100%;
    color:#3b3b3b; 
}
.header .language{
    transition: all .5s;
    margin-left: 10px;
}
.header .language span{
    font-size: 18px;
    color: #fff;
}
.header .header-tel{
    transition: all .5s;
    font-size: 18px;
    color:#fff;
}
@media(max-width:767px){
    .header .language,.header .header-tel{ 
        margin-top: 2px;
    }
    .header .language{
        margin-right: 35px;
    }
}
@media(min-width:768px){
    .header .language,.header .header-tel{ 
        line-height: 42px;
    }
}
.header .header-tel i{
    font-size: 18px;
    color:#fff;
    margin: 0px 6px;
    cursor: pointer;
}
.header a{
    color: #fff;
}
header .nav>ul{
    margin:0px auto 0px auto;   
    transition: all .5s;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

header .nav>ul>li>a{
    display: block;
    position: relative;
    color:#fff;  
    font-size: 16px;
    line-height: 1;
    padding:10px 0 10px 0;
}
header .nav>ul>li>a>b{
    display: block;
    height:2px;
    width:100%;
    background:#41e7fa;
    position: absolute;
    left:0;
    bottom:0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
header .nav>ul>li:hover a{
    color: #41e7fa;
}
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:#DFEAF2;
}
@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:#63a82f; background:#f2fcfa;}
header .nav>ul>li:hover ul.submenu{
    display: block;
}
.search-from{position:absolute;top:-125px;
    z-index:8;
    padding:20px;
    box-shadow:0 0 5px rgba(0,0,0,.2);
    background:#fff;
    left:50%;
    margin-left: -150px;
    opacity:0;transition:.5s all ease-in-out}
.search-from.active{top:100px;opacity:1;transition:.5s all ease-in-out}
.search-from form{justify-items:center}
.search-from #txtSearch{width:300px;border:1px #dedede solid;color: #232323;height:42px;outline:0;padding-left:10px}
.search-from .btnSearch{border:none;font-size:16px;height:42px;background:#1cb6c8;width:90px;color:#fff}

header.on{
    color:#424242;
    background:#DFEAF2;
    padding: 10px 0px;
    box-shadow: 0 0 10px #DFEAF2;
}
header.on .nav>ul>li>a,header.on .header .header-tel i,header.on .header a,header.on .header .language span{
    color: #2b2b2b;
}

header.on .header .logo .logo{
    height: 45px;
}
@media (max-width: 992px){   
    header {        
        padding: 15px 0px;       
    }
    .header .nav>ul>li{
        padding-left:0;
    }
    .m-btn{
        display: block;
    }    
    .header{
        position: relative;
        padding:0;
    }
    header .nav>ul{
        display: block;
    }    
    header.on .header .logo .logo, .header .logo .logo,header.on .header .logo .logo1, .header .logo .logo1{
        height:60px !important;
    }
    .header .header-mail {
        margin: 8px 45px 0px;
        line-height: 45px;
    }
    header .nav{
        position: absolute;
        left:-100vw;
        top:100%;
        width:80%;
        height:calc(100vh - 60px);
        background:#fff;
        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,header.on .header .logo .logo1, .header .logo .logo1 {
        height: 25px !important;
        margin-top: 10px;
    }
}
/* banner */
.banner{
    position: relative;
}
.banner .carousel-caption{
    text-align: left;
    width:100%;
    margin-top:-150px;
    position: absolute;
    left:0%;
    top:50%;
    color:#fff;
    padding:0 15px;
}
.banner .carousel-caption h3{
    font-size: 56px;
    line-height: 1;  
    font-weight: 600;
}
.banner .carousel-caption .sign{
    font-size: 30px;   
    font-weight: 600;
}
.banner .carousel-caption p{
    font-size: 24px;
    line-height: 1.2;
    font-weight: lighter;
    margin:20px 0px;
    width: 56%;
}
.homeLink{
    position:relative; 
    display: inline-block;    
    line-height:50px;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    border-radius:35px;
    padding: 8px 100px;
    overflow:hidden; 
    color:#fff; 
    background:#92d14f;
    transition: all 0.3s ease-in-out;
}
.homeLink:hover{  padding: 8px 150px; color:#fff;}

@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: 135%;
        margin-left: -12%;
        height: auto;
    }     
}
.common{
    padding-top:90px;
    padding-bottom:90px;
}
.title{
    font-size: 35px;
    color:#8d9db1;
    line-height:2;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    position: relative;
    border-bottom: 2px solid #e9e9e9;
}
.title span,.title strong{
    font-size: 30px;
    display: block;
    font-weight: normal;
}
.title::after{
    display: block;
    content: "";
    width: 70px;
    height: 2px;
    background: #212d5c;
    margin-bottom: -2px;
}
@media (max-width:991px){

    .common{
       padding-top:20px;
       padding-bottom:20px;
    }
    .title{
        font-size: 24px;
    }  
}
.product{
    background: #fff;   
    overflow: hidden; 
}
.pro-tab{
    width: 16.5%;
    float: right;
    justify-content: center;
    overflow: hidden;   
}
.pro-tab li{    
    text-align: center;
}
.pro-tab li a{    
    font-size: 16px;
    font-weight: bolder;
    /*background: url(../img/product-bj.jpg) no-repeat;*/
    background-size: contain;
    display: block;
    position: relative;
    transition: all 0.6s;
    margin: 15px 0px;
    color: #8d9db1;
}
.pro-tab li a .ptitle{
    position: absolute;
    bottom: 0px;
    line-height: 2;
    text-align: center;
    width: 100%;
}
.pro-tab li a img{
    width: 100%;
}
.pro-tab li.active a,.pro-tab li a:hover{
    color: #8d9db1;
    /*background: url(../img/product-bj-hover.jpg) no-repeat;*/
    background-size: contain;
}
.tab-content{
    width: 80%;
    float: left;
    margin: 15px 0px;
    position: relative;
}
.product-box .product-img{
    /*background: url(../img/product-bj-hover.jpg) no-repeat;*/
    background-size: contain;
}
.product-box .product-img img{
    width: 100%;
}
.product-box .product-con .product-logo:before{
    content: "";
    display: block;
    width: 100px;
    height: 0px;
    background: #1cb6c8;
}
.product-con h5{
    font-size: 32px;
    line-height: 1.0;
    color: #212d5c;
    font-weight: 700;
    margin: 40px 0px 20px;
}
.product-con h5 span{
    display: block;
    font-size: 60px;
    color: #f0f0f0;
}
.product-con h5:after{
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #ebebeb;
    margin-top:25px;
}
.pro-desc{
    font-size: 14px;
    margin-bottom: 20px;
}
.product-con .more{
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-more{    
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    color: #1cb4c7;
    position: absolute;
    bottom: 15px;
    right: 0px;
}
@media (max-width: 992px){
    .tab-content,.pro-tab{
        width: 100%;
        float: none;
    }
    .product-con h5 {
        font-size: 20px;
    }
    .product-con h5 span {       
        font-size: 32px;
    }
    .product-more{
        position: relative;
        bottom: 0px;
        left: 15px;
    }
    .pro-tab li{
        width: 50%;
    }
    .pro-tab li a{
        font-size: 14px;
    }
}
/*优势特点*/
.services{
    background: #fff;
    background: olive linear-gradient(to bottom, rgba(255,255,255,1.0), rgba(252,252,252,1.0));
    padding: 50px 10px;
}
.services .ser-con{
    padding: 5px 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}
.services .ser-con:after{
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    width: 1px;
    height: 100%;
    background: #dcdcdc;
}
.services .col-md-3:last-child .ser-con:after{
    width: 0px;
}
.services .ser-con .ser-img img{
    max-width: 100%;
}
.services .ser-con h5{    
    line-height: 1.4;
    font-weight: lighter;    
}
.services .ser-con h5 span{
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.services .ser-con h5::after{
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: #dcdcdc;
    border-radius: 10px;
    margin: 10px auto;  
}
.services .ser-con:hover{   
    transform: scale(1.05);
}
.quick-con{
    background: url(../img/cbg.jpg) no-repeat;
    padding: 40px 30px;
    color: #fff;
}
.quick-con h5{
    font-size: 24px;
    font-weight: 700;
}
.quick-con h5:after{
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    margin: 10px 0; 
}
.quick-con .more{
    background: #fff;
    border-radius: 20px;
    font-size: 14px;
    color: #1cb6c8;
    font-weight: 600;
    margin-top: 25px;
}
.quick-con img{
    width: 100%;
}
/* 新闻 */
.news{
    background: url(../img/news.jpg) no-repeat bottom center #f4f4f4;
}
.news-box .img{
    width: 100%;
    overflow: hidden;
    border-radius: 1px;
}
.news-box .img img{
    width: 100%;
    transition: all .5s;
}
.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;
    margin-bottom: 30px;
}
.news-box .news-time{
    color: #1cb6c8;
    font-size: 14px;
    line-height: 3;

}
.news-box .news-time::after{
    display: block;
    content: "";
    width: 30px;
    height: 2px;   
    background: #1cb6c8;
}
.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;
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
}
.news-box .news-desc{
    border-top: 1px solid #f7f7f7;
    padding-top: 10px; 
    font-size: 14px;
}
.news-box .more{
    font-size: 18px;
    color: #b4b4b4;
    display: block;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.6s;
}
.news-box .more:hover{
    color: #000;
}
@media (max-width:991px){
    .services .ser-con h5 span {
        font-size: 14px;
    }
    .services .col-md-3:nth-child(2) .ser-con:after {
        width: 0px;
    }
    .news-content {  
        padding: 20px;
    } 
}
.messsage{
    background: url(../img/messsage.png) no-repeat bottom center;
    padding-top: 50px;
    padding-bottom: 350px;
}