.about-text{
    margin: .8rem 0;
}
.about-list{
    list-style: none;
    margin: .8rem 0;
}
.about-list li{
    padding: .8rem 0;
}
.about-item{
    position: relative;
    border-radius: 8px;
    background-color: #FBFBFB;
}
.about-img{
    flex-shrink: 0;
    width: 48.65%;
    min-height: 3.55rem;
    border-radius: 8px;
    overflow: hidden;
}
.about-img .imgBg{
    height: 100%;
}
.about-con{
    flex: auto;
    padding: .5rem 1.4rem;
    overflow: hidden;
}
.about-num{
    line-height: 1.2;
    font-weight: 100;
}
.about-line{
    width: 288px;
    border-top: 1px dashed #979797;
    margin: .1rem 0;
}
.about-des{
    line-height: 2;
    margin: .2rem 0;
}
.about-icon{
    position: absolute;
    right: .3rem;
    bottom: .1rem;
    max-width: 8%;
    width: 120px;
}
.about-icon img{
    width: 100%;
    height: 100%;
}
.about-list li:nth-child(1){
    padding-top: 0;
}
.about-list li:nth-child(2n){
    padding: 0;
    background-color: #FBFBFB;
}
.about-list li:nth-child(2n) .about-item{
    padding: 1rem 0;
    flex-direction: row-reverse;
}
.about-list li:nth-child(2n) .about-icon{
    right: auto;
    left: 0;
}

/* honor */
.honor-list{
    margin-bottom: .8rem;
}
.honor-img{
    max-width: 422px;
    margin: 0 auto;
    padding: .3rem .2rem;
    background: #F8F8F8;
    border-radius: 6px;
}
.honor-img .baseImg{
    padding-bottom: 74.35%;
}

.honor-title{
    line-height: 1.6;
    margin: .2rem 0 0;
    font-weight: normal;
}
.honor-list .swiper-slide{

}

.service-bg{
    padding: 1.2rem 0;
    background: url(../images/service/service-bg.png) center center no-repeat;
    background-size: cover;
}
.apply-form{
    max-width: 900px;
    margin: 0 auto;
}
.apply-form li{
    width: 50%;
    padding: 0 .2rem;
    margin-bottom: .3rem;
}
.apply-form li.one{
    width: 100%;
}
.apply-input{
    display: block;
    width: 100%;
    height: calc(30px + .2rem);
    background: #F6F6F6;
    border: none;
    padding: .1rem .2rem;
}
textarea.apply-input{
    height: 160px;
    resize: none;
}
#expectDate{
    cursor: pointer;
}
.apply-form .layui-input-affix{
    line-height: calc(30px + .2rem);
    resize: none;
}
.apply-btn{
    display: block;
    width: 100%;
    max-width: 260px;
    height: calc(30px + .2rem);;
    background: #EBA100;
    margin: 0 auto;
    border: none;
    transition: all .3s;
}
.apply-btn:hover{
    background: var(--baseColor);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.15);
}

.layui-laydate .layui-this,
.layui-laydate .layui-this > div{
    background-color: var(--baseColor) !important;
}
.layui-laydate-header i:hover,
.layui-laydate-header span:hover{
    color: var(--baseColor);
}
.layui-laydate-footer span:hover{
    color: var(--baseColor);
}

