*,
*::before,
*::after {
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #2d2d2d;
    min-width: 1366px;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: block;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:link, a:focus, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.main-wrap {
    width: 100%;
    position: relative;
}

.section {
    position: relative;
}

h2.section-title {
    display: block;
    padding: 0;
    margin: 108px auto 70px auto;
    text-align: center;
    color: #2d2d2d;
    font-weight: normal;
    font-size: 36px;
    letter-spacing: .1em;
}

.safety-zone {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#contact-anchor::before {
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
    content: " ";
}

.bkg-gradient-blue {
    background: linear-gradient(to right, #2337db, #056cf6);
}

.btn-primary {
    padding: 14px 36px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    border: none;
    outline: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
}

/*************************  header  *****************************/

#header {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    overflow: hidden;
    /*box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}
@media screen and (max-width: 1366px) {
    #header {
        position: static;
    }
}

#logo, #header-nav {
    float: left;
}

#logo {
    margin-top: 10px;
    margin-right: 50px;
}

#header-nav li, #header-action li {
    float: left;
}

#header-nav li {
    font-weight: 300;
    margin-top: 20px;
    margin-right: 30px;
    transition: all .2s ease-in-out;
}
#header-nav li:hover,#header-nav li.active {
    color: #2348aa;
}
#header-action {
    float: right;
}

#header-action a {
    color: #2348aa;
    border: 1px solid #2348aa;
    display: block;
    padding: 6px 14px;
    border-radius: 18px;
    margin-top: 14px;
    margin-left: 10px;
}




#footer {
    background-color: #101429;
}
#footer .safety-zone {
    border-bottom: 1px solid #282c3f;
}
.footer-record {
    width: 100%;
    padding: 15px 0 30px 0;
    text-align: center;
    color: #909197;
    font-size: 12px;
}
.footer-nav li {
    float: left;
    color: #909197;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    transition: all .2s ease-in-out;
}
.footer-nav li:hover {
    color: #fff;
}
.no-footer #footer {
    display: none;
}







#index-section-banner {
    background: url(../img/index/banner-bkg.jpg) top center no-repeat;
    background-size: 100% 100%;
    letter-spacing: .1em;
    color: #fff;
}
#index-section-banner .safety-zone {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
#index-section-banner h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-top: -20px;
}
#index-section-banner p {
    font-weight: 500;
    font-size: 18px;
}
#index-section-banner strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 25px 0;
}
#index-section-banner .btn-apply {
    display: inline-block;
    margin: 0;
}
#index-banner-item {
    margin-top: 70px;
    margin-bottom: 70px;
}

.service-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 100px;
}
.service-list li {
    width: 31.6%;
    margin: 15px 0;
    background: url(../img/index/service-bkg-1.png) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    transition: all .3s ease-in-out;
}
.service-list li:hover {
    cursor: pointer;
    background-size: 125% 125%;
}
.service-list li:nth-child(2) {
    background-image: url(../img/index/service-bkg-2.png);
}
.service-list li:nth-child(3) {
    background-image: url(../img/index/service-bkg-3.png);
}
.service-list .service-icon {
    display: block;
    font-size: 102px;
    margin: 80px auto 35px auto;
}
.service-list .service-title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: .1em;
}
.service-list .service-detail {
    text-align: center;
    margin-bottom: 90px;
    font-size: 16px;
    letter-spacing: .1em;
}

#index-section-contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/index/contact-bkg.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
}
#index-section-contact .section-title {
    color: #fff;
    margin-top: 0;
}
h3.contact-title {
    text-align: center;
    font-weight: 600;
    letter-spacing: .15em;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}
.contact-detail {
    text-align: center;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 2;
}
.contact-list {
    margin: 35px auto 0 auto;
    width: 700px;
}
.contact-list li {
    float: left;
    line-height: 2;
}
.contact-list li:first-child {
    padding-right: 40px;
    margin-left: 20px;
    margin-right: 40px;
    border-right: 1px solid #fff;
    height: 30px;
    position: relative;
    top: 15px;
}
.contact-list li:first-child p {
    position: relative;
    top: -15px;
}


#index-section-comments .safety-zone {
    text-align: center;
}
.input-half {
    display: inline-block;
    color:#999;
    width: 365px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    outline: none;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}
input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
textarea::-webkit-input-placeholder{
    color:#999;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
.textarea {
    display: block;
    color:#999;
    margin: 0 auto 60px auto;
    width: 740px;
    height: 175px;
    padding: 10px 15px;
    resize: none;
    border: 1px solid #d8d8d8;
    outline: none;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}
.input-half:focus, .textarea:focus {
    border-color: #3399ff;
}
#btn-comments-send {
    display: block;
    width: 140px !important;
    margin: 0 auto 80px auto;
    width: auto;
}

#index-section-message {
    background: url(../img/index/message-bkg.jpg) top center no-repeat;
    background-color: #121e48;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
}
#index-section-message .section-title {
    color: #fff;
    margin-top: 0;
}
.message-nav {
    margin: 80px auto 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.message-nav li {
    flex: 0 0 33.333333%;
    text-align: center;
}
.message-nav .message-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: .15em;
}
.message-nav .message-detail {
    line-height: 2;
    letter-spacing: .1em;
    padding-bottom: 100px;
}
.message-nav .message-icon {
    margin: 0 auto 35px auto;
}


#index-section-news .section-title {
    margin-top: 0;
    margin-bottom: 55px;
}
#index-section-news {
    background: url(../img/index/news-wrap-bkg.jpg) top center no-repeat;
    background-color: #f8f8f8;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.news-nav {
    width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.news-nav li {
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    cursor: pointer;
    margin: 0 20px;
}
.news-nav .special-center {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
    background-color: #2348aa;
    display: none;
}
.news-nav .special-center .special-center-title {
    font-size: 26px;
    letter-spacing: .1em;
    margin-bottom: 30px;
}
.news-nav .special-center .special-center-detail {
    line-height: 2;
    letter-spacing: .05em;
    font-size: 16px;
    margin-bottom: 140px;
}
.news-nav .special-center #special-center-more {
    margin-right: 222px;
}
.news-nav .news-title {
    max-width: 370px;
    height: 75px;
    background-color: #fff;
    color: #929698;
    font-size: 16px;
    padding: 20px 10px 0 10px;
}
.swiper-container-news {
    margin-bottom: 100px;
}
.swiper-container-wrap {
    position: relative;
}
.swiper-slide {
    padding: 20px;
}
.fale-swp-arraw {
    position: absolute;
    z-index: 999;
    width: 64px;
    cursor: pointer;
}
.fake-swiper-button-next {
    top: 50%;
    margin-top: -32px;
    right: -35px;
}
.fake-swiper-button-prev {
    top: 50%;
    margin-top: -32px;
    left: -35px;
}








h1.banner-top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 120px;
    margin: 0 auto;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    text-align: center;
    letter-spacing: .1em;
}
h1.banner-top-title p {
    font-weight: 400;
    font-size: 18px;
    margin: 20px auto 0 auto;
    font-style: italic;
    text-align: center;
}
#section-about-intro .safety-zone {
    display: flex;
    padding: 100px 0;
}
.section-about-intro-left {
    flex:1;
}
.section-about-intro-title {
    color: #2d2d2d;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: .1em;
    margin-bottom: 25px;
}
.section-about-intro-detail {
    color: #6d7276;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .1em;
}
#section-about-culture {
    height: 400px;
    background: url(../img/about/culture-bkg.jpg) top center no-repeat;
    background-size: 100% 100%;
}
#section-about-culture-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    margin: 0 auto;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: .1em;
}
#section-about-culture-strong {
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: .1em;
}
#section-about-culture-detail {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .1em;
}
#section-about-info h2.section-title {
    margin-bottom: 40px;
}
#section-about-info-list {
    width: 860px;
    margin: 0 auto;
    border-top: 1px solid #eeeeee;
}
#section-about-info-list li {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
#section-about-info-list li .date {
    color: #6d7276;
}
#section-about-info-list li .title {
    margin-top: 20px;
    font-size: 16px;
    color: #2d2d2d;
    letter-spacing: .1em;
}
#section-about-info-list li .goto-detail {
    position: absolute;
    right: 20px;
    top: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #6d7276;
    transition: all .2s ease-in-out;
}
#section-about-info-list li .goto-detail:hover {
    color: #2348aa;
}
#section-about-info .goto-more {
    display: block;
    width: 100px;
    margin: 40px auto 100px auto;
    text-align: center;
    color: #2348aa;
    font-size: 16px;
}






.tech-list-nav {
    padding-top: 110px;
}
.tech-list-nav li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.tech-list-banner {
    width: 460px;
}
.tl-right {
    flex: 1;
    padding-top: 20px;
    padding-left: 100px;
}
.tl-title {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tl-detail {
    color: #6d7276;
    line-height: 2;
}
.tl-link {
    display: block;
    width: 140px;
    padding: 11px 24px;
    margin-top: 60px;
}
.tech-pagination-wrap {
    text-align: center;
    margin-bottom: 110px;
}
a.tech-pagination {
    font-size: 18px;
    color: #2348aa;
    display: inline-block;
}
a.tech-pagination.prev {
    margin-right: 80px;
}








#mw-product .btn-use {
    display: block;
    width: 160px;
    letter-spacing: .1em;
    margin-top: 60px;
    margin-left: 40px;
}
#product-section-center h2.section-title {
    margin-bottom: 50px;
}
.center-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}
.center-list li {
    flex:1;
    background: url(../img/product/center-bkg.png) top center no-repeat;
    background-size: 100% auto;
    padding-bottom: 80px;
}
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
.center-list .center-icon {
    display: block;
    margin: 70px auto 5px auto;
    font-size: 126px;
}
.center-list .center-title {
    font-weight: 600;
    font-size: 20px;
    color: #2d2d2d;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: .1em;
}
.center-list .center-detail {
    position: relative;
    text-align: left;
    color: #6d7276;
    line-height: 2;
    letter-spacing: .1em;
}
.center-list .center-detail .point {
    display: inline-block;
    font-size: 30px;
    color: #6d7276;
    position: absolute;
}
.center-list li:nth-child(1) .center-detail {
    padding-left: 110px;
}
.center-list li:nth-child(1) .center-detail .point {
    top: -17px;
    left: 82px;
}
.center-list li:nth-child(2) .center-detail {
    padding-left: 135px;
}
.center-list li:nth-child(2) .center-detail .point {
    top: -16px;
    left: 108px;
}
.center-list li:nth-child(3) .center-detail {
    padding-left: 135px;
}
.center-list li:nth-child(3) .center-detail .point {
    top: -16px;
    left: 108px;
}
#product-section-advantage {
    background: url(../img/product/advantage-bkg.jpg) top center no-repeat;
    background-color: #121e48;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
}
#product-section-advantage .section-title {
    color: #fff;
    margin-top: 0;
}
.advantage-nav {
    margin: 70px auto 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.advantage-nav li {
    flex: 0 0 25%;
    text-align: center;
}
.advantage-nav .advantage-title {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: .15em;
}
.advantage-nav .advantage-detail {
    line-height: 2;
    letter-spacing: .1em;
    padding-bottom: 100px;
}
.advantage-nav .advantage-icon {
    font-size: 114px;
    margin: 0 auto 35px auto;
}
#product-section-customer {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}
#product-section-customer .section-title {
    margin-top: 0;
}
#product-section-customer #customer-img {
    display: block;
    margin: 0 auto;
}
#product-section-customer .btn-send {
    display: block;
    width: 160px;
    letter-spacing: .1em;
    margin: 60px auto 0 auto;
}







#mw-login {
    width: 100%;
    height: 100%;
}
.login-wrap-for-center {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../img/login/bkg.jpg) #fff top center no-repeat;
    background-size: 100% 100%;
    padding-top: 55px;
}
#login-wrap {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
#login-form {
    flex: 1;
    height: 420px;
    margin-left: 115px;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 5px;
}
#login-logo {
    margin: 30px auto;
}
.form-item-wrap {
    position: relative;
    padding: 0 31px;
    margin: 10px 0;
}
.form-item-label {
    display: inline-block;
    width: 100px;
    margin-right: 15px;
    color: #454545;
    text-align: right;
    cursor: pointer;
}
.form-item {
    display: inline-block;
    width: 340px;
    padding: 16px;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-family: 'helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
#code-zone {
    position: absolute;
    right: 45px;
    top: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #2429ab;
}
#login-submit {
    display: block;
    width: 340px;
    margin: 40px auto 20px auto;
    letter-spacing: .1em;
}
#login-link-wrap {
    display: flex;
    padding: 0 35px;
    justify-content: space-between;
}
#login-register {
    color: #2429ab;
}
#login-forget {
    color: #a9a9a9;
}




#mw-register {
    width: 100%;
    height: 100%;
}
.register-wrap-for-center {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#register-wrap {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    padding-top: 55px;
}
#register-form {
    flex: 1;
}
#register-logo {
    margin: 30px 0 30px 180px;
}
#register-submit {
    display: block;
    width: 340px;
    margin: 40px 0 0 150px;
    letter-spacing: .1em;
}
.btn-check {
    position: absolute;
    top: 8px;
    right: 63px;
    display: block;
    margin: 0;
    padding: 6px 14px;
    touch-action: manipulation;
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.5;
    letter-spacing: .15em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #1b8550;
}












#document-wrap {
    display: flex;
    padding-top: 110px;
    padding-bottom: 110px;
}
#document-nav {
    width: 205px;
}
#document-nav > li {
    color: #2d2d2d;
    cursor: pointer;
}
#document-nav > li > p {
    position: relative;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
}
#document-nav > li > p:hover {
    color: #2348aa;
}
#document-nav > li > p .document-nav-arrow {
    position: absolute;
    top: 19px;
    right: 20px;
    font-size: 12px;
    transition: all .2s ease-in-out;
}
#document-nav > li > p .document-nav-arrow.active {
    transform: rotate3d(0,0,1,90deg);
}
/*#document-nav > li.active > p {
    color: #2348aa;
}*/
.child-nav {
    padding-top: 12px;
    padding-bottom: 12px;
}
.child-nav > li {
    padding: 12px 0 12px 40px;
    color: #6d7276;
    transition: all .2s ease-in-out;
}
.child-nav > li:hover {
    color: #2348aa;
}
/*.child-nav > li.active {
    color: #2348aa;
}*/
.document-content {
    flex: 1;
    padding-left: 60px;
}
h1.document-route {
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 500;
    margin: 0;
    padding: 7px 0;
}
.document-li {
    display: none;
}
.document-li.active {
    display: block;
}
.language {
    font-size: 20px;
    color: #2348aa;
    font-weight: 500;
    display: block;
    margin: 20px 0 20px 30px;
    padding: 0;
}
.document-detail-title {
    display: block;
    background-color: #f5f5f5;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 500;
    padding: 20px;
}
.document-detail-content {
    font-size: 14px;
    color: #6d7276;
    font-weight: 400;
    padding: 20px 0 30px 20px;
}
.document-table {
    width: 94%;
    margin: 10px auto;
    border: none;
    border-collapse: collapse;
}
.document-table th{
    border-bottom: 1px solid #eeeeee;
}
.document-table tr{
    border-bottom: 1px solid #eeeeee;
}
.document-table tr:last-child {
    border-bottom: none;
}
.document-table th,
.document-table td {
    padding: 20px 0;
    text-align: center;
}
.api-json {
    line-height: 2;
}

#siteseal {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 15px;
}