@charset "UTF-8";


.index-slide3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px
}

.index-slide3 .hd {
    display: none
}

.index-slide3 .bd {
    width: 1130px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.index-slide3 .bd li {
    width: 210px;
    height: auto;
    overflow: hidden;
    margin: 0 8px 5px;
    background: linear-gradient(38deg, #EFF5FC, #E3ECFC);
    border-radius: 20px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.index-slide3 .bd li>div {
    width: 210px;
    height: 546px;
    position: relative;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.index-slide3 .bd li>div>img {
    display: block;
    width: 134px;
    height: 133px;
    border-radius: 50%;
    margin: 16px auto 10px;
}

.index-slide3 .bd li>div>h3 {
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.index-slide3 .bd li>div>p {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2E85FE;
    line-height: 24px
}

.index-slide3 .bd li>div>a {
    display: block;
width: 114px;
height: 27px;
background: #FF6E00;
border: 2px solid #FFFFFF;
text-align: center;
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
line-height: 21px;
margin: 0 auto;
border-radius: 27px;
}

.index-slide3 .bd li>div>div {
    width: 190px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.05);
    border-radius: 5px;
    margin: 10px auto;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 14px;
    color: #727272;
    line-height: 21px;
    text-align: justify;
    padding: 10px 13px;
    word-break: break-all
}

.index-slide3 span {
    position: absolute;
    top: 250px
}

.index-slide3 .prev,
.index-slide3 .next {
    display: block;
    width: 37px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background: url(../index/2.png) no-repeat center
}

.index-slide3 .prev:hover,
.index-slide3 .next:hover {
    background: url(../index/3.png) no-repeat center
}

.index-slide3 .prev.next,
.index-slide3 .next.next {
    right: 0;
    background: url(../index/4.png) no-repeat center
}

.index-slide3 .prev.next:hover,
.index-slide3 .next.next:hover {
    background: url(../index/5.png) no-repeat center
}

/*# sourceMappingURL=./style.css.map */

body {
    background: none;
}

.index-slide3>span {
    display: block;
    width: 37px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background: url(https://img.wproedu.com/www_wp/2022pc/index/2.png) no-repeat center
}

.index-slide3>span.sPrev:hover {
    background: url(https://img.wproedu.com/www_wp/2022pc/index/3.png) no-repeat center
}

.index-slide3>span.sNext {
    right: 0;
    background: url(https://img.wproedu.com/www_wp/2022pc/index/4.png) no-repeat center
}

.index-slide3>span.sNext:hover {
    background: url(https://img.wproedu.com/www_wp/2022pc/index/5.png) no-repeat center
}

.slidebox .bd li {
    float: left;
}

.inBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 6px;
}

.inBox .inHd {
    width: 100%;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #D8D8DA;
}

.inBox .inHd ul {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}

.inBox .inHd ul li {
    width: 160px;
    height: 40px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    margin: 0 8px;
    cursor: pointer;
    float: left;
    position: relative
}

.inBox .inHd ul li.on::after {
    content: "";
    display: block;
    margin: 6px auto;
    width: 110px;
    height: 3px;
    background: #FF6E00;
}