.page-four-modules-container.--index-first-four {
    padding-top: 7.29167vw;
}
.page-four-modules-container {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.page-four-modules-container .pfmc-main-container, .page-four-modules-container .pfmc-main-container .pfmc-four-modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-four-modules-container .pfmc-main-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-four-modules-container .pfmc-main-container, .page-four-modules-container .pfmc-main-container .pfmc-four-modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container:first-child {
    margin-left: 0;
    background-color: #ff9dc6;
}

.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container {
    width: 18.38542vw;
    height: 25.52083vw;
    margin-left: 1.40625vw;
    position: relative;
    border-top-left-radius: 1.30208vw;
    border-top-right-radius: 1.30208vw;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 1s;
    transition: -webkit-box-shadow 1s;
    transition: box-shadow 1s;
    transition: box-shadow 1s,-webkit-box-shadow 1s;
    cursor: pointer;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container .title {
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 1.71875vw;
    left: 1.35417vw;
    z-index: 1;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container .title p:first-child {
    font-size: 1.5625vw;
    font-weight: 700;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container .title p:nth-child(2) {
    font-size: 1.25vw;
    text-transform: uppercase;
    margin-top: .72917vw;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container .subject-title {
    position: absolute;
    left: 1.35417vw;
    top: 16.71875vw;
    font-size: 2.60417vw;
    line-height: 1;
    color: #fff;
    z-index: 3;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container:first-child .circle-desc {
    background-color: #ff7ba6;
}

.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container .circle-desc {
    width: 16.51042vw;
    height: 16.51042vw;
    position: absolute;
    top: 4.89583vw;
    left: 3.07292vw;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: -webkit-transform .58s linear;
    transition: -webkit-transform .58s linear;
    transition: transform .58s linear;
    transition: transform .58s linear,-webkit-transform .58s linear;
    z-index: 0;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container .img-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container .dot-desc {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.04167vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container:nth-child(2) {
    background-color: #42a0fa;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container:nth-child(3) {
    background-color: #ffd75e;
}
.page-four-modules-container .pfmc-main-container .common-button-container {
    margin-top: 5.625vw;
}
.common-button-container {
    width: 13.54167vw;
    height: 2.91667vw;
    border-radius: 9999px;
    overflow: hidden;
    line-height: 2.91667vw;
    text-align: center;
    color: #fff;
    font-size: .9375vw;
    background-color: transparent;
    background-color: #42a0fa;
    will-change: background-color;
    cursor: pointer;
    -webkit-transition: border-color 1.3s cubic-bezier(.18,.98,.45,1),color 1.3s cubic-bezier(.18,.98,.45,1),background-color 1.3s cubic-bezier(.18,.98,.45,1);
    transition: border-color 1.3s cubic-bezier(.18,.98,.45,1),color 1.3s cubic-bezier(.18,.98,.45,1),background-color 1.3s cubic-bezier(.18,.98,.45,1);
}
.page-reason-for-choose-youda-container.--index-why {
    padding-bottom: 5.20833vw;
}
.page-reason-for-choose-youda-container {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.page-reason-for-choose-youda-container.--index-why>.title {
    margin-top: 7.55208vw;
}

.page-reason-for-choose-youda-container>.title {
    font-size: 1.82292vw;
    color: #000;
    line-height: 1;
    text-align: center;
    margin-top: 8.07292vw;
}
.page-reason-for-choose-youda-container>.title p:nth-child(2) {
    color: #42a0fa;
    font-size: 1.04167vw;
    margin-top: .9375vw;
}
.page-reason-for-choose-youda-container.--index-why .reasons-container {
    margin-top: 5.20833vw;
}
.page-reason-for-choose-youda-container .reasons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 6.35417vw auto 0;
    width: 69.47917vw;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.73958vw;
    flex: 0 0 34.73958vw;
    height: 14.42708vw;
    -webkit-box-shadow: 0 0 0.78125vw 0 rgba(66,160,250,.45);
    box-shadow: 0 0 0.78125vw 0 rgba(66,160,250,.45);
    background-color: #fff;
    cursor: pointer;
    z-index: 0;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body {
    width: 100%;
    height: 100%;
    position: relative;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body .sign-container {
    width: 12.5vw;
    height: 12.5vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.97917vw;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body .sign-container .mask-half-circle {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
article, aside, audio, details, figcaption, figure, footer, header, img, mark, menu, nav, section, summary, time, video {
    display: block;
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body .sign-container img {
    position: absolute;
    max-width: 85%;
    max-height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body .text-container {
    padding-left: 16.77083vw;
    height: 100%;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body .text-container .text-main-body {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body .text-container .text-main-body .title {
    font-size: 1.45833vw;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body .text-container .text-main-body .title p {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.page-reason-for-choose-youda-container .reasons-container .reason-item .reason-item-main-body .text-container .text-main-body .detail-text {
    font-size: .83333vw;
    padding-right: 3.75vw;
    overflow: hidden;
    height: auto;
}
.page-four-modules-container.--service {
    height: 51.61458vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-four-modules-container {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.page-four-modules-container>.page-title {
    text-align: center;
    font-size: 1.82292vw;
    color: #000;
    line-height: 1;
}
.page-four-modules-container>.page-title p:nth-child(2) {
    color: #6e6e6e;
}

.page-four-modules-container>.page-title p:nth-child(2) {
    color: #ff0042;
    font-size: 1.04167vw;
    margin-top: .9375vw;
}
.page-four-modules-container.--service .pfmc-main-container {
    height: auto;
    margin-top: 3.02604vw;
}

.page-four-modules-container .pfmc-main-container, .page-four-modules-container .pfmc-main-container .pfmc-four-modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-four-modules-container .pfmc-main-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-four-modules-container .pfmc-main-container, .page-four-modules-container .pfmc-main-container .pfmc-four-modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container:first-child {
    margin-left: 0;
    background-color: #ff9dc6;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container.--service-part {
    background-color: transparent!important;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 1.97917vw 0 hsla(0,0%,78.8%,.45);
    box-shadow: 0 0 1.97917vw 0 hsla(0,0%,78.8%,.45);
    -webkit-transition: margin-top .2s ease,-webkit-box-shadow .2s ease;
    transition: margin-top .2s ease,-webkit-box-shadow .2s ease;
    transition: margin-top .2s ease,box-shadow .2s ease;
    transition: margin-top .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container {
    width: 18.38542vw;
    height: 25.52083vw;
    margin-left: 1.40625vw;
    position: relative;
    border-top-left-radius: 1.30208vw;
    border-top-right-radius: 1.30208vw;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 1s;
    transition: -webkit-box-shadow 1s;
    transition: box-shadow 1s;
    transition: box-shadow 1s,-webkit-box-shadow 1s;
    cursor: pointer;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container.--service-part .img-desc {
    z-index: 4;
    height: 17.86458vw;
    background-position: bottom;
    position: relative;
}

.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container .img-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container.--service-part:first-child .img-desc .img-text-desc {
    background-color: #c7e8ff;
}

.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container.--service-part .img-desc .img-text-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.35417vw;
    padding-right: 2.1875vw;
    line-height: 1.5625vw;
    font-size: .78125vw;
    color: #1f1f1f;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container.--service-part .text-container {
    color: #1f1f1f;
    line-height: 1;
    position: absolute;
    bottom: 3.54167vw;
    left: 1.14583vw;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container.--service-part .text-container ._title {
    font-size: 1.14583vw;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container.--service-part .text-container ._sub_title {
    font-size: .83333vw;
    margin-top: .52083vw;
}
.page-four-modules-container .pfmc-main-container .pfmc-four-modules .module-container.--service-part:first-child .circle-dot {
    border-color: #c7e8ff;
}
.xybj {
    height: 929px;
    overflow: hidden;
    background-color: #fff;
}
.xy {
    padding-top: 80px;
}

.xybj .content {
    width: 1200px;
    margin: 0 auto;
}
.xybj .content {
    width: 1200px;
    margin: 0 auto;
}
.xybj .content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

.xy h2 {
    margin-bottom: 38px;
}
.xy h2 span {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 11px;
    font-weight: normal;
}
.xy h2 em {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: normal;
}
.xy h2 i {
    display: block;
    width: 27px;
    height: 2px;
    background: #EB324C;
    margin: 20px auto 0;
}
.xy ul {
    height: 513px;
}
.xy ul li.fr1 {
    margin-left: 0;
}

.xy ul li {
    float: left;
    width: 380px;
    margin-left: 30px;
    position: relative;
}
/* li {
    list-style: none;
} */
.xy ul li dl dt {
    width: 380px;
    height: 213px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.xy ul li dl dt img {
    width: 380px;
    height: 213px;
}

fieldset, img {
    border: 0;
}
.xy ul li dl dd {
    height: 300px;
    background: #F4F4F4;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    padding-top: 32px;
    box-sizing: border-box;
}
.xy ul li dl dd span {
    display: block;
    height: 68px;
    margin-bottom: 20px;
    text-align: center;
    background: url(http://www.whpcschool.com/Skins/Default/Img/Index/hg.jpg) no-repeat bottom center;
    transition: all 0.5s;
}
.xy ul li dl dd span i {
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 7px;
    font-weight: bold;
}
.xy ul li dl dd span em {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
}
.xy ul li dl dd p {
    width: 248px;
    height: 88px;
    margin: 0 auto 46px;
    text-align: justify;
}
.xy ul li dl dd strong {
    display: block;
    width: 323px;
    margin: 0 auto;
}
.xy ul li dl dd strong em {
    display: block;
    float: left;
    width: 101px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-weight: normal;
    border: 1px solid #666666;
    box-sizing: border-box;
    margin: 0 3px;
    font-size: 15px;
    color: #333333;
    transition: all 0.5s;
}

.xy .rx {
    width: 345px;
    margin: 27px auto 0;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.xy .rx span {
    display: block;
    height: 27px;
    padding-left: 40px;
    background: url(http://www.whpcschool.com/Skins/Default/Img/Index/tel.png) no-repeat left;
    font-size: 27px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
}
.xy .rx span em {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.xy ul li dl dd .x01 {
    background: url(http://www.whpcschool.com/Skins/Default/Img/Index/x01.png) no-repeat center;
    position: absolute;
    top: -7px;
    right: 10px;
}

.xy ul li dl dd b {
    display: block;
    width: 77px;
    height: 84px;
}
.xy ul li dl dd .x02 {
    background: url(http://www.whpcschool.com/Skins/Default/Img/Index/x02.png) no-repeat center;
    position: absolute;
    top: -7px;
    right: 10px;
}
.xy ul li dl dd .x03 {
    background: url(http://www.whpcschool.com/Skins/Default/Img/Index/x03.png) no-repeat center;
    position: absolute;
    top: -7px;
    right: 10px;
}
  