﻿.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translateZ(0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translateZ(0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translateZ(0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translateZ(0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translateZ(0);
    transition-timing-function: ease;
    box-sizing: content-box
}
.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    float: left;
    box-sizing: content-box;
    pointer-events: none
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}
.arrow.disabled {
    color: #a2aeb5
}
.swiper-container {
    width: 900px;
    max-height: 650px;
    height: 650px
}
.swiper-slide {
    width: 100%;
    height: 100%
}
@font-face {
    font-family: iconfont;
    src: url(../image/font_675125_fkc6sm3srye.eot);
    src: url(../image/font_675125_fkc6sm3srye.eot#iefix) format("embedded-opentype"), url(../image/font_675125_fkc6sm3srye.woff2) format("woff2"), url(../image/font_675125_fkc6sm3srye.woff) format("woff"), url(../image/font_675125_fkc6sm3srye.ttf) format("truetype"), url(../image/font_675125_fkc6sm3srye.svg) format("svg")
}
[data-aos=fade-up] {
    transform: translate3d(0, 10px, 0)
}
a {
    cursor: pointer
}
.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}
.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}
body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
    color: #333;
    margin: 0
}
a, a:visited {
    text-decoration: none;
    color: #333
}
.clearfix:after {
    content: "";
    display: block;
    clear: both
}
.content-wrapper {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto
}
#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 73px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 4px 20px hsla(300, 9%, 82%, .5)
}
#header .header-logo {
    display: inline-block;
    padding: 18.5px 0
}
#header .header-logo .img-holder {
    background: url(../image/head-logo.png);
    background-size: 122px 36px;
    width: 122px;
    height: 36px;
    animation: fromLeft 2s both;
    animation-timing-function: easeInExpo
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    #header .header-logo .img-holder {
        background: url(../image/head-logo@2x.png);
        background-size: 122px 36px
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    #header .header-logo .img-holder {
        background: url(../image/head-logo@2x.png);
        background-size: 122px 36px
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    #header .header-logo .img-holder {
        background: url(../image/head-logo@3x.png);
        background-size: 122px 36px
    }
}
#header .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 5px;
    left: 55px
}
@keyframes fromLeft {
    0% {
        transform: translateX(-50px);
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.nav {
    float: right
}
.nav ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.nav ul.menu li.menu-item {
    float: left;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #2b3846;
    position: relative
}
.nav ul.menu li.menu-item.active, .nav ul.menu li.menu-item.active a, .nav ul.menu li.menu-item.active a:visited {
    color: #2593f4
}
.nav ul.menu li.menu-item a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 29px 30px
}
.nav ul.menu li.menu-item a.btn {
    padding: 12px 30px
}
.nav ul.menu li.menu-item a .menu-arrow {
    display: inline-block;
    background: url(../image/menu-arrow.png);
    background-size: 10px 5px;
    width: 10px;
    height: 5px;
    margin-left: 4px
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    .nav ul.menu li.menu-item a .menu-arrow {
        background: url(../image/menu-arrow@2x.png);
        background-size: 10px 5px
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .nav ul.menu li.menu-item a .menu-arrow {
        background: url(../image/menu-arrow@2x.png);
        background-size: 10px 5px
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    .nav ul.menu li.menu-item a .menu-arrow {
        background: url(../image/menu-arrow@3x.png);
        background-size: 10px 5px
    }
}
.nav ul.menu li.menu-item .register-btn {
    padding: 9px 20px
}
.nav ul.menu li.menu-item .register-btn .register-btn-content {
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    background-color: #fff;
    color: #2593f4;
    font-size: 15px;
    line-height: 15px;
    box-shadow: 0 0 15px #cfd2d9;
    letter-spacing: 1px
}
.nav ul.menu li.menu-item .submenu {
    position: absolute;
    display: none;
    top: 70px;
    width: 120px;
    padding: 10px 0;
    font-size: 15px;
    color: #2b3846
}
.nav ul.menu li.menu-item .submenu ul {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px hsla(300, 9%, 82%, .5);
    list-style: none;
    padding-left: 0
}
.nav ul.menu li.menu-item .submenu ul li a {
    font-size: 14px;
    padding: 10px
}
.nav ul.menu li.menu-item .submenu ul li.active, .nav ul.menu li.menu-item .submenu ul li.active a {
    color: #2593f4 !important
}
.nav ul.menu li.menu-item:hover .submenu {
    display: block
}
.footer {
    height: 930px;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}
.footer .bg-rotate {
    height: 785px;
    transform: rotate(5deg);
    width: 150%;
    transform-origin: top left;
    background-color: #f4f9fe
}
.footer .footer-content {
    position: absolute;
    margin: 0 auto;
    top: 130px;
    text-align: center;
    width: 100%
}
.footer .footer-content h2 {
    font-size: 38px;
    font-weight: 500
}
.footer .footer-content p {
    color: #596a7f
}
.footer .footer-content .trial-div {
    margin-top: 78px;
    margin-bottom: 145px
}
.footer .footer-content #try-btn {
    padding: 20px 35px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 25px;
    margin-left: -50px
}
.footer .footer-links {
    width: 1024px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
    font-size: 0
}
.footer .footer-links .footer-links-block {
    display: inline-block;
    width: 241px;
    font-size: 16px;
    vertical-align: top
}
.footer .footer-links .footer-links-block.special {
    width: 300px
}
.footer .footer-links .footer-links-block .link-title {
    font-weight: 700
}
.footer .footer-links .link-menu {
    margin-top: 25px;
    position: relative
}
.footer .footer-links .link-menu .menu-image {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 4px 10px hsla(300, 9%, 82%, .5);
    padding: 5px 7px;
    margin-right: 15px;
    border-radius: 2px
}
.footer .footer-links .link-menu .menu-text {
    display: inline-block;
    font-size: 14px;
    color: #9aa7bd
}
.footer .footer-links .link-menu .menu-text.block {
    display: block
}
.footer .footer-links .link-menu .menu-text a, .footer .footer-links .link-menu .menu-text a:visited {
    color: #9aa7bd
}
.footer .footer-links .link-menu .menu-text a:hover {
    color: #677587
}
.footer .footer-links .link-menu.preview {
    cursor: pointer
}
.footer .footer-links .link-menu.preview .wechat-qrcode {
    display: none;
    top: -200px;
    top: -150px;
    z-index: 1;
    position: absolute
}
.footer .footer-links .link-menu.preview .wechat-qrcode img {
    width: 100%;
    height: 100%
}
.footer .footer-links .link-menu.preview:hover .wechat-qrcode {
    display: block
}
.copywrite {
    margin-bottom: 50px;
    font-size: 14px;
    color: #596a7f
}
input.round {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 20px;
    width: 600px;
    height: 15px;
    box-shadow: 0 4px 20px hsla(300, 9%, 82%, .5);
    font-size: 15px;
    display: inline-block
}
input.round:focus {
    outline-width: 0
}
::-webkit-input-placeholder {
    font-size: 15px
}
.btn {
    display: inline-block
}
.btn.btn-primary {
    background-color: #2593f4;
    color: #fff;
    border-radius: 15px;
    padding: 15px 20px
}
.btn.btn-accent {
    color: #2593f4;
    background-color: #fff
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.padding-left-50 {
    padding-left: 50px
}
.main {
    overflow: hidden
}
.circle-bg-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: visible
}
.bg-circle {
    position: absolute;
    height: 413px;
    width: 413px;
    background: url(../image/bg-circle.png);
    background-size: cover
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    .bg-circle {
        background: url(../image/bg-circle@2x.png);
        background-size: cover
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .bg-circle {
        background: url(../image/bg-circle@2x.png);
        background-size: cover
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    .bg-circle {
        background: url(../image/bg-circle@3x.png);
        background-size: cover
    }
}
.clear-fix {
    clear: both
}
.content-wrapper.large-yunque-bg:after {
    content: "";
    position: absolute;
    width: 925px;
    height: 723px;
    background: url(../image/yunque-large-bg.png);
    background-size: cover;
    right: 900px;
    top: 125px;
    transform: rotate(10deg)
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    .content-wrapper.large-yunque-bg:after {
        background: url(../image/yunque-large-bg@2x.png);
        background-size: cover
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .content-wrapper.large-yunque-bg:after {
        background: url(../image/yunque-large-bg@2x.png);
        background-size: cover
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    .content-wrapper.large-yunque-bg:after {
        background: url(../image/yunque-large-bg@3x.png);
        background-size: cover
    }
}
body.index #bg-circle-1 {
    right: -302px;
    top: 119px
}
body.index #bg-circle-2 {
    left: -302px;
    top: 1590px
}
body.index #bg-circle-3 {
    right: -202px;
    top: 2890px
}
.main section {
    margin-top: 73px;
    position: relative
}
.main section .content-wrapper {
    z-index: 2
}
.main section .section-content h2 {
    font-weight: 400;
    font-size: 30px;
    margin-top: 0
}
.main section .section-content p.subtitle {
    font-size: 18px
}
.main section .section-content p {
    font-size: 16px;
    color: #596a7f
}
.main section.communication {
    width: 100%;
    height: 710px;
    background-color: #e1f1ff
}
.main section.communication .content-wrapper {
    background: url(../image/section-communication.png);
    background-size: 1200px 710px
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    .main section.communication .content-wrapper {
        background: url(../image/section-communication@2x.png);
        background-size: 1200px 710px
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .main section.communication .content-wrapper {
        background: url(../image/section-communication@2x.png);
        background-size: 1200px 710px
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    .main section.communication .content-wrapper {
        background: url(../image/section-communication@3x.png);
        background-size: 1200px 710px
    }
}
.main section.communication .section-content h2 {
    font-size: 42px
}
.main section.communication .section-content {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 220px;
    margin: -110px 0
}
.main section.communication .section-content .trial-btn-div {
    background: url(../image/trial-btn.png);
    width: 193px;
    height: 84px;
    background-size: cover
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    .main section.communication .section-content .trial-btn-div {
        background: url(../image/trial-btn@2x.png);
        background-size: cover
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .main section.communication .section-content .trial-btn-div {
        background: url(../image/trial-btn@2x.png);
        background-size: cover
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    .main section.communication .section-content .trial-btn-div {
        background: url(../image/trial-btn@3x.png);
        background-size: cover
    }
}
.main .case-header {
    margin: 150px auto 100px;
    width: 500px;
    text-align: center
}
.main .case-header h2 {
    font-size: 30px;
    font-weight: 500
}
.main .case-header p {
    color: #596a7f
}
.main .cases {
    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto;
    padding: 0
}
.main .btn.btn-register {
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 46px
}
.main .img-holder {
    display: inline-block;
    width: 180px;
    height: 105px;
    margin: 10px 35px;
    background-repeat: no-repeat;
    background-position: 50%
}
.main .img-holder.logo-tuniu {
    background-image: url(../image/logo-tuniu.png)
}
.main .img-holder.logo-ruisi {
    background-image: url(../image/logo-ruisi.png)
}
.main .img-holder.logo-yijiang {
    background-image: url(../image/logo-yijiang.png)
}
.main .img-holder.logo-brighten {
    background-image: url(../image/logo-brighten.png)
}
.main .img-holder.logo-kelan {
    background-image: url(../image/logo-kelan.png)
}
.main .img-holder.logo-muxingmao {
    background-image: url(../image/logo-muxingmao.png)
}
.main .img-holder.logo-zhuangshi {
    background-image: url(../image/logo-zhuangshi.png)
}
.main .img-holder.logo-yiliao {
    background-image: url(../image/logo-yiliao.png)
}
.main .img-holder.logo-huaan {
    background-image: url(../image/logo-huaan.png)
}
.main .img-holder.logo-nonsense {
    background-image: url(../image/logo-nonsense.png)
}
.main .img-holder.logo-yougou {
    background-image: url(../image/logo-yougou.png)
}
.main .img-holder.logo-zhaoyuan {
    background-image: url(../image/logo-zhaoyuan.png)
}
body.index section.feature {
    margin-top: 100px
}
body.index section.feature .content-wrapper {
    height: 100%;
    font-size: 0
}
body.index section.feature .section-content {
    float: left;
    vertical-align: top
}
body.index section.feature .section-content h2 {
    font-size: 30px;
    margin-bottom: 5px
}
body.index section.feature .section-content p.icon {
    margin: 0;
    margin-bottom: 35px
}
body.index section.feature .section-content p.icon img {
    vertical-align: middle
}
body.index section.feature .section-content p.subtitle {
    font-size: 16px;
    margin-bottom: 32px
}
body.index section.feature .section-content p.text {
    color: #677587;
    margin: 0;
    font-size: 14px;
    line-height: 30px
}
body.index section.feature .section-content p.side-image {
    margin: 0
}
body.index section.feature .section-img {
    height: 100%;
    float: left;
    box-sizing: border-box
}
.feature.content .section-img {
    width: 793px;
    text-align: center
}
.feature.content .section-content {
    width: 407px;
    padding-top: 45px
}
.feature.platform .section-img {
    width: 925px;
    padding-left: 20px
}
.feature.platform .section-content {
    width: 275px;
    padding-top: 145px
}
.feature.customization .section-img {
    width: 863px;
    text-align: right
}
.feature.customization .section-content {
    width: 337px;
    padding-top: 137px
}
.feature.schedule .section-img {
    width: 732px;
    text-align: left;
    padding-left: 20px
}
.feature.schedule .section-content {
    width: 468px;
    padding-top: 137px
}
.feature.social .section-img {
    width: 741px;
    text-align: center
}
.feature.social .section-content {
    width: 459px;
    padding-top: 137px
}
body.download .footer {
    height: 430px;
    overflow: visible
}
@keyframes infiniteBgHorinzontalScroll {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-1920px, 0, 0)
    }
}
section.download {
    width: 100%;
    height: 605px;
    overflow: hidden;
    position: relative
}
section.download .content-wrapper {
    position: absolute;
    width: 100%;
    height: 605px;
    top: 0
}
section.download .section-content {
    position: absolute;
    top: 125px;
    width: 100%;
    z-index: 10;
    height: 220px
}
section.download .section-content .btn.download-btn {
    border-radius: 25px;
    box-shadow: 0 4px 20px hsla(300, 9%, 82%, .5);
    padding: 15px 50px
}
.download-background {
    height: 605px;
    width: 5076px;
    background: url(../image/download-bg.png) repeat-x 50%;
    background-size: 1920px 605px;
    animation: infiniteBgHorinzontalScroll 60s linear infinite
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    .download-background {
        background: url(../image/download-bg@2x.png) repeat-x 50%;
        background-size: 1920px 605px
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .download-background {
        background: url(../image/download-bg@2x.png) repeat-x 50%;
        background-size: 1920px 605px
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    .download-background {
        background: url(../image/download-bg@3x.png) repeat-x 50%;
        background-size: 1920px 605px
    }
}
section.pricing {
    width: 100%;
    height: 544px;
    background-size: cover;
    background-color: #e2f0ff
}
section.pricing h3 {
    font-size: 25px;
    font-weight: 400
}
section.pricing .content-wrapper {
    width: 1024px;
    padding: 0 10px
}
section.pricing .section-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 220px;
    margin: -110px 0
}
section.pricing .section-content .content-text {
    float: left
}
section.pricing .section-content .content-pic {
    float: right;
    margin-top: -50px
}
section.pricing .section-content:after {
    clear: both;
    content: ""
}
.price-list {
    margin: -45px auto;
    text-align: center;
    z-index: 100;
    position: relative;
    width: 880px
}
.price-list .price-block {
    width: 370px;
    box-shadow: 0 2px 40px hsla(300, 9%, 82%, .5);
    border: 1px solid #efefef;
    display: inline-block;
    margin: 0 20px
}
.price-list .price-block .block-header {
    height: 70px;
    background-color: #2593f4;
    line-height: 70px;
    color: #fff;
    font-size: 21px
}
.price-list .price-block .blocker-body {
    margin-bottom: 20px
}
.price-list .price-block .title {
    height: 45px;
    margin: 0;
    padding: 15px 0
}
.price-list .price-block .title .large {
    font-size: 30px
}
.price-list .price-block .title .small {
    font-size: 16px
}
.price-list .price-block .desc {
    color: #999;
    padding: 0 0 20px;
    height: 70px;
    font-size: 14px;
    line-height: 1.8;
    margin: 0
}
.price-list .price-block .try-btn {
    margin: 0 auto;
    color: #fff;
    background-color: #2593f4;
    padding: 10px;
    border-radius: 5px;
    width: 150px;
    cursor: pointer;
    display: inline-block
}
.extra-services {
    border: 1px solid #efefef;
    border-top: 0;
    box-shadow: 0 2px 40px hsla(300, 9%, 82%, .5);
    line-height: 87px;
    font-size: 0;
    width: 780px;
    margin: 70px auto 100px
}
.extra-services .service {
    height: 87px;
    border-top: 1px solid #efefef;
    padding: 0 20px
}
.extra-services .text-block {
    display: inline-block;
    text-align: left;
    font-size: 14px
}
.extra-services .text-block .chat-btn {
    display: inline;
    cursor: pointer;
    color: #fff;
    background-color: #2593f4;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 15px
}
.extra-services .icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-size: cover;
    vertical-align: bottom
}
.extra-services .icon.icon-weibo {
    background-image: url(../image/social-weibo.png)
}
.extra-services .icon.icon-wechat {
    background-image: url(../image/social-wechat.png)
}
.extra-services .icon.icon-miniapp {
    background-image: url(../image/social-miniapp.png)
}
.extra-services .text-block-left {
    width: 25%;
    font-size: 16px;
    line-height: 18px
}
.extra-services .text-block-middle {
    width: 45%;
    color: gray
}
.extra-services .text-block-right {
    width: 30%;
    text-align: right
}
.price-details {
    margin-bottom: 100px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 120px;
    padding-bottom: 30px
}
.price-details .detail-title {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px
}
.price-details .headline {
    color: #2593f4;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 100px
}
.price-details .headline p.underline {
    margin: 0;
    line-height: 1px;
    font-size: 10px;
    letter-spacing: 0
}
.price-details ul.details {
    list-style: none;
    padding-left: 0;
    margin-top: 50px;
    color: gray;
    font-size: 0;
    display: inline-block;
    box-shadow: 0 2px 40px hsla(300, 9%, 82%, .5)
}
.price-details ul.details li {
    display: inline-block;
    width: 155px;
    height: 80px;
    font-size: 0;
    padding-top: 20px;
    border: 1px solid #efefef;
    border-bottom: 0;
    border-left: 0
}
.price-details ul.details li .iconfont {
    font-size: 20px
}
.price-details ul.details li p {
    font-size: 16px;
    margin: 5px;
    margin-top: 15px
}
section.cases-top {
    width: 100%;
    height: 710px;
    background: url(../image/case-top.png) 50%;
    background-size: initial
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    section.cases-top {
        background: url(../image/case-top@2x.png) 50%;
        background-size: initial
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    section.cases-top {
        background: url(../image/case-top@2x.png) 50%;
        background-size: initial
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    section.cases-top {
        background: url(../image/case-top@3x.png) 50%;
        background-size: initial
    }
}
section.cases-top .section-content {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 220px;
    margin: -110px 0
}
section.cases-top .section-content h2 {
    color: #0077e7;
    position: relative;
    -webkit-mask-image: linear-gradient(#020024, #090979 73%, #00d4ff);
    mask-image: linear-gradient(#020024, #090979 73%, #00d4ff);
    margin-bottom: 54px
}
body.cases .case-header {
    margin-bottom: 80px
}
body.cases .case-header h2 {
    font-weight: 400
}
body.cases section.feature {
    height: 550px
}
body.cases section.feature .content-wrapper {
    width: 980px;
    height: 100%;
    font-size: 0
}
body.cases section.feature .section-content {
    display: inline-block;
    width: 500px;
    vertical-align: top
}
body.cases section.feature .section-content p {
    font-size: 14px;
    color: #757575;
    margin: 24px 0;
    line-height: 2
}
body.cases section.feature .section-content h2 {
    font-size: 30px;
    margin-bottom: 50px
}
body.cases section.feature .section-content .icon {
    margin-bottom: 40px
}
body.cases section.feature .section-img {
    display: inline-block;
    height: 100%;
    width: 420px
}
body.cases section.case-1 .section-content .icon {
    margin-left: -15px
}
body.cases section.case-1 .section-img {
    background: url(../image/case-section-1.png) no-repeat top 100px right;
    background-size: contain;
    background-position: top 200px right;
    margin-right: 60px
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    body.cases section.case-1 .section-img {
        background: url(../image/case-section-1@2x.png) no-repeat top 100px right;
        background-size: contain
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    body.cases section.case-1 .section-img {
        background: url(../image/case-section-1@2x.png) no-repeat top 100px right;
        background-size: contain
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    body.cases section.case-1 .section-img {
        background: url(../image/case-section-1@3x.png) no-repeat top 100px right;
        background-size: contain
    }
}
body.cases section.case-2 .section-content .icon {
    margin-right: -15px
}
body.cases section.case-2 .section-img {
    background: url(../image/case-section-2.png) no-repeat top 100px right;
    background-size: contain;
    background-position: top 200px right;
    margin-left: 60px
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    body.cases section.case-2 .section-img {
        background: url(../image/case-section-2@2x.png) no-repeat top 100px right;
        background-size: contain
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    body.cases section.case-2 .section-img {
        background: url(../image/case-section-2@2x.png) no-repeat top 100px right;
        background-size: contain
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    body.cases section.case-2 .section-img {
        background: url(../image/case-section-2@3x.png) no-repeat top 100px right;
        background-size: contain
    }
}
body.cases section.case-3 .section-content .icon {
    margin-left: -15px
}
body.cases section.case-3 .section-img {
    background: url(../image/case-section-3.png) no-repeat top 100px right;
    background-size: contain;
    background-position: top 200px right;
    margin-right: 60px
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    body.cases section.case-3 .section-img {
        background: url(../image/case-section-3@2x.png) no-repeat top 100px right;
        background-size: contain
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    body.cases section.case-3 .section-img {
        background: url(../image/case-section-3@2x.png) no-repeat top 100px right;
        background-size: contain
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    body.cases section.case-3 .section-img {
        background: url(../image/case-section-3@3x.png) no-repeat top 100px right;
        background-size: contain
    }
}
body.cases section.case-4 .section-content .icon {
    margin-right: -15px
}
body.cases section.case-4 .section-img {
    background: url(../image/case-section-4.png) no-repeat top 50px right;
    background-size: contain;
    background-position: top 100px right;
    margin-left: 60px
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    body.cases section.case-4 .section-img {
        background: url(../image/case-section-4@2x.png) no-repeat top 50px right;
        background-size: contain
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    body.cases section.case-4 .section-img {
        background: url(../image/case-section-4@2x.png) no-repeat top 50px right;
        background-size: contain
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    body.cases section.case-4 .section-img {
        background: url(../image/case-section-4@3x.png) no-repeat top 50px right;
        background-size: contain
    }
}
section.product-top {
    width: 100%;
    background-size: contain;
    background-position: 100%;
    background-color: #e7f2fe;
    height: 710px;
    overflow: hidden
}
section.product-top .content-wrapper {
    width: 1200px;
    margin: 0 auto
}
section.product-top .section-content {
    float: left;
    vertical-align: top;
    width: 440px;
    padding-top: 245px
}
section.product-top .section-image {
    height: 100%;
    float: left;
    box-sizing: border-box;
    width: 760px;
    padding-top: 91px
}
.slider-section {
    width: 980px;
    margin: 0 auto;
    margin-top: 150px;
    text-align: center
}
.slider-section .section-header {
    font-size: 16px;
    font-weight: 400
}
.slider-section .section-header span {
    font-size: 13px;
    color: #677587;
    font-weight: 400
}
.slider-section .section-header i.iconfont {
    color: #7fcea7;
    font-size: 25px
}
.slider-section div.section-content .slider-menus {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px
}
.slider-section div.section-content .slider-menu {
    position: relative;
    height: 100px;
    width: 145px;
    display: inline-block
}
.slider-section div.section-content .slider-menu .menu-title {
    margin-bottom: 5px;
    cursor: pointer
}
.slider-section div.section-content .slider-menu .comment {
    visibility: hidden;
    font-size: 12px;
    color: #677587;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: -100px;
    white-space: nowrap
}
.slider-section div.section-content .slider-menu .comment.short {
    left: 0
}
.slider-section div.section-content .slider-menu .arrow {
    visibility: hidden;
    box-sizing: border-box;
    margin: 0
}
.slider-section div.section-content .slider-menu .arrow i.iconfont {
    color: #2593f4
}
.slider-section div.section-content .slider-menu:first-child .comment {
    left: 30px
}
.slider-section div.section-content .slider-menu:last-child .comment {
    right: 30px;
    left: inherit
}
.slider-section div.section-content .slider-menu.active {
    color: #2593f4
}
.slider-section div.section-content .slider-menu.active .arrow, .slider-section div.section-content .slider-menu.active .comment {
    visibility: visible
}
.slider-section .sliders-div {
    position: relative;
    width: 980px
}
.slider-section .sliders-div .arrow {
    position: absolute;
    top: 240px;
    background-color: #fff;
    width: 58px;
    box-shadow: 0 4px 20px hsla(300, 9%, 82%, .5);
    padding: 14px 0;
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.slider-section .sliders-div .arrow i.iconfont {
    font-size: 30px
}
.slider-section .sliders-div .left-arrow {
    left: 0
}
.slider-section .sliders-div .sliders-content {
    width: 910px;
    margin: 0 auto
}
.slider-section .sliders-div .right-arrow {
    right: 0
}
.more-feature-section {
    margin-top: 200px
}
.more-feature-section .section-header {
    font-size: 20px;
    font-weight: 400
}
.more-feature-section .section-header span {
    font-size: 13px;
    color: #677587;
    font-weight: 400
}
.more-feature-section .section-header p {
    font-size: 16px;
    color: #677587
}
.more-feature-section .section-content {
    width: 1024px;
    padding: 0 2px;
    margin: 0 auto;
    font-size: 0
}
.more-feature-section .section-content .feature-block {
    width: 340px;
    box-sizing: border-box;
    padding-left: 100px;
    margin-top: 100px;
    display: inline-block
}
.more-feature-section .section-content p.title-icon i.iconfont {
    color: #1991f7;
    font-size: 20px
}
.more-feature-section .section-content p.title-text {
    font-size: 16px
}
.more-feature-section .section-content p.comment {
    color: #677587;
    font-size: 13px;
    margin: 0
}
body.product #bg-circle-1 {
    right: -202px;
    top: 250px
}
body.product #bg-circle-2 {
    left: -302px;
    top: 1190px
}
section.product-wechat-top {
    width: 100%;
    height: 710px;
    background-size: cover;
    background-color: #e2f0ff;
    overflow: hidden
}
section.product-wechat-top h3 {
    font-size: 25px;
    font-weight: 400
}
section.product-wechat-top .content-wrapper {
    position: relative;
    overflow: visible
}
section.product-wechat-top .section-content {
    float: left;
    vertical-align: top;
    width: 720px;
    padding-top: 291px
}
section.product-wechat-top .section-image {
    height: 100%;
    float: left;
    box-sizing: border-box;
    width: 480px;
    padding-top: 151px
}
body.product-wx section.feature {
    height: 500px;
    margin-top: 100px
}
body.product-wx section.feature .content-wrapper {
    width: 1000px;
    height: 100%;
    font-size: 0
}
body.product-wx section.feature .section-content {
    display: inline-block;
    width: 300px;
    padding-top: 80px;
    vertical-align: top
}
body.product-wx section.feature .section-content h2 {
    font-size: 30px;
    margin-bottom: 10px
}
body.product-wx section.feature .section-content p.subtitle {
    font-size: 16px;
    margin-bottom: 40px
}
body.product-wx section.feature .section-content p {
    color: #677587;
    margin: 0;
    font-size: 14px;
    line-height: 30px
}
body.product-wx section.feature .section-img {
    display: inline-block;
    height: 100%;
    width: 640px;
    line-height: 500px
}
body.product-wx section.feature .section-img img {
    vertical-align: middle
}
body.product-wx section.product-wx-1 .section-content .icon, body.product-wx section.product-wx-3 .section-content .icon, body.product-wx section.product-wx-5 .section-content .icon, body.product-wx section.product-wx-7 .section-content .icon, body.product-wx section.product-wx-9 .section-content .icon {
    margin-left: -15px;
    margin-bottom: 50px
}
body.product-wx section.product-wx-1 .section-img, body.product-wx section.product-wx-3 .section-img, body.product-wx section.product-wx-5 .section-img, body.product-wx section.product-wx-7 .section-img, body.product-wx section.product-wx-9 .section-img {
    margin-right: 60px
}
body.product-wx section.product-wx-2 .section-content .icon, body.product-wx section.product-wx-4 .section-content .icon, body.product-wx section.product-wx-6 .section-content .icon, body.product-wx section.product-wx-8 .section-content .icon {
    margin-right: -15px;
    margin-bottom: 50px
}
body.product-wx section.product-wx-2 .section-img, body.product-wx section.product-wx-4 .section-img, body.product-wx section.product-wx-6 .section-img, body.product-wx section.product-wx-8 .section-img {
    margin-left: 60px
}
body.product-wx #bg-circle-1 {
    right: -252px;
    top: 259px
}
body.product-wx #bg-circle-2 {
    left: -302px;
    top: 1390px
}
body.product-wx #bg-circle-3 {
    right: -202px;
    top: 2890px
}
body.product-wx #bg-circle-4 {
    right: 500px;
    top: 4290px
}
section.product-weibo-top {
    width: 100%;
    height: 710px;
    background-size: cover;
    background-color: #e2f0ff;
    overflow: hidden
}
section.product-weibo-top h3 {
    font-size: 25px;
    font-weight: 400
}
section.product-weibo-top .content-wrapper {
    position: relative;
    overflow: visible
}
section.product-weibo-top .section-content {
    float: left;
    vertical-align: top;
    width: 550px;
    padding-top: 291px;
    padding-left: 100px;
    box-sizing: border-box
}
section.product-weibo-top .section-image {
    height: 100%;
    float: left;
    width: 650px;
    padding-top: 191px;
    padding-right: 100px;
    box-sizing: border-box
}
body.product-wb section.feature {
    height: 500px;
    margin-top: 100px
}
body.product-wb section.feature .content-wrapper {
    width: 1060px;
    height: 100%;
    font-size: 0
}
body.product-wb section.feature .section-content {
    display: inline-block;
    width: 360px;
    padding-top: 80px;
    vertical-align: top
}
body.product-wb section.feature .section-content h2 {
    font-size: 30px;
    margin-bottom: 10px
}
body.product-wb section.feature .section-content p.subtitle {
    font-size: 16px;
    margin-bottom: 40px
}
body.product-wb section.feature .section-content p {
    color: #677587;
    margin: 0;
    font-size: 14px;
    line-height: 30px
}
body.product-wb section.feature .section-img {
    display: inline-block;
    height: 100%;
    width: 640px;
    line-height: 500px
}
body.product-wb section.feature .section-img img {
    vertical-align: middle
}
body.product-wb section.product-wb-1 .section-content .icon, body.product-wb section.product-wb-3 .section-content .icon, body.product-wb section.product-wb-5 .section-content .icon {
    margin-left: -15px;
    margin-bottom: 50px
}
body.product-wb section.product-wb-1 .section-img, body.product-wb section.product-wb-3 .section-img, body.product-wb section.product-wb-5 .section-img {
    margin-right: 60px
}
body.product-wb section.product-wb-2 .section-content .icon, body.product-wb section.product-wb-4 .section-content .icon, body.product-wb section.product-wb-6 .section-content .icon {
    margin-right: -15px;
    margin-bottom: 50px
}
body.product-wb section.product-wb-2 .section-img, body.product-wb section.product-wb-4 .section-img, body.product-wb section.product-wb-6 .section-img {
    margin-left: 60px
}
body.product-wb #bg-circle-1 {
    right: -252px;
    top: 259px
}
body.product-wb #bg-circle-2 {
    left: -302px;
    top: 1390px
}
body.product-wb #bg-circle-3 {
    right: -202px;
    top: 2890px
}
section.product-statistics-top {
    width: 100%;
    height: 710px;
    background-size: cover;
    background-color: #e2f0ff;
    overflow: hidden
}
section.product-statistics-top h3 {
    font-size: 25px;
    font-weight: 400
}
section.product-statistics-top .content-wrapper {
    position: relative;
    overflow: visible
}
section.product-statistics-top .section-content {
    float: left;
    vertical-align: top;
    width: 550px;
    padding-top: 291px;
    padding-left: 100px;
    box-sizing: border-box
}
section.product-statistics-top .section-image {
    height: 100%;
    float: left;
    width: 650px;
    padding-top: 191px;
    padding-right: 100px;
    box-sizing: border-box
}
body.product-stat p.comment {
    color: #677587;
    font-size: 14px;
    margin: 0
}
body.product-stat section.feature {
    height: 500px;
    margin-top: 100px
}
body.product-stat section.feature .content-wrapper {
    width: 1070px;
    height: 100%;
    font-size: 0
}
body.product-stat section.feature .section-content {
    display: inline-block;
    width: 370px;
    padding-top: 80px;
    vertical-align: top
}
body.product-stat section.feature .section-content h2 {
    font-size: 30px;
    margin-bottom: 10px
}
body.product-stat section.feature .section-content p.subtitle {
    font-size: 16px;
    margin-bottom: 40px
}
body.product-stat section.feature .section-content p {
    color: #677587;
    margin: 0;
    font-size: 14px;
    line-height: 30px
}
body.product-stat section.feature .section-img {
    display: inline-block;
    height: 100%;
    width: 640px
}
body.product-stat section.product-stat-1 .section-content .icon, body.product-stat section.product-stat-3 .section-content .icon, body.product-stat section.product-stat-5 .section-content .icon {
    margin-left: -15px;
    margin-bottom: 50px
}
body.product-stat section.product-stat-1 .section-img, body.product-stat section.product-stat-3 .section-img, body.product-stat section.product-stat-5 .section-img {
    margin-right: 60px
}
body.product-stat section.product-stat-2 .section-content .icon, body.product-stat section.product-stat-4 .section-content .icon, body.product-stat section.product-stat-6 .section-content .icon {
    margin-right: -15px;
    margin-bottom: 50px
}
body.product-stat section.product-stat-2 .section-img, body.product-stat section.product-stat-4 .section-img, body.product-stat section.product-stat-6 .section-img {
    margin-left: 60px
}
body.product-stat #bg-circle-1 {
    right: -252px;
    top: 259px
}
body.product-stat #bg-circle-2 {
    left: -302px;
    top: 1390px
}
body.product-stat #bg-circle-3 {
    right: -202px;
    top: 2890px
}
.stat-more-feature {
    width: 900px;
    margin: 0 auto
}
.stat-more-feature .feature-block {
    display: inline-block;
    padding: 35px 50px;
    margin: 30px 15px;
    box-shadow: 0 4px 20px hsla(300, 9%, 82%, .5)
}
.stat-more-feature .feature-block p.content {
    margin: 5px;
    font-size: 14px;
    color: #677587
}
.stat-more-feature .feature-block .iconfont-wrapper {
    border: 1px solid #1991f7;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    line-height: 85px;
    margin: 0 auto
}
.stat-more-feature .feature-block i.iconfont {
    font-size: 30px;
    color: #1991f7
}
section.product-miniapp-top {
    width: 100%;
    height: 710px;
    background-size: cover;
    background-color: #e2f0ff;
    overflow: hidden
}
section.product-miniapp-top h3 {
    font-size: 25px;
    font-weight: 400
}
section.product-miniapp-top .content-wrapper {
    position: relative;
    overflow: visible
}
section.product-miniapp-top .section-content {
    float: left;
    vertical-align: top;
    width: 720px;
    padding-top: 291px
}
section.product-miniapp-top .section-image {
    height: 100%;
    float: left;
    box-sizing: border-box;
    width: 480px;
    padding-top: 151px
}
body.product-miniapp section.feature {
    height: 500px;
    margin-top: 100px
}
body.product-miniapp section.feature .content-wrapper {
    width: 1000px;
    height: 100%;
    font-size: 0
}
body.product-miniapp section.feature .section-content {
    display: inline-block;
    width: 300px;
    padding-top: 80px;
    vertical-align: top
}
body.product-miniapp section.feature .section-content h2 {
    font-size: 30px;
    margin-bottom: 10px
}
body.product-miniapp section.feature .section-content p.subtitle {
    font-size: 16px;
    margin-bottom: 40px
}
body.product-miniapp section.feature .section-content p {
    color: #677587;
    margin: 0;
    font-size: 14px;
    line-height: 30px
}
body.product-miniapp section.feature .section-img {
    display: inline-block;
    height: 100%;
    width: 640px;
    line-height: 500px
}
body.product-miniapp section.feature .section-img img {
    vertical-align: middle
}
body.product-miniapp section.product-miniapp-1 .section-content .icon, body.product-miniapp section.product-miniapp-3 .section-content .icon, body.product-miniapp section.product-miniapp-5 .section-content .icon, body.product-miniapp section.product-miniapp-7 .section-content .icon, body.product-miniapp section.product-miniapp-9 .section-content .icon {
    margin-left: -15px;
    margin-bottom: 50px
}
body.product-miniapp section.product-miniapp-1 .section-img, body.product-miniapp section.product-miniapp-3 .section-img, body.product-miniapp section.product-miniapp-5 .section-img, body.product-miniapp section.product-miniapp-7 .section-img, body.product-miniapp section.product-miniapp-9 .section-img {
    margin-right: 60px
}
body.product-miniapp section.product-miniapp-2 .section-content .icon, body.product-miniapp section.product-miniapp-4 .section-content .icon, body.product-miniapp section.product-miniapp-6 .section-content .icon, body.product-miniapp section.product-miniapp-8 .section-content .icon {
    margin-right: -15px;
    margin-bottom: 50px
}
body.product-miniapp section.product-miniapp-2 .section-img, body.product-miniapp section.product-miniapp-4 .section-img, body.product-miniapp section.product-miniapp-6 .section-img, body.product-miniapp section.product-miniapp-8 .section-img {
    margin-left: 60px
}
body.product-miniapp #bg-circle-1 {
    right: -252px;
    top: 259px
}
body.product-miniapp #bg-circle-2 {
    left: -302px;
    top: 1390px
}
body.product-miniapp #bg-circle-3 {
    right: -202px;
    top: 2890px
}
body.product-miniapp #bg-circle-4 {
    right: 500px;
    top: 4290px
}
body.faq .main {
    margin-top: 73px;
    padding-top: 110px
}
body.faq .main div.title {
    position: relative;
    text-align: center;
    width: 240px;
    margin: 0 auto
}
body.faq .main div.title h3 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 400
}
body.faq .main div.title .question {
    position: absolute;
    top: -10px;
    right: -12px
}
body.faq .main div.title p.underline {
    margin: 0;
    line-height: 2px;
    font-size: 15px;
    color: #2593f4;
    margin-top: -10px;
    font-weight: 700
}
body.faq .main div.faq-blocks {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    background: url(../image/yunque-large-bg.png) 50% no-repeat;
    background-size: 800px 800px
}
@media (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    body.faq .main div.faq-blocks {
        background: url(../image/yunque-large-bg@2x.png) 50% no-repeat;
        background-size: 800px 800px
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    body.faq .main div.faq-blocks {
        background: url(../image/yunque-large-bg@2x.png) 50% no-repeat;
        background-size: 800px 800px
    }
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
    body.faq .main div.faq-blocks {
        background: url(../image/yunque-large-bg@3x.png) 50% no-repeat;
        background-size: 800px 800px
    }
}
body.faq .main div.faq-blocks div.faq-block {
    display: inline-block;
    margin-top: 100px;
    padding: 0 110px;
    width: 380px;
    vertical-align: top
}
body.faq .main div.faq-blocks div.faq-block p.title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #2593f4
}
body.faq .main div.faq-blocks div.faq-block div.content {
    font-size: 14px;
    line-height: 24px;
    color: #596b7f
}
body.faq .main div.faq-blocks div.faq-block div.content p {
    margin: 9px 0
}
body.faq .main div.faq-blocks div.faq-block p.icon {
    margin-bottom: 20px
}
body.faq .main div.faq-blocks div.faq-block p.icon .iconfont {
    font-size: 20px;
    color: #2593f4
}
body.faq .main div.faq-blocks div.faq-block .blue {
    color: #2593f4
}
body.faq .contact-btn {
    margin-top: 100px
}
body.faq .contact-btn a.btn.btn-primary {
    border-radius: 5px;
    box-shadow: 0 7px 30px #2593f4;
    padding: 15px 35px
}
body.about .main {
    margin-top: 73px;
    padding-top: 120px
}
body.about .main #section1 .content-wrapper .content-text {
    width: 650px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 32px
}
body.about .main #section1 .content-wrapper .content-text p.title {
    font-size: 35px;
    margin-bottom: 50px
}
body.about .main #section1 .content-wrapper .content-text p.content {
    margin-right: -20px;
    color: #596b7f
}
body.about .main #section1 .content-wrapper .content-image {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    padding-top: 50px;
    margin-left: 50px
}
body.about .main #section2 {
    margin-top: 200px
}
body.about .main #section2 .content-wrapper {
    width: 1040px;
    margin: 0 auto
}
body.about .main #section2 .content-wrapper .content-text {
    box-sizing: border-box;
    padding-left: 40px;
    width: 500px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 25px
}
body.about .main #section2 .content-wrapper .content-text p.title {
    font-size: 20px;
    margin-bottom: 55px
}
body.about .main #section2 .content-wrapper .content-image {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    margin-top: 50px
}
body.about .list-title {
    color: #2593f4;
    font-weight: 700
}
body.about .contact-details {
    list-style: none;
    padding-left: 0
}
body.about .contact-details li {
    margin: 14px 0
}
body.about .contact-details li div.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #deeefe;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px
}
body.about .contact-details li div.icon i.iconfont {
    color: #2593f4
}
/**附加**/
.news-section .news-header {
    margin-bottom: 38px;
}
.news-section .news-list:first-child {
    margin-right: 5%;
}
.newlist-header {
    font-size: 16px;
    color: #373737;
    line-height: 36px;
}
.newlist-header img {
    margin-right: 9px;
}
.newlist-header .more-news {
    float: right;
    color: #747474;
    cursor: pointer;
    margin-right: 23px;
}
.news-content ul {
    margin-top: 21px;
}
.news-content li {
    list-style: disc;
    color: #0497fd;
    font-size: 25px;
    line-height: 30px;
    margin-left: 25px;
}
.news-content li a {
    color: #9aa7bd;
    font-size: 14px;
    vertical-align: text-bottom;
    cursor: pointer;
}
.news-content li a:hover, .news-content li a:focus, .news-content li a:active {
    color: #333;
    text-decoration: none;
}
.news-content li span.news-time {
    float: right;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    font-size: 18px;
    color: #1d1d1d;
}
.section-header .special-color {
    color: #0497fd;
}
.section-header .header-tips {
    font-size: 14px;
    color: #6e6e6e;
    margin-top: 20px;
}
.section-header .header-tips a {
    cursor: pointer;
}
.section-header .header-tips .inline-ul {
    width: 65%;
    min-width: 300px;
    color: #FFFFFF;
    margin: 0 auto;
}
.section-header .header-tips .inline-ul li {
    list-style: disc;
    float: left;
    margin: 0 30px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-6 {
    width: 50%;
    float: left;
}
.news-list {
    margin-right: 5%;
}
.pageLeft {
    width: 680px;
    border-right: #e6e6e6 solid 1px;
    padding-right: 9px;
}
.fl {
    float: left
}

.fr {
    float: right
}

.crumbs {
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6
}

.crumbs span {
    margin: 0 5px;
}

.crumbs a {
    color: #0061b8;
    padding-right: 5px;
}
.pageList .imgtext {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px
}

.pageList .imgtext dt {
    margin-right: 15px
}
.mb10 {
    margin-bottom: 10px
}
.bk10 {
    height: 10px clear: both;
    font-size: 1px;
    line-height: 1px
}
.pageList .text {
    line-height: 25px;
    color: #666;
}

.pageList .fn.st span {
    margin: 0 3px
}

.imgtext dd p {
    padding: 3px 0
}

.imgtext .fn {
    font-size: 12px;
    color: #888;
    line-height: 18px
}

.pages .pg1lll {
    display: none;
}
.f18 {
    font-size: 18px
}
.pageRight {
    width: 300px;
}
.mod-hd {
    height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    border-bottom: 2px solid #e6e6e6;
}

.mod-hd .title {
    margin-bottom: -2px;
}

.pages .pgll1l {
    display: none;
}

.pageContent .title {
    padding: 0 0 10px;
}
.pageContent .title h1 {
  font-size: 22px;
}

.pageContent .titleInfo {
  font-size: 13px;
  color: #999;
  line-height: 24px;
  height: 24px;
  border-bottom: #e6e6e6 solid 1px;
  padding-bottom: 10px;
}
.mod-hd .title h3 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0 3px;
    margin: 0;
    padding: 0;
}

