﻿/* æœåŠ¡æ”¯æŒ */
.serviceSupport-wrap{
    width: 100%;
    height:  auto;
    background: #F4F6F6;
    padding: 38px 0 107px;
    background-color: white;
}
.serviceSupport-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.serviceSupport-list{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.serviceSupport-item{
    cursor: pointer;
}
.serviceSupport-title{
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.serviceSupport-itemOn{
    position: relative;
}
.serviceSupport-itemOn .serviceSupport-title{
    color: #90C42F;
}
.serviceSupportIcon-wrap{
    width: 132px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/cooperateServe/sbg.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupport-itemOn .serviceSupportIcon-wrap{
    background: url(../image/cooperateServe/sbg-a.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupportIcon1{
    display: inline-block;
    width: 43px;
    height: 46px;
    background: url(../image/cooperateServe/s1.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupport-itemOn .serviceSupportIcon1{
    background: url(../image/cooperateServe/s1-a.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupportIcon2{
    display: inline-block;
    width: 51px;
    height: 50px;
    background: url(../image/cooperateServe/s2.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupport-itemOn .serviceSupportIcon2{
    background: url(../image/cooperateServe/s2-a.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupportIcon3{
    display: inline-block;
    width: 45px;
    height: 43px;
    background: url(../image/cooperateServe/s3.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupport-itemOn .serviceSupportIcon3{
    background: url(../image/cooperateServe/s3-a.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupportIcon4{
    display: inline-block;
    width: 51px;
    height: 43px;
    background: url(../image/cooperateServe/s4.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupport-itemOn .serviceSupportIcon4{
    background: url(../image/cooperateServe/s4-a.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupportIcon5{
    display: inline-block;
    width: 44px;
    height: 42px;
    background: url(../image/cooperateServe/s5.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupport-itemOn .serviceSupportIcon5{
    background: url(../image/cooperateServe/s5-a.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupportIcon6{
    display: inline-block;
    width: 45px;
    height: 46px;
    background: url(../image/cooperateServe/s6.png) no-repeat;
    background-size: 100% 100%;
}
.serviceSupport-itemOn .serviceSupportIcon6{
    background: url(../image/cooperateServe/s6-a.png) no-repeat;
    background-size: 100% 100%;
}
/* æœåŠ¡æ”¯æŒå†…å®¹ */
.serviceContent-list{
    margin-top: 70px;
}
.serviceContent-item{
    display: none;
    background-color: #FAFAFA;
}
.serviceContent-itemOn{
    display: flex;
}
.serviceContent-img{
    width: 700px;
    height: 574px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
}
.serviceContent-text{
    width: 700px;
    height: 574px;
    background: url(../image/cooperateServe/cbg.png) no-repeat;
    background-size: 100% 100%;
}
.serviceContent-text{
    padding-top: 19px;
    padding-left: 48px;
    padding-right: 50px;
}
.serviceContentText-title{
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.serviceContentText-text{
    color: #666666;
    font-size: 14px;
    margin-top: 9px;
    letter-spacing: 1px;
}
.zxgh-list{
    margin-top: 25px;
}
.zxgh-item{
    margin-top: 25px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
}
.zxgh-text{
    width: calc(100% - 57px);
    margin-left: 13px;
}
.zxghIcon1{
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../image/cooperateServe/c1.png) no-repeat;
    background-size: 100% 100%;
}
.zxghIcon2{
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../image/cooperateServe/c2.png) no-repeat;
    background-size: 100% 100%;
}
.zxghIcon3{
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../image/cooperateServe/c3.png) no-repeat;
    background-size: 100% 100%;
}
/* èµ„æºä¸‹è½½ */
.resource-wrap{
    width: 100%;
    height: auto;
}
.resource-box{
    max-width: 1395px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
.resource-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-content: center;
    justify-content: space-between;
}
.resource-item{
    max-width: 324px;
    width: 23%;
    height: 189px;
    padding-left: 37px;
    padding-top: 40px;
    margin-top: 26px;
    position: relative;
    background-color: #FAFAFA;
    position: relative;
    top: 0;
}
@keyframes animationTop{
    from{
        top: 0;
    }
    to{
        top: -10px;
    }
}
.resource-item:hover{
    animation: animationTop 0.8s;
    -webkit-animation: animationTop 0.8s;
    box-shadow: 0px 1px 7px 0px rgba(152,147,153,0.19);
}
.resourceName{
    color: #333333;
    font-size: 16px;
}
.resourceTime{
    color: #666666;
    font-size: 12px;
    margin-top: 50px;
}
.downLoadBtn{
    cursor: pointer;
    position: absolute;
    right: 39px;
    bottom: 42px;
    width: 38px;
    height: 35px;
    background: url(../image/productDetail/download.png) no-repeat;
    background-size: 100% 100%;
}
.resource-itemOn .downLoadBtn{
    background: url(../image/productDetail/download-a.png) no-repeat;
    background-size: 100% 100%;
}
/* é¡¹ç›®å’¨è¯¢ */
.consult-wrap{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #F5F5F5;
}
.consult-box{
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}
.form-wrap{
    width: 100%;
    height: 620px;
    margin-top: 50px;
    padding-top: 70px;
    padding-left: 58px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    background-color: white;
}
.form-left{
    width: 412px;
    height: auto;
}
.form-right{
    width: 412px;
    height: auto;
    margin-left: 103px;
}
.form-title{
    width: 100%;
    margin-bottom: 26px;
    text-align: center;
    color: #333333;
    font-size: 22px;
}
.inpKind{
    margin-top: 14px;
}
.inpKind input{
    width: 412px;
    height: 42.8px;
    outline: none;
    border: 1px solid #EEEEEE;
    padding: 0 5px;
}
.inpKind textarea{
    width: 412px;
    height: 118px;
    resize: none;
    outline: none;
    margin-top: 19px;
    padding: 5px 5px;
    border: 1px solid #EEEEEE;
}
.verificationCode{
    display: flex;
    text-align: center;
    justify-content: flex-start;
}
.scale{
    margin-top: 34px;
}
.verificationCode input{
    width: 258px;
    height: 42px;
}
.verificationCode-wrap{
    width: 61px;
    height: 38px;
    margin-left: 20px;
}
.verificationCode-wrap img{
    cursor: pointer;
    width: 61px;
    height: 38px;
}
.subBtn{
    display: inline-block;
    width: 100px;
    height: 42px;
    outline: none;
    border: 0;
    margin-top: 15px;
    cursor: pointer;
    line-height: 42px;
    color: white;
    font-size: 14px;
    background-color: #046CBB;
}
/* å·¥å…· */
.tool-wrap{
    width: 100%;
    height: auto;
    padding: 98px 0;
    background-color: #FCF9FC;
}
.tool-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
/* å·¥å…·è½®æ’­ */
.banner {
    margin-top: 50px;
    width:100%;
    overflow:hidden;
}
.large_box {
    margin-bottom:10px;
    width:100%;
    height:350px;
    overflow:hidden;
}
.tool-item{
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}
.toolText{
    padding: 93px 150px 0 186px;
}
.toolText-title{
    font-size: 30px;
    color: #333333;
}
.toolText-text{
    margin-top: 32px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.5px;
}
.small_box {
    width:530px;
    height:73px;
    overflow:hidden;
}
.small_list {
    position:relative;
    float:left;
    width:480px;
    height:73px;
    overflow:hidden;
}
.small_list ul {
    height:73px;
    overflow:hidden;
}
.small_list ul li {
    position:relative;
    float:left;
    margin-right:10px;
    width:110px;
}
.small_list ul li img {
    display:block;
}
.small_list ul li .bun_bg {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:110px;
    height:73px;
    background:#000;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
    opacity:0.6;
}
.small_list ul li.on .bun_bg {
    display:block;
}
.btn {
    display:block;
    width:20px;
    height:73px;
    background-color:#777;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}
.btn:hover {
    background-color:#e7000e;
}
.left_btn {
    float:left;
    margin-right:10px;
    background-image:url(../image/left_btn.png);
}
.right_btn {
    float:right;
    background-image:url(../image/right_btn.png);
}
/* å·¥å…·tabæ  */
.process-list{
    width: 100%;
    height: 80px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.process-item{
    width: 25%;
    height: 80px;
    display: flex;
    cursor: pointer;
    align-items: baseline;
    justify-content: center;
    border-bottom: 1px solid #DFE1E6;
}
.process-itemOn{
    border-bottom: 1px solid #90C42F;
}
.process-item em{
    color: #EFEFEF;
    font-size: 48px;
    margin-right: 8px;
}
.process-itemOn em{
    color: #90C42F;
}
.process-item span{
    color: #666666;
    font-size: 24px;
}
.process-itemOn span{
    color: #90C42F;
}
.processContent-list{
    margin-top: 20px;
}
.processContent-item{
    display: none;
    width: 100%;
    background-color: white;
    padding: 70px 37px 90px 40px;
}
.processContent-itemOn{
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}
.processContent-text{
    max-width: 550px;
    width: 50%;
    height: auto;
}
.processContent-img{
    max-width: 647px;
    width: 50%;
    height: 411px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.processContent-img img{
    width: 100%;
}
/* å¸¸è§é—®é¢˜ */
.question-wrap{
    width: 100%;
    height: auto;
    padding: 100px 0;
}
.question-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.question-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.question-item{
    position: relative;
    max-width: 685px;
    width: 48%;
    max-height: 272px;
    height: auto;
}
.questionImg{
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.questionImg img {
    width: 100%;
    object-fit: cover;
}
.questionText{
    width: 100%;
    height: auto;
    padding: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.questionText a{
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* æ‰‹æœºç«¯ */
@media screen and (max-width:768px){
    .serviceSupport-list{
        display: none;
    }
    .serviceContent-list{
        margin-top: 00px;
    }
    .serviceContent-item{
        display: block;
        margin-top: 40px;
    }
    .serviceContent-img{
        width: 100%;
        height: auto;
    }
    .serviceContent-img img{
        width: 100%;
    }
    .serviceContent-text{
        width: 100%;
        height: auto;
        padding: 50px;
    }
    .serviceContent-text {
        width: 100%;
        height: auto;
        background: url(../image/cooperateServe/cbg.png) no-repeat;
        background-size: 700px 574px;
        background-position: right bottom;
    }
    /* èµ„æºä¸‹è½½ */
    .resource-box{
        padding: 50px 0;
    }
    .resource-item{
        width: 100%;
    }
    /* é¡¹ç›®å’¨è¯¢ */
    .consult-wrap{
        padding: 50px 0;
    }
    .form-wrap{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 40px 30px;
    }
    .form-left{
        width: 100%;
        margin-top: 20px;
    }
    .form-right{
        width: 100%;
        margin-left: 0;
    }
    .inpKind input{
        width: 100%;
    }
    .inpKind textarea{
        width: 100%;
    }
    /* å·¥å…· */
    .banner{
        width: 100%;
        display: none;
    }
    .process-item{
        height: 30px;
    }
    .process-item em{
        font-size: 16px;
    }
    .process-item span{
        font-size: 14px;
    }
    .processContent-itemOn{
        padding: 40px 30px;
        flex-direction: column-reverse;
    }
    .processContent-img{
        width: 100%;
        height: auto;
    }
    .processContent-img img{
        width: 100%;
    }
    .processContent-text{
        padding-top: 30px;
    }
    /* å¸¸è§é—®é¢˜ */
    .question-wrap{
        padding: 50px 0;
    }
    .question-list{
        margin-top: 20px;
    }
    .questionText{
        padding: 15px 10px;
    }
    .questionText a{
        font-size: 16PX;
    }
    .processContent-text{
        width: 100%;
    }
}