.banner{
    width: 100%;
}
.specialty{
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
}
.specialty-li{
    display: flex;
    flex-direction: column;
    width: 4.79rem;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: .19rem;
    position: relative;
}
.specialty-li span{
    color: #FAA719;
    font-weight: bold;
    font-size: .27rem;
}
.specialty-li2::after {
    content: '';
    position: absolute;
    width: .02rem;
    height: .19rem;
    background: #979797;
    left: 0;
}
.specialty-li2::before {
    content: '';
    position: absolute;
    width: .02rem;
    height: .19rem;
    background: #979797;
    right: 0;
}
.serve{
    height: 11.13rem;
}
.serve-title{
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
    padding-top: .6rem;
}
.serve-Our{
    color: #666666;
    font-size: .21rem;
    text-align: center;
    font-weight: bold;
}
.serve-list{
    width: 11.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.serve-li{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 33.33%;
    margin-top: 1.48rem;
}
.serve-li img{
    width: .95rem;
    height: .93rem;
}
.serve-li-title{
    font-size: .27rem;
    font-weight: 500;
}
.serve-english{
    color: #666666;
    font-size: .16rem;
    padding: .1rem 0;
}
.serve-label{
    font-weight: 500;
    font-size: .19rem;
    padding-bottom: .06rem;
    display: flex;
    align-items: center;
}
.serve-label span{
    display: inline-block;
    width: .02rem;
    height: .18rem;
    background: #FAA719;
    margin: 0 .17rem;
}
.help{
    height: 7.23rem;
    background: #F8FBFD;
}
.help-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.48rem 0 1.07rem 0;
}
.help-li{
    font-size: .48rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: .9rem;
}
.help-li>div{
    position: relative;
}
.help-li>div::after{
    content: '';
    position: absolute;
    background-image: url(../img/icon_up@3x.png);
    width: .56rem;
    height: .51rem;
    background-size: .56rem .51rem;
    background-repeat: no-repeat;
    right: -.44rem;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.help-li>.down::after{
    background-image: url(../img/icon_down@3x.png);
}
.help-li>p{
    font-size: .15rem;
    color: #999999;
}
.help-but{
    cursor: pointer;
    margin: 0 auto;
    font-weight: 500;
    font-size: .27rem;
    color: #FFFFFF;
    line-height: .72rem;
    text-align: center;
    width: 2.88rem;
    height: .72rem;
    background: linear-gradient(180deg, #15CBE4 0%, #69E8A6 100%);
    box-shadow: 0rem .03rem .13rem 0rem rgba(9,182,125,0.5);
    border-radius: .11rem;
    -webkit-border-radius: .11rem;
    -moz-border-radius: .11rem;
    -ms-border-radius: .11rem;
    -o-border-radius: .11rem;
}
.consult{
    height:11.04rem;

}
.consult-img{
    width: 7.91rem;
    height: 6.021rem;
}
.consult-content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .76rem 0 1.01rem 0;

}
.consult-li{
    display: flex;
    align-items: center;
    margin-bottom: .56rem;
}
.consult-li>span{
    color: #FAA719;
    font-size: .43rem;
    font-weight: 500;
    padding-right: .64rem;
}
.consult-li-r span{
    font-weight: 500;
    font-size: .27rem;
}
.consult-li-r p{
    color: #999999;
    font-weight: 500;
    font-size: .15rem;
}
.consult-p1{
    font-size: .25rem;
    font-weight: bold;
    width: 5.8rem;
    margin-bottom: .13rem;
    padding-right: .61rem;
}
.consult-p1 span{
    color: #00D7CC;
}
.consult-p2{
    font-size: .15rem;
    font-weight: 500;
    width: 5.8rem;
    color: #999999;
}
.introduce{
    height: 5.4rem;
    background: #F5F5F5;
}
.introduce-list{
    display: flex;
    justify-content: center;
}
.introduce-li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.3rem;
    color: #BFBFBF;
    margin-top: .80rem;
}
.introduce-li>span{
    font-size: .27rem;
    font-weight: bold;
}
.introduce-li>p{
    font-size: .15rem;
    font-weight: 500;
}
.introduce-li-h>span{
    color: #00D7CC;
}
.introduce-li-h>p{
    color: #999999;
}
.introduce-p{
    display: flex;
    justify-content: center;
    margin-top: .2rem;
    font-weight: 500;
}
.introduce-p-l{
    width: 4.83rem;
    font-size: .19rem;
    margin-right: 1.65rem;
    line-height: .30rem;
}
.introduce-p-r{
    width: 5.9rem;
    font-size: .16rem;
    line-height: .22rem;
}
.introduce-p1{
    margin-bottom: .4rem;
}
.introduce-p3{
    margin-bottom: .28rem;
}
.icon_download{
    width: 100%;
}