html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 26.666666666666668vw;
}
body {
    font-size: 0;
    font-family: SF UI Text,Helvetica,Arial,"san-serif"!important;
}
ul,li {
    list-style: none;
    padding: 0;
}
.banner {
    width: 100%;
    /* height: 390px; */
    background-color: #eaf5eb;
    background-image: linear-gradient(77deg, #eaf5eb, #d0e6e2);
}
.banner-inner {
    position: relative;
    width: 1240px;
    /* height: 390px; */
    margin: 0 auto;
    padding-top: 1px;
    background: url(../img/dot-color-1.png) no-repeat 0 -120px/310px 310px,
                url(../img/dot-color-2.png) no-repeat right 0 bottom -120px/310px 310px;
}
.banner-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -90px;
    width: 310px;
    height: 90px;
    background: url(../img/dot-1.png) no-repeat 0 0/100% auto;
}
.title {
    position: relative;
    display: inline-block;
    width: 520px;
    margin-left: 120px;
    margin-top: 71px;
    margin-bottom: 71px;
    overflow: hidden;
    color: black;
    vertical-align: top;
}
.title::before {
    content: '';
    width: 40px;
    height: 10px;
    background: #47bfa9;
    position: absolute;
    left: 0;
    top: 0;
}
.title-main {
    margin-top: 20px;
    font-size: 44px;
    font-family: Verdana;
}
.title-sub {
    font-family: Verdana;
    font-size: 50px;
    font-weight: bold;
}
.title-desc {
    /* width: 480px;
    height: 72px; */
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #66807c;
}
.exam {
    float: right;
    width: 420px;
    height: 390px;
    margin-top: 30px;
    margin-right: 120px;
    border: 2px solid #47bfa9;
    border-radius: 30px 30px 30px 0;
}
.exam-inner {
    position: relative;
    left: 20px;
    top: 20px;
    box-sizing: border-box;
    width: 420px;
    height: 390px;
    padding: 40px 30px 0;
    border-radius: 20px 20px 20px 0;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    background: white url(../img/double-dot.png) 20px 20px/60px 60px no-repeat;
}
.exam-text {
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.54;
    color: #002c24;
}
.exam-person {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 120px;
    margin-top: 29px;
    padding: 30px 0;
    border-top: 1px solid #eeeeee;
}
.exam-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
}
.exam-con {
    margin-left: 10px;
}
.exam-name {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11;
    color: #002c24;
}
.exam-title {
    margin-top: 5px;
    opacity: 0.6;
    font-size: 16px;
    line-height: 1.25;
    color: #002c24;
}
.exam-min {
    display: none;
}

.slide-title {
    margin-top: 130px;
    font-family: Verdana;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}


/*slide*/
.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    z-index: 100;
}

.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover {
    cursor: pointer;
}

.picScroll-left .hd .prev:hover:after,
.picScroll-left .hd .next:hover:after {
    border-color: #47bfa9;
}

.picScroll-left .hd .prev {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    background: #fff;
    border-radius: 50%;
}

.picScroll-left .hd .prev::after {
    display: inline-block;
    content: " ";
    height: 18px;
    width: 18px;
    border-width: 2px 2px 0 0;
    border-color: #000;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -10px;
    transform: rotate(-135deg);
}

.picScroll-left .hd .next {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: right;
    background: #fff;
    border-radius: 50%;
}

.picScroll-left .hd .next::after {
    float: left;
    content: " ";
    height: 18px;
    width: 18px;
    border-width: 2px 2px 0 0;
    border-color: #000;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -9px;
}

/* .picScroll-left .hd .prevStop{ background-position:-60px 0; } */
/* .picScroll-left .hd .nextStop{ background-position:-60px -50px; } */
.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
    position: absolute;
    bottom: -151px;
    left: 50%;
    margin-left: -148px;
}

.picScroll-left .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 20px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d8d8d8;
    border-radius: 50%;
}

.picScroll-left .hd ul li.on {
    background-color: #47bfa9;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 7px;
    float: left;
    _display: inline;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    padding: 60px 0px;
    padding-right: 30px;
}

.picScroll-left .bd ul li .pic img {
    width: 364px;
    height: auto;
    display: block;
    border: 8px solid #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.tempWrap {
    margin: 0 auto;
}

.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover {
    cursor: pointer;
}
/*end*/

.domain {
    position: relative;
    margin-top: 100px;
    width: 100%;
    height: 598px;
    padding-top: 1px;
    background: url(../img/bg-1.jpg) no-repeat 0 43%/cover;
}
.domain::before {
    content: '';
    position: absolute;
    right: 0;
    top: -100px;
    width: 120px;
    height: 100px;
    background: url(../img/dot-2.png) no-repeat 0 0/310px auto;
}
.domain-title {
    margin-top: 80px;
    text-align: center;
    font-family: Verdana;
    font-size: 40px;
    font-weight: bold;
    color: #4dcdb5;
}
.domain-desc {
    margin-top: 10px;
    opacity: 0.8;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}
