@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;
    z-index: 999;
    background: #fff;
    position: relative;
}
.top-bar{
    padding: 5px 0px 0px;
}
.top-bar .sign{ 
    font-weight: 800;
}
.top-bar .tel-hnte{
    text-align: right;  
}
.top-bar .tel-hnte i{ 
    margin: 0px 5px;
    font-weight: 100;
    color: #0070bc;
}
.top-bar .alink{ 
    margin: 0px 5px;
}
.top-bar .language{
    color: #004ba5;
    font-weight: 700;
    margin: 0px 5px;
}
.header .logo {
    padding: 5px 0px;
}
.header .logo img{
    height: 65px;
    width: auto;
    transition: all .5s;  
}
.header{
    padding:0px 0px;
    max-width:1920px;
}
@media(max-width:767px){
    .header .logo,
    .top-bar {
        padding: 0px 0px;
    }
    .header .logo img{ 
        height: 60px;
    }   
}
header .nav{
    padding: 20px 0px 0px;
}
header .nav>ul{
    margin:0px auto 0px auto;
    transition: all .5s;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block;
    padding: 0 0px;
    padding-left:40px;
    position: relative;
}
header .nav>ul>li>a{
    display: block;
    position: relative;
    font-size: 18px;     
    line-height: 40px;
}
header .nav>ul>li>a>b{
    display: block;
    height:2px;
    width:100%;
    background:#0070bc;
    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,header .nav>ul>li.active a{
    color: #0070bc;
}
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: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
}
header .nav ul.submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -80px;
    width: 190px;
    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:#3c4a76; background:#f2fcfa;}
header .nav>ul>li:hover ul.submenu{
    display: block;
}
.top-drop{
    min-width: 120px;
    padding: 10px;
    text-align: center;
}
header.on{
    position: fixed;
}
header.on .header .logo img{
    height: 60px;
}
header.on .nav {
    padding: 10px 0px 0px;
}
@media(max-width:767px){
    header.on .header .logo img{
        height: 50px;
    }
}
@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:10px;
    }
}
@media (max-width: 992px){    
    .header{
        position: relative;
        padding:0;
    }
    header .nav>ul{
        display: block;
    } 
    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;
        border-bottom: 1px solid #efefef;
    }
    header .nav ul.language li{       
        border-bottom: 0px solid #efefef;
    }
    header .nav ul li a{
        color:#424242;
        font-size: 14px;
    }
    header .nav>ul>li::before,
    header .nav>ul>li:last-child::after{
        border-left: 0px dotted #c1c1c1;
    }
    header .nav>ul>li.has-children > a::after {
        content: "";    
    } 
}
@media(max-width:1200px){
    .header .nav .submenu li {
        display: none !important;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .banner-txt{   
    text-align: center;
    width:100%;    
    position: absolute;
    left:0%;
    bottom: 0px;
    color:#fff;
    padding: 3% 0px;    
    z-index: 99;
    background: rgba(0,46,99,0.9);
}
.banner .banner-txt h5{
    font-size: 16px;
    line-height: 1.4;
    width: 80%;
    margin: 0px auto; 
    font-weight: 300;
}
@media(max-width:991px){
    .banner .banner-txt{
        position: relative;        
    }
    .banner .banner-txt h5{
        width: 100%;
    }
}
.common{
    padding-top:80px;
    padding-bottom:80px;
}
.paddB{
    padding-bottom: 80px;
}
.title{
    font-size: 24px;  
    line-height:2;     
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e5e5;   
}
.title:after {
    content: "";
    display: block;
    background: #0070bc;
    width: 35px;
    height: 2px;
    margin-bottom: -2px;
}
@media (max-width:767px){
    .common{
       padding-top:25px;
       padding-bottom:25px;
    }
    .paddB{
        padding-bottom: 25px;
    }
    .title{
        font-size: 18px;
    }      
}
/*热销产品*/
.nav-pro{
    background: #fff;
}
.nav-pro .proinfo{
    font-size: 20px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 15px;
}
.nav-pro .nav-img img{
    width: 100%;    
}
.nav-pro .nav-con{    
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
}
.nav-pro .nav-con:before{
    content: '';
    position: absolute;
    background-image: none;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 1px solid rgba(255,255,255,0.45);    
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.nav-pro .nav-con h5{
    font-size: 16px; 
    font-weight: 700;
    padding: 20px 20px;
    color: #fff;
    line-height: 1.6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.nav-pro .nav-con h5:after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #dda721;
}
.nav-pro .nav-con h5 i{
    float: right;
    font-size: 20px;
    font-weight: normal;
}
.nav-pro .nav-con:hover:before{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    opacity: 1.0;
    transition: all 0.5s ease;
}
@media (max-width:991px){
    .nav-pro .proinfo{
        font-size: 16px;        
    }
    .nav-pro .nav-con{
        margin-bottom: 15px;
    }
    .nav-pro .nav-con h5 {
        font-size: 14px;
    }
}
/*产品*/
.product{    
    overflow: hidden;
    background-color: #f6f6f6;
}
.product-list{
    background: #fff;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;    
    transition: all 0.6s;
    box-shadow: 1px 2px 8px 1px rgba(0,0,0,.1);
}
.product-list .pro-con h5{
    font-weight: 300;    
    line-height: 1.2;
}
.product-list .pro-con h5:after {
    content: "";
    display: block;
    background: #dda721;
    width: 20px;
    height: 2px;   
    margin: 6px 0;
}
.product-list .product-img{
    overflow: hidden;
    text-align: center;    
    transition: all 0.6s;
}
.product-list .product-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.product-list .more{
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: 15px;
}
.product-list .more a i{
    font-weight: 400;
    color: #a4a4a4;   
    font-size: 22px;
    transition: all 0.6s;
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-box{
    position: relative;
    padding-bottom: 70px;
}
.product-box .swiper-button-next, .product-box .swiper-button-prev{
    top: auto;
    bottom: 0px;
    background: #fff;
    padding: 10px 100px;
    border-radius: 50px;
    width: auto;
    height: auto;
}
.product-box .swiper-button-prev{
    left: 40%;
    margin-left: -100px
}
.product-box .swiper-button-next{
    right: 40%;
    margin-right: -100px
}
.product-box .swiper-button-next i, .product-box .swiper-button-prev i{
    font-size: 30px;
    font-weight: lighter;
    color: #00b4c4;
}
/* 新闻 */
.news .news-time{ 
    color: #8a8a8a;
    margin: 0px 20px;
}
.news i{ 
    color: #8a8a8a;    
}
.news .news-dot{
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding-left: 8px;
    line-height: 17px;
    border: 1px solid #f1f1f1;
    transition: all 0.6s;
}
.news li a{
    overflow: hidden;    
    text-overflow: ellipsis;
    display: block;  
    line-height: 1.4;
    white-space: nowrap;  
    position: relative;
    padding: 15px 5px;
    border-bottom: 1px solid #f1f1f1;
}
.news li:hover .news-dot{
    background: #dda721;
    color: #fff;
}
.news li:hover .news-time{
    color: #0070bc;
}
.news li:hover i{
    color: #dda721;
}
@media (max-width:991px){
    .news .news-time {       
        margin: 0px 10px;
    }
}