@charset "utf-8";
header{
    width:100%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 999;   
}
.top-bar{
    padding: 10px 0px;
    max-width:1920px;
    background: -o-linear-gradient(90deg,#0f238c,#acd10f 100%);
    background: linear-gradient(90deg,#0f238c,#acd10f 100%);
    color: #fff;    
}
.top-bar .language{    
    display: flex;
    justify-content: flex-end;
}
.top-bar .language li{    
    padding-left: 12px;
}
.top-bar .language li a,
.top-bar .language a i{
    color: #fff;
    font-size: 14px;
}
.top-bar .language li span{
    font-weight: 600;
}
.header .logo {
    padding: 0px 0px;
}
.header .logo img{
    height: 80px;
    width: auto;
    transition: all .5s;  
}
@media(max-width:767px){
    .header .logo {
        padding: 5px 0px;
    }
    .header .logo img{ 
        height: 55px;
    }
}
.header{
    padding:0px 0px;
    max-width:1920px;
}
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-left: 25px;
    position: relative;
}
header .nav>ul>li>a{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;    
    line-height: 40px;
}
header .nav>ul>li>a>b{
    display: block;
    height: 2px;
    width:100%;
    background:#0f238c;
    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: #0f238c;
}
header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
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;
}
header.on{
    background: #fff;
    position: fixed;
    box-shadow: 0 0 10px #383232;
}
@media (max-width: 992px){  
    .header{
        position: relative;
        padding:0;
    }
    header .nav>ul{
        display: block;
    }
    header .nav .language{
        border-top: 1px solid #dcdcdc;
    }
    header .nav{
        position: absolute;
        left:-100vw;
        top: 64px;
        width:70%;
        height:calc(100vh - 64px);
        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;
    }
    header .nav>ul>li::before,
    header .nav>ul>li:last-child::after{
        border-left: 0px dotted #c1c1c1;
    } 
}
@media(max-width:992px){
    .header .nav .submenu li {
        display: none !important;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.common{
    padding-top: 80px;
    padding-bottom: 80px;
}
.title{
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;    
    margin-bottom: 30px;    
}
.title span{
    display: block;   
    font-size: 18px;
    color: #aaaaaa;
    font-weight: lighter;    
}
.title .more{
    float: right;
    font-weight: 800;
    font-size: 20px;
    margin-top: 15px;
    color: #cfcfcf;
}
.title span:after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: #0f238c;
    margin: 5px 0;
}
@media (max-width:767px){
    .common{
       padding-top:30px;
       padding-bottom:30px;
    }
    .title{
        font-size: 20px;
        padding-bottom: 0px;
    }
    .title span{ 
        font-size: 16px;
    } 
}
/*首页关于我们*/
.sign{
    background: url(../img/about.jpg) no-repeat center;
    background-size: cover;
}
.top-er{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    color: #fff;
}
.top-er li{
    display: block;
    position: relative;
    padding: 0px 25px 70px;
    border-left: 1px solid #3d4d9b;
}
.top-er li:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #acd10e;
    left: -1px;
    position: absolute;
    bottom: 0;
}
.top-er h5{
    font-size: 16px;    
}
.top-er h5 span{
    font-weight: 800;
    font-size: 35px;
    display: block;
}
@media (max-width:767px){
    .top-er li{
        width: 50%;
        padding: 0px 15px 40px;
    }
    .top-er h5 {
        font-size: 14px;
    }
    .top-er h5 span {
        font-size: 20px;
    }
}
/*关于我们*/
.about{
    background: #fff;
}
.about .more{
    color: #cfcfcf;
    font-size: 20px;
    font-weight: 600;
    float: none;  
    transition: all 0.3s ease-in-out;
}
.about .more:hover{ padding: 0px 15px;}

