body{
    font-family: sans-serif, pingfang, noto;
    font-size: 12px;
    line-height: 1.5;
    color: #073366;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding-top: 90px;
}
.app{
    /*max-width: 1024px;*/
    margin: 0 auto;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #073366;
    height: 90px;
    line-height: 90px;
    z-index: 999;
}
.header-back{
    display: inline-block;
    color: white;
    font-size: 14px;
    padding-left: 16px;
}
.back-img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.logo{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 183px;
    height: 44px;
    margin-left: 32px;
    cursor: pointer;
}
.logo img{
    position: relative;
    width: 100%;
    height: 100%;
    top: -8px;
}
.header-text{
    display: none;
}
.header-links-wrap{
    position: fixed;
    top: 0;
    left: 270px;
    right: 0;
    height: 90px;
    line-height: 90px;
    z-index: 999;
}
.header-links-logo{
    display: none;
}
.header-links{
    display: inline-block;
    font-size: 18px;
}
.header-link{
    display: inline-block;
    color: white;
    text-decoration: none;
    margin-right: 28px;
    font-weight: bold;
    cursor: pointer;
}
.header-link:hover{
    color: #e5e5e5;
}
.header-link:visited{
    color: white;
}
.header-link-index{
    display: none;
}
.sys-links{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
}
.sys-link{
    display: inline-block;
    line-height: 20px;
    color: white;
    text-decoration: none;
    padding: 0 10px;
}
.sys-link:hover{
    color: #e5e5e5;
}
.sys-link:visited{
    color: white;
}
.sys-link img, .sys-link object{
    width: 24px;
    height: auto;
}
.header-menu{
    display: none;
}
.brief-desc{
    position: relative;
    font-weight: bold;
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
}
.brief-desc-content{
    max-width: 1024px;
    margin: 0 auto;
}
.global-map{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*max-width: 100%;*/
    max-height: 100%;
    z-index: -1;
}
.brief-desc-title{
    text-align: center;
    font-size: 28px;
}
.brief-item{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 40px 20px;
    line-height: 2.6;
    font-size: 14px;
}
.brief-companies{
    margin-left: 10%;
    margin-right: 10%;
    height: 46px;
    overflow: hidden;
    position: relative;
}
.brief-companies img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    /*width: 100%;*/
}
.brief-companies-logo-wrap{
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}
.brief-companies-image-mobile{
    display: none;
}
.contact-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: #073366;
    text-align: center;
    z-index: 999;
}
.contact-bar-enter-active, .contact-bar-leave-active {
    transition: .4s;
}
.contact-bar-enter, .contact-bar-leave-to{
    opacity: 0;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
}
/* animate end */
.contact-btn{
    display: inline-block;
    height: 36px;
    line-height: 35px;
    width: 200px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 18px;
    text-align: center;
    color: white;
    cursor: pointer;
    margin: 0 20px;
}
.contact-btn:hover{
    color: #e5e5e5;
}

.products, .services{
    background: #f3f3f3;
    padding: 40px 0;
    text-align: center;
    font-weight: bold;
}
.companies{
    background: #f3f3f3;
    padding: 30px 0 70px 0;
    text-align: center;
    font-weight: bold;
}
.products-title, .services-title, .companies-title{
    font-size: 28px;
}
.product-line, .service-line{
    margin-top: 10px;
}
.product{
    display: inline-block;
    width: 280px;
    margin: 20px 30px 0 30px;
}
.service{
    display: inline-block;
    width: 280px;
    margin: 30px 30px 0 30px;
}
.product img{
    height: 100px;
    width: auto;
}
.product-title, .service-title{
    font-size: 20px;
    margin-top: 10px;
}
.product-desc, .service-desc{
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    height: 100px;
    margin: 10px 0;
    color: #000000;
    font-weight: normal;
}
.product-detail-btn, .service-detail-btn{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 32px;
    border-radius: 18px;
    background: #296EBD;
    font-size: 18px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}
.product-detail-btn:hover, .service-detail-btn:hover{
    color: #e5e5e5;
}

.services{
    background: #E4F3FF;
}
.service{
    width: 280px;
}
.service-desc{
    height: 60px;
    color: #000000;
}

