


@font-face {
    font-family: 'CustomFont';
    src: url(../font/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"),
    url(../font/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff) format("woff"),
    url(../font/avenir-lt-w01_35-light1475496.woff2) format("woff2"),
    url(../font/avenir-lt-w01_85-heavy1475544.woff2) format("woff2"),
    url(../font/futura-lt-w01-book.woff2) format("woff2"),
    url(../font/futura-lt-w01-light.woff2) format("woff2");
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: CustomFont;
    color: #20303c;
}
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
body {
    width: 100%;
    min-height: 100%;
    font-size:14px;
    background-color: #F8F8F8;
}

body::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}
ul, ol {
    list-style-type: none;
}
table {
    border-spacing: 0;
}
img {
    border: none;
    width: auto;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #32302f;
}
.a-hover:hover {
    text-decoration: underline;
}
.title {
    font-size: 55px;
    font-weight: 400;
 }
.subtitle {
    font-size: 16px;
    font-weight: 400;
}

.button {
    margin-top: 20px;
    border: 1px solid;
    height: 65px;
    border-radius: 100px;
    line-height: 65px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

input[type="submit"] {
    cursor: pointer;
}

.container {
    width: 940px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}
.container:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

section {
    /*margin-top: 120px*/
}

/*      顶部        */
#header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 99999;
    background: #eff1f2;
}

#header img {
    height: 44px;
    margin-top: 13px;
    float: left;
}

#header .menus-list ul {
    display: flex;
    width: 100%;
    justify-content: center;
}

#header .menus-list {
    float: right;
    padding-right: 10%;
}

#header .menus-list ul li {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 14px;
    color: rgb(0, 0, 0);
}



#main {
    margin-top: 130px;
    min-height: 420px;
}


#banners {
    width: 100%;
}

#banners .banners-title {
    margin: 60px 0 17px 0;
}

#banners .banners-title p{
    text-align: center;
    line-height: 1.25em;
    font-size: 72px;
}

#banners .banners-subtitle {
    line-height: 1.67em;
    text-align: center;
    font-size: 20px;
}

#banners .banners-swiper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

#banners .swiper {
    width: 979px;
    height: 100%;
    margin-top: 23px;
    position: relative;
    cursor: pointer;
    z-index: 3;
}

#banners .register:hover .swiper-slide-text,
#banners .register:hover .banners-page {
    opacity: 1;
}


#banners .swiper-slide {
    text-align: center;

}

#banners .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banners .swiper-slide-text {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px  100px 10px 10px;
    opacity: 0;
    transition: opacity 0.5s ease 0s, opacity .5s ease 0s;
    font-family: futura-lt-w01-book, sans-serif;
}

#banners .swiper-slide-title {
    font-size: 16px;
    line-height: 22.41px;
    font-weight: 600;
}

#banners .swiper-slide-summary {
    font-size: 14px;
    line-height: 19.59px;
}

#banners .banners-desc {
    position: absolute;
    width: 562px;
    right: 65px;
    top: 36.3%;
    z-index: 999;
    cursor: default;
    pointer-events: auto;
    padding: 0 10px;
}

.banners-desc:hover .swiper-slide-text,
.banners-desc:hover .banners-page {
    opacity: 0;
}


.banners-desc-title {
    color: #fff;
    line-height: 1.34em;
    font-size: 50px;
    font-weight: bold;
}

.banners-desc-subtitle {
    line-height: 1.67em;
    font-size: 20px;
    font-weight: bold;
}

#banners .banners-desc-summary {
    /*font-size: 16px;*/
    line-height: 1.67em;
    color: rgb(0, 0, 0);
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    font-weight: 400;
}

#banners .banners-page {
    padding: 0 10px 10px 0;
    position: absolute;
    right: 0;
    text-align: right;
    transition: opacity 0.5s ease 0s, opacity .5s ease 0s;
    width: 60px;
    bottom: 0;
    z-index: 99;
    opacity: 0;
}

#banners .banners-page p {
    color: rgb(0, 0, 0);
    display: inline-block;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    padding-left: 5px;
}

