@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;   
    top: 0;
    left: 0;
    z-index: 99;
}
.header .logo img{
    height: 45px;
    width: auto;
    transition: all .5s;  
}
.header{
    padding:25px 0px;
    max-width:1920px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;   
}
header .nav{
    position: fixed;
    right:-100vw;
    top: 0px;
    width:50vw;
    height:calc(100vh - 0px);
    background:#fff;
    transform: translateX(0);
    overflow: hidden;
    background: -o-linear-gradient(60deg,#091b79,#132fc5 100%);
    background: linear-gradient(60deg,#091b79,#132fc5 100%);
    background: url(../img/nav.jpg) no-repeat center #091b79;  
    z-index:-1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;   
}
header .nav ul{
    padding-top: 100px;
    transition: all .5s;
    max-width: 70%;
    counter-reset: offcanvas-counter;   
}
header .nav ul li{
    display: block;
    padding: 0 0px;    
    position: relative;
}
header .nav ul li a.nav-link{    
    display: block;
    color: #fff;
    position: relative;
    font-size: 20px;     
    line-height: 40px;
    font-weight: 600;
    counter-increment: offcanvas-counter;
}
header .nav ul li a.nav-link:before {
    content: counter(offcanvas-counter,decimal-leading-zero);
    display: inline-block;
    font-weight: 300;
    line-height: 1;
    margin-right: 1.5625rem
}
header .nav>ul>li .logo{
    padding-bottom: 50px;
}
header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #0062ab;
}
header .nav.show{
    right: 0;
}
header.on{    
    background: #fff;
}
header.on .header{
    padding: 10px 0px;
}
header .logo .img2{
    display: none;
}
header.on .logo .img1{
    display: none;
}
header.on .logo .img2{
    display: block;
}

header.ons .logo .img1{
    display: block;
}
header.ons .logo .img2{
    display: none;
}
header .nav .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;     
    max-width: 100%;   
    padding: 15px 0px 15px 40px;
}
header .nav .sub-menu li{
    margin-right: 15px;
}
header .nav .sub-menu li a{
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: 300;
}
@media(max-width:992px){
    .header {
        padding: 15px 0px;
    }
    .header .logo img{
        height: 35px;
    }
    header .nav{
        width: 65vw;
    }
    header .nav ul {
        padding-top: 60px;
        transition: all .5s;
        max-width: 100%;
    }
    header .nav ul li a.nav-link{
        font-size: 18px;
        line-height: 30px;
    }
    header .nav .sub-menu {       
        padding: 6px 0px 6px 38px;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .banner-txt{   
    text-align: left;
    width:100%;    
    position: absolute;
    left:0%;
    top: 0px;
    color:#fff;
    padding-top:12%;
    z-index: 9;
    background: rgba(0,0,0,0.01);
}
.banner .banner-txt h3{
    font-size: 50px;  
   font-weight: 600;
}
.banner .banner-txt h3 span{
    display: block;
    font-size: 25px;
    font-weight: 200;
}
.banner .banner-txt p{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    margin:15px 0px;   
}
@media(max-width:992px){
    .banner .banner-txt{
        padding-top: 22%;
    }
    .banner .banner-txt h3{
        font-size: 14px;
    }
    .banner .banner-txt h3 span{       
        font-size: 12px;       
    }
    .banner .banner-txt p{
        font-size: 14px;
        margin: 10px 0px;       
    }
}

.common{
    padding-top:80px;
    padding-bottom:80px;
}
.title{
    font-size: 45px;
    color: #083994;   
    line-height:1.2;
    position: relative;
    font-weight: 800; 
    margin-bottom: 25px;   
}
.title span{
    color: #2b2b2b;
}
.title:after {
    content: "";
    display: block;
    background: #d6000f;
    width: 70px;
    height: 2px;
    margin: 5px 0;
}
@media (max-width:767px){
    .common{
       padding-top:25px;
       padding-bottom:25px;
    }
    .title{
        font-size: 24px;
    }      
}

.homeLink{
    position:relative; 
    display: inline-block;
    line-height:40px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius:35px;
    padding: 5px 50px;
    overflow:hidden;
    color:#fff; 
    background:#d6000f;
    transition: all 0.3s ease-in-out;
}
.homeLink:hover{  padding: 5px 80px; color:#fff;}
@media(max-width:767px){
    .homeLink{
        padding: 4px 40px;
    }
    .homeLink:hover{  padding: 4px 40px; color:#fff;}
}
@media(max-width:512px){
    .homeLink{
        font-size: 14px;
        line-height:20px;
        padding: 4px 20px;
    }
}

/*首页关于我们*/
.about{
    position: relative;
    background: url(../img/about.jpg) no-repeat center #fff;
    overflow: hidden;    
}
.about .title:after{
    margin: 5px auto;
}
.about .about-con{
    position: relative;
}
.about .atitle{
    font-size: 35px;
    color: #0f238c;
    font-weight: 600;
}
.about .atitle span{
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: #231815;
    margin-bottom: 20px;
}
.about .about-li{
    position: absolute;
    bottom: 0px;
}
.about .about-li li{    
    display: inline-block;    
}
.about .about-li li a{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
    padding-left: 25px;
}
.about .about-li li a:before{
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -1px;
    content: "";
    display: block;
    background: #d6000f;
    width: 20px;
    height: 3px;    
}
.about .about-img{ 
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0;
    width: 50%;   
}
.about .about-img img{
    width: 100%;
}
@media (max-width:992px){     
    .about .atitle {
        font-size: 18px;
    }
    .about .atitle span{
        font-size: 15px;
    }
    .about .about-img {        
        position: relative;      
        width: 100%;
    }
    .about .about-li {
        position: relative;        
        margin: 15px 0px;
    }
    .about .about-li li a {        
        font-size: 15px;       
        margin-right: 5px;
        padding-left: 15px;
    }
    .about .about-li li a:before{
        width: 12px;
    }
}
/*产品栏目列表*/
.product-nav {
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 9;
    color: #fff;
}
.product-nav .qlink{
    font-size: 16px;
    padding: 10px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #aba6a4;
    margin-bottom: 20px;
}
.product-nav h5{
    font-size: 20px;
    font-weight: 600; 
}
.product-nav h5:after{
    content: "";
    display: block;
    background: #d6000f;
    width: 30px;
    height: 3px;
    margin: 10px 0;
}
.product-nav ul{
    display: flex;
    justify-content: space-between;
}
.product-nav ul li{
    transition: all 0.4s;
    width: 20%;
}
.product-nav ul li a{
    display: block;
    color: #fff;  
}
.product-nav ul li i{
    font-size: 32px;   
}
.product-nav ul li:hover{
    margin-top: -10px;
}
@media (max-width:992px){
    .product-nav {
        position: relative;
        color: #2b2b2b;
        margin-top: 15px;
    }
    .product-nav ul li a{
        color: #2b2b2b;
    }
    .product-nav h5 {
        font-size: 14px;
        font-weight: 500;
    }
    .product-nav ul li i {
        font-size: 25px;
    }
}
.global{
    background: #fff;    
    overflow: hidden;
    position: relative;
    padding-top: 80px;    
}
.global .title b,.sol-title .title b{
    display: block;
    font-size: 25px;
    color: #2b2b2b;
    font-weight: normal;
}
.global .title:after,.sol-title .title:after{
    margin: 5px auto;
}
.global .alldot{
    margin: 0px auto;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
}
.global .alldot .global-img{
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;    
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
} 
.global .alldot .hotspot_container .hotspot{   
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff!important;
    width: 42px;
    height: 42px;
    font-size: 25px;
    font-weight: 600;
    background: #1297e4;
    background-color: #1297e4;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
}
.global .alldot .hotspot_container .hotspots__button-border {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    position: absolute;
    width: 44px;
    height: 44px;
    border: 3px solid #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0 0 2px 0 hsla(0,0%,100%,.5);
    box-shadow: 0 0 2px 0 hsla(0,0%,100%,.5);
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.global .alldot .hotspot_container .hotspots__button-border:hover {
    width: 56px;
    height: 56px;
}
.global .alldot .hotspot_container .hotspot:hover {
    background: -o-linear-gradient(12deg,#69199c,#0525f6);
    background: linear-gradient(78deg,#69199c,#0525f6);
    background-color: #1297e4;
}
.global .alldot .hotspot_container .hotspots__button-text {
    z-index: 1; 
    opacity: 0.0;  
    font-size: 0rem;
    position: absolute;
    margin-top: -3.125rem;
    white-space: nowrap;
    margin-left: 1.25rem;
    -webkit-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    padding: .5rem .875rem;
    background: -o-linear-gradient(12deg,#69199c,#0525f6);
    background: linear-gradient(78deg,#69199c,#0525f6);
    letter-spacing: -.25px;
    line-height: 1;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.global .alldot .hotspot_container:hover .hotspots__button-text {
    opacity: 1; 
    font-size: 1rem;  
    -webkit-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
} 
.global .alldot .hotspot_container .hotspot.close {
    background: -o-linear-gradient(12deg,#69199c,#0525f6);
    background: linear-gradient(78deg,#69199c,#0525f6);
    background-color: #1297e4;
    opacity: 1.0;
}
.global .alldot .hotspot_container .hotspot.close:hover {
    background: -o-linear-gradient(12deg,#69199c,#0525f6);
    background: linear-gradient(78deg,#69199c,#0525f6);
    background-color: #1297e4;
    opacity: 1.0;
}
.global .alldot .hotspot_container .tooltips {
    z-index: 10; 
    position: absolute;
    background: -o-linear-gradient(29deg,rgba(105,25,156,.9),rgba(5,37,246,.9));
    background: linear-gradient(61deg,rgba(105,25,156,.9),rgba(5,37,246,.9));
    width: 100%;
    height: 120%;    
    top: -200px;
    left: 0;
    right: 0;  
}
.global .alldot .hotspot_container .tooltips .product-img{
    background: #fff;
    width: 50%;
    float: left;
    margin-right: 5%;
}
.global .alldot .hotspot_container .tooltips .tips-con{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: left;
    height: 100vh;
}
.global .alldot .hotspot_container .tooltips h5 {
    font-size: 16px;    
    padding-top: 10%;
}
.hotspots_button-close{
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;       
    font-size: 2.8125rem;
    font-weight: 300;    
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
    z-index: 2;
    width: 3.4375rem;
    height: 3.4375rem;
    left: 50%;
    background: #fff;
    color: #1297e4!important;
    -webkit-transform: translate(-50%,-150%) rotate(45deg);
    transform: translate(-50%,150%) rotate(45deg);
}


@media (max-width:992px){
    .global{
        padding-top: 30px;
    }
    .global .title b,.sol-title .title b{
        font-size: 18px;
    }
    .hotspots_button-close{
        left: 90%;
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        transform: translate(-50%,50%) rotate(45deg);
    }
    .global .alldot .hotspot_container .tooltips{
        top: 0px;
    }
    .global .alldot .hotspot_container .tooltips .tips-con{
        height: auto;
        font-size: 13px;
        line-height: 1.5;
    }
    .global .alldot .hotspot_container .hotspot{
        width: 18px;
        height: 18px;
        font-size: 16px;
    }
    .global .alldot .hotspot_container .hotspots__button-border{
        width: 16px;
        height: 16px; 
    }
}

/*解决方案*/
.solution{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.solution:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 50%;
   background: #0f238c;
}
.sol-title{
    position: relative;
}
.sol-title .smore{
    position: absolute;
    bottom: 0px;
}
.sol-title .smore .more{
    font-size: 20px;
    color: #6674bc;
    font-weight: 600;
}
.sol-title h5{
    font-size: 45px;
    line-height: 1.2;
    color: #083994;
    font-weight: 800;
}
.sol-title h5 span{
    font-size: 20px;
    display: block;
    color: #2b2b2b;
}
.sol-title h5:after {
    content: "";
    display: block;
    background: #d6000f;
    width: 70px;
    height: 2px;
    margin: 5px 0;
}
.solution .swiper-container{
    overflow: unset;
    cursor: w-resize;
}
.solution .solution-img{
    overflow: hidden; 
}
.solution .solution-img img{
    width: 100%;
    transition: all 0.6s;
}
.solution .solution-hover h5{    
    font-size: 18px;
    line-height: 1.2;    
    font-weight: 600;    
}
.solution .solution-hover h5:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 2px 0;
}
.solution .solution-hover .more {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: all 0.6s;    
}
.solution .solution-hover{
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 20px 25px;
    width: 100%;
    z-index: 2;
}
.solution .swiper-slide:hover .solution-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:992px){
    .solution .swiper-container{
        overflow: hidden;
    }
    .sol-title .smore {
        position: relative;    
    }
    .sol-title h5 {
        font-size: 22px;
    }
    .sol-title h5 span {
        font-size: 16px;
    }
    .sol-title .smore .more {
        font-size: 16px;
    }
    .solution .solution-hover {        
        padding: 10px 10px;       
    }
    .solution .solution-hover h5 {
        font-size: 14px;
    }
}
/*合作伙伴*/
.partner{
    background: #eff2f4;
}
.par-tab{
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 25px;
}
.par-tab li a{
    padding: 5px 0px;
    margin-right: 10px;    
    border-bottom: 2px solid #eff2f4;    
    font-size: 20px;
    display: block;
    transition: all 0.6s;
}
.par-tab li.active a,.par-tab li a:hover{
    color: #0f238c;
    font-weight: bold;
    border-bottom: 2px solid #d6000f;
}
@media (max-width:992px){
    .par-tab li a{          
        font-size: 16px;
    }
}
.partner .tab-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partner .tab-content ul li{
    width: 19%;
    margin-bottom: 15px;
}
.partner .partner-img{
    text-align: center;
    background:#fff;
    border: 1px solid #efefef;
    padding: 0px;
    overflow: hidden;
    transition: all 0.6s;
}
.partner .partner-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.partner .partner-img:hover{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.3);
}
.partner .partner-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*资质*/
.qualification{
    background: #fff;
    font-size: 16px;
    text-align: center;
}
.qualification .title{
    font-size: 35px;
}
.qualification .title:after{
    margin: 5px auto;
}
.qualification .qua img{
    width: auto;
    max-width: 100%;
    margin: 15px 0px;
}
@media (max-width:992px){
    .qualification .title {
        font-size: 26px;
    }
}
/* 新闻 */
.news{
    background: #eff2f4;
}
.picList{
    position: relative;
}
.picList .img{
    width: 100%;
}
.picList .img img{
    width: 100%;
}
.picList .news-con{
    padding: 20px 30px 30px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
.picList .news-title{
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;    
}
.picList .news-con .news-time{
    font-size: 16px;
}
.picList .news-con .news-time span{
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #fff;
}
.picList .news-con .news-time:after{
    content: "";
    display: block;
    background: #d6000f;
    width: 35px;
    height: 2px;
    margin-top: 15px;
}
.news-box li {
    padding: 0px 0px 21px;
    transition: all 0.6s;   
}
.news-box li .n-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: 18px;
    font-weight: 600;    
    transition: all 0.6s;
}
.news-box li .n-time{
    font-size: 14px;
    color: #083994;
}
.news-box li .n-time span{
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #083994;
}
.news-box li .n-time:after{
    content: "";
    display: block;
    background: #d6000f;
    width: 35px;
    height: 2px;
    margin: 20px 0px 10px;
}
.news-box li .n-desc{
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-box li .n-more{    
    color: #d5d5d5;
    font-weight: 500;
    font-size: 16px;
    display: block;
    transition: all 0.6s;
}
.news-box li:hover .n-title{
    color: #f71919;
}
.news-box li:hover .n-more,.news-box li:hover .n-time span{
    color: #5b5b5b;
}

@media (max-width:991px){   
    
    .picList {
        margin-bottom: 20px; 
    }
    .picList .news-con {
        padding: 10px 15px 10px;
    }
    .news-box li .n-time:after{
        margin: 0px 0px 0px;
    }
    .news-box li .n-desc{
        margin: 0px 0px;
        -webkit-line-clamp: 2;
    }
    .news-box li .n-more{
        font-size: 14px;
    }
    .picList .news-title,.picList .news-con .news-time,.news-box li .n-title{
       font-size: 14px; 
    }
    .picList .news-con .news-time:after{
        margin-top: 15px;
    }
}