.weui-toast {
    width: 400px;
    padding: 20px 0;
}

.weui-toast_content {
    font-size: 30px;
    line-height: 60px;
}

.weui-cells_radio .weui-check_label {
    font-size: 30px;
    line-height: 60px;
}

.weui-cells_radio .weui-cell::before {
    border-top: 1px solid #aaa;
    width: 95%
}

.toolbar .toolbar-inner {
    height: 80px;
}

.toolbar .title {
    font-size: 30px;
    height: 80px;
    line-height: 80px;
}

.toolbar .picker-button {
    font-size: 30px;
    height: 80px;
    line-height: 80px;
}

.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
    font-size: 32px;
}

.home_banner {
    height: 1100px;
}

.anchor_box {
    height: 73px;
    border-bottom: 1px solid #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    padding: 0 20px;
}

.anchor_box a {
    font-size: 26px;
    color: #fff;
    line-height: 72px;
}

.homecont11 {
    border-bottom: 1px solid #54a292;
    padding: 30px 0 15px;
}

.home_title {
    position: relative;
    height: 50px;
    margin: 0 auto 25px;
}

.home_title::before {
    content: '';
    width: 48px;
    height: 25px;
    display: block;
    position: absolute;
    left: -70px;
    top: 20px;
    z-index: 3;
    background: url(../images/icons/title_l.png) no-repeat center;
}

.home_title::after {
    content: '';
    width: 48px;
    height: 25px;
    display: block;
    position: absolute;
    right: -70px;
    top: 20px;
    z-index: 3;
    background: url(../images/icons/title_r.png) no-repeat center;
}

.ht_width1 {
    width: 340px;
}

.home_title.ht_width2 {
    width: 380px;
    margin-bottom: 15px;
}

.ht_width3 {
    width: 450px;
}

.ht_width4 {
    width: 400px;
}

.ht_width4 .ht_txt {
    color: #fff;
}

.ht_width5 {
    width: 520px;
}

.ht_width9 {
    width: 400px;
}

.ht_txt {
    width: 100%;
    height: 100%;
    font-size: 28px;
    color: #666;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: none;
}

