@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:15px 0px;
    width:100%;  
    color:#3b3b3b;
    z-index: 999;
    position: relative; 
}
.top-bar{
    padding: 10px 0px;
    background: url(../img/top-bar.jpg) repeat-x #2b2b2b;
    color: #fff;
}
.top-bar .tel-hnte{
    text-align: right;
    font-size: 16px;
}
.top-bar .tel-hnte i{
    font-size: 16px;
    margin: 0px 5px;
    font-weight: 100;
    color: #fff;
}
.top-bar .tel-hnte i.icon-HNTE-fill{
    color: #e93404;
    font-weight: 500;
}
.top-bar .tel-hnte .phone{
    font-size: 16px;   
    font-weight: 800;
    margin-right: 10px;
}
.top-bar .tel-hnte .alink{
    color: #fff;
}

header .nav>ul{
    margin: 10px auto 0px auto;
    transition: all .5s;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block;
    padding-left: 35px;
    position: relative;
}
header .nav>ul>li>a{
    display: block;
    position: relative;  
    font-size: 18px;
    line-height: 1;
    padding:10px 0 10px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
header .nav>ul>li>a:hover{
    color: #07a2b6;
    font-weight: 600;
}
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:#07a2b6; background:#fffdf6;}
header .nav>ul>li:hover ul.submenu{
    display: block;
}

@media (max-width: 992px){
    .top-bar .tel-hnte{
        font-size: 14px;
    }
    .header .nav>ul>li{
        padding-left:0;
    }  
    .m-btn{
        display: block;
    }    
    .header{
        position: relative;
        padding: 5px 0px;
    }
    header .nav>ul{
        display: block;
    }    
    header.on .header .logo .logo, .header .logo .logo{
        height: 50px !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;
    }
}
/* 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;
    }     
}
.common{
    padding-top:90px;
    padding-bottom:90px;
}
.title{
    font-size: 40px;    
    line-height:1.2;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    position: relative;    
}
.title::after{
    display: block;
    content: "";
    width: 100px;
    height: 3px;
    background: #07a2b6;
    margin: 10px auto;
}
.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{
        font-size: 24px;
    }  
}
.product{
    background: url(../img/product.jpg) no-repeat center #000;   
    overflow: hidden; 
}
.product .title{
    color: #fff;
}
.product .title::after{
    background: #fff;
}
.product .product-img{    
    overflow: hidden;
}
.product .product-img img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s ease;
}
.product .pronav-con{
    position: relative;
    overflow: hidden;
    background: #333333;
    padding: 20px 30px;
    margin-bottom: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.pronav-con h5{
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;     
}
.pronav-con h5 span{
    display: block;
    font-size: 18px;
    font-weight: 700;  
}
.pronav-con h5:before{
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #4c4c4c;
    margin: 0px 0px 0px auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.pronav-con .more{    
    border-radius: 25px;
    background: #474747;
    border-color: #474747;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
    padding: 3px 15px;
    font-weight: 500; 
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product .product-box{
    position: relative;
}
.product .product-box .swiper-button-prev{
    left: -44px;
}
.product .product-box .swiper-button-next{
    right: -44px;
}
.product .swiper-slide:hover .pronav-con h5:before{
    background: #fff;
}
.product .swiper-slide:hover .pronav-con{
    background: #1bc2d8;
}
.product .swiper-slide:hover .more{
    background: #fff;
    border-color: #fff;
    color: #1bc2d8;
}
.product .swiper-slide:hover .product-img img{
    transform: scale(1.05);
}
.product .tel-btn{
    text-align: center;    
    color: #1bc2d8;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.product .tel-btn a{
    display: inline-block;
    background: #1bc2d8;
    color: #fff;
    padding: 10px 50px;
    border-radius: 25px;
    font-size: 20px;
    margin-bottom: 15px;
}
.product .tel-btn span{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}
/* 关于我们 */
.about{
    background: url(../img/about.jpg) no-repeat top center #fff;
}
.about .title{
    text-align: left;
}
.about .title::after{
    margin: 10px 0px;
}
.about .about-intro{    
    font-size: 14px;
    opacity: 0.85;    
}
.about .sign{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}
.about .sign li{
    width: 24%;
    color: #07a2b6;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin: 55px 0px;
}
.about .sign li span{
    display: block;
    font-size: 30px;   
    font-weight: 700;
}
.about .more{
    display: inline-block;
    background: #1bc2d8;
    color: #fff;
    padding: 10px 40px;
    border-radius: 25px;
    font-size: 14px; 
    font-weight: 700;     
}

/*客户案例*/
.case{
    background: url(../img/factory.jpg) no-repeat center #fbfbfb;
}
.case .title{
    color: #fff;
}
.case .title::after{
    background: #fff;
}
.case .case-img{
    overflow: hidden;
    text-align: center;
    position: relative; 
    transition: all 0.6s;
}
.case .case-img h5{
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.case .case-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.case .case-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.case .gallery-thumbs{
    margin-top: 20px;
}
.case .gallery-thumbs .case-img img{
    opacity: 0.9;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.case .gallery-thumbs .case-img h5{
    font-size: 14px;
}
.case .gallery-thumbs .swiper-slide-thumb-active .case-img img{
    opacity: 1.0;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: ;
}

/* 新闻 */
.news{
    background: #fff;
    position: relative;
}
.news-box .img{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.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 .img .n-time{
    color: #fff;
    line-height: 1.2;
    padding: 30px;
    font-size: 15px;
    transition: all 0.6s;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    background: #26aabc;
    position: absolute;
    left: 0;
    bottom: 0px;  
}
.news-box .img .n-time span{
    font-size: 45px;
    display: block;
    transition: all 0.6s;
}
.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;  
}
.news-box ul li {
    padding: 15px 0px;
    transition: all 0.6s;
    border-bottom: 1px solid #e9ebed;
}
.news-box .news-con .n-title{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;   
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.6s;
}
.news-box .news-con .n-title span{
    float: right;
    color: #07a2b6;
    font-weight: 100;
}
.news-box .news-con .n-title:after{
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #07a2b6;
    margin: 5px 0;
}
.news-box .news-con .n-desc{
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0px;
}
.news-box .news-con .more{
    font-size: 16px;
    color: #c8c8c8;
    display: block;
    font-weight: bold;
    transition: all 0.6s;
}

@media (max-width:991px){
   .about .sign li{
        width: 50%;
        margin: 15px 0px;
        text-align: left;
    }
    .about .sign li span {       
        font-size: 22px;
    }
    .product .pronav-con {        
        padding: 20px 10px;          
    }
    .pronav-con h5{
        font-size: 12px;
    }
    .pronav-con h5 span{
        font-size: 14px;
    }
    .pronav-con .more {
        display: block;
        font-size: 12px;     
        margin-right: 0px;        
        padding: 3px 10px;
        margin-bottom: 5px;        
    }
    .product .tel-btn {        
        font-size: 22px;
    }
    .product .tel-btn a {
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 15px;
        margin-bottom: 6px;
    }
    .product .tel-btn span{
        font-size: 15px;
    }
}