.download-top-bg{
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
}
.download-top{
    flex-direction: row-reverse;
}
.download-top .breadNav{
    flex-shrink: 0;
}
.download-sort{
    flex: auto;
    margin-right: -.56rem;
    line-height: 1.4;
    overflow: hidden;
    font-weight: bold;
}
.download-sort li{
    margin-right: .56rem;
    margin-bottom: .2rem;
}
.download-sort li a{
    position: relative;
    display: block;
    color: #000000;
    padding-bottom: 0.06rem;
    transition: all .3s;
}
.download-sort li a::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.03rem;
    background-color: var(--baseColor);
    transition: all .3s;
}
.download-sort li.active a::before{
    width: 100%;
}
.download-sort li:not(.active) a:hover{
    color: var(--baseColor);
}
.download-type{
    margin: .2rem -.2rem;
}
.download-type li{
    margin: .1rem 0;
    padding: 0 .2rem;
}
.download-type li a{
    display: block;
    min-width: 1.08rem;
    color: #666666;
    line-height: calc(22px + .2rem);
    padding: 0 .2rem;
    background: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #D8D8D8;
    transition: all .3s;
}
.download-type li a:hover{
    color: var(--baseColor);
    border-color: var(--baseColor);
}
.download-type li.active a{
    color: #FFFFFF;
    background-color: var(--baseColor);
    border-color: var(--baseColor);
}
.download-list{
    margin: 0 -.3rem .4rem;
}
.download-list li{
    width: 50%;
    padding: .2rem .3rem;
}
.download-list li a{
    display: block;
    padding: .3rem;
    background: #F8F8F8;
    transition: all .3s;
}
.download-icon{
    float: left;
    width: 68px;
    max-width: .7rem;
    margin-right: .2rem;
}
.download-icon img{
    width: 100%;
}
.download-text{
    flex: auto;
    overflow: hidden;
}
.download-title{
    line-height: 26px;
    margin-bottom: .1rem;
    transition: all .3s;
}
.download-con{
    line-height: 26px;
    margin: .1rem 0;
    -webkit-line-clamp: 1;
}
.download-info{
    line-height: 18px;
}
.download-info span{
    color: #999999;   
}
.download-info p{
    color: #333333;
}
.download-info p img{
    width: 18px;
    margin-right: 2px;
}
.download-list li a:hover{
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.15);
}
.download-list li a:hover .download-title{
    color: var(--baseColor);
}

@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .about-text{
        margin: .6rem 0;
    }
    .about-list{
        margin: .6rem 0;
    }
    .about-list li{
        padding: .6rem 0;
    }
    .about-img{
        min-height: 2rem;
    }
    .about-con{
        padding: .5rem;
    }
    .about-list li:nth-child(2n) .about-item{
        padding: .6rem 0;
    }

    .honor-list{
        margin-bottom: .6rem;
    }
    .honor-img{
        padding: .1rem;
    }
    .honor-title{
        margin: .1rem 0 0;
    }

    .apply-form li{
        padding: 0 .1rem;
        margin-bottom: .2rem;
    }

    .download-sort li{
        margin-right: .3rem;
    }
    .download-type{
        margin: .2rem -.1rem;
    }
    .download-type li{
        margin: 2px 0;
        padding: 0 .1rem;
    }

    .download-list{
        margin: .2rem -.1rem .4rem;
    }
    .download-list li{
        padding: .1rem;
    }
    .download-list li a{
        padding: .2rem;
    }
    .download-icon{
        width: 54px;
        margin-right: .1rem;;
    }
}
@media (max-width:991px){
    .download-list li{
        width: 100%;
    }
    .download-title{
        font-size: 16px;
    }
}
@media (max-width:767px){
    .about-list li{
        padding: .3rem 0;
    }
    .about-item{
        display: block;
    }
    .about-img{
        width: 100%;
    }
    .about-img .imgBg{
        height: 0;
        padding-bottom: 49.3%;
    }
    .about-con{
        padding: .3rem;
    }
    .about-list li:nth-child(2n) .about-item{
        padding: 0;
    }
    .about-list li:nth-child(2n) .about-icon{
        left: auto;
        right: 0;
    }

    .download-top{
        display: block;
        overflow: hidden;
    }
    .download-top .breadNav{
        margin: .2rem 0;
    }
    .download-sort{
        margin: .2rem 0;
    }

}
@media (max-width:640px){
    .apply-form li{
        width: 100%;
    }
    .download-list li a{
        padding: .3rem;
    }
    .download-title{
        font-size: 15px;
    }
}
@media (max-width:460px){

}