.ht_bg {
    width: 100%;
    height: 20px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.ht_bg1 {
    background: url(../images/icons/title_bg1.png) repeat-y center;
    background-size: 100%;
}

.ht_bg2 {
    background: url(../images/icons/title_bg2.png) repeat-y center;
    background-size: 100%;
}

.ht_bg4 {
    background: url(../images/icons/title_bg3.png) repeat-y center;
    background-size: 100%;
}

.hc1_p {
    font-size: 24px;
    color: #888;
    line-height: 50px;
    margin-bottom: 20px;
}

.hc1_h2 {
    font-size: 24px;
    color: #548d6c;
    line-height: 50px;
    margin-bottom: 20px;
}

.hc1_h2 img {
    margin: 0 10px 0 0;
    position: relative;
    top: -5px;
}

.ribao_item {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.ribao_item1 {
    height: 110px;
    background: url(../images/home/hc1_bg1.jpg) no-repeat;
}

.ribao_item2 {
    height: 80px;
    background: url(../images/home/hc1_bg2.jpg) no-repeat;
}

.ribao_item3 {
    height: 110px;
    background: url(../images/home/hc1_bg3.jpg) no-repeat;
}

.ribao_icon {
    width: 110px;
}

.ribao_item1 .ribao_icon {
    background: url(../images/home/hc1_icon1.png) no-repeat center;
}

.ribao_item2 .ribao_icon {
    background: url(../images/home/hc1_icon2.png) no-repeat center;
}

.ribao_item3 .ribao_icon {
    background: url(../images/home/hc1_icon3.png) no-repeat center;
}

.ribao_txt {
    width: 560px;
    display: flex;
    display: -webkit-flex;
    font-size: 26px;
    color: #666;
    align-items: center;
}

.homecont12 {
    padding-top: 35px;
}

.hc2_item {
    display: block;
    margin-bottom: 20px;
}

.progressbar {
    position: relative;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.progressbar1 {
    background: #d7e9de;
}

.progressbar2 {
    background: #f9eae1;
}

.progressbar3 {
    background: #e3eff8;
}

.progressbar4 {
    background: #eeebff;
}

.progressbar_p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
}

.progressbar_p1 {
    color: #71b68e;
}

.progressbar_p2 {
    color: #e4a073;
}

.progressbar_p3 {
    color: #8bc0e9;
}

.progressbar_p4 {
    color: #9f95db;
}

.progressbar_txt {
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-left: 10px;
}

.progressbar_bar {
    border-radius: 10px;
    width: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.progressbar1 .progressbar_bar {
    height: 40px;
    background: url(../images/home/progressbar_bg1.png) no-repeat;
    background-size: cover;
}

.progressbar2 .progressbar_bar {
    height: 40px;
    background: url(../images/home/progressbar_bg2.png) no-repeat;
    background-size: cover;
}

.progressbar3 .progressbar_bar {
    height: 40px;
    background: url(../images/home/progressbar_bg3.png) no-repeat;
    background-size: cover;
}

.progressbar4 .progressbar_bar {
    height: 40px;
    background: url(../images/home/progressbar_bg4.png) no-repeat;
    background-size: cover;
}

.progressbar1.animated {
    width: 76%;
}

.progressbar2.animated {
    width: 55%;
}

.progressbar3.animated {
    width: 47%;
}

.progressbar4.animated {
    width: 37%;
}

.home_cont2 {
    height: 1530px;
    background: url(../images/home/home_cont2_img.jpg) no-repeat center top;
}

.home_cont2>a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
}

.home_cont2_p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 0 30px;
}

.ht_width2 .ht_txt {
    color: #fff;
}

.home_cont3 {
    padding: 35px 0;
}

.hc3_item {
    display: flex;
    display: -webkit-flex;
    height: 110px;
    border: 1px solid #b5f1c4;
    margin-bottom: 20px;
}

.hc3_icon {
    width: 110px;
}

.hc3_icon1 {
    background: url(../images/icons/hc3_icon1.png) no-repeat center;
}

.hc3_icon2 {
    background: url(../images/icons/hc3_icon2.png) no-repeat center;
}

.hc3_icon3 {
    background: url(../images/icons/hc3_icon3.png) no-repeat center;
}

.hc3_icon4 {
    background: url(../images/icons/hc3_icon4.png) no-repeat center;
}

.hc3_txt {
    width: 650px;
}

.hc3_dl {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.hc3_dl dt {
    font-size: 20px;
    color: #5b6b8f;
    line-height: 40px;
}

.hc3_dl dd {
    font-size: 20px;
    color: #5b6b8f;
}

.hc3_dl dt strong {
    font-size: 28px;
    color: #528969;
}

.hc3_dl dt span {
    font-size: 20px;
    color: #528969;
    margin-right: 5px;
}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    display: block;
    width: 100%;
}

.hc3_swiper {
    height: 420px;
}

.hc3_swiper_box {
    padding-top: 10px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 4px solid #8cccb6;
    background: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c8f0df;
}

.home_cont4 {
    height: 786px;
    padding-top: 35px;
    background: url(../images/home/hc4_bg.jpg) no-repeat;
    box-sizing: border-box;
}

.swiper-container .imgicon {
    width: 22px;
    height: 20px !important;
    margin-right: 5px;
}

.teacher_swiper_box {
    padding-top: 60px;
}

.hc4_p {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hc4_p {
    font-size: 24px;
    color: #e4b422;
}

.hc4_p strong {
    font-size: 40px;
    color: #fff;
    margin-right: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 38px;
    height: 75px;
}

.swiper-button-prev {
    background: url(../images/icons/left.png) no-repeat;
    left: 30px;
    top: 250px;
}

.swiper-button-next {
    background: url(../images/icons/right.png) no-repeat;
    right: 30px;
    top: 250px;
}

.home_cont5 {
    padding: 35px 0 10px;
    border-bottom: 1px solid #bcddcc;
}

.lesson_cont {
    border-left: 1px solid #bcddcc;
}

.lesson_item {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.lesson_icon_box {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -9px;
    top: 15px;
    z-index: 2;
}

.lesson_icon {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #81caa5;
}

.lesson_cont .lesson_item:first-child .lesson_icon_box {
    border-top: 15px solid #fff;
    top: 0;
}

.lesson_title {
    position: relative;
    padding-left: 155px;
    font-size: 26px;
    color: #666;
    line-height: 42px;
    margin-bottom: 20px;
}

i.stage {
    width: 150px;
    font-size: 26px;
    color: #337a51;
    position: absolute;
    left: 25px;
    top: 2px;
    z-index: 2;
    font-style: italic;
    font-weight: bold;
}

.lesson_txt span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin: 0 0 20px 20px;
    padding: 5px 10px;
}

.lesson1 {
    background: #70ca92;
}

.lesson2 {
    background: #868cd9;
}

.lesson3 {
    background: #6cc2de;
}

.lesson4 {
    background: #c9b886;
}

.lesson5 {
    background: #edaf7d;
}

.lesson6 {
    background: #a0d071;
}

.lesson7 {
    background: #78c4c3;
}

.lesson8 {
    background: #78c4c3;
}

.lesson9 {
    background: #9c86c9;
}

.lesson10 {
    background: #ed7d7d;
}

.lesson11 {
    background: #959595;
}

.lesson12 {
    background: #c490bf;
}

.home_cont6 {
    padding-top: 35px;
}

.project_list>li {
    height: 144px;
    background: url(../images/home/project_bg.png) no-repeat;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
}

.project_icon {
    width: 190px;
}

.project_icon1 {
    background: url(../images/home/project_icon1.png) no-repeat center;
}

.project_icon2 {
    background: url(../images/home/project_icon2.png) no-repeat center;
}

.project_icon3 {
    background: url(../images/home/project_icon3.png) no-repeat center;
}

.project_icon4 {
    background: url(../images/home/project_icon4.png) no-repeat center;
}

.project_icon5 {
    background: url(../images/home/project_icon5.png) no-repeat center;
}

.project_icon6 {
    background: url(../images/home/project_icon6.png) no-repeat center;
}

.project_txt {
    width: 530px;
}

.hc6_swiper {
    padding-bottom: 50px;
}

.project_txt {
    padding-top: 15px;
}

.project_txt h2 {
    font-size: 26px;
    color: #337a51;
    font-weight: bold;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
}

.project_txt h3 {
    font-size: 26px;
    color: #666;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_cont7 {
    padding-top: 35px;
}

.hc7_txt {
    background: url(../images/home/hc7_title.png) no-repeat center top;
    min-height: 90px;
    padding: 70px 20px 0;
    height: 660px;
    overflow: hidden;
}

.hc7_list {
    height: 660px;
    overflow: hidden;
}

.hc7_ul>li {
    height: 66px;
    display: -webkit-flex;
    display: flex;
}

.hc7_ul>li:nth-child(2n) {
    background: #f2faf7;
}

.hc7_ul>li>div {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 26px;
    color: #666;
    line-height: 66px;
}

.hc7_ul>li>div.name {
    width: 20%;
    text-align: center;
}

.hc7_ul>li>div.company {
    width: 55%;
}

.hc7_ul>li>div.salary {
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hc7_list {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.str_wrap.str_active {
    background: #fff;
}

.home_cont8 {
    padding-top: 35px;
}

.hc8_swiper {
    height: 440px;
}

.hc8_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home_cont9 {
    padding-top: 35px;
}

.hc9_swiper {
    height: 350px;
    padding-bottom: 60px;
}

.home_cont10 {
    padding-top: 35px;
}

.hc10_imgbox {
    display: block;
}

.hc10_imgbox img {
    width: 100%;
}

.home_cont11 {
    padding: 35px 0 30px;
}

.hc11_h2 {
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 10px;
}

.hc11_h3 {
    font-size: 26px;
    color: #888;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.hc11_h3 span {
    position: relative;
}

.hc11_h3 span strong {
    color: #d8bc7f;
    font-weight: bold;
    margin-right: 15px;
}

.hc11_h3 span::before {
    content: '';
    width: 140px;
    height: 1px;
    display: block;
    background: #c9c9c9;
    position: absolute;
    left: -160px;
    top: 20px;
    z-index: 2;
}

.hc11_h3 span::after {
    content: '';
    width: 140px;
    height: 1px;
    display: block;
    background: #c9c9c9;
    position: absolute;
    right: -160px;
    top: 20px;
    z-index: 2;
}

.get_info li {
    height: 80px;
    position: relative;
    margin-bottom: 35px;
}

.get_info li:last-child {
    margin-bottom: 15px;
}

.get_info li input[type='text'] {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 24px;
    color: #333;
    line-height: 60px;
    padding: 10px 10px 10px 65px;
    box-sizing: border-box;
}

.get_info li label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.label_phone {
    width: 65px;
    height: 80px;
    background: url(../images/icons/form_icon1.png) no-repeat center;
}

.label_qq {
    width: 65px;
    height: 80px;
    background: url(../images/icons/form_icon2.png) no-repeat center;
}

.label_name {
    width: 65px;
    height: 80px;
    background: url(../images/icons/form_icon3.png) no-repeat center;
}

.get_submit {
    width: 100%;
    height: 80px;
    font-size: 26px;
    color: #fefefe;
    background: linear-gradient(#7bdae6, #6da8f1);
    border-radius: 40px;
    border: none;
    outline: none;
}

.get_info_p {
    font-size: 22px;
    color: #bbb;
    line-height: 50px;
    text-align: center;
}

.foot {
    padding: 20px 30px;
    background: #eee;
}

.foot_p1 {
    font-size: 22px;
    color: #999;
    line-height: 40px;
}

.foot_p2 {
    font-size: 22px;
    color: #333;
    line-height: 40px;
}

.foot_p2 span {
    color: #999;
    margin: 0 20px;
}

.foot_p2 a {
    color: #58bc6e;
}

.foot_p2 a .icon {
    font-size: 30px;
    color: #58bc6e;
    position: relative;
    top: 3px;
    margin: 0 10px 0 0;
}

.foot_p3 {
    font-size: 22px;
    color: #999;
    line-height: 40px;
}

.popup_cont {
    width: 500px;
    height: 580px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -290px;
    z-index: 2001;
    background: #fff;
    display: none;
}

.screen {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    display: none;
}

.erweima_box {
    width: 500px;
    height: 500px;
}

.erweima_box img {
    width: 100%;
}

.erweima_p {
    font-size: 30px;
    color: #666;
    text-align: center;
    line-height: 60px;
}

.popup_close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}

.popup_close .icon {
    font-size: 34px;
    color: #666;
}

.backtop {
    width: 80px;
    height: 80px;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 3000;
    background: #fff;
    box-shadow: 0 0 15px #333;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
}

.backtop .icon {
    font-size: 46px;
    color: #e61016;
}