@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 5px;
    color: #fff;
    background: #000;
    max-width:1920px;
}
.top-bar .other{
    font-size: 14px; 
    font-weight: 500;
}
.top-bar .language{ 
    color: #fff;
    display: flex;
    justify-content: flex-end;    
}
.top-bar .language li{ 
    font-size: 16px;   
    padding-left: 15px;
}
.top-bar .language i{
    font-size: 16px;  
}
.top-bar .language span{
    color: #f3ac30;
    font-weight: 500;
}
.top-bar .language a{
    font-size: 16px;
    color: #fff;
}
.en-link{
     border-left: 1px solid #fff;
     padding-left: 6px;
     margin-left: 6px;
}
.header .logo {
    padding: 0px 0px;
}
.header .logo img{
    height: 92px;
    width: auto;
    transition: all .5s;  
}
@media(max-width:767px){
    .header .logo {
        padding: 2px 0px;
    }
    .header .logo img{ 
        height: 55px;
    }
}
.header{
    padding:0px 0px;
    max-width:1920px;
}
header .nav{
    padding: 25px 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: 0px 25px;
    position: relative;
}
header .nav>ul>li>a{   
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;   
    line-height: 40px;
}

header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #1f52a3;
}
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;
}
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:35px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#424242;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#424242;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {

    transform: rotate(48deg) translate(-6px, -5px);

    -webkit-transform: rotate(48deg) translate(-6px, -5px);

    -o-transform: rotate(48deg) translate(-6px, -5px);

	width: 24px;

}
.top-drop{
    min-width: 110px;
    text-align: center;
}
header.on{
    position: fixed;
}
header.on .nav{
    padding: 12px 0px 0px;
}
header.on .header .logo img{
    height: 60px;
}
@media(max-width:767px){
    header.on .header .logo img{
        height: 55px;
    }
}
@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:10px;
    }
}
@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;
    }
    header .nav>ul>li::before,
    header .nav>ul>li:last-child::after{
        border-left: 0px dotted #c1c1c1;
    } 
}
@media(max-width:1200px){
    .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;
    overflow: hidden;
}

.video{
    background: #000;
    display: block;
    position: relative;
    margin-top: 78px;
}
.video-img img{
    width: 100%;
    position: relative;
    margin-top: 78px;
}

