﻿body { color: #555; font-family: "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", 'Microsoft YaHei', 'Lucida Grande', Arial }
body.os-mobile { overflow-x: hidden }
body.disable-scroll { height: 100%; overflow: hidden }
a { color: #0798DD; transition: all .6s }
a:hover { color: #000 }
img { max-width: 100% }
header.navbar { height: 70px; margin-bottom: 0; background: #F7F7F7; -webkit-transition: background-color .5s linear; transition: background-color .5s linear; border-bottom: 1px #CCC solid }
.os-mobile header.navbar { height: 60px }
header.navbar-bg { background: rgba(0, 0, 0, .7); border-bottom: 0 }
.navbar-logo a, .navbar-logo a:hover, .navbar-logo a:visited { color: #000 }
#mainnav a { color: #0798DD }
#mainnav a:hover { color: #000 }
#mainnav .btn-getstart, #mainnav .btn-getstart:active, #mainnav .btn-getstart.active, #mainnav .btn-getstart:visited { margin-right: 10px; background: #0798DD; color: #FFF }
#mainnav .btn-getstart:hover, #mainnav .btn-getstart.hover { background: #83D8FF; color: #FFF }
#mainnav .navbar-nav { padding-top: 2px }
#mainnav .navbar-nav>li>a { padding-top: 8px; padding-bottom: 8px; border-radius: 5px }
header.navbar-bg .navbar-logo a, header.navbar-bg .navbar-logo a:hover, header.navbar-bg .navbar-logo a:visited { color: #FFF }
header.navbar-bg #mainnav a { color: #FFF }
header.navbar-bg #mainnav a:hover { color: #000 }
.navbar>.container .navbar-logo .navbar-brand { margin-left: 0 }
.navbar-logo .navbar-brand { width: 130px; height: 50px; margin-top: 10px; background: #CCC; text-indent: 45px; font-size: 3.5rem; font-weight: 400; text-indent: -999px; overflow: hidden; background-color: transparent; background-size: auto 100%; background-repeat: no-repeat; background-position: 0 50%; background-image: url(../images/logo-full-black_7145e58.png) }
.navbar-bg .navbar-logo .navbar-brand { background-image: url(../images/logo-full-white_4a44e48.png) }
.navbar .navbar-nav { margin-top: 13px }
.os-mobile .navbar-logo .navbar-brand { height: 45px; margin-top: 8px }
.footer { font-size: 12px; border-top: 1px solid #EAEAEA; padding: 30px 0 10px; color: #999 }
.footer-link span { margin: 0 3px }
.footer a { color: #999 }
.footer a:hover { color: #000 }
#carousel { position: relative; width: 100%; margin-bottom: 20px; overflow: hidden; }
.carousel-fade .carousel-inner .item { -webkit-transition-property: opacity; transition-property: opacity }
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { opacity: 0 }
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.carousel-fade .carousel-control { z-index: 2 }
html, body { height: 100% }
.carousel { min-height: 600px }
.carousel-inner .item { background: url(../images/gongju.jpg) no-repeat center; height: 640px; }
.carousel-wave { position: absolute; bottom: 0; height: 100px; background: url(../images/wave1.png) repeat-x; _background: url(../images/wave1_2.png) repeat-x; background-size: auto 100%; width: 400%; left: -300px; z-index: 99; animation: wave_up 25s linear .4s infinite normal; -moz-animation: wave_up 25s linear .4s infinite normal; -webkit-animation: wave_up 25s linear .4s infinite normal; -o-animation: wave_up 25s linear .4s infinite normal }
.carousel-wave2 { position: absolute; bottom: 0; height: 100px; background: url(../images/wave2.png) repeat-x; _background: 0 0; background-size: auto 100%; position: absolute; width: 400%; left: 0; z-index: 98; animation: wave_down 60s linear .4s infinite normal; -moz-animation: wave_down 60s linear .4s infinite normal; -webkit-animation: wave_down 60s linear .4s infinite normal; -o-animation: wave_down 60s linear .4s infinite normal }
@-webkit-keyframes wave_up {
from {
left:-236px
}
to {
left:-1233px
}
}
@-moz-keyframes wave_up {
from {
left:-236px
}
to {
left:-1233px
}
}
@-o-keyframes wave_up {
from {
left:-236px
}
to {
left:-1233px
}
}
@keyframes wave_up {
from {
left:-236px
}
to {
left:-1233px
}
}
@-webkit-keyframes wave_down {
from {
left:0
}
to {
left:-1009px
}
}
@-moz-keyframes wave_down {
from {
left:0
}
to {
left:-1009px
}
}
@-o-keyframes wave_down {
from {
left:0
}
to {
left:-1009px
}
}
@keyframes wave_down {
from {
left:0
}
to {
left:-1009px
}
}
.carousel-content { text-align: center; position: absolute; height: 200px; left: 0; top: 40%; margin-top: -8%; width: 100%; color: #FFF }
.carousel-content .name { font-size: 4rem; font-weight: 400; font-family: 'Microsoft YaHei', 'Lucida Grande', Menlo, Arial; letter-spacing: 3px; margin: 10px 0 20px }
.carousel-content .slogan { font-size: 2.25rem; line-height: 1.75; font-weight: 200; margin: 0 0 25px }
.carousel-content .download { margin: 30px 0 40px }
.carousel-content .btn-getstart { width: 360px; height: 90px; line-height: 78px; font-size: 3.75rem; color: #FFF; font-weight: 400; border: 0; background: #2faff9; border-radius: 0 }
.carousel-content .btn-getstart:hover { }
.carousel-content .btn-android { background-image: url(../images/btn-android.png) }
.carousel-content .btn-ios { background-image: url(../images/btn-ios.png) }
.row-special { margin-bottom: 80px }
.row-special a { display: block; border: 1px #CCC solid }
.row-special a:hover { border: 1px #7BADFF solid }
.gs { margin-bottom: 60px }
.module .module-heading { font-size: 3rem; font-weight: 400; margin-top: 70px; margin-bottom: 15px; color: #222; }
.module .text-muted { font-size: 2rem; color: #222; }
.module .describe { font-size: 1.75rem; line-height: 1.75; color: #fff; }
.module .jieshao { font-size: 1.75rem; line-height: 1.75; color: #555; }
.module .fontw { color: #fff; }
.module img { width: 100% }
.mk1 { background: url(../images/bg3.jpg) no-repeat center; }
.mk2 { background: url(../images/bg2.jpg) no-repeat center; }
.mk3 { background: url(../images/bg1.jpg) no-repeat center; }
.mk4 { background: #fff; }
.mk, .mk1, .mk2, .mk3, .mk4, .mk5 { padding: 40px 0; margin-bottom: 40px; }
.timeline { position: relative; height: 230px; background: url(../images/line_e6645c8.png) repeat-x 0 120px; color: #999 }
.timeline::before { content: ' '; display: block; position: absolute; top: 124px; left: -3px; width: 6px; height: 6px; border-radius: 10px; background: #AB9873 }
.timeline::after { content: ' '; display: block; position: absolute; top: 120px; right: -5px; width: 11px; height: 15px; background: url(../images/arrow-right_8da4221.png) no-repeat 0 0 }
.timeline-item { position: absolute; width: 150px; height: 230px; text-align: center }
.timeline-item h3 { font-size: 1.5rem; font-weight: 500 }
.timeline-item p { font-size: 1.25rem; font-weight: 300 }
.timeline-item::before { content: ' '; display: block; position: absolute; top: 124px; left: 50%; margin-left: -3px; width: 6px; height: 6px; border-radius: 10px; background: #AB9873 }
.timeline-item::after { content: ' '; display: block; position: absolute; height: 150px; top: 80px; left: 50%; width: 2px; border-left: 1px #AB9873 dashed }
.gotop { display: none; position: fixed; right: 20px; bottom: 120px; width: 64px }
.gotop .qrcode { display: block; height: 64px; border: 1px #CCC solid; background: #FFF url(../images/bg-qrcode.png) no-repeat 0 0; background-size: 100% auto; margin-bottom: 5px; transition: all .6s }
.gotop .qrcode:hover { transform-origin: 100% 100% 0; transform: scale3d(2.5, 2.5, 1); background-image: url(../images/bg-qrcode@2x.png) }
.gotop .anchor { display: block; width: 64px; height: 64px; background: url(../images/gotop.png) no-repeat 50% 50%; -webkit-transition: background .5s linear; transition: background .5s linear }
.gotop .anchor:hover { background-image: url(../images/gotop_hover.png) }

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-device-width:1025px), only screen and (min--moz-device-pixel-ratio:2) and (min-device-width:1025px), only screen and (-o-min-device-pixel-ratio:2/1) and (min-device-width:1025px), only screen and (min-device-pixel-ratio:2) and (min-device-width:1025px), only screen and (min-resolution:192dpi) and (min-device-width:1025px), only screen and (min-resolution:2dppx) and (min-device-width:1025px) {
.banner { background-image: url(../images/banner@2x.png) }
.panel-download .btn-android { background-image: url(../images/btn-android@2x.png) }
.panel-download .btn-ios { background-image: url(../images/btn-ios@2x.png) }
.navbar-logo .navbar-brand { background-image: url(../images/logo-full-black@2x_cfde372.png) }
.navbar-bg .navbar-logo .navbar-brand { background-image: url(../images/logo-full-white@2x_5c8ce7d.png) }
.carousel-content .btn-go-qrcode { background-image: url(../images/bg-qrcode@2x_e3cb6c4.png) }
}

@media only screen and (max-width:768px) {
.navbar .navbar-nav { display: none }
.carousel .btn-getstart-big { font-size: 1.5rem; height: 50px; line-height: 40px; width: 150px }
.carousel .btn-go-qrcode { display: none }
.carousel { min-height: 300px; height: 300px }
.carousel-wave { height: 50px }
.carousel-wave2 { height: 50px }
.carousel-inner { min-height: 300px; height: 300px }
.carousel-content { top: 80px }
.carousel-content .name { font-size: 2.5rem; font-weight: 400; font-family: 'Microsoft YaHei', 'Lucida Grande', Menlo, Arial; letter-spacing: 3px; margin: 10px 0 15px }
.carousel-content .slogan { font-size: 1.5rem; font-weight: 200; margin: 0 0 20px }
.carousel-content .download { }
.row-special { margin-bottom: 30px }
.module .module-heading { font-size: 2rem; margin-top: 10px }
.module .text-muted { font-size: 1.5rem }
.module .jieshao { font-size: 1.5rem; }
.mk, .mk1, .mk2, .mk3, .mk4, .mk5 { padding: 20px 0; margin-bottom: 30px; }
p { margin-bottom: 5px; }
.footer .col-md-6 { text-align: center }
.carousel-wave, .carousel-wave2 { display: none }
.navbar-logo .navbar-brand { background-image: url(../images/logo-full-black@2x_cfde372.png) }
.navbar-bg .navbar-logo .navbar-brand { background-image: url(../images/logo-full-white@2x_5c8ce7d.png) }
.carousel-content .btn-go-qrcode { background-image: url(../images/bg-qrcode@2x_e3cb6c4.png) }
.carousel-content .btn-getstart { width: 250px; height: 60px; line-height: 48px; font-size: 3rem; color: #FFF; font-weight: 400; border: 0; background: #2faff9; border-radius: 0 }
.gs { margin-bottom: 30px; }
}





.free, body { min-width: 1200px }
a, body { color: #081E42 }
*, ul { padding: 0 }

* { margin: 0 }
body { font-family: PingFangSC, "Microsoft Yahei", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, Heiti, SimSun, sans-serif!important; font-weight: 400; background: #fff; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizelegibility }
a { text-decoration: none }
.hide { display: none }
li, ul { list-style: none }
#udesk_container { display: none!important }
.banner { width: 100%; height: 495px; background-size: cover; background-position: center; position: relative }
.banner .bannerContent { position: absolute; width: 100%; top: 50%; left: 0; text-align: center; color: #fff; -webkit-transform: translateY(-50%); transform: translateY(-50%) }
.banner .bannerContent h1 { font-size: 56px; line-height: 72px; margin: 0 0 17px; font-weight: 400 }
.banner .bannerContent p { font-size: 24px; line-height: 34px; margin: 0 }
.comBtn { padding: 0 20px; height: 50px; line-height: 50px; font-size: 16px; color: #fff; text-align: center; border-radius: 2px; vertical-align: middle; cursor: pointer }
.xiaoe-btn-blue, .xiaoe-btn-transparent { display: inline-block; width: 136px; font-size: 14px; padding: 0; color: #fff; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; outline: 0; cursor: pointer; text-align: center }
.comBtn.opacityBtn { background-color: transparent; border: 1px solid #fff }
.comBtn.blueBtn { background-color: #2A75ED }
.comBtn.blueBtn:hover { background: #3F83EE }
.comBtn.blueBtn:active { background: #2569D4 }
.xiaoe-btn-blue { height: 44px; line-height: 44px; background: #2A75ED; border: none }
.xiaoe-btn-blue:active, .xiaoe-btn-blue:focus, .xiaoe-btn-blue:hover { background: #3F83EE }
.xiaoe-btn-transparent { height: 50px; line-height: 50px; border: 1px solid #FFF; background: rgba(255,255,255,0) }
.nav, .nav-space { height: 90px }
[class*=" icon-"], [class^=icon-] { font-family: iconfont!important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.nav-space.nav-space__sp { display: none }
.nav { position: fixed; left: 0; top: 0; width: 100%; line-height: 90px; z-index: 100; border-bottom: 1px solid #E2E4EE; background: #fff }
.nav.nav-sp { position: static }
.nav .nav-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1200px; height: 90px; margin: 0 auto }
.nav .nav-logo_wrap { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.nav .nav-logo { height: 60px }
.nav .nav-func { height: 90px; font-size: 0 }
.nav .nav-func_item { position: relative; display: inline-block; height: inherit; margin: 0 20px; font-size: 16px; font-weight: 500; color: #24273C }
.nav .nav-func_item:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #2A75ED; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: -webkit-transform .3s ease-in-out; transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out }
.nav .nav-func_item:hover .product-list { max-height: 500px; border-bottom: 1px solid #E2E4EE }
.nav .nav-func_item:hover .more-list { max-height: 500px }
.nav .more-list, .nav .product-list { font-weight: 400; max-height: 0; -webkit-transition: max-height .3s ease-in-out; transition: max-height .3s ease-in-out; z-index: 200; overflow: hidden }
.nav .nav-func_item:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1) }
.nav .nav-func_item-new { position: relative }
.nav .nav-func_item-new:before { content: 'NEW'; position: absolute; right: 5px; top: 10px; width: 48px; height: 24px; line-height: 24px; border-radius: 12px; background: #FF3535; text-align: center; font-size: 12px; color: #fff; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: right top; transform-origin: right top }
.nav .nav-func_item-select, .nav .nav-func_item:hover, .nav .nav-func_item:hover .arrow-down:before, .nav .nav-item_select, .nav .nav-item_select .arrow-down:before { color: #2a75ed }
.nav .nav-func_item-new:after { content: ''; position: absolute; right: 14px; top: 22px; border: 3px solid transparent; border-top: 3px solid #FF3535 }
.nav .nav-item_select { position: relative }
.nav .nav-item_select:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #2A75ED }
.nav .nav-more { cursor: pointer; margin-right: 25px }
.nav .arrow-down { position: absolute; top: 24px; right: -16px; font-size: 12px; margin: 0 0 0 6px }
.nav .arrow-down:before { color: #353535 }
.nav .product-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: fixed; left: 0; top: 60px; width: 100%; min-width: 1200px; height: 377px; background: #fff; cursor: default }
.nav .product-list .product-item { width: 280px; margin: 32px 0 0; padding: 0 0 0 39px; -webkit-box-sizing: border-box; box-sizing: border-box }
.nav .product-list .product-item__sp { padding: 0 20px 0 68px; height: 281px; border-right: 1px solid #E2E4EE }
.nav .product-list .product-item__title { line-height: 17px; font-size: 12px; color: #415070; padding: 0 0 0 12px; margin: 0 0 12px }
.nav .product-list .product-item__func { display: block; overflow: hidden; padding: 0 0 0 12px }
.nav .product-list .product-item__func:hover { background: #f4f6f9 }
.nav .product-list .product-item__func.product-item__func-sp:hover { background: #fff }
.nav .product-list .product-item__name { line-height: 20px; font-size: 14px; color: #081E42; margin: 12px 0 5px }
.nav .product-list .product-item__tip { line-height: 17px; font-size: 12px; color: #9196A0; margin: 0 0 12px }
.nav .product-list .product-item__yunying { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 48px; font-size: 0; padding: 12px 0 12px 12px }
.nav .product-list .product-item__yunying-img { display: inline-block; width: 24px; height: 24px; margin: 0 16px 0 0; background-position: center; background-repeat: no-repeat; background-size: 20px }
.nav .product-list .product-item__yunying-img1 { background-image: url(/images/homePage/header/icon-daohang-1.svg) }
.nav .product-list .product-item__yunying-img2 { background-image: url(/images/homePage/header/icon-daohang-2.svg) }
.nav .product-list .product-item__yunying-img3 { background-image: url(/images/homePage/header/icon-daohang-3.svg) }
.nav .product-list .product-item__yunying-img4 { background-image: url(/images/homePage/header/icon-daohang-4.svg) }
.nav .product-list .product-item__yunying-img5 { background-image: url(/images/homePage/header/icon-daohang-5.svg) }
.nav .product-list .product-item__yunying-text { color: #081E42; font-size: 14px }
.nav .more-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; left: -12px; top: 60px; width: 80px; text-align: center; font-size: 14px; border-radius: 0 0 4px 4px; background: #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05), 0 6px 12px 0 rgba(0,0,0,.04); box-shadow: 0 2px 4px 0 rgba(0,0,0,.05), 0 6px 12px 0 rgba(0,0,0,.04) }
.nav .more-item { display: inline-block; line-height: 20px; margin: 26px 0 0 }
.nav .more-item:hover { color: #2a75ed }
.nav .more-item:last-child { margin-bottom: 26px }
.nav .nav-func_btn { display: inline-block; height: 30px; line-height: 28px; padding: 0 19px; font-size: 14px; text-align: center; vertical-align: top; margin: 15px 0 0; border-radius: 2px }
.nav .nav-func_submit { margin: 16px 16px 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; top: -1px; border: 1px solid #2A75ED; color: #2A75ED }
.nav .nav-func_forFree { background: #2a75ed; color: #fff }
.nav-footer__space { display: none; height: 50px }
.nav-footer { left: 0; top: 0; width: 100%; height: 50px; line-height: 50px; background: #fff; z-index: 99 }
.nav-footer.nav-footer__fixed { position: fixed; border-bottom: 1px solid #E2E4EE }
.nav-footer .nav-footer__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 1100px; height: inherit; margin: 0 auto }
.nav-footer .nav-footer__left { font-weight: 600; font-size: 0 }
.nav-footer .nav-footer__left .nav-footer__icon { position: relative; display: none; height: 20px; vertical-align: top; margin: 15px 32px 0 0 }
.nav-footer .nav-footer__left .nav-footer__icon:before { content: ''; position: absolute; top: 2px; right: -17px; height: 16px; border-right: 1px solid #E2E4EE }
.nav-footer .nav-footer__left .nav-footer__icon.nav-footer__icon-show { display: inline-block }
.nav-footer .nav-footer__left .nav-footer__logo { height: 20px; vertical-align: top }
.nav-footer .nav-footer__left .nav-footer_left-name { font-size: 14px }
.nav-footer .nav-footer__list { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end }
.nav-footer .nav-footer__item { position: relative; padding: 0 5px; color: #9196A0; margin: 0 0 0 40px }
.nav-footer .nav-footer__item-selected:before, .nav-footer .nav-footer__item:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #3482FF }
.nav-footer .nav-footer__item-selected, .nav-footer .nav-footer__item:hover { color: #3482FF }
.nav-footer .nav-footer__item:after { -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: -webkit-transform .3s ease-in-out; transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out }
.nav-footer .nav-footer__item:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1) }
.footer { clear: both; background: #fff }
.footer .footerCol { width: 1200px; margin: 0 auto }
.footer .footerColContent { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 354px; border-bottom: 1px solid #eee }
.footer .wxQr-box:after, .footer .wxQr-box:before { content: ''; height: 10px }
.footer .footerColPart:first-child { margin: 0 0 0 10px }
.footer .footerColTitle { font-size: 18px; line-height: 25px; margin: 60px 0 16px; color: #081E42 }
.footer .footerColTitle strong { font-size: 16px }
.footer .footerColSection, .footer .footerColSection a { color: #415070; font-size: 14px }
.footer .footerColSection { line-height: 20px; margin: 0 0 14px }
.footer .footerColSection strong { font-size: 16px; font-weight: 500 }
.footer .footer-text__margin { margin: 0 36px 0 0 }
.footer .icon-wrap { margin: 18px 0 0 }
.footer .weiboIcon, .footer .wxIcon { display: inline-block }
.footer .weiboIcon { margin: 0 0 0 30px }
.footer .footer-icon { width: 24px }
.footer .wxIcon { position: relative }
.footer .wxQr-box, .footer .wxQr-box:after, .footer .wxQr-box:before { position: absolute; left: 0; background: #fff }
.footer .wxIcon:hover .wxQr-box { display: block }
.footer .wxQr-box { display: none; bottom: 38px; width: 160px; text-align: center; color: #353535; border: 1px solid #eee; line-height: 20px; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 4px 4px 4px 0 }
.footer .wxQr-box:before { bottom: -5px; width: 30px; -webkit-transform: skewX(-22deg) rotateZ(-24deg); transform: skewX(-22deg) rotateZ(-24deg); border: 1px solid #eee }
.footer .wxQr-box:after { bottom: 0; width: 35px }
.footer .wxQr-box-img { width: 120px; margin: 5px 0 0 }
.footer .webInfo { height: 56px; line-height: 56px; text-align: center; font-size: 12px; color: #888 }
.footer .webInfo a { display: inline-block; vertical-align: top }
.footer .webInfo .webInfo-ga-icon { vertical-align: top; margin: 18px 10px 0 20px }
.footer .webInfo .webInfo-gs-icon { height: 24px; vertical-align: top; margin: 16px 10px 0 20px }
.customer-service-box { position: fixed; right: 10px; bottom: 80px; width: 30px; height: auto; padding: 15px 0; color: #fff; font-size: 14px; background-color: #5194ff; -webkit-box-shadow: 0 2px 4px 0 rgba(47,80,133,.2); box-shadow: 0 2px 4px 0 rgba(47,80,133,.2); cursor: pointer; text-decoration: none; text-align: center; z-index: 100 }
.customer-service-box>.iconfont { margin: 0; display: block }
.customer-service-box .sidebar_text { width: 30px; line-height: 12px; margin: 10px 0 0; padding: 0 8px; font-size: 12px; word-wrap: break-word }
.customer-service-box:hover .sidbar_box_wrapper { display: block }
.customer-service-box .sidbar_box_wrapper { display: none; -webkit-animation: slideLeft ease .3s; animation: slideLeft ease .3s; position: absolute; right: 30px; bottom: 0; padding-right: 10px }
.sidebar_box { position: relative; width: 330px; border-radius: 2px; background-color: #fff; -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.1); box-shadow: 0 4px 8px 0 rgba(0,0,0,.1); border: 1px solid #ececec; padding: 15px 0 }
.sidebar_box:after, .sidebar_box:before { position: absolute; content: ''; width: 0; height: 0; color: #0000 }
.sidebar_box:before { right: -20px; bottom: 11px; border: 10px solid; border-left-color: #ececec }
.sidebar_box:after { right: -16px; bottom: 13px; border: 8px solid; border-left-color: #fff }
.sidebar_item { font-size: 16px; color: #353535; width: 100%; padding: 15px 0 15px 67px; text-align: left; display: block; position: relative }
.sidebar_item:hover { background: #f9f9f9 }
.sidebar_item>.iconfont { font-size: 24px; color: #2A75ED; position: absolute; top: 15px; left: 30px }
.sidebar_item>a { color: #2A75ED; margin-right: 5px }
.sidebar_item .sidebar_title { height: 22px; line-height: 22px; color: #353535; font-size: 16px; margin: 0 0 10px }
.sidebar_item .sidebar_cont { font-size: 14px; line-height: 20px; color: #b2b2b2; margin: 0 }
.free { position: relative; width: 100%; height: 440px; overflow: hidden; z-index: 10; background-image: url(/images/homePage/footer-banner.png); background-size: cover; background-position: center }
.free .free-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1200px; margin: 0 auto; height: inherit }
.free .free-content img { width: 500px }
.free .free-tips { width: 420px; margin: 0 0 0 143px }
.free .free-tips_text { line-height: 42px; font-size: 30px; color: #fff }
.free .free-tips_text span { font-size: 18px; line-height: 28px; margin: 6px 0 44px; display: block }
.free .free-tips_btn { display: inline-block; width: 136px; height: 50px; line-height: 48px; border-radius: 2px; font-size: 18px; color: #fff; border: 1px solid #fff; text-align: center }
.business-talk, .ie-warn { width: 100%; text-align: center }
.ie-warn { position: fixed; top: 0; left: 0; height: 50px; line-height: 50px; color: red; background: #fff; z-index: 9999 }
.business-talk { height: 126px }
.business-talk .talk-btn { width: 240px; height: 56px; line-height: 56px; font-size: 18px; color: #fff; background: #3482ff; display: inline-block; border: none }
@-webkit-keyframes slideUp {
from {
-webkit-transform:translateY(150px);
transform:translateY(150px)
}
to {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes slideUp {
from {
-webkit-transform:translateY(150px);
transform:translateY(150px)
}
to {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes slideLeft {
from {
-webkit-transform:translateX(50px);
transform:translateX(50px);
opacity:.1
}
to {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
}
@keyframes slideLeft {
from {
-webkit-transform:translateX(50px);
transform:translateX(50px);
opacity:.1
}
to {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
}

@media screen and (max-width:1200px) {
#payRouter .router-list, .footer .footerCol, .nav .nav-content, .nav-footer .nav-footer__content { width: 1080px }
}


.header, .swiper-banner { min-width: 1200px }
.header { height: 480px; overflow: hidden; color: #fff; background-position: center; background-repeat: no-repeat; background-size: cover }
.header.header1 { background-image: url(../images/banner.png) }
.header.header2 { background-image: url(../images/banner.png) }
.header.header3 { background-image: url(../images/banner.png) }
.header.header4 { background-image: url(../images/banner.jpg) }
.header.header5 { background-image: url(../images/banner.jpg) }
.header.header6 { background-image: url(../images/banner.jpg) }
.header.header7 { background-image:url(../images/banner.jpg)}
.header .header-content { width: 1200px; height: inherit; margin: 0 auto; overflow: hidden }
.header .header-title { line-height: 45px; font-size: 32px; margin: 145px 0 4px 90px; font-weight: 400 }
.header .header-tips { line-height: 25px; font-size: 18px; margin: 0 0 40px 90px }
.header .header-btn-group { height: 44px; line-height: 44px; margin: 0 0 0 90px; font-size: 0 }
.header .header-btn { display: inline-block; width: 136px; height: 44px; line-height: 44px; border-radius: 2px; font-size: 14px; color: #fff; text-align: center }
.header .header-btn-left { background: #2A75ED; vertical-align: top }
.header .header-btn-right { border: 1px solid #fff; margin: 0 0 0 16px }
.header .header-tel { line-height: 25px; font-size: 18px; margin: 40px 0 0 90px }
