﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    font-size: 14px;
    color: #656565;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, button, select, textarea {
    outline: none;
}

.banner {
    margin-top: 128px;
    height: 600px;
    background: url(../image/bg-banner.png) no-repeat;
    background-size: cover;
}

.main-contents {
    width: 1185px;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner-contents {
    padding: 120px 60px 0;
    display: flex;
    justify-content: space-between;
}

.banner-img {
    display: none;
}

.banner-l {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-top: 90px;
}

.banner-l h2 {
    font-size: 48px;
    display: flex;
    align-items: center;
    position: relative;
}

/*.banner-l h2:before {
    content: "";
    position: absolute;
    width:48px;
    height:6px;
    background: #fff;
    top:-28px;
    left:4px;
}*/
.banner-l h2 span {
    display: inline-block;
    font-size: 32px;
    background: #2D8CEF;
    border-radius: 30px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-weight: normal;
    margin-left: 14px;
}

.banner-l h2 span.banner-l-eauth {
    width: 120px;
}

.banner-l p {
    font-size: 20px;
    line-height: 32px;
    padding: 30px 0 36px;
}

.banner-l p b {
    color: #94F2BC;
    font-weight: normal;
}

.banner-l p i {
    color: #94F2BC;
    display: inline-block;
    padding: 0 6px;
}

.banner-l p em {
    font-style: normal;
    display: block;
}

.banner-l a {
    display: inline-block;
    width: 200px;
    line-height: 56px;
    height: 56px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.banner-l a:hover {
    background: #2D8CEF;
    border-color: #2D8CEF;
}

.video-container {
    margin: 210px 46px 0 60px;
    background: #fff;
    height: 260px;
    overflow: hidden;
}

.banner-r {
    background: url(../image/bg-phone.png) no-repeat top center;
    width: 437px;
    height: 480px;
    background-size: cover;
}

.banner-r ul {
    padding: 10px 10px 0 10px;
    font-size: 16px;
}

.banner-r ul > li {
    border-bottom: 1px solid #F2F4F8;
    display: flex;
    align-items: center;
}

.banner-r ul > li span {
    width: 90px;
    display: inline-block;
    color: #39445C;
}

.banner-r ul > li label {
    position: relative;
    color: #121F40;
    padding: 14px 0;
    width: 160px;
}

.banner-r ul > li label input {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    border: none
}

.banner-r ul > li label em {
    font-style: normal;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /*color:#757575;*/
}

.banner-r ul > li label em i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    top: -2px;
}

.banner-r ul > li label ol {
    position: absolute;
    top: 44px;
    width: 180px;
    background: #fff;
    left: -12px;
    z-index: 10;
    box-shadow: 0 0 8px rgba(204, 204, 204, .4);
    line-height: 30px;
    padding: 6px 0;
    display: none;
}

.banner-r ul > li label:hover ol {
    display: block;
}

.banner-r ul > li label ol li {
    padding-left: 12px;
}

.banner-r ul > li label ol li:hover {
    background: #2d8cf0;
    color: #fff;
}

.introduce-contents {
    padding: 120px 0;
}

.introduce-contents:nth-child(2), .introduce-contents:nth-child(4) {
    background: #F6F7F9;
}

.introduce-contents .main-contents {
    padding: 0 20px;
    overflow: hidden;
}

.introduce-contents .main-contents p {
    float: left;
}

.introduce-contents .main-contents .eAuth-introduce {
    float: right;
}

.introduce-contents:nth-child(2n) .main-contents p {
    float: right;
}

.introduce-contents:nth-child(2n) .main-contents .eAuth-introduce {
    float: left;
}

.introduce-contents:nth-child(2n+1) .main-contents .eAuth-introduce {
    float: right;
}

.eAuth-introduce {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
}

.eAuth-introduce h4 {
    font-size: 30px;
    color: #39445C;
    padding-bottom: 32px;
}

.eAuth-introduce li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #677481;
    line-height: 26px;
    padding-bottom: 18px;
}

.eAuth-introduce i {
    font-size: 20px;
    color: #5599F5
}

.eAuth-introduce b {
    color: #5A6477;
}

.eAuth-introduce label {
    width: 300px;
    padding-left: 14px;
}

.bottom-container {
    background: url(../image/bg-bottom.png) no-repeat top center;
    background-size: cover;
    color: #fff;
}

.btn-apply {
    padding: 60px 0;
    text-align: center;
    width: 1018px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(151, 151, 151, .22);
}