.companies{
    background: white;
}
.companies img{
    max-width: 100%;
    max-height: 342px;
}
.companies0, .companies1{
    padding: 0 20px;
}
.companies0{
    margin-top: 30px;
}
.companies1{
    margin-top: 30px;
}
.companies-gap-line{
    display: inline-block;
    height: 1px;
    background: #979797;
    width: 780px;
    max-width: 100%;
    margin: 20px 0;
}
.company-contact-btn{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding: 0 28px;
    border-radius: 18px;
    background: #296EBD;
    color: white;
    margin-top: 80px;
}
.company-contact-btn:hover{
    cursor: pointer;
    color: #e5e5e5;
}
.company1-contact-btn{
    margin-top: 50px;
}
.about{
    position: relative;
    padding: 50px 0 100px 0;
    text-align: center;
    /*background: lightblue;*/
    font-weight: bold;
}
.about-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.about-bg img{
    position: absolute;
    top: 0;
    left: 50%;
    /*width: 100%;*/
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.about-title{
    font-size: 28px;
}
.about-detail{
    width: 700px;
    max-width: 80%;
    margin: 30px auto 0 auto;
    font-size: 14px;
    text-align: left;
    white-space: pre-line;
    line-height: 2.5;
    color: #000000;
    font-weight: normal;
}
.contact, .whitepaper-form-container{
    padding: 40px 0;
    background: #073366;
    color: white;
    text-align: center;
}
.contact-title, .whitepaper-title{
    font-size: 28px;
}
.whitepaper-form-title{
    font-size: 14px;
}
.contact-gap{
    height: 30px;
}
.whitepaper-gap{
    height: 20px;
}
.contact-form, .contact-method{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 38%;
    max-width: 350px;
    margin: 0 40px;
}
.whitepaper-form{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 95%;
    max-width: 350px;
    margin: 0 40px;
}
.contact-form, .whitepaper-form{
    padding-left: 60px;
    box-sizing: border-box;
}
.whitepaper-form{
    padding-left: 0;
}
.contact-input, .contact-textarea, .whitepaper-input{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 12px;
    box-sizing: border-box;
}
.contact-form-btn, .whitepaper-form-btn{
    font-size: 18px;
    line-height: 1;
    padding: 8px 80px;
    border-radius: 18px;
    border: 1px solid white;
    background: transparent;
    color: white;
    cursor: pointer;
}
.contact-form-btn:hover, .whitepaper-form-btn:hover{
    color: #e5e5e5;
}
.contact-method{
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
}
.contact-method-title{
    padding: 0 0 5px 0;
    font-weight: bold;
}
.contact-method-line{
    line-height: 1.8;
}
.whitepaper-checkbox-line{
    margin-bottom: 20px;
}
.contact-map{
    display: inline-block;
    width: 200px;
    height: 70px;
    background: white;
    overflow: hidden;
    margin-bottom: 5px;
    color: black;
    cursor: pointer;
}
.contact-map img{
    height: 100%;
    width: auto;
}
.contact-barcode-wrap{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
}
.contact-barcode-text{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
}
.contact-barcode{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}
.contact-barcode img{
    width: 100%;
    height: auto;
}

/*.app-scheme .contact{
    background: #A8D0EF;
    color: black;
}
.app-scheme .contact-title{
    color: #073366;
}
.app-scheme .triangle-white{
    border-top: 20px solid #073366;
}
.app-scheme .contact-form-btn{
    background: #073366;
    border-color: #073366;
}*/

/* scheme */
.scheme{
    text-align: center;
    padding: 0 150px;
    max-width: 720px;
    margin: 0 auto;
}
.scheme-title{
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
}
.scheme-desc{
    width: 100%;
    margin: 10px auto;
    font-size: 18px;
    color: #4A4A4A;
    text-align: left;
    line-height: 1.8;
    white-space: pre-line;
}
.scheme-content{
    text-align: left;
}
.scheme-sub-title{
    display: inline-block;
    font-size: 18px;
    padding: 5px;
    background: #073366;
    color: white;
    line-height: 1;
    margin-bottom: 10px;
}
.scheme-sub-desc{
    font-size: 18px;
    color: #4A4A4A;
}
.scheme-links{
    display: none;
    padding: 30px 0 0 0;
    text-align: center;
}
.scheme-link{
    display: inline-block;
    padding: 8px 40px;
    line-height: 1;
    border-radius: 20px;
    color: white;
    background: #7BAEEA;
    font-size: 18px;
    margin: 0 10px;
    text-decoration: none;
    cursor: pointer;
}
.scheme-link:hover{
    color: #e5e5e5;
}
.scheme-hr{
    height: 1px;
    background: #C4C4C4;
    margin: 20px 0;
}
.scheme-img-wrap{
    text-align: center;
}
.scheme-img-wrap img{
    width: 90%;
    height: auto;
}
.scheme-solutions{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
}
.scheme-solution{
    display: inline-block;
    vertical-align: top;
    width: 310px;
    margin: 0 20px;
    font-size: 17px;
}
.scheme-solution-title{
    display: inline-block;
    font-size: 18px;
    padding: 5px;
    background: #073366;
    color: white;
    line-height: 1;
    margin-bottom: 20px;
}
.scheme-solution-desc{
    text-align: left;
    color: #4A4A4A;
    line-height: 1.8;
    height: 150px;
}
.product-scheme .scheme-solution-desc{
    height: 60px;
    text-align: center;
    font-size: 16px;
}
.scheme-more-solution{
    text-align: center;
}
.scheme-more-solution-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.scheme-more-solution-item-wrap{
    text-align: center;
    padding-bottom: 20px;
}
.scheme-more-solution-item{
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    text-align: center;
}
.scheme-more-solution-item-icon{
    position: relative;
    width: 160px;
    height: 90px;
    border-radius: 4px;
    /*background: #A3D5FC;*/
    cursor: pointer;
}
.scheme-more-solution-item-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 40px;
    height: auto;
}
.scheme-more-solution-item-title{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    cursor: pointer;
}
.scheme-more-solution-item:hover .scheme-more-solution-item-title{
    color: #073320;
}
.whitepaper-form-image{
    display: inline-block;
    vertical-align: top;
    height: 224px;
    width: 350px;
    text-align: center;
    margin-top: 40px;
}
.whitepaper-form-image img{
    height: 100%;
    width: auto;
}
.whitepaper-form-wrap{
    display: inline-block;
}
.whitepaper, .case{
    text-align: center;
}
.whitepaper-title, .case-title{
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
}
.whitepaper-content, .case-content{
    margin: 30px 0 40px 0;
}
.whitepaper-image, .case-image{
    display: inline-block;
    vertical-align: top;
    width: 183px;
    /*margin-right: 40px;*/
}
.whitepaper-image{
    display: none;
}
.case-image{
    width: 400px;
    padding-top: 50px;
}
.whitepaper-image img, .case-image img{
    width: 100%;
    height: auto;
}
.whitepaper-text, .case-text{
    display: inline-block;
    vertical-align: top;
    width: 340px;
    max-width: 95%;
    text-align: left;
    padding-top: 20px;
}
.case-text{
    width: 375px;
    padding-top: 0;
}
.whitepaper-text-title{
    text-align: center;
    color: #073366;
    font-size: 20px;
    font-weight: bold;
}
.whitepaper-text-detail, .case-text-detail{
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}
.partner{
    margin: 0 auto;
    width: 90%;
    max-width: 720px;
    text-align: center;
}
.partner-content{
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-top: 40px;
}
.partner-image{
    display: inline-block;
}
.partner-image img{
    width: 100%;
    height: auto;
}
.partner-text{
    text-align: left;
    padding: 20px 0 40px 0;
}

