﻿/**
 * Created by likun on 19/8/8.
 */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    font-family: "Microsoft Yahei","Hiragino Sans GB",  arial, \5b8b\4f53, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

body {
    font-size: 16px;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

img {
    display: inline-block;
}

address, caption, cite, code, dfn, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    text-decoration: none;
}

* {
    font-family: "Hiragino Sans GB", "Microsoft Yahei", arial, \5b8b\4f53, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #333;
}

::-webkit-scrollbar-corner {
    background-color: #333;
}

::-webkit-scrollbar-thumb {
    border: solid 2px #fff;
    width: 5px;
    border-radius: 4px;
    background-color: #fff;
}

button {
    cursor: pointer;
    outline: none;

}

.main-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    display: block;
}

.section-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    background: #FFF;
    padding: 0;
    overflow: hidden;
}

.main-container:before, .main-container:after, .section-item:before, .section-item:after,.lk-nav:before,.lk-nav:after {
    display: table;
    content: " ";
    clear: both;
}

.lk-nav {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 64px;
    opacity: 1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lk-nav:hover{
    background: #0a1e39;
}
.lk-nav.show-bg{
    background: #0a1e39;
}
.lk-nav.show{}
.lk-nav.hide{
    opacity: 0;
}
@media screen and (max-width: 1024px){
    .lk-nav {
        background: #0a1e39;
    }
}
.lk-nav-ul{
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}
.lk-nav-ul:before,.lk-nav-ul:after{
    display: table;
    content: " ";
    clear: both;
}
.lk-nav-ul li{
    display: block;
    float: left;

}
.lk-nav-ul a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 64px;
    height: 64px;
    opacity: .65;
    padding: 0 15px;
}
.lk-nav-ul a:hover{
    color: #3e75ff!important;
    background: #08182d;
}
.lk-nav-ul .active a{
    opacity: 1;
}
.lk-nav-ul a:hover{
    opacity: 1;
}