#ourStory {
    width: 100%;
    margin: 60px auto;
    padding: 60px 0;
    height: 680px;
}


#ourStory .container {
    padding: 30px 10px;
    position: relative;
}

#ourStory .ourStory-text {
    position: absolute;
    background-color: rgba(237, 234, 221, 1);
    width: 460px;
    height: 441px;
    z-index: 9999;
    top: 59.5px;
    padding: 60px;
}

.ourStory-text-title {
    text-align: left;
    line-height: 1.35em;
    font-size: 40px;
}

.ourStory-text-desc {
    line-height: 1.88em;
    text-align: left;
    font-size: 15px;
}

.ourStory-text-summary {
    line-height: 1.88em;
    text-align: left;
    font-size: 15px;
}

#ourStory img {
    width: 560px;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
}

#appFeatures {
    width: 100%;
    margin: 60px auto;
    height: 680px;
}

#appFeatures .container {
    padding: 30px 6px;

}

.appFeatures-title {
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
}

.appFeatures-subtitle {
    text-align: center;
    line-height: 1.75em;
    font-size: 18px;
}

.appFeatures-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between
}

.appFeatures-list-info {
    width: calc(100% / 3 - 9px);
}

.appFeatures-list-title {
    line-height: 150px;
    text-align: center;
    font-size: 22px;
    background-color: rgba(237, 234, 221, 1);
}

#market {
    width: 100%;
    margin: 60px auto;
    padding: 20px 0;
}

.market-title {
    line-height: 1.35em;
    text-align: center;
    font-size: 40px;
}

.market-summary {
    line-height: 1.88em;
    text-align: center;
    font-size: 15px;
}

#market img {
    width: 100%;
    margin: 20px auto;
}

#salary {
    width: 100%;
    margin: 60px auto;
    padding: 20px 0;
}

.salary-title {
    line-height: 1.35em;
    text-align: center;
    font-size: 40px;
}

.salary-summary {
    line-height: 1.88em;
    text-align: center;
    font-size: 15px;
}

#salary img {
    width: 100%;
    margin: 20px auto;
}



#shares {
    width: 100%;
    margin: 60px auto;
    padding: 20px 0;
}

.shares-title {
    line-height: 1.35em;
    text-align: center;
    font-size: 40px;
}

.shares-summary {
    line-height: 1.88em;
    text-align: center;
    font-size: 15px;
}

#shares img {
    width: 100%;
    margin: 20px auto;
}



#about {
    width: 100%;
    margin: 60px auto;
    padding: 60px 0;
    height: 680px;
}

.about-container {
    padding: 30px 10px;
    position: relative;
}

.about-container  .about-text {
    background-color: rgba(237, 234, 221, 1);
    width: 460px;
    top: 62.5px;
    padding: 30px;
    height: 575px;
    position: absolute;
    z-index: 999;
}

.about-text-title {
    padding-top: 60px;
    text-align: left;
    line-height: 1.35em;
    font-size: 40px;
}

.about-text-desc {
    text-align: left;
    font: normal normal normal 15px / 1.875em avenir-lt-w01_35-light1475496, sans-serif;
}

.about-text-summary {
    line-height: 1.88em;
    text-align: left;
    font-size: 15px;
}

.about-container img {
    width: 560px;
    top: 0;
    right: 0;
    position: absolute;
}


#mission {
    width: 100%;
    margin: 100px auto;
    padding: 60px 0;
    height: 680px;
}



#ourHistory {
    width: 100%;
    margin: 60px auto;
    padding: 60px 0;
    height: 680px;
}

#contactForm {
    width: 100%;
    margin: 60px auto;
}

#contactForm .container {
    display: flex;
    margin: 0 auto;
}

#contactForm .contactForm-text {
    width: 100%;
    padding-right: 20px;
}

#contactForm .contactForm-text-title {
    text-align: left;
    line-height: 1.35em;
    font-size: 40px;
}

#contactForm .contactForm-text-summary {
    text-align: left;
    font: normal normal normal 15px / 1.875em avenir-lt-w01_35-light1475496, sans-serif;
    margin-top: 20px;
}