.btn-apply a {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    width: 240px;
    font-size: 16px;
    border-radius: 30px;
    background: -ms-linear-gradient(left, #4f87d2 0, #39b6e9 100%);
    background: -webkit-linear-gradient(left, #4f87d2 0, #39b6e9 100%);
    background: -moz-linear-gradient(left, rgba(79, 135, 210, 1), rgba(57, 182, 233, 1));
    background: -o-linear-gradient(rgba(79, 135, 210, 1), rgba(57, 182, 233, 1));
}


.contact-us {
    padding: 50px 0;
}

.contact-us h4 {
    font-size: 18px;
    position: relative;
    text-align: center;
    display: block;
}

.contact-us h4:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #39f;
    bottom: -14px;
    left: 50%;
    margin-left: -15px;
}

.contact-us ul {
    display: flex;
    padding: 50px 0 36px;
}

.contact-us li {
    width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact-us li:before {
    content: "";
    position: absolute;
    right: 0;
    height: 46px;
    width: 1px;
    background: rgba(151, 151, 151, .22);
}

.contact-us li:last-child:before {
    width: 0;
}

.contact-us li i {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.80);
    color: #2b2929;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
}

.contact-us li label {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    line-height: 24px;
}

.contact-us li label span:nth-child(2) {
    font-size: 16px;
}

.btn-submit {
    padding: 32px 56px 0 70px;
}

.btn-submit button {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: -ms-linear-gradient(left, #4f87d2 0, #39b6e9 100%);
    background: -webkit-linear-gradient(left, #4f87d2 0, #39b6e9 100%);
    background: -moz-linear-gradient(left, rgba(79, 135, 210, 1), rgba(57, 182, 233, 1));
    background: -o-linear-gradient(rgba(79, 135, 210, 1), rgba(57, 182, 233, 1));
}

.btn-submit button:hover {
    background: #2d8cf0;
}

@media only screen and (min-width: 1024px) and (max-width: 1139px) {
    .main-contents {
        width: 1024px;
    }

    .introduce-contents .main-contents p {
        width: 560px;
        margin: 0 30px
    }

    .introduce-contents .main-contents p img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1023px) {
    .main-contents, .btn-apply {
        width: 100%;
    }

    .introduce-contents {
        padding: 40px 0;
    }

    .introduce-contents .main-contents {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .introduce-contents .main-contents p {
        width: 90%;
        margin: 20px auto;
    }

    .introduce-contents .main-contents p img {
        width: 100%;
    }

    .contact-us ul {
        flex-direction: column;
    }

    .contact-us ul li {
        width: 70%;
        justify-content: start;
        margin: 0 auto 32px;
    }

    .contact-us li:before {
        background: none;
    }

    .introduce-contents:nth-child(2n+1) {
        background: #F6F7F9;
    }

    .introduce-contents:nth-child(2n) {
        background: #fff;
    }

    .eAuth-introduce {
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        width: 90%;
    }

    .eAuth-introduce li {
        font-size: 13px;
    }

    .banner-contents {
        display: flex;
        align-items: center;
        flex-direction: column-reverse !important;
        padding: 5px 12px;
    }

    .banner-r {
        display: none;
    }

    .banner-img {
        display: block;
        width: 230px;
    }

    .banner-img img {
        width: 100%;
    }

    .logo {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 28px;
    }

    .banner {
        height: 445px;
        background-size: 100% 445px;
        margin-top: 48px;
    }

    .banner-l {
        color: #1C2438;
        padding-top: 26px;
    }

    .banner-l h2 {
        /*flex-direction: column;*/
        font-size: 20px;
        color: white;
        display: block;
        text-align: center;
    }

    .banner-l h2 span {
        color: #fff;
        height: 22px;
        line-height: 22px;
        margin: 8px 0 0 0;
        font-size: 16px;
        width: 70px !important;

    }

    .banner-l p {
        text-align: center;
        line-height: 24px;
        font-size: 14px;
        padding: 16px;
        color: #ffffff;
    }

    .banner-l p label {
        display: flex;
        align-items: center;
        float: right;
        margin-left: 6px;
    }

    .banner-l p label b {
        color: #94F2BC;
    }

    .banner-l p i {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #7EDFA7;
        padding: 0;
        text-indent: -9999px;
        margin: 0 6px;
    }

    .banner-l a {
        /*background: #3399FF;*/
        border: 0.5px solid #ffffff;
        border-radius: 4px;
        margin: 6px auto 16px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        width: 80px !important;
    }

    .contact-us li i {
        margin-right: 0;
    }
}
