.bg_w {
    background-color: #fff;
}
.zbox {
    padding-bottom: .2667rem;
}
.main-w h2 {
    font-size: .3516rem;
    text-align: center;
    padding: .1953rem 0 .0977rem 0;
}
.main-w  hr {
    width: .9766rem;
    border: .0098rem solid #2f80fc;
    margin: 0 auto;
}

.main-w .dess {
    font-size: .1953rem;
    color: #9b9b9b;
    text-align: center;
    padding: .1953rem 0;
}
.main-w .btnn {
    width: 2.9297rem;
    height: .5859rem;
    margin: .1465rem auto 0 auto;
    border: .0195rem solid #2f80fc;
    border-radius: .293rem;
    font-size: .2539rem;
    color: #2f80fc;
    text-align: center;
    line-height: .5859rem;
    font-weight: 400;
    cursor: pointer;
    
}

.sxb ul {
    display: flex;
    flex-wrap: wrap;
    
}

.sxb ul li {
    width: 32%;
    height: auto;
    margin: 0 0 .2667rem 2%;

}
.sxb ul li:nth-child(3n+1) {
    margin-left: 0;
}
.sxb ul li .img {
    height: 2rem;
    overflow: hidden;
    border-radius: 3%;
}
.sxb ul li .name {
    text-align:  center;
    margin-top: .2rem;
    font-size: .2344rem;
}
.sxb ul li .name .btn {
    margin: .2rem auto 0 auto;
    width: 60%;
    height: .52rem;
    font-size: .2667rem;
    color: #fff;
    background-color:#1a68b2;
    border-radius: .0667rem;
    text-align: center;
    line-height: .52rem;
}


.dzkc ul {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    margin-bottom: .293rem;

}
.dzkc .ul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dzkc .ul1 li {
    width: 30%;
}
.dzkc .ul1 li .img {
    height: 1.5733rem;
    border-radius: .1333rem;
    overflow: hidden;
}
.dzkc ul li {
    width: 16.6%;
    margin-top:.19rem;
}

.dzkc ul li .box {
    cursor: pointer;
    width: 1.1914rem;
    height: 1.1914rem;
    border-radius: 50%;
    margin: 0 auto;
}
.dzkc ul li p {
    text-align: center;
    font-size: .2344rem;
    padding: .1953rem 0;
}
.dzkc .more {
    height: .6543rem;
    background: url(../image/morezy_03.jpg) no-repeat center;
    background-size: 9.375rem .6543rem;
}

.dzkc .more .more_swiper{
    height: .6543rem;;
    font-size: .2539rem;
    line-height: .6543rem;
    cursor: pointer;
    float: right;
    padding-right: 10%;
}