@charset "UTF-8";



@media screen and (max-width: 1279px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width: 1279px) and (max-width: 1359px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width: 1359px) and (max-width: 1399px) {
    html {
        font-size: 13px;
    }
}

@media screen and (min-width: 1399px) and (max-width: 1599px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1599px) and (max-width: 1699px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 1699px) and (max-width: 1799px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1799px) and (max-width: 1899px) {
    html {
        font-size: 17px;
    }
}

@media screen and (min-width: 1899px) {
    html {
        font-size: 18px;
    }
}

a {
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
textarea,
td {
    border: 0 none;
    font-size: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}

.homepage-logo {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: 1rem;
    width: 9rem;
    height: 5.5rem;
    background: url("../../images/homepage/logo2.png");
    background-size: 100% 100%;
    z-index: 999;
}

.homepage-float-left {
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 30;
}

.homepage-menu {
    margin-top: 100px;
    margin-left: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.menu-main-list {
    margin: 10px;
}

.homepage-menu a {
    font-size: 18px;
    color: #FDEFEB;
    letter-spacing: 2px;
    text-decoration: none;
}

a.homepageclick {
    position: relative;
    font-size: 22px;
    color: #FEC42B;
    letter-spacing: 2px;
    text-decoration: none;
}

a.homepageclick:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    width: 16px;
    height: 10px;
    background: #FEC42B;
    background-size: 100% 100%;
    border-radius: 0 10px 10px 0;
}

.homepage-float-login {
    position: fixed;
    height: 2.2rem;
    right: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin: 1rem;
    z-index: 999;
}

.homepage-float-login a {
    text-decoration: none;
}

.btn-login {
    width: 4rem;
    height: 100%;
    border: 1px solid #F87318;
    border-radius: 2px;
    font-size: 0.8rem;
    color: #F87318;
    letter-spacing: 1px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.6rem;
}

.btn-listening-test {
    width: 6.6rem;
    height: 100%;
    background: #F87318;
    border-radius: 2px;
    font-size: 0.8rem;
    color: #f9f9f9;
    letter-spacing: 1px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.6rem;
}

.homepage-float-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

.homepage-phone {
    margin-top: 12rem;
    margin-right: 1rem;
    z-index: 0;
}

.phone-content {
    font-size: 1.6rem;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.phone-content span {
    font-size: 2.7rem;
}

.phone-input input {
    width: 15.6rem;
    height: 2.5rem;
    /* padding-bottom: 20%; */
    background: #FDFDFD;
    border: 1px solid #979797;
    border-radius: 6px;
    font-size: 1.3rem;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1rem;
}

.error-msg {
    width: 15.6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #FF0000;
    text-align: center;
}

input::-webkit-input-placeholder {
    font-size: 1rem;
    color: #9B9B9B;
    letter-spacing: 2px;
    text-align: center;
}

input:-moz-placeholder {
    font-size: 1rem;
    color: #9B9B9B;
    letter-spacing: 2px;
    text-align: center;
}

input::-moz-placeholder {
    font-size: 1rem;
    color: #9B9B9B;
    letter-spacing: 2px;
    text-align: center;
}

input:-ms-input-placeholder {
    font-size: 1rem;
    color: #9B9B9B;
    letter-spacing: 2px;
    text-align: center;
}

.phone-submit {
    width: 15.5rem;
    height: 2.5rem;
    background: #F87318;
    border-radius: 6px;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 2px;
    border: 0;
    /* display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; */
    margin-top: 0.5rem;
    text-align: center;
    line-height: 2.5rem;
}

.homepage-float-consult {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 30;
}

.float-consult {
    width: 4rem;
    height: 4rem;
    background: url("../../images/homepage/btn_consult.png");
    background-size: 100% 100%;
}

.homepage-top {
    width: 100%;
    height: 98%;
    background-image: radial-gradient(45% 93%, #858A9B 14%, #1D243B 93%);
    background-size: 100% 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.homepage-top-content {
    width: 408px;
    min-width: 408px;
}

.top-content-top {
    width: 340px;
    height: 144px;
    border: 10px solid #FFFFFF;
    border-bottom: 0;
    margin: 40px 40px 0;
    font-size: 60px;
    font-weight: 800;
    color: yellow;
    letter-spacing: 1px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-end;
}

.top-content-middle {
    /*font-family: "宋体", serif;*/
    font-size: 50px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.top-content-down {
    position: relative;
    width: 340px;
    height: 144px;
    border: 10px solid #FFFFFF;
    border-top: 0;
    margin: 0 40px 40px;
}

.top-content-down-section {
    position: absolute;
    top: 20px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.top-content-down-content {
    width: 300px;
    height: 50px;
    background: #F2F2F2;
    border-radius: 6px;
    /*font-family: FZZYSK1--GBK1-0, serif;*/
    font-size: 22px;
    color: #363B4D;
    letter-spacing: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.homepage-top-pic {
    position: relative;
    width: 540px;
    min-width: 540px;
    height: 738px;
    background: url("../../images/homepage/top_pic.png");
    background-size: 100% 100%;
    align-self: flex-end;
}

.top-pic-attach {
    position: absolute;
    bottom: 54px;
    left: -90px;
    width: 216px;
    height: 63px;
    background: url("../../images/homepage/qianmming.png");
    background-size: 100% 100%;
}

@media screen and (max-height:770px) {
    .homepage-top-pic {
        position: relative;
        width: 432px;
        min-width: 432px;
        height: 590px;
        ;
        background: url("../../images/homepage/top_pic.png");
        background-size: 100% 100%;
        align-self: flex-end;
    }

    .top-pic-attach {
        position: absolute;
        bottom: 43px;
        left: -72px;
        width: 172px;
        height: 50px;
        background: url("../../images/homepage/qianmming.png");
        background-size: 100% 100%;
    }
}

.homepage-btn-next {
    position: absolute;
    left: 50%;
    bottom: -1rem;
    width: 4rem;
    height: 4rem;
    background: url("../../images/homepage/btn_next.png");
    background-size: 100% 100%;
    z-index: 20;
}

.homepage-btn-next:hover {
    cursor: pointer;
}

.homepage-middle {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    background-size: 100% 100%;
}

.middle-left {
    position: absolute;
    top: 16%;
    left: 16%;
}

.middle-left-title {
    font-family: PingFangSC-Medium, serif;
    font-size: 2.7rem;
    color: #4A4A4A;
    margin: 1rem;
}

.middle-left-content {
    font-size: 1.3rem;
    color: #9B9B9B;
    line-height: 2rem;
    margin: 1rem;
}

.middle-right {
    position: absolute;
    top: 16%;
    left: 48%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aipic {
    width: 5.3rem;
    height: 4.6rem;
    background: url("../../images/homepage/ai.png");
    background-size: 100% 100%;
}

.middle-right p {
    font-size: 2.4rem;
    color: #4A4A4A;
}

.middle-right span {
    font-size: 1.6rem;
    color: #4A4A4A;
}

.middle-aipic {
    position: absolute;
    top: 16%;
    left: 48%;
    width: 26rem;
    height: 16.6rem;
    background: url("../../images/homepage/aipic.png");
    background-size: 100% 100%;
}

.middle-aipic2 {
    position: absolute;
    top: 16%;
    left: 48%;
    width: 25.5rem;
    height: 5.5rem;
    background: url("../../images/homepage/aipic2.png");
    background-size: 100% 100%;
}

.middle-down {
    position: relative;
    top: 74%;
    width: 100%;
    height: 20%;
    background: #FEC42B;
    background-size: 100% 100%;
}

.middle-down-pic-section {
    position: absolute;
    top: -10rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.middle-down-pic {
    width: 70rem;
    height: 14.5rem;
    background: url("../../images/homepage/middle_pic.png");
    background-size: 100% 100%;
    text-align: center;
}

.homepage-down {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    background-size: 100% 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    z-index: 20;
}

.homepage-down-content {
    width: 75rem;
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.down-content-title-s {
    font-size: 1.3rem;
    color: #9B9B9B;
}

.down-content-title {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 2rem;
}

.down-content-title-l {
    font-family: PingFangSC-Medium, serif;
    font-size: 2.7rem;
    color: #4A4A4A;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

a.down-btn-consult {
    width: 10rem;
    height: 2.2rem;
    border: 1px solid #FEC42B;
    font-size: 1rem;
    color: #FEC42B;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.down-content-pics-section {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5.5rem;
}

.down-content-pic {
    position: relative;
    width: 23rem;
    height: 15rem;
    margin: 0.5rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.down-content-pic img {
    width: 23rem;
    height: 15rem;
}

.content-pic-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    color: #FFFFFF;
    background: #333333;
    background-size: 100% 100%;
    margin-bottom: 0.5rem;
    opacity: 0.6;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.content-pic-show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FEC42B;
    display: none;
    /* display: flex;
    display: -webkit-flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 30;
}

.pic-content-title {
    font-size: 1.4rem;
    color: #FFFFFF;
}

.pic-content-content {
    width: 100%;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 26px;
    padding: 1rem;
}

.down-promises-section {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
}

.down-promise {
    width: 18rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.down-promise-pic {
    margin-bottom: 2rem;
}

.down-promise-pic img {
    width: 9rem;
    height: 9rem;
}

.down-promise-title {
    font-size: 1.4rem;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.down-promise-content {
    width: 100%;
    font-size: 0.9rem;
    color: #9B9B9B;
    letter-spacing: 0;
    line-height: 1.5rem;
    text-align: center;
}

.homepage-foot {
    position: relative;
    width: 100%;
    height: auto;
    background: #363B4D;
    background-size: 100% 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
}

.homepage-button-top {
    position: absolute;
    top: -2rem;
    left: 46%;
    width: 9.4rem;
    height: 2.2rem;
    background: url("../../images/homepage/btn_top.png");
    background-size: 100% 100%;
    align-self: center;
    text-align: center;
}

.homepage-button-top:hover {
    cursor: pointer;
}

.homepage-foot-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 9rem;
}

.foot-logo {
    width: 5.5rem;
    height: 3.4rem;
    background: url("../../images/homepage/logo2.png");
    background-size: 100% 100%;
    margin-right: 100px;
}

.foot-content-left {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
}

.foot-content-col {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-right: 1rem;
}

.foot-content-line {
    align-self: center;
    width: 2px;
    height: 2.2rem;
    background-image: radial-gradient(50% 107%, #C2C2C2 20%, rgba(95, 95, 95, 0.00) 100%);
    border-radius: 1px;
    margin-right: 1rem;
}

.foot-content-col a {
    font-size: 0.8rem;
    color: #FFFFFF;
    margin: 0.5rem;
}

.foot-content-right {
    display: flex;
    display: -webkit-flex;
    margin-left: 200px;
}

.foot-qrcode {
    font-size: 1rem;
    color: #FFFFFF;
    margin: 0.5rem;
}

.foot-qrcode-pic {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.foot-qrcode img {
    width: 5rem;
    height: 5rem;
    border-radius: 5px;
}

.foot-line {
    width: 60rem;
    height: 1px;
    border: 1px solid #979797;
    margin-top: 0.5rem;
    align-self: center;
    opacity: 0.7;
}

.foot-msg {
    width: 60rem;
    margin: 0.5rem;
    display: flex;
    display: -webkit-flex;
    align-self: center;
    justify-content: space-around;
}

.foot-msg span {
    font-size: 0.7rem;
    color: #9B9B9B;
    line-height: 1rem;
}

.menu-show {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FEC42B;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 998;
}

.menu-show a {
    font-size: 22px;
    color: #f9f9f9;
    text-decoration: none;
    margin: 10px;
}

.tb-bg {
    background-color: #eee;
}

.tb-content {
    width: 800px;
    margin: 60px auto 0;
    padding: 50px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #B8B8B8;
}

.tb-content-low {
    width: 800px;
    margin: 60px auto;
    padding: 50px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #B8B8B8;
}

p.color-666 {
    color: #666;
}

p.color-333 {
    color: #333;
}

.tb-info-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
}

.tb-info-mid {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}

.tb-text {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}

.info-content {
    width: 620px;
    background: #FFFFFF;
    background-size: repeat;
    padding: 50px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-left: 50px;
    margin-bottom: 50px;
}

.info-content span {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 29px;
    margin-bottom: 1px;
}

span.info-title {
    font-size: 20px;
    color: #4A4A4A;
}

span.tb-info-title {
    line-height: 50px;
}

span.info-subtitle {
    font-size: 15px;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
}

.info-col {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.info-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
}

.info-mid {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}

.info-location {
    width: 580px;
    height: 260px;
    background: url("../../images/homepage/map_pic.png");
    background-size: 100% 100%;
}

.info-form-input {
    width: 240px;
    height: 40px;
    background: #F2F2F2;
    border: 1px solid #979797;
    border-radius: 5px;
}

.info-form-text {
    width: 100%;
    height: 120px;
    background: #F2F2F2;
    border: 1px solid #979797;
    border-radius: 5px;
}

.info-form-button {
    width: 200px;
    height: 40px;
    background: #FEC42B;
    border-radius: 6px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    outline: none;
}

.info-panel {
    margin-bottom: 20px;
}

.info-panel-click {
    width: 520px;
    height: 40px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    padding-left: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.info-panel-click:hover {
    cursor: pointer;
}

.info-panel-show {
    width: 520px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 29px;
    display: none;
    flex-direction: column;
    padding: 10px;
}

span.info-msg {
    font-size: 18px;
    color: #00D6CE;
    margin: 10px 0;
}

.captach-div {
    width: 240px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.captach-div img {
    width: 200px;
    height: 100%;
}