.breadcrumb-line{
    padding: 10px 40px;
    text-align: left;
    color: #4A4A4A;
    font-size: 18px;
}
.breadcrumb-link{
    cursor: pointer;
}
.breadcrumb-link:hover{
    color: #000;
    text-decoration: underline;
}
.footer{
    position: relative;
    padding: 27px 0 50px 0;
    text-align: center;
}
.footer-item{
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    width: 182px;
    text-align: left;
    font-size: 14px;
    color: #4a4a4a;
}
.footer-item-middle{
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
}
.footer-item-title{
    margin-bottom: 15px;
}
.icp-text{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #073366;
    font-size: 12px;
}
.message-container{
    position: fixed;
    top: 200px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    background: white;
    border: 1px solid #dddee1;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(55,55,55,.3);
}
.message-success{
    color: #19be6b;
}
.message-fail{
    color: #ed3f14;
}
.message-enter-active, .message-leave-active {
    transition: .4s;
}
.message-enter, .message-leave-to{
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
    -moz-transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
}

/* animate */
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes loop{
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}
@keyframes loop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}
.loop{
    -webkit-animation: loop 50s infinite linear;
    animation: loop 50s infinite linear;
}
.link_e{
	position: fixed;
	right: 20px;
    top: 20px;
    z-index: 1000;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    cursor:pointer;
}
.link_e_m{
	color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: none;
}
.link_hide{
	position: fixed;
    right: 20px;
    top: 42px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #949393;
    display: none;
    width: 75px;
    text-align: center;
    padding:8px 5px;
}
.link_hide a{
	font-size: 14px;
	color: #073366;
	text-decoration: none;
}