.contactForm-data {
    width: 50%;
}

.contactForm-data form * {
    background-color: #F8F8F8;
    color: rgba(0,0,0, 1);
    border: 1px solid #F8F8F8;
    border-bottom: 1px solid rgba(0,0,0, 1);
}

.contactForm-data input {
    width: calc(50% - 10px);
    height: 42px;
    margin-bottom: 20px;
    padding: 3px 3px 3px 12px;
}

.contactForm-data input::placeholder, .contactForm-data #message::placeholder {
    color: rgba(0,0,0, 1);
}

.contactForm-data #email, .contactForm-data #address{
    margin-left: 16px;
}

.contactForm-data #subject {
    width: 100%;
}

.contactForm-data #message {
    width: 100%;
    height: 126px;
    resize: none;
    padding: 11px 10px 3px 16px;
}

.contactForm-data #message:hover, .contactForm-data input:hover {
    border-color: rgba(0,0,0, 1);
}

.contactForm-data #message:focus, .contactForm-data input:focus {
    border-color: rgba(0,0,0, 1);
    outline: none;
}

.contactForm-data #submit {
    margin-top: 50px;
    border: 0;
    background: #EDEADD;
    width: 100%;
    height: 50px;
    font-size: 18px;
}


#contact {
    width: 100%;
    padding: 80px 0;
}

#contact img {
    width: 100%;
    height: auto;
}

#protocol p, #privacy p {
    /*text-align: left;*/
    line-height: 1.875em;
}

.document-title {
    text-align: center;
    line-height: 1.35em;
    font-size: 25px;
}




/*      联系我们     */
/*      首页内容     */
/*      底部        */

#footer {
    margin: 80px auto;
    width: 100%;
    padding: 40px 0;
}

#footer .copyright p {
    text-align: center;
    line-height: 1.875em;
    font-size: 15px;
}
#footer .copyright p:last-child {
    line-height: 1.79em;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
}
/*      底部        */


/*      响应式布局样式        */
@media (max-width: 1220px) {
    .container {
        width: 920px;
    }

}

@media (max-width: 940px) {
    .container {
        width: 768px;
    }

    #banners .banners-desc {
        right: 5%;
        width: 470px;
    }

    .banners-desc-title {
        font-size: 28px;
    }

    .banners-desc-subtitle {
        font-size: 15px;
    }

    #contactForm .container {
        display: block;
    }

    #contactForm .contactForm-text {
        width: 100%;
    }

    #contactForm .contactForm-data {
        width: 100%;
        margin-top: 50px;
    }

}

@media (max-width: 788px) {
    .container {
        width: calc(100% - 20px);
    }

    #banners .banners-desc {
        right: 0;
        width: 65%;
    }

    .banners-desc-title {
        font-size: 20px;
    }

    .banners-desc-subtitle {
        font-size: 13px;
    }

    #ourStory {
        height: auto;
    }

    #ourStory .ourStory-text {
        position: unset;
        width: 100%;
        height: auto;
    }

    #ourStory img {
        position: unset;
        width: 100%;
        height: auto;
    }

    #appFeatures {
        width: 100%;
        height: auto;
    }

    .appFeatures-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .appFeatures-list-info {
        width: 60%;
        margin: 20px 0;
    }

    .appFeatures-list-info img {
        width: 100%;
        height: auto;
        bottom: -10px;
    }

    .about-container  .about-text {
        width: 100%;
        height: auto;
        position: unset;
    }

    .about-container  .about-text-title {
        padding-top: 30px;
    }

    .about-container img {
        width: 100%;
        position: unset;
        height: auto;
    }

    #about, #mission, #ourHistory {
        height: auto;
        margin: 30px auto;
    }

    #contactForm input {
        width: 100%;
    }

    .contactForm-data #email, .contactForm-data #address{
        margin-left: 0;
    }

    .contactForm-data #message {
        margin-top: 30px;
    }

}

@media (max-width: 640px) {

    .container {
        width: calc(90% - 20px);
    }

    #banners .banners-desc {
        top: 15%;
    }
}