.mod-hd .title h2 {
    float: left;
    border-bottom: 2px solid #626262;
    font-size: 16px;
    font-weight: bold;
    padding: 0 3px;

}
.pageZt h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.pageZt li {
    font-size: 16px;
    margin-bottom: 8px;
    list-style-type: none;
    padding-left: 3px;
}

.pageZt li:nth-of-type(even) {
    font-size: 16px;
    margin-bottom: 8px;
    background-color: #f3f3f3;
}
.imgtext dt {
    float: left;
    margin-right: 10px;
}

.pages .pg1l11 {
    display: none;
}

.ulist li {
    background-position: 0 -31px;
    line-height: 27px;
    height: 27px;
    padding-left: 5px;
}

.ulist li span.time {
    color: #999;
    padding-left: 20px;
    font-size: 12px;
}

.related-Read .special {
    position: relative;
    overflow: hidden;
    padding-left: 5px;
    border-left: 1px solid #e6e6e6;
}

.next_pages {
    font-size: 18px;
    clear: both;
    background: #078;
    color: #fff;
    height: 30px;
    text-align: center;
    margin: 5px 0;
}

.next_pages a {
    color: #fff;
}
.modBox .more {
    float: right;
    color: #a7a7a7;
    background-position: right 10px;
    padding-right: 14px;
    font-size: 12px;
}