.lk-nav-logo-box{
    display: block;
    float: left;
    color: #FFF;
    font-size: 22px;
    line-height: 64px;
    margin-right: 60px;
}
@media screen and (max-width: 1024px){
    .lk-nav-logo-box {
        margin-right: 50px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 800px){
    .lk-nav-logo-box{
        margin-right: 40px;
        margin-left: 20px;
    }
}
.lk-nav-right-phone{
    color: #FFF;
    font-size: 22px;
    float: right;
    line-height: 64px;
}
@media screen and (max-width: 1024px){
    .lk-nav-right-phone{
        display: none;
    }
}
.lk-nav-right-button{
    float: right;
    line-height: 64px;
    margin-right: 30px;
}
.lk-nav-right-button button{
    display: inline-block;
    background-image: linear-gradient(90deg,#4bf5ff,#2f6aff);
    border: none;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
}
.lk-nav-right-button button:hover{
    background-image: linear-gradient(90deg,#2f6aff,#4bf5ff);
}
@media screen and (max-width: 800px){
    .lk-nav-right-button{
        display: none;
    }
}
.lk-button-primary{
    display: inline-block;
    background-image: linear-gradient(90deg,#4bf5ff,#2f6aff);
    border: none;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
}
.lk-button-primary:hover{
    background-image: linear-gradient(90deg,#2f6aff,#4bf5ff);
}
.lk-nav-phone-box{
    display: none;
}

.mzk-navline-box {
    position: relative;
    display: none;
    float: right;
    width: 38px;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 19910216;
}

.mzk-navline-bar {
    display: block;
    width: 100%;
    opacity: 1;
    height: 2px;
    margin: auto;
    margin-top: 8px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 760px){
    .lk-nav{
        height: 50px;
    }
    .lk-nav-logo-box{
        line-height: 50px;
    }
    .lk-nav-ul{
        display: none;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .lk-nav-ul.active{
        display: block;
        position: absolute;
        top: 50px;
        z-index: 19910215;
        height: auto;
        width: 100%;
    }
    .lk-nav-ul.active li{
        display: block;
        width: 100%;
        background: #0b2446;
        border-bottom: 1px solid #0a1e39;
    }
    .lk-nav-ul.active a{
        line-height: 40px;
        height: 40px;
    }
    .lk-nav-phone-box{
        display: block;
    }
    .mzk-navline-box{
        display: block;
    }
    .mzk-navline-bar {
        height: 2px;
        margin-top: 6px;
        width: 80%;
        background: #fff;
    }
}
.section-title{
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #222;
    line-height: 46px;
    margin: auto;
    display: block;
    text-align: center;
    padding: 30px ;
    margin-top: 20px;
}
.section-description{
    font-family: PingFangSC-Regular;
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    text-align: center;
}

.page-title-container{
    display: block;
    text-align: center;
    padding: 30px;
    margin-top: 20px;
}


@media screen and (max-width: 760px){
    .section-title{
        font-size: 18px;
        line-height: 36px;
        padding: 10px;
        margin-top:0;
    }
    .section-description{
        font-size: 13px;
        line-height: 14px;
    }
    .page-title-container{
        padding: 10px;
        margin-top: 10px;
    }
}
.page-title-container p{
    display: block;
    color: #999;
    margin-top: 10px;
}
.page-title-container button{
    margin-top: 20px;
}

.footer-feedback-form {
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media screen and (max-width: 760px){
    .footer-feedback-form{
        margin-bottom: 20px;
    }
}

.register-button {
    width: 125px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    -moz-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    outline: 0;
    color: #fff;
    border: 1px solid #076bf2;
    background-color: #076bf2;
    margin: 30px 0 20px;
    width: 240px;
}

.submit-button {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    -moz-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    outline: 0;
    color: #fff;
    border: none;
    background-image: linear-gradient(90deg,#4bf5ff,#2f6aff);
    margin: 30px 0 20px;
    border-radius: 50px;
    width: 280px;
}

@media screen and (max-width: 760px){
    .submit-button{
        height: 40px;
        line-height: 40px;
        margin: 10px 0 0px;
        width: 200px;
    }
}
.submit-button:hover{
    background-image: linear-gradient(90deg,#2f6aff,#4bf5ff);
}
.footer-feedback-form-box{
    box-sizing: border-box;
    display: block;
    width: 380px;
    margin: auto;
    position: relative;
    padding: 10px 0;
}

@media screen and (max-width: 760px){
    .footer-feedback-form-box{
        width: 300px;
    }
}
.footer-feedback-form-box:before,.footer-feedback-form-box:after{
    display: table;
    content: " ";
    clear: both;
}
.footer-feedback-form-box .footer-feedback-title{
    display: block;
    float: left;
    width: 25%;
    text-align: right;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 10px ;
}
.footer-feedback-form-box .footer-feedback-input{
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.footer-feedback-input input{
    display: block;
    outline: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    border-radius: 46px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

@media screen and (max-width: 760px){
    .footer-feedback-input input{
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
    }
}
.footer-feedback-input input:focus{

    border: 1px solid #3e75ff;
}

.common-footer {
    display: block;
    background: #0a1e39;
    color: #ffffff;
    position: relative;
    width: 100%;
}

.common-footer-company-info {
    background: #111111;
    display: block;
    width: 100%;
    opacity: 0.35;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    padding: 22px 0;
    font-size: 12px
}

.common-footer-nav {

    display: block;
    font-family: PingFangSC-Regular;
    padding: 80px 0 30px 0;
}
@media screen and (max-width: 760px){
    .common-footer-company-info{
        padding: 12px 0;
    }
    .common-footer-nav{
        padding: 30px 0 20px 0;
    }
}
.common-footer-nav-logo-box {
    display: block;
    width: 20%;
    float: left;
}

.common-footer-nav-ul-box {
    display: block;
    float: left;
    width: 60%;

}
.common-footer-nav-ul-box a{
    color: #FFF;
}


@media screen and (max-width: 1024px){
    .common-footer-nav-logo-box{
        display: none;
    }
    .common-footer-nav-ul-box {
        display: block;
        width: 65%;
        float: none;
        margin: auto;
    }
}

@media screen and (max-width: 800px){
    .common-footer-nav-ul-box {
        width: 100%;
        padding-left: 15%;
    }

}
.common-footer-nav-ul-box ul{
    display: block;
    float: left;
    color: #FFF;
    padding: 0px 30px;
    font-size: 14px;
}
.common-footer-nav-ul-box h5{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.common-footer-nav-ul-box ul li{
    opacity: 0.65;
    line-height: 35px;
    font-size: 12px;
}
@media screen and (max-width: 760px){
    .common-footer-nav-ul-box ul{
        padding: 0px 15px;
    }
    .common-footer-nav-ul-box h5{
        margin-bottom: 5px;
    }
    .common-footer-nav-ul-box ul li{
        font-size: 12px;
        line-height: 25px;
    }
}
.button-call-number {
    font-size: 32px;
    font-family: AlteDIN;
    color: #2f6aff;
    line-height: 44px;
    position: relative;
    left: 0;
    top: 2px;
    letter-spacing: -1px;
}

.button-call-info {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    margin-top: 40px;
}


@media screen and (max-width: 760px){
    .button-call-info{
        margin-top: 20px;
        font-size: 14px;
    }
    .button-call-number {
        font-size: 25px;
    }
    .footer-company-info {
        display: none;
    }
    .footer-nav-ul-sy{
        display: none!important;
    }
    .footer-nav-ul-plan{
        display: none!important;
    }
}
.call-us-section {
    background: #fafafa;
}
.common-footer-cl {
    margin-top: 60px;
}
.common-footer-cl:before,.common-footer-cl:after{
    display: table;
    clear: both;
    content: " ";
}
.common-footer-cl li{
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    font-size: 20px;
    width: 33.33%;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    height: 50px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
}
.common-footer-cl li+li{
    border-left: 0;
}
.common-footer-cl li.active{
    background: #536fce;
    color: #FFFFFF;
}
.common-footer-cl li.active span:before{
    position: absolute;
    top: 100%;
    left: 50%;
    border-color: #536fce transparent transparent;
    border-width: 15px 15px 0 15px;
    margin-left: -15px;
    border-style: solid;
    content: ' ';
}
.common-footer-cl-box{
    margin-bottom: 60px;
}

.common-footer-cl-ul1{
    margin-top: 35px;
    display: none;
}
.common-footer-cl-ul1.show{
    display: block;
}
.common-footer-cl-ul1:before,.common-footer-cl-ul1:after{
    display: table;
    clear: both;
    content: " ";
}

.common-footer-cl-ul1 li{
    display: block;
    float: left;
    width: 24%;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    margin-right: 1%;
    padding: 20px;
}

.common-footer-cl-ul1 li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.common-footer-cl-ul1 li span:nth-child(1){
    display: block;
    width: 20%;
    float: left;
}
.common-footer-cl-ul1 li span:nth-child(2){
    display: block;
    float: left;
    width: 80%;
}
.common-footer-cl-ul1 li img{
    margin-top: 10px;
}
.common-footer-cl-ul1 li b{
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.common-footer-cl-ul1 li p{
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1024px){
    .common-footer-cl-ul1 li{
        display: block;
        float: left;
        width: 49%;
        border: 1px solid #EEEEEE;
        box-sizing: border-box;
        margin-right: 1%;
        padding: 20px;
        margin-bottom: 1%;
    }
    .common-footer-cl-ul1 li:nth-child(2){
        margin-right: 0;
    }
    .common-footer-cl-ul1 li:nth-child(4){
        margin-right: 0;
    }
    .common-footer-cl-ul1 li:nth-child(1){
        margin-left: 1%;
    }
    .common-footer-cl-ul1 li:nth-child(3){
        margin-left: 1%;
    }

}
@media screen and (max-width: 760px){
    .common-footer-cl {
        margin-top: 40px;
    }
    .common-footer-cl-ul1 li span:nth-child(1){
        display: block;
        width: 25%;
        float: left;
    }
    .common-footer-cl-ul1 li img {
        margin-top: 8px;
        width: 70%;
    }
    .common-footer-cl-ul1 {
        margin-top: 20px;
    }
    .common-footer-cl-ul1 li span:nth-child(2){
        display: block;
        float: left;
        width: 75%;
    }
    .common-footer-cl li {

        font-size: 16px;

    }

    .common-footer-cl-ul1 li b {
        line-height: 30px;
        font-size: 14px;
    }
    .common-footer-cl-box{
        margin-bottom: 40px;
    }
    .common-footer-cl-ul1 li{
        overflow: hidden;
        padding: 10px;
    }
}