@media (max-width:767px){
    .about .about-txt{
        width: 100%;
    }
    .about .more{        
        font-size: 14px;
    }
}
/*产品*/
.product{
    background: #f5f5f5;    
    overflow: hidden;    
}
.product .title span{
    font-size: 30px;
}
.product .title span:after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: -o-linear-gradient(90deg,#0f238c,#acd10f 100%);
    background: linear-gradient(90deg,#0f238c,#acd10f 100%);
    margin: 5px auto;
}
/*分类*/
.nav-list{        
    position: relative; 
    transition: all 0.6s;     
    margin-bottom: 10px;    
}
.nav-list .nav-img{
    overflow: hidden; 
}
.nav-list .nav-img img{
    width: 100%;
    transition: all 0.6s;
}
.nav-list h5{    
    font-size: 16px;
    line-height: 1.2;    
    font-weight: 400;    
}
.nav-list h5 span{
    display: block;
    font-size: 20px;
    font-weight: 600;   
}
.nav-list h5:before{
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    margin: 5px 0;
}
.nav-list .more {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    display: block;
    margin-top: 10px;
    transition: all 0.6s;    
}
.nav-list .nav-hover{
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 30px 35px;
    width: 100%;
    z-index: 2;
    transition: all 0.6s;
}
.nav-list:hover .nav-hover{
    bottom: 10px;
}
.nav-list:hover .nav-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.nav-list:hover:after{
    opacity: 0.5;
    height: 100%;
}
@media (max-width:992px){
    .nav-list .nav-hover{
        padding: 10px 15px;
    }
    .nav-list h5{
        font-size: 14px;
    }
    .nav-list .more{
        font-size: 13px; 
    }
}

/*应用*/
.application{
    position: relative;
    overflow: hidden;    
}
.application h5 { 
    font-size: 20px; 
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    padding: 35px;
}
.application h5 span{
    display: block; 
    font-size: 16px;    
}
.application h5:before {
    content: "";
    display: block;
    background: #fff;
    width: 40px;
    height: 3px;
    margin: 10px 0;
}
.application ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.application ul li{
    width: 49%;
    color: #fff;
    position: relative;
}
.application ul li .app-img{      
    width: 100%;
    height: 100%;  
    overflow: hidden;
}
.application ul li .app-img img{
    width: auto;    
    object-fit: cover;
    transition: all 1s;
}
.application ul li .app-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:992px){
    .application ul li {
        width: 100%;
        margin-bottom: 15px;
    }
}
.honor{
    background: #f5f5f5;
}
.honor .honor-info{
    font-size: 16px;
    padding-bottom: 20px;
}
.honor .honor-box{
    position: relative;
    padding: 0px 50px;
}
.honor h5{    
    font-size: 16px;
    padding: 10px 0px;
    line-height: 1.4; 
}
.honor h5:after{
    width: 30px;
    height: 2px;
    display: block;
    content: "";
    background: #acd10f;
    margin: 10px 0;    
}
.workshop{
    background: #fff;
}

/*案例*/
.case{
    background: #fff;
    overflow: hidden;   
    padding-bottom: 80px;
}
.case .pro-tab{    
    overflow: hidden;
    border-bottom: 2px solid #0f238c;
}
.case .pro-tab li{
    display: inline-block;
 
}
.case .pro-tab li a{ 
    padding: 10px 25px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    transition: all 0.6s;
}
@media (max-width:767px){
    .case .pro-tab li a{  
        padding: 8px 10px;
        font-size: 14px;
    }
}
.case .pro-tab li.active a,.case .pro-tab li a:hover{     
    background: #0f238c;
    color: #fff;
    font-weight: bold;
}
.case-img{
    margin-bottom: 10px;
}
.case-img img{
    width: 100%;   
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border: 1px solid #efefef;
}
.case-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.case .case-box{
    margin-top: 20px;
}
.case .case-box h5{
    font-size: 16px;    
    padding: 10px 0px;    
    line-height: 1.4;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
    width: 100%;
}
.case .case-box h5:after{
    width: 30px;
    height: 2px;
    display: block;
    content: "";
    background: #dadada;
    margin: 10px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;   
}

@media (max-width:991px){
    .case{
        padding-bottom: 30px;
    }
    .case .case-box {
        margin-top: 25px;
    }   
    .case .case-box h5 {
        font-size: 14px;
        padding: 10px 0px;
    }
    .honor .honor-box{
        padding: 0px 0px;
    }
    .honor-box .swiper-button-next{
        right: 0px;
    }
    .honor-box .swiper-button-prev {
        left: 0px;
    }
}
/* 新闻 */
.news{
    background: #f5f5f5;
}
.news-list .news-con{
    padding: 20px 20px;    
    width: 100%;
}
.news-list .news-con .more{
    font-size: 16px;
    font-weight: 800;
    color: #c0c0c0;
}
.news-list{    
    margin-bottom: 15px;
    background: #fff;
}
.news-list .news-time{
    font-size: 14px;
    color: #5d5d5d;    
}
.news-list .news-title:after {
    content: "";
    display: block;
    background: #acd10e;
    width: 30px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px 0px;
}
.news-list .news-title{
    overflow: hidden;    
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
    font-size: 16px;   
    line-height: 1.4;
}

@media (max-width:991px){

   .news-content {  
        padding: 20px;
    } 
}