@media(max-width:991px){
    .video-img img{
        width: 100%;
        position: relative;
        margin-top: 58px;
    }
    .video{
        margin-top: 58px;
    }
}
.banner .banner-txt{   
    text-align: left;
    width:100%;    
    position: absolute;
    left:0%;
    top: 0px;
    color:#fff;
    padding-top:12%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

@media(max-width:991px){
    .banner .banner-txt{
        padding-top:18%;
    }
}
.banner .banner-txt h3{
    font-size: 75px;  
   font-weight: bolder;
}
.banner .banner-txt p{
    font-size: 40px;
    line-height: 1.2;
    margin:20px 0px;
    width: 56%;
}
@media(max-width:1299px){
    .banner .banner-txt h3{
        font-size: 54px;
    }
    .banner .banner-txt p{
        font-size: 32px;
        width: 100%;
    }
}
@media(max-width:991px){
    .banner .banner-txt h3{
        font-size: 46px;
    }
    .banner .banner-txt p{
        font-size: 26px;
        width: 100%;
    }
}
@media(max-width:767px){
    .banner .banner-txt h3{
        font-size: 28px;
    }
    .banner .banner-txt p{
        font-size: 16px;
        width: 100%;
    }
}
.banner .banner-txt p span{
    font-weight: bolder;
    display: block;
}
.homeLink{
    position:relative; 
    display: inline-block;
    line-height:40px;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    border-radius:35px;
    padding: 4px 100px;
    overflow:hidden;
    color:#fff; 
    background:#54ac06;
    transition: all 0.3s ease-in-out;
}
.homeLink:hover{  padding: 4px 150px; color:#fff;}
@media(max-width:767px){
    .homeLink{
        padding: 4px 80px;
    }
    .homeLink:hover{  padding: 4px 80px; color:#fff;}
}
@media(max-width:512px){
    .homeLink{
        font-size: 14px;
        line-height:20px;
        padding: 4px 20px;
    }
}

.common{
    padding-top:80px;
    padding-bottom:80px;
}
.title{
    font-size: 35px;    
    line-height:1.2;     
    text-transform: uppercase;
    position: relative;
    font-weight: lighter;
}
.title span{
    display: block;
    font-weight: 900;
    font-size: 40px;
}
.title:after {
    display: block;
    content: "";
    width: 70px;
    height: 3px;
    background: #f3ac30;
    margin: 10px auto;
}
.pro-info{font-size: 22px;margin-bottom: 30px;}
@media (max-width:767px){
    .common{
       padding-top:30px;
       padding-bottom:30px;
    }
    .title{
        font-size: 20px;
        padding-bottom: 0px;
    }
    .title span{       
        font-size: 24px;
    }
    .pro-info {
        font-size: 14px;
    } 
}

/*首页关于我们*/
.about{
    background: url(../img/about.jpg) no-repeat top center #fff;
    padding-top: 80px;
}
.about .about-txt{    
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 20px;
}
.about .about-img{
    margin: 15px 0px;
    border-radius: 5px;
    width: 100%;
}
.about .sign li{
    font-size: 16px;
    line-height: 1.1;
}
.about .sign li span {
    display: block;
    font-size: 35px;
    font-weight: 900;
}
.about .sign li:after{
    content: "";
    display: block;
    background: #d8d8d8;
    width: 40px;
    height: 2px;
    transition: all 0.6s;
    margin: 15px 0px;
}
.about a{
    display: inline-block;
    background: #edb42e;
    padding: 10px 40px;    
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.about a:hover{ padding: 10px 70px; color: #2b2b2b;}
@media (max-width:767px){
    .about{
        padding-top: 30px;
    }
    .about .about-txt{
        width: 100%;
        font-size: 14px;       
    }
    .about a{        
        padding: 10px 15px;
        margin-bottom: 15px;      
    }
}
/*产品*/
.product{
    background: #f2f2f2;
    overflow: hidden;
}
.product .pro-tab{    
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 25px;
}
.product .pro-tab li{
    width: 18%;
}
.product .pro-tab li a{ 
    padding: 15px 25px;   
    text-align: center;
    color: #000;
    background: rgba(255,255,255,0.95);     
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
    display: block;
    transition: all 0.6s;
}
@media (max-width:767px){  
    .product .pro-tab li{
        display: table;
    }
    .product .pro-tab li a{  
        padding: 8px 5px;
        font-size: 14px;
        line-height: 1.0;
        font-weight: 200;
        display: table-cell;
        vertical-align: middle;
        height: 60px;
    }
}
.pro-tab li.active a,.pro-tab li a:hover{     
    background: #1f52a3;
    color: #fff;
}
/*产品类别*/
.pro-nav li a{
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 8px 10px 8px 10px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #505050;
}
.pro-nav li.cur a,
.pro-nav li a:hover{
    color: #fdba33;
}
.pro-nav li span {
    display: block;
    padding-left: 20px;
}
.pro-more{
    background: rgba(255,255,255,0.95);
    border: 1px solid #fff;
    color: #1f52a3;
    border-radius: 5px;
    display: block;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;    
    text-align: center;
    margin-top: 50px;
}
/*合作客户*/
.process{
    background: url(../img/process.jpg) no-repeat center #1f52a3;
    border-bottom: 10px solid #f3ac30;
    overflow: hidden;  
}
.process .title,.process .pro-info{
    color: #fff;
}
.process ul li .adv-con{   
    background: url(../img/process.png) no-repeat center;
    background-size: contain;
    text-align: center;
    padding: 30px 30px 80px;
    margin-top: 0px;
    transition: all 0.5s;   
}
.process ul li h5{
    font-size: 40px;
    color: #e2e1e1; 
    font-weight: 500;
    padding: 0px 0px;  
    line-height: 1;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;  
}
.process ul li h5 span{
    display: block;
    font-size: 16px;
    line-height: 1;   
    color: #2b2b2b;
    text-transform: uppercase;
}
.process ul li h5 span:before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #1f52a3;
    margin: 5px auto;
}
.process ul li img{
    margin-top: 10px;
    width: auto;
}
.process ul li .adv-con:hover{
    margin-top: -10px;
}
@media(max-width:992px){    
    .process ul li h5{
        font-size: 32px;       
    }
    .process ul li h5 span{        
        font-size: 14px;
    }
}
/*应用领域*/
.case{
    background: #fff;
    overflow: hidden;   
}
.case .case-box{
    position: relative;
}
.case .case-img{
    background: #fff;
    border-radius: 5px;
    overflow: hidden; 
}
.case .case-img img{
    width: 100%;
    opacity: 1.0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.case .case-box h5{
    font-size: 16px;
    padding: 15px;
    text-align: center; 
}
.case .case-box h5:after{
    width: 40px;
    height: 3px;
    display: block;
    content: "";
    background: #1f52a3;
    margin: 10px auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;   
}
.case .case-box .swiper-slide:hover .case-img img{   
    transform: scale(1.05);
}
@media (max-width:991px){       
    .case .case-box h5 {
        font-size: 14px;
        padding: 10px 0px;
    }
}
.adv{
    background:url(../img/adv.jpg) no-repeat center #f6bc48;
    padding: 50px 30px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}
.adv h5{    
    font-size: 26px;
    font-weight: 100;
    text-transform: uppercase;    
    line-height: 1.0;
    margin-bottom: 5px;
}
.adv h5 span{
    display: block;
    font-weight: 700;
    font-size: 34px;
}
.adv h5 span b{
    color: #1f52a3;
}
.adv h4{
    display: block;
    font-weight: 700;
    font-size: 35px;
}
.adv-tel{
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}
.adv-tel span{
    display: block;
    font-size: 25px; 
    font-weight: 700;
}
.adv-tel i{
    display: block;
    font-size: 30px;
}
.adv-online{
    background: #fff;
    margin: 10px auto 0px auto;  
    color: #cc8915;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 42px;
    border-radius: 3px;
    text-align: center;
}
.adv-wei img{
    width: auto;
    max-width: 100%;
    background-color: #fff;
    padding: 10px;
}
@media (max-width:991px){
    .adv {
        background-size: 100% 100%;
        padding: 30px 10px;
        font-size: 14px;
    }
    .adv h5 {
        font-size: 12px;
    }
    .adv h5 span {   
        font-size: 20px;
    }
    .adv h4 {
        font-size: 20px;
    }
    .adv-tel, .adv-online { 
        font-size: 16px;        
        padding: 12px 10px;        
    }
    .adv-tel span, .adv-online span {
        font-size: 20px;
    }
}
/* 新闻 */
.news-box{
    margin-top: 60px; 
}
.news .news-box{
    margin-top: 30px;
}
.news .news-box .news-con{
    border-top: 0px solid #e1e1e1;
    padding: 5px 0px;
    margin: 0px 0px 0px;
}
.news .news-box .news-con:before{
    width: 0;
}
.news-box .news-con{
    width: 100%;
    font-size: 14px;      
    position: relative;
    padding: 35px 0px;
    margin: 25px 0px 35px;
    border-top: 2px solid #e1e1e1;   
}
.news-box .news-con:before{
    content: "";
    display: block;
    background: #fdba33;
    width: 30%;
    height: 2px;
    margin: 0px;
    position: absolute;
    top: -2px;
    left: 0;
}
.news-box .news-time{
    font-size: 14px;
    color: #1f52a3; 
    font-weight: 400;    
}
.news-box .news-time:after {
    content: "";
    display: block;
    background: #edb42e;
    width: 30px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px 0px;
}
.news-box .news-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: 400;
    line-height: 1.4;
}
.news-box .news-img img {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}
@media (max-width:991px){
   .news-content {  
        padding: 20px;
    } 
}
.top-bnr ul li a{
    display: block;
    line-height: 2.2;
    padding: 25px 25px;
    background: #fff;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);
}
.top-bnr ul li a i{
    font-size: 20px;
    float: left;
    margin: 5px 10px 0px 0px;   
    color: #1da1f2;
}
.top-bnr ul li a span{
    float: right;
    background: #1da1f2;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 3px;
}
.top-bnr ul li:first-child a i{
    color: #3b5998;
}
.top-bnr ul li:first-child a span{
    background: #3b5998;
}
.top-bnr ul li:last-child a i{
    color: #cc181e;
}
.top-bnr ul li:last-child a span{
    background: #cc181e;
}