.sectionTitText {
    background: url("../image/titleBg.png") no-repeat;
    background-position: center center;
}

.homeBannerWrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
}

.homeBannerWrap #homeSwiper {
    width: 100%;
    height: 420px;
}

.swiper-button-disabled {
    display: none;
}

.swiper-notification {
    width: 100%;
    top: auto;
    bottom: 0;
    text-align: center;
    background-color: red;
    height: 20px;
}

.part1List {
    flex: auto;
}

.part1List ul {
    display: flex;
    justify-content: space-around;
}

.part1List .squire {
    width: 200px;
    height: 146px;
    position: relative;
    overflow: hidden;
    background-color: #eee;
    margin-left: 20px;
}

.attentionTips {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 4px 0;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
}

.attentionTips img {
    margin-right: 4px;
}

.part2Tit {
    font-size: 26px;
    font-weight: 60px;
    
    text-align: center;
    color: #000;
}

.part2Item {
    height: 254px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.part2Item p {
    font-size: 16px;
}

.part2ImgBox {
    width: 180px;
    height: 187px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
}

.part2Wantsea {
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #2bb7b3;
}

.part2baby1 {
    width: 73px;
    height: 109px;
}

.part2baby2 {
    width: 71px;
    height: 128px;
}

.homePartTit {
    height: 140px;
    text-align: right;
}

.homePartTit .readMore {
    display: inline-block;
    width: 126px;
    height: 76px;
}

.wsCourseTit {
    background: url("../image/courseTit.png") no-repeat;
    background-size: 100% 78px;
    background-position: 0 50%;
}

.courseSect {
    background: #f4f4f4;
    padding: 46px 0;
}

.wsCourseItem {
    width: 283px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.courseImgBox {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.courseImgBox img {
    height: 100%;
    transform: scale(1)
}

.wsCourseItem:hover .courseImgBox>img {
    transform: scale(1.1);
    transition: all .5s;
}

.courseName {
    flex: 0 0 140px;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 20px 0;
}

.part3courseBtn {
    display: inline-block;
    width: 170px;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 6px;
    background-color: #2bb7b3;
    margin: 56px 0 30px 0;
}

.part3courseBtn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.part3courseBtn:hover {
    background-color: orange;
}

.wsAdvantageTit {
    background: url("../image/advantageTit.png") no-repeat;
    background-size: 100% 117px;
    background-position: 0 50%;
}

.advItem {
    position: relative;
    width: 364px;
    height: 393px;
    border-radius: 6px;
    overflow: hidden;
}

.advItem .advItemImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.advItem .advMask {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 25px;
}

.advItem .advContent {
    color: transparent;
    font-size: 18px;
}

.advItem .advTit {
    font-size: 18px;
}

.advItem .advName {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #2bb7b3;
    display: block;
    padding: 40px 25px;
    font-size: 18px;
}

.advItem .advTitText {
    font-size: 24px;
    font-weight: 700;
}

.advItem:hover .advName {
    display: none;
}

.advItem:hover .advMask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2bb7b3;
    color: #fff;
}

.advItem:hover .advContent {
    color: #fff;
}

.advItem:hover .advTit {
    color: #fff;
}

.section-two .detail {
    margin-left: 20px;
    position: relative;
}

.section-two .detail>button {
    padding: 12px 35px;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    color: #fff;
    position: absolute;
    bottom: -105px;
}

.section-two .detail {
    margin-top: 40px;
}

.section-two .detail .ml-_px-22px {
    /* margin-left: -22px; */
}

.section-two .detail .detail-text {
    line-height: 35px;
    font-size: 16px;
    opacity: .9;
    color: #999;
}

.section-two .detail .detail-text>span {
    font-size: 18px;
}

.detail-p p {
    margin-top: 20px;
    color: #999;
    font-size: 16px;
    position: relative;
}

.detail-p p::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #828080;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-two ul .col_6 .mask .hover {
    opacity: 0;
}

.section-two ul .col_6 .mask:hover .hover {
    opacity: 1;
}

.wsPartnerTit {
    background: url("../image/cooperativeTit.png") no-repeat;
    background-size: 100% 78px;
    background-position: 0 50%;
}

.partnerItem {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    padding: 0 30px;
}

.partnerItem img {
    width: 120px;
}

.col-4 {
    width: 33.33%;
    float: left;
    padding: 15px;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.con .text {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    height: 80px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
}

.h1.common_title, h2.common_title, h4.common_title {
    position: relative;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
h2.common_title i {
    position: absolute;
    z-index: 3;
    width: 36px;
    height: 4px;
    left: 50%;
    bottom: -30px;
    margin-left: -18px;
    background-color: #f85415;
}

.text img {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 28px;
}

.visual {
    margin: 0 auto;
}

.width-visual {
    width: 1124px;
    margin: 0 auto;
}

.section-eight li .icon-box {
    position: relative;
    margin: 0 auto;
    width: 154px;
    height: 154px;
    border-radius: 77px;
    border: 1px dashed #d8d8d8;
}

.section-eight li .icon-box .num {
    position: absolute;
    top: -75px;
    width: 100px;
    left: 115px;
}
.bk{
    margin: 100px 0 30px 0;
}
.section-eight li .icon-box .icon {
    margin: 43px auto 0;
    width: 68px;
    height: 68px;
}

.section-eight li .icon-box .icon img {
    width: 40%;
    position: absolute;
    
    left: 50px;
}

.section-eight li .detail {
    position: relative;
    text-align: center;
}

.section-eight li .detail h5 {
    padding-top: 30px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #333;
}

.section-eight li .detail p {
    padding-top: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.sectionTit {
    height: auto !important;
}

.formBottomBg {
    background-color: #26d1c8e3 !important;
    position: fixed;
    bottom: -150px;
    width: 100%;
    z-index: 999;
}

.section-four ul {
    padding: 30px 0;
    overflow: hidden;
}

.section-four ul li {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-four ul li .text .arrow {
    display: none;
}

.section-four ul li .con {
    width: 100%;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .06), 0 1px 20px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .06), 0 1px 20px 0 rgba(0, 0, 0, .01);
}

.section-four ul .col_4:hover .con, .section-four ul .col_6:hover .con,.section-four ul .col_3:hover .con, .section-four ul .col_2:hover .con, .col_6:hover .video-box, .hoverimg {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    transform: scale(1.02);
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .08), 0 1px 20px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .08), 0 1px 20px 0 rgba(0, 0, 0, .09);
}

.section-four ul .col_2 .con {
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .06), 0 1px 20px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .06), 0 1px 20px 0 rgba(0, 0, 0, .01);
}

.formBottomTopic {
    position: relative;
}

.formBottomTopic img {
    position: absolute;
    top: -61px;
    width: 375px;
    left: -180px;
}

.formBox2 .iptItem input {
    margin-right: 30px;
}

.bn_FFF2E2 {
    background-color: #f7fbff !important;
    overflow: hidden;
}