.domain-tip {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    height: 140px;
    margin: 50px auto 0;
    padding: 30px;
    border-radius: 20px;
    background: white url(../img/double-dot.png) 20px 20px/68px 60px no-repeat;
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.54;
    color: #002c24;
}
.domain-tip::after {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: white;
}
.domain-avatar {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 40px auto 0;
}
.domain-name {
    margin-top: 21px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11;
    text-align: center;
    color: #ffffff;
}
.domain-job {
    margin-top: 5px;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
}
.func {
    position: relative;
    margin-top: 80px;
    padding-top: 1px;
}
.func::before {
    content: '';
    position: absolute;
    left: 0;
    top: 220px;
    width: 120px;
    height: 310px;
    background: url('../img/dot-1.png') no-repeat 0 0/310px auto;
}
.func-title {
    font-family: Verdana;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.func-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 0;
    max-width: 1000px;
}
.func-list {
    width: 280px;
    flex-shrink: 0;
    margin-bottom: 50px;
}
.func-img {
    width: 280px;
    height: 280px;
}
.func-text {
    margin-top: 20px;
}
.func-text-title {
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.func-text-con {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #66807c;
}
.footer {
    width: 100%;
    min-height: 200px;
    box-sizing: border-box;
    margin-top: 30px;
    padding-top: 59px;
    padding-bottom: 59px;
    background: url('../img/bg-2.jpg') no-repeat 0 43%/cover;
}
.footer-title {
    font-family: Verdana;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #4dcdb5;
}
.footer-desc {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}
.footer-desc a {
    font-weight: bold;
    color: #4dcdb5;
}

@media (min-width: 1080px) and (max-width: 1279px) {
    .banner-inner {
        position: relative;
        width: 1080px;
        /* height: 390px; */
        margin: 0 auto;
        padding-top: 1px;
        background: url(../img/dot-color-1.png) no-repeat -80 -120px/310px 310px,
            url(../img/dot-color-2.png) no-repeat right -80 bottom -120px/310px 310px;
    }
    .title {
        width: 400px;
        margin-left: 100px;
        margin-top: 43px;
        margin-bottom: 43px;
    }
    .exam {

    }
    .title-main {
        font-size: 40px;
    }
    .title-sub {
        font-size: 46px;
    }
    .title-desc {
        /* width: 400px; */
        font-size: 16px;
    }
    .domain-tip {
        width: 880px;
    }
    .func-con {
        width: 60%;
    }
}
@media (min-width: 375px) and (max-width: 1079px){
    .banner {
        height: initial;
        min-height: 290px;
    }
    .banner-inner {
        width: 100%;
        height: initial;
        min-height: 390px;
        margin: 0 auto;
        padding-top: 1px;
        background: url(../img/dot-color-1.png) no-repeat 0 -120px/310px 310px,
            url(../img/dot-color-2.png) no-repeat right -150px bottom 120px/310px 310px;
    }
    .banner-inner::after {
         display: none;
    }
    .exam {
        float: initial;
        margin: 10px auto 0;
        position: relative;
        top: 30px;
    }
    .title {
        box-sizing: border-box;
        width: initial;
        margin-right: 120px;
        margin-bottom: 0;
    }
    .title::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .title-main,
    .title-sub,
    .title-desc {
        text-align: center;
    }
    .domain {
        margin-top: 80px;
    }
    .domain::before {
        display: none;
    }
    .domain-tip {
        width: 88%;
        height: initial;
        min-height: 140px;
    }
    .func::before {
        display: none;
    }
    .func-con {
        width: 77%;
    }
}

@media (min-width: 750px) and (max-width: 900px) {
    .func-con {
        width: 87%;
    }
    .func-list {
        padding: 0 20px;
    }
}

@media (min-width: 320px) and (max-width: 749px) {
    .title {
        margin:80px 30px 0;
    }
    .banner-inner {
        background: none;
        width: 100%;
    }
    .banner-inner::after {
        display: none;
    }
    .exam {
        width: 56%;
        height: initial;
        display: none;
    }
    .exam-inner {
        width: 100%;
        height: initial;
    }
    .exam-text {
        font-size: 0.13rem;
    }
    .exam-name {
        font-size: 0.1rem;
    }
    .exam-title {
        font-size: 0.1rem;
    }
    .exam-min {
        display: block;
        width: 58%;
        margin: -0.3rem auto 0;
        position: relative;
        bottom: -0.5rem;
    }
    .domain {
        padding-bottom: 80px;
        height: initial;
    }
    .slide-title,
    .domain-title,
    .domain-desc,
    .func-title,
    .footer-title,
    .footer-desc {
        margin-left: 30px;
        margin-right: 30px;
    }
    .func-con {
        justify-content: center;
        width: 80%;
    }
    .func-list {
        padding: 0 20px;
    }
}

.dialog {
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    overflow-y: hidden;
    overflow-x: hidden;
}

.registry-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    min-height: 500px;
    transform: translate3d(-50%, -50%, 0);
}

