/* 头部 */
.header{
    padding-top: 17px;
}
.head{
    height:63px;
}
.logo{
    width: 170px;
    height: 46px;
    line-height: 46px;
}
.logo img{
    float: left;
    height: 34px;
    width: auto;
    margin: 11px 0;
}
.nav>ul>li{
    float: left;
    margin-left: 96px;
    position: relative;
}
.nav-link{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #333333;
    display: block;
    transition: all .3s;
}
.nav-active,.nav-link:hover{
    color: #0079ef;
}

.nav-jypx i{
    background: linear-gradient(312deg,#5f65ff 0%, #71bbff 100%);
}
.nav-hyhf i{
    background: linear-gradient(312deg,#ff5f6d 0%, #ffc371 100%);
}
.nav-dljz i{
    background: linear-gradient(312deg,#fc1c44 0%, #ff79fa 100%);
}
.nav-fczx i{
    background: linear-gradient(312deg,#ff3030 0%, #ff7171 100%);
}
.nav-wltg i{
    background: linear-gradient(312deg,#be04ff 0%, #e8a5ff 100%);
}
.nav-child-list span{
    float: left;
    margin-left: 10px;
}
.container{
    width: 1280px;
    margin: 0 auto;
}
/* 内容 */
.header-bg{
    position: relative;
    height: 678px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    animation: changeScale 1 2.5s;
}
.ban{
    position: relative;
    overflow:hidden;
    height: 592px;
}
.banner-l{
    width: 654px;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-l p{
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 50px;
    display: block;
    overflow: hidden;
}
.banner-l strong{
    color: #0079ef;
    float: left;
}
.banner-l span{
   float: left;
}
.banner-l-btn{
    margin-top: 40px;
    overflow: hidden;
}
.banner-l-btn a{
    height:54px;
    line-height: 54px;
    padding:0 55px;
    font-size: 20px;
    border-radius: 10px;
    display: inline-block;
    transition: all .3s;
}
.banner-l-btn a.banner-l-btn-kefu{
    background: #0079ef;
    color: #ffffff;
}
.banner-l-btn a.banner-l-btn-introduction{
    margin-left: 32px;
    background-color: #DAE9FC;
    color: #0079EF;
}
.banner-l-btn a.banner-l-btn-kefu:hover{
    background: #1C86F0;
}
.banner-l-btn a.banner-l-btn-introduction:hover{
    background: #D3E0F2;
}
.banner-r{
    width: 606px;
    position: absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-r img{
    width: 100%;
    height:auto;
    display: block;
}
.panel{
    overflow: hidden;
    margin-top:60px;
}
.panel-item{
    margin-bottom: 200px;
    overflow: hidden;
}
.panel-item:last-child{
    margin-bottom: 20px;
}
.panel-img{
    width: 624px;
}
.panel-info{
    width: 582px;
}
.panel-info h3{
height: 45px;
line-height: 45px;
font-size: 34px;
color: #222222;
margin-bottom: 32px;
}
.panel-info-item{
    overflow: hidden;
    margin-bottom:16px;
}
.panel-info-item h6{
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
}
.panel-info-item p{
    font-size: 16px;
    color: #444444;
    line-height: 24px;
}
.panel-info a.panel-info-consult{
    height: 54px;
    line-height: 54px;
    padding: 0 35px;
    font-size: 20px;
    background: #0079ef;
    color: #ffffff;
    border-radius: 6px;
    display: inline-block;
    margin-top: 25px;
    transition: all .3s;
}
.panel-info a.panel-info-consult:hover{
    background: #1C86F0;
}
.partner{
    overflow: hidden;
}
.title{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 38px;
    font-weight: 700;
    color: #222222;
}
.des{
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #444444;
    margin-top:12px;
}
/* 合作客户 */
.partner{
    overflow: hidden;
}
.partner-swiper-bg{
    background-image: url(../images/partner.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
}
.partner-swiper{
    margin: 85px auto 0 auto;
    position: relative;
    
}
.swiper{
    margin: 0 auto;
    width: 1180px;
    height: 390px;
    position: relative;
    overflow: hidden;
}
.partner-item-line{
    overflow: hidden;
    display: flex;
}
.partner-item-img{
    flex:1;
    margin: 20px 10px;
    height: 90px;
    background: #ffffff;
    box-shadow: 0px 4px 8px 4px rgba(34,54,144,0.10);
    position: relative;
}
.partner-item-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
.partner-swiper .swiper-button-prev, .partner-swiper .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.partner-swiper .swiper-button-next, .partner-swiper .swiper-container-rtl .swiper-button-prev{
    right:0;
}
/* 技术 */
.tecknical{
    margin: 188px 0 200px 0;
}
.tecknical-body{
    overflow: hidden;
    margin-top: 50px;
    display: flex;
}
.tecknical-item{
    flex:1;
    margin-right:156px;
}
.tecknical-item:last-child{
    margin-right:0
}
.tecknical-g{
    color: #7ee4b3;
}
.tecknical-y{
    color: #ffd952;
}
.tecknical-o{
    color: #fd9379;
}
.tecknical-b{
    color: #6dadfd;
}
.tecknical-p{
    color: #a886e4;
}
.tecknical-item-add{
    text-align:right;
height: 24px;
line-height: 24px;
font-size: 30px;
font-weight: 700;
}
.tecknical-item-total{
    text-align: center;
    width: 130px;
    overflow: hidden;
}
.tecknical-item-total span{
    display: inline-block;
}
.tecknical-item-total-num{
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    font-weight: 700;
}
.tecknical-item-total-u{
    height: 48px;
    line-height:64px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}
.tecknical-item-title{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.tecknical-pic{
    margin-top: 58px;
    overflow: hidden;
}
.tecknical-pic img{
    float: left;
    margin-right: 58px;
}
.tecknical-pic img:last-child{
    margin-right: 0;
}
.kefu{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 999999;
    display: none;
}
.kefu-code{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999999;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 300px;
    border-radius: 6px;
}
.kefu-code i{
    position: absolute;
    top: -24px;
    right: -40px;
    width: 24px;
    height: 24px;
    border: 2px solid #CECECE;
    color: #CECECE;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    transition: all .3s;
}
.kefu-code i:hover{
    border-color:#ffffff;
    color: #ffffff;
}
.kefu-title{
    height: 34px;
    line-height: 34px;
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 35px;
}
.kefu-code img{
    margin: 25px auto 38px auto;
    display: block;
    width: 220px;
    height: auto;
}
@media screen and (max-width:992px) {
    .container{
        width: 100%;
    }
    .header{
        padding-top: 0;
        height: auto;
    background: none;
    }
    .ban{
        height: auto;
    }
    .banner-l{
        width: 80%;
        left: 10%;
        bottom: -8px;
        top: auto;
        z-index: 2;
    }
    .banner-l p{
        display: none;
    }
    .banner-l-btn{
        margin: 0 auto;
        text-align: center;
        width: 272px;
    }
    .banner-l-btn a {
        height: 30px;
        line-height: 30px;
        padding: 0 18px;
        font-size: 14px;
        float: left;
    }
    .banner-r{
        width: 100%;
        top: 0;
        transform: none;
        position: relative;
    }
    .panel-info a.panel-info-consult{
        display: none;
    }
    .panel{
        margin-top: 0;
    }
    .panel-item {
        margin-bottom: 0;
        padding: 40px 30px;
    }
    .panel-item:last-child{
        margin-bottom: 0;
    }
    .panel-item:nth-child(2n) {
        background-color: #F5F8FF;
    }
    .panel-info{
        width: auto;
        text-align: center;
    }
    .panel-info h3 {
        height: auto;
        line-height: 26px;
        font-size: 22px;
        margin: 0;
    }
    .panel-info-item {
        margin: 0;
    }
    .panel-info-item h6 {
        font-size: 18px;
        font-weight: 100;
        margin: 20px 0 6px 0;
    }
    .panel-info-item p {
        font-size: 14px;
        line-height: 22px;
    }
    .panel-img{
        width: auto;
        margin-top: 30px;
    }
    .panel-img img{
        width: 100%;
    }
    .partner{
        margin: 30px 0;
    }
    .title {
        height: 24px;
        line-height: 24px;
        font-size: 24px;
        margin: 0 30px;
    }
    .des{
        margin: 12px 30px 0 30px;
    }
    .partner-list{
        width: 100%;
        
    margin-top: 20px;
    }
    .partner-item-img{
        width: 30%;
        margin: 0 1.5%;
        float: left;
        box-shadow: none;
        height: auto;
    }
    .partner-list img {
        width: 70%;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        object-fit: contain;
        margin: 0 10%;
        height: 44px;
    }
    .tecknical {
        margin: 20px 0 20px 0;
    }
    .tecknical-body {
        margin: 20px;
        justify-content: center;
    }
    .tecknical-item {
        margin-right: 10px;
        float: left;
    }  
    .tecknical-item-add {
        height: 18px;
        line-height: 18px;
        font-size: 16px;
    }  
    .tecknical-item-total {
        width: auto;
    }
    .tecknical-item-total-num {
        height: 24px;
        line-height: 24px;
        font-size: 24px;
    }
    .tecknical-item-total-u {
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        margin-left: 0px;
    }
    .tecknical-item-title {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
    }
    .tecknical-pic {
        margin: 28px 20px 0 20px;
        text-align: center;
    }
    .tecknical-pic img {
        float: none;
        margin: 0 10px;
        height: 20px;
        display: inline-block;
    }
    .kefu-code {
        width: 70%;
    }

    .kefu-title {
        margin-top: 20px;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
    }

    .kefu-code img {
        width: 80%;
    }
}