@charset "UTF-8";
/*定义公共部分通用css，默认所有页面都需要加载 2016/08/17*/
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
    height: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    font-family: Helvetica, Microsoft YaHei, Lucida Grande, Arial;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

input,
select,
textarea,
button {
    font-family: heiti SC, Helvetica, Microsoft YaHei, Lucida Grande, Arial;
    vertical-align: middle;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
    font-weight: normal;
}

i {
    font-style: normal;
}

ul,
ol,
li {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe {
    border: none;
}

a {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: block;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

/* 取消苹果圆角 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

div, p, span.i {
    -webkit-tap-highlight-color: transparent;
}

/* placeholder  */
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input[type='button'] {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.font-f-sc {
    font-family: heiti SC;
}

.font-f-hvt {
    font-family: Helvetica;
}

.font-f-yh {
    font-family: Microsoft YaHei;
}

.font-f-lg {
    font-family: Lucida Grande;
}

.font-f-a {
    font-family: Arial;
}

.h {
    display: none;
    visibility: visible;
}

.fix {
    *zoom: 1;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.pos-f {
    position: fixed;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.cur {
    cursor: pointer;
}

.dis-show {
    display: block !important;
}

.dis-hide {
    display: none !important;
}

.dis-inb {
    display: inline-block;
}

.dis-b {
    display: block;
}

.disShow {
    display: inline-block !important;
}

.cn-b {
    clear: both !important;
}

.va-t {
    vertical-align: top;
}

.va-m {
    vertical-align: middle;
}

.va-b {
    vertical-align: bottom;
}

.flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis {
    display: -webkit-flex;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.mask, .mask-son, .mask-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -1px;
    right: 0;
    background: rgba(26, 26, 26, 0.3);
    display: none;
}

.mask {
    z-index: 3;
}

.mask-son {
    z-index: 5;
}

.mask-pop {
    z-index: 7;
}

.pop {
    display: none;
    position: fixed;
    z-index: 6;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-style: preserve-3d;
    border-radius: 6px;
    background: #fff;
}

.pop-son {
    z-index: 8;
}

.pop-small {
    width: 272px;
}

.pop-min {
    width: 308px;
}

.pop-middle {
    width: 500px;
}

.pop-big {
    width: 640px;
}

.pop-large {
    width: 720px;
}

.pop-max {
    width: 900px;
}

.pop-body {
    padding: 0 20px;
    min-height: 200px;
    max-height: 700px;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.btn {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    background-color: #20ADE5;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.but-bd-gray {
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
    color: #666;
    vertical-align: middle;
}

.but-bd-gray:hover {
    border-color: #20ADE5;
    color: #20ADE5;
}

.btn-white {
    width: 100px;
    height: 26px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #ffffff;
    line-height: 26px;
    vertical-align: middle;
}

.website-btn {
    display: inline-block;
    width: 100px;
    background: #F9C03D;
    border: 1px solid #F9C03D;
    border-radius: 100px;
    color: #ffffff !important;
}

.btn-group {
    padding: 4px 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border: 1px solid #20ADE5;
    line-height: 1;
    border-radius: 100px;
    margin-right: 16px;
    margin-left: 16px;
}

.btn-group .btn {
    width: 48px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    background: transparent;
    color: #20ADE5;
}

.btn-group .btn:last-child {
    border-left: 1px solid #20ADE5;
}

.btn-group .active {
    background: #7cbeff;
    color: #fcfcfc;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:after, .container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    height: 100%;
}

.row:after, .row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
.col-md-11, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
.col-md-11, .col-md-12 {
    float: left;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
    width: 91.66666667%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-1 {
    width: 8.33333333%;
}

.col-md-offset-12 {
    margin-left: 100%;
}

.col-md-offset-11 {
    margin-left: 91.66666667%;
}

.col-md-offset-10 {
    margin-left: 83.33333333%;
}

.col-md-offset-9 {
    margin-left: 75%;
}

.col-md-offset-8 {
    margin-left: 66.66666667%;
}

.col-md-offset-7 {
    margin-left: 58.33333333%;
}

.col-md-offset-6 {
    margin-left: 50%;
}

.col-md-offset-5 {
    margin-left: 41.66666667%;
}

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.col-md-offset-2 {
    margin-left: 16.66666667%;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.col-md-offset-0 {
    margin-left: 0;
}

.container {
    width: 1200px;
}

.website-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-bottom: 2px solid #e3e3e3;
    z-index: 2;
    background: #ffffff;
}

.logo {
    width: 120px;
    height: 30px;
}

.nav-main {
    text-align: right;
}

.nav-main ul {
    display: inline-block;
}

.nav-main li {
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.nav-main .active {
    color: #20ADE5;
}

.phone-nav-main {
    display: none;
    position: relative;
    height: 100%;
}

.phone-nav-main .nav-btn {
    display: inline-block;
    width: 0.53333rem;
    height: 0.37333rem;
    margin-right: 0.16rem;
}

.phone-nav-main .nav-btn img {
    width: 0.53333rem;
    height: 0.37333rem;
}

.phone-nav-main .nav-list {
    display: none;
    position: absolute;
    top: 1.06667rem;
    right: -0.18667rem;
    width: 4.98667rem;
    background: #ffffff;
    z-index: 1;
}

.phone-nav-main .nav-list li {
    height: 1.06667rem;
    line-height: 1.06667rem;
    text-align: center;
    font-size: 15px;
    color: #333333;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 1px 1px 0 #E3E3E3;
}

[data-dpr='2'] .phone-nav-main .nav-list li {
    font-size: 30px;
}

[data-dpr='3'] .phone-nav-main .nav-list li {
    font-size: 45px;
}

.website-banner {
    margin: 60px auto 0;
    position: relative;
}

.website-banner .banner-tit {
    position: absolute;
    left: 50%;
    top: 162px;
    margin-left: -450px;
    text-align: center;
}

.website-banner .banner-tit h2 {
    font-size: 45px;
    color: #ffffff;
}

.website-banner .banner-tit p {
    font-size: 25px;
    color: #ffffff;
    margin-top: 26px;
}

.website-banner .banner-tit p .btn {
    margin-left: 22px;
}

.focusBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 626px;
}

.focusBox .pic {
    position: relative;
    z-index: 0;
}

.focusBox .pic li {
    position: relative;
    width: 100%;
    height: 626px;
    overflow: hidden;
}

.focusBox .pic a {
    width: 1920px;
    height: 626px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.focusBox .pic img {
    width: 1920px;
    height: 626px;
    display: block;
}

.focusBox .pic .img-small {
    display: none;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    background: url("/img/dot.png") no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
}

.focusBox .hd .on {
    background-position: 0 0;
}

.focusBox .prev, .focusBox .next {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url("/img/ad_ctr.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.focusBox .prev:hover, .focusBox .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.focusBox .prev {
    left: 0;
}

.focusBox .next {
    background-position: 0 -90px;
    right: 0;
}

.scheme-txt-box {
    display: none;
    height: 1.17333rem;
    line-height: 1.17333rem;
    background: #FFFFFF;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.32rem;
}

.scheme-txt-box a {
    padding: 0 0.32rem;
    font-size: 12px;
    color: #666666;
}

[data-dpr='2'] .scheme-txt-box a {
    font-size: 24px;
}

[data-dpr='3'] .scheme-txt-box a {
    font-size: 36px;
}

.scheme-txt-box a span {
    float: right;
    color: #20ADE5;
}

.website-index-list {
    height: 500px;
    background: #ffffff;
}

.website-index-list .col-md-12 {
    text-align: center;
}

.website-index-list h2 {
    padding: 40px 0 24px;
    font-size: 28px;
    color: #333;
}

.website-index-list p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 34px;
}

.website-index-list .text {
    padding: 0 140px;
}

.m-height {
    height: 686px;
}

.ladyScroll {
    width: 1200px;
    height: 250px;
    margin: 15px auto;
    position: relative;
}

.ladyScroll .prev, .ladyScroll .next {
    width: 30px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 1;
    cursor: pointer;
}

.ladyScroll .next {
    left: auto;
    right: 0;
    background: url("/img/home_icon_next.png") no-repeat;
}

.ladyScroll .prev {
    left: 0;
    background: url("/img/home_icon_previous.png") no-repeat;
}

.ladyScroll .scrollWrap {
    width: 1048px;
    margin: 0 86px;
    overflow: hidden;
    position: absolute;
}

.ladyScroll dl {
    float: left;
    width: 500px;
    text-align: center;
    position: relative;
    margin-right: 24px;
}

.ladyScroll dt {
    margin: 0 auto;
    width: 500px;
    overflow: hidden;
}

.ladyScroll a {
    display: inline-block;
    width: 500px;
    height: 250px;
}

.ladyScroll .boss {
    background: url("/img/home_slideshow_bg_500x250_1.png") no-repeat center;
}

.ladyScroll .boss:hover {
    background: url("/img/home_slideshow_bg_500x250_1%20copyhome_slideshow_bg_500x250_1_hover.png") no-repeat center;
}

.ladyScroll .sales {
    background: url("/img/home_slideshow_bg_500x250_2.png") no-repeat center;
}

.ladyScroll .sales:hover {
    background: url("/img/home_slideshow_bg_500x250_2_hover.png") no-repeat center;
}

.ladyScroll .cfo {
    background: url("/img/home_slideshow_bg_500x250_3.png") no-repeat center;
}

.ladyScroll .cfo:hover {
    background: url("/img/home_slideshow_bg_500x250_3_hover.png") no-repeat center;
}

.ladyScroll .it {
    background: url("/img/home_slideshow_bg_500x250_4.png") no-repeat center;
}

.ladyScroll .it:hover {
    background: url("/img/home_slideshow_bg_500x250_4_hover.png") no-repeat center;
}

.ladyScroll .order-auditor {
    background: url("/img/home_slideshow_bg_500x250_5.png") no-repeat center;
}

.ladyScroll .order-auditor:hover {
    background: url("/img/home_slideshow_bg_500x250_5_hover.png") no-repeat center;
}

.ladyScroll .client {
    background: url("/img/home_slideshow_bg_500x250_6.png") no-repeat center;
}

.ladyScroll .client:hover {
    background: url("/img/home_slideshow_bg_500x250_6_hover.png") no-repeat center;
}

.home-bg-1 {
    background: url("/img/home_bg_1920x500.png");
}

.home-bg-1 h2, .home-bg-1 p {
    color: #ffffff;
}

.introduce-list li {
    width: 196px;
    height: 260px;
    padding: 24px 12px 29px;
    text-align: center;
    color: #4A4A4A;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
}

.introduce-list li h4 {
    font-size: 16px;
}

.introduce-list li p {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    color: #4A4A4A;
}

.introduce-list li img {
    width: 108px;
    height: 108px;
    margin: 10px 0;
}

.introduce-list .sale-img-hover, .introduce-list .business-img-hover, .introduce-list .house-img-hover, .introduce-list .cost-img-hover {
    display: none;
}

.introduce-list .sale-img, .introduce-list .business-img, .introduce-list .house-img, .introduce-list .cost-img {
    cursor: pointer;
}

.introduce-list .sale-img:hover .sale-img-def {
    display: none;
}

.introduce-list .sale-img:hover .sale-img-hover {
    display: inline-block;
}

.introduce-list .business-img:hover .business-img-def {
    display: none;
}

.introduce-list .business-img:hover .business-img-hover {
    display: inline-block;
}

.introduce-list .house-img:hover .house-img-def {
    display: none;
}

.introduce-list .house-img:hover .house-img-hover {
    display: inline-block;
}

.introduce-list .cost-img:hover .cost-img-def {
    display: none;
}

.introduce-list .cost-img:hover .cost-img-hover {
    display: inline-block;
}

.phone-introduce-list {
    display: none;
    font-size: 0;
    margin-top: 0.16rem;
}

.phone-introduce-list li {
    display: inline-block;
    width: calc(50% - 0.53333rem);
    height: 1.06667rem;
    line-height: 1.06667rem;
    font-size: 12px;
    margin-right: 0.53333rem;
    background: #ffffff;
    color: #666666;
    margin-bottom: 0.53333rem;
    text-align: left;
    padding: 0 0.13333rem;
}

[data-dpr='2'] .phone-introduce-list li {
    font-size: 24px;
}

[data-dpr='3'] .phone-introduce-list li {
    font-size: 36px;
}

.phone-introduce-list li span {
    display: inline-block;
}

.phone-introduce-list li .num-up, .phone-introduce-list li .num-down {
    float: right;
    font-size: 16px;
    color: #20ADE5;
    padding-left: 0.32rem;
}

[data-dpr='2'] .phone-introduce-list li .num-up, [data-dpr='2'] .phone-introduce-list li .num-down {
    font-size: 32px;
}

[data-dpr='3'] .phone-introduce-list li .num-up, [data-dpr='3'] .phone-introduce-list li .num-down {
    font-size: 48px;
}

.phone-introduce-list li .num-up {
    background: url("/img/home_icon_up.png") no-repeat left center/0.21333rem;
}

.phone-introduce-list li .num-down {
    background: url("/img/home_icon_down.png") no-repeat left center/0.21333rem;
}

.cooperation-list {
    font-size: 0;
    text-align: center;
}

.cooperation-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 25px;
}

.cooperation-list li:nth-child(4n) {
    margin-right: 0;
}

.cooperation-more {
    text-align: center;
    cursor: pointer;
}

.free-trial-ad {
    height: 80px;
    background: #20ADE5;
    text-align: center;
}

.free-trial-ad p {
    display: inline-block;
    line-height: 80px;
    font-size: 24px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-right: 34px;
}

.free-trial-ad .btn {
    height: 30px;
    line-height: 30px;
}

.free-trial-ad a {
    display: inline-block;
    line-height: 80px;
    font-size: 24px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-right: 34px;
}

.free-trial-ad a:hover {
    color: #FFFFFF;
}

.website-footer {
    background: #4A4A4A;
    color: #ffffff;
    padding: 34px 0;
}

.website-footer-left {
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 100px;
}

.website-footer-left img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}

.website-footer-left .download, .website-footer-left .hkmovie {
    display: inline-block;
    text-align: center;
    margin-right: 22px;
}

.website-footer-left .tel {
    font-size: 36px;
    margin-top: 60px;
}

.website-footer-right {
    text-align: right;
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
}

.website-footer-right dl {
    width: 100px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin-right: 24px;
}

.website-footer-right dt {
    font-size: 20px;
    margin-bottom: 20px;
}

.website-footer-right dd {
    font-size: 16px;
    margin-bottom: 10px;
}

.website-footer-right dd:last-child {
    margin-bottom: 30px;
}

.website-footer-right p {
    font-size: 12px;
    color: #B3B3B3;
    line-height: 2;
    text-align: right;
}

.pop-tit {
    padding: 27px 20px 15px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
}

.pop-body .txt {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    padding-left: 12px;
    font-size: 18px;
}

.pop-body .name {
    margin-top: 26px;
}

.pop-body .name p {
    font-size: 14px;
    color: #9B9B9B;
    padding-bottom: 8px;
}

.pop-body .name .txt {
    width: 168px;
    vertical-align: bottom;
}

.pop-body .name .sex {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 24px;
}

.pop-body .name .sex .man {
    display: inline-block;
    width: 60px;
    height: 22px;
    line-height: 22px;
    padding-left: 30px;
    background-image: url("/img/experience_icon_sir_n.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
    margin-right: 28px;
}

.pop-body .name .sex .woman {
    display: inline-block;
    width: 60px;
    height: 22px;
    line-height: 22px;
    padding-left: 30px;
    background-image: url("/img/experience_icon_ms_n.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
}

.pop-body .name .sex .active-man {
    background-image: url("/img/experience_icon_sir_s.png");
}

.pop-body .name .sex .active-woman {
    background-image: url("/img/experience_icon_ms_s.png");
}

.pop-body .phone {
    margin-top: 22px;
}

.pop-body .phone p {
    font-size: 14px;
    padding-bottom: 8px;
    color: #9B9B9B;
}

.pop-body .pop-btn-box {
    padding-top: 84px;
    padding-bottom: 24px;
    text-align: right;
}

.pop-body dl {
    padding: 24px 0;
}

.pop-body dd {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.pop-body .text {
    font-size: 14px;
    color: #999;
    line-height: 2;
}

.pop-body .register-go {
    font-size: 14px;
    color: #20ADE5;
    text-decoration: underline;
    line-height: 2;
}

.pop-body .tel {
    font-size: 18px;
    color: #333;
    line-height: 2;
}

.pop-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 18px;
    height: 18px;
    background: url("/img/purchase_icon_cancel.png") no-repeat center/18px;
}

.website-advantage-banner {
    margin-top: 60px;
    background: url("/img/product_banner_bg_1920x500.png") no-repeat;
}

.website-advantage-banner .container {
    position: relative;
    height: 300px;
}

.website-advantage-banner .video-banner {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    text-align: center;
}

.website-advantage-banner .video-banner h2 {
    margin-bottom: 36px;
    font-size: 36px;
    color: #FFFFFF;
}

.website-advantage-banner .video-banner .btn {
    width: 124px;
}

.website-advantage-banner .video-banner .btn img, .website-advantage-banner .video-banner .btn span {
    vertical-align: middle;
    margin-right: 4px;
}

.website-cont-list {
    min-width: 1200px;
    padding: 40px 0 54px;
    text-align: center;
}

.website-cont-list h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 50px;
}

.website-cont-list .tips-img {
    width: 128px;
    height: 128px;
}

.website-cont-list li {
    display: inline-block;
    width: 270px;
    margin-right: 50px;
    vertical-align: top;
}

.website-cont-list li:last-child {
    margin-right: 0;
}

.website-cont-list li h4 {
    margin: 40px 0 16px;
    font-size: 18px;
    color: #4A4A4A;
}

.website-cont-list li .txt {
    text-align: left;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.5;
}

.website-nav-tab {
    height: 52px;
    line-height: 52px;
    background: #f3f5f8;
    border: 2px solid #e3e3e3;
    text-align: center;
}

.website-nav-tab .txt {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 50px;
    font-size: 16px;
}

.website-nav-tab .active {
    color: #20ADE5;
    border-bottom: 2px solid #20ADE5;
}

.website-advantage-list .container {
    height: 500px;
}

.website-advantage-list .txt {
    margin-top: 120px;
}

.website-advantage-list .txt h2 {
    font-size: 26px;
}

.website-advantage-list .txt p {
    font-size: 16px;
    line-height: 1.5;
    padding: 30px 0;
}

.website-advantage-list .txt .btn {
    width: 120px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
}

.website-advantage-list .img-small {
    display: none;
}

.website-advantage-fun {
    padding: 40px 0 80px;
}

.website-advantage-fun .row {
    text-align: center;
}

.website-advantage-fun h2 {
    margin-bottom: 60px;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.website-advantage-fun .fun-list {
    text-align: center;
    width: 400px;
}

.website-advantage-fun .fun-list li {
    padding-left: 106px;
    margin-bottom: 30px;
    text-align: left;
}

.website-advantage-fun .fun-list li:last-child {
    margin-bottom: 0;
}

.website-advantage-fun .fun-list img {
    float: left;
    width: 90px;
    height: 90px;
    margin-left: -106px;
    vertical-align: top;
}

.website-advantage-fun .fun-list p {
    float: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333;
}

.website-advantage-fun .fun-list p span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.5;
}

.website-safety-list {
    min-width: 1200px;
    text-align: center;
}

.website-safety-list .safety-list-one {
    padding: 40px 0 54px;
}

.website-safety-list .safety-list-one h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 24px;
}

.website-safety-list .safety-list-one p {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}

.website-safety-list .safety-list-one img {
    width: 128px;
    height: 128px;
}

.website-safety-list .safety-list-one li {
    display: inline-block;
    width: 270px;
    margin-right: 50px;
    vertical-align: top;
}

.website-safety-list .safety-list-one li:last-child {
    margin-right: 0;
}

.website-safety-list .safety-list-one li h4 {
    margin: 40px 0 16px;
    font-size: 18px;
    color: #4A4A4A;
}

.website-safety-list .safety-list-one li .txt {
    text-align: left;
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 0;
    line-height: 1.5;
}

.website-safety-list .safety-list-two {
    height: 100%;
    padding: 40px 0 54px;
    min-height: 400px;
    width: 1200px;
    margin: 0 auto;
}

.website-safety-list .safety-list-two h2 {
    font-size: 28px;
    margin-bottom: 92px;
}

.website-safety-list .safety-list-two .list {
    display: inline-block;
    padding-left: 60px;
    width: 440px;
    margin-bottom: 30px;
}

.website-safety-list .safety-list-two .list:nth-child(2) {
    margin-right: 100px;
}

.website-safety-list .safety-list-two .list:nth-child(4) {
    margin-right: 100px;
}

.website-safety-list .safety-list-two .txt {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #20ADE5;
    text-align: left;
    vertical-align: text-top;
}

.website-safety-list .safety-list-two .txt span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.website-safety-list .safety-list-two .num {
    float: left;
    width: 50px;
    margin-left: -60px;
    display: inline-block;
    font-size: 50px;
    color: #20ADE5;
    vertical-align: text-top;
}

.bg-safety {
    background: url("/img/product_security_img_bg_1920x300.png") no-repeat;
    color: #ffffff;
}

.safety-list-three {
    height: 100%;
    padding: 40px 0 54px;
    min-height: 400px;
    width: 1200px;
    margin: 0 auto;
}

.safety-list-three li {
    width: 246px;
    height: 280px;
    padding: 18px;
    display: inline-block;
    font-size: 0;
    border: 1px solid #e3e3e3;
    vertical-align: top;
    margin-right: 56px;
    border-radius: 6px;
}

.safety-list-three li:last-child {
    margin-right: 0;
}

.safety-list-three img {
    width: 86px;
    margin-bottom: 46px;
    margin-top: 33px;
}

.safety-list-three h2 {
    font-size: 28px;
    margin-bottom: 50px;
}

.safety-list-three .txt {
    font-size: 14px;
    color: #555555;
    text-align: left;
}

.safety-list-three .tel {
    padding-top: 16px;
    font-size: 23px;
    color: #555555;
}

.safety-list-four {
    padding: 84px 0 54px;
    height: 300px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.safety-list-four h2 {
    font-size: 28px;
    margin-bottom: 43px;
}

.safety-list-four p {
    font-size: 16px;
    line-height: 2;
}

.bg-blue {
    background: #20ade5;
    color: #ffffff;
}

.bg-gray {
    background: #F7F7F7;
}

.bg-green {
    background: #417abe;
    color: #ffffff;
}

.website-download {
    text-align: center;
    padding: 50px 0 70px;
}

.website-download h2 {
    font-size: 28px;
    color: #333;
}

.website-download .txt {
    margin-top: 24px;
    font-size: 16px;
    color: #666;
    margin-bottom: 58px;
}

.website-download .web-app, .website-download .ios-app, .website-download .android-app {
    display: inline-block;
    vertical-align: middle;
}

.website-download .web-app:hover, .website-download .ios-app:hover, .website-download .android-app:hover {
    cursor: pointer;
}

.website-download .web-app:hover .logo-icon, .website-download .ios-app:hover .logo-icon, .website-download .android-app:hover .logo-icon {
    display: none;
}

.website-download .web-app:hover .code, .website-download .ios-app:hover .code, .website-download .android-app:hover .code {
    display: block;
}

.website-download .web-app .code, .website-download .ios-app .code, .website-download .android-app .code {
    display: none;
}

.website-download .web-app p, .website-download .ios-app p, .website-download .android-app p {
    font-size: 16px;
    color: #666;
    margin-top: 16px;
}

.website-download .web-app {
    margin-right: 150px;
}

.website-download .ios-app {
    margin-right: 74px;
}

.website-case-banner {
    margin-top: 60px;
    height: 300px;
    background: url("/img/case_img_bg_1920x500.png") no-repeat;
    text-align: center;
}

.website-case-banner .banner-tit {
    color: #ffffff;
    padding-top: 138px;
}

.website-case-banner .banner-tit h2 {
    margin-bottom: 28px;
    font-size: 36px;
}

.website-case-banner .banner-tit p {
    font-size: 24px;
}

.website-blogs-banner {
    margin-top: 60px;
    height: 300px;
    background: url("/img/blog_img_banner_1920x500.jpg") no-repeat;
    text-align: center;
}

.website-blogs-banner .banner-tit {
    color: #ffffff;
    padding-top: 124px;
}

.website-blogs-banner .banner-tit h2 {
    margin-bottom: 28px;
    font-size: 36px;
}

.website-blogs-banner .banner-tit p {
    font-size: 24px;
}

.website-case-list {
    margin: 30px auto;
}

.website-case-list li {
    padding-left: 400px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.website-case-list .img-tit {
    float: left;
    width: 400px;
    margin-left: -400px;
}

.website-case-list .img-tit img {
    width: 400px;
}

.website-case-list .main {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 36px;
    font-size: 16px;
    color: #666666;
}

.website-case-list .main p {
    padding-top: 24px;
    text-indent: 2em;
    text-align: left;
}

.website-blogs-list {
    margin: 30px auto;
}

.website-blogs-list li {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.website-blogs-list .blogs-list-box {
    padding-left: 240px;
    height: 136px;
}

.website-blogs-list .blogs-list-box .img-small {
    display: none;
}

.website-blogs-list .img-tit {
    float: left;
    width: 240px;
    margin-left: -240px;
}

.website-blogs-list .img-tit img {
    width: 240px;
    height: 136px;
}

.website-blogs-list .main {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 36px;
}

.website-blogs-list .main h4 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.website-blogs-list .main .txt {
    color: #666666;
    padding-top: 14px;
    line-height: 1.5;
    font-size: 14px;
}

.website-blogs-list .main .info {
    position: absolute;
    left: 36px;
    bottom: 0;
}

.website-blogs-list .main .info span {
    font-size: 14px;
    color: #666666;
}

.website-blogs-list .main .info span:first-child {
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
}

.website-blogs-list .main .info span:last-child {
    padding-left: 20px;
}

.website-case-detail .back {
    display: inline-block;
    color: #20ADE5;
    font-size: 14px;
}

.website-case-detail .website-detail-back {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.website-case-detail .share {
    float: right;
    font-size: 14px;
    display: inline-block;
    text-align: right;
}

.website-case-detail .share span {
    display: inline-block;
    vertical-align: middle;
}

.website-case-detail .share .share-list {
    display: inline-block;
    vertical-align: middle;
}

.website-case-detail .share .share-list li {
    vertical-align: middle;
}

.website-detail-main {
    border-bottom: 1px solid #e3e3e3;
    padding: 24px 0;
}

.website-detail-main .title {
    font-size: 24px;
    color: #333;
}

.website-detail-main .time {
    padding: 18px 0;
    font-size: 14px;
    color: #999999;
}

.website-detail-main .time time {
    border-right: 1px solid #e3e3e3;
    padding-right: 14px;
}

.website-detail-main .time span {
    padding: 0 14px;
}

.website-detail-main .main {
    margin-top: 22px;
    text-align: center;
}

.website-detail-main .main h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.website-detail-main .main p {
    font-size: 16px;
    color: #666;
    /*text-indent: 2em;*/
    text-align: left;
    line-height: 1.5;
    margin-bottom: 1em;
}

.website-detail-main .main img {
    margin: 24px 0;
}

.website-detail-page {
    padding: 24px 0;
    font-size: 14px;
    color: #666;
}

.website-detail-page p {
    margin-bottom: 16px;
}

.website-detail-page a {
    display: inline-block;
}

.website-detail-page span {
    color: #20ADE5;
}

.website-case-role .case-role-list {
    height: 414px;
    text-align: center;
    padding: 40px 0;
}

.website-case-role .case-role-list h2 {
    font-size: 28px;
    color: #333;
}

.website-case-role .case-role-list ul {
    margin-top: 80px;
}

.website-case-role .case-role-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}

.website-case-role .case-role-list li:last-child {
    margin-right: 0;
}

.website-case-role .case-role-list li:hover {
    cursor: pointer;
}

.website-case-role .case-role-list li:hover .default-img {
    display: none;
}

.website-case-role .case-role-list li:hover .hover-img {
    display: block;
}

.website-case-role .case-role-list li .hover-img {
    display: none;
}

.website-case-role .case-role-list li .active-img {
    display: none;
}

.website-case-role .case-role-list li p {
    margin-top: 24px;
    font-size: 16px;
    color: #666;
}

.website-case-role .case-role-list .active .default-img {
    display: none;
}

.website-case-role .case-role-list .active .hover-img {
    display: none;
}

.website-case-role .case-role-list .active .active-img {
    display: block;
}

.website-case-role .case-role-list .active:hover .hover-img {
    display: none;
}

.case-role-user {
    background: #F7F7F7;
    text-align: center;
    margin-bottom: 30px;
}

.case-role-user .container {
    position: relative;
    padding: 40px 0;
}

.case-role-user .container:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -70px;
    border-style: solid;
    border-width: 40px 30px;
    border-color: transparent transparent #F7F7F7 transparent;
}

.case-role-user .sales-director {
    display: block;
}

.case-role-user .sales-director:before {
    left: 96px;
}

.case-role-user .cfo {
    display: block;
}

.case-role-user .cfo:before {
    left: 284px;
}

.case-role-user .it {
    display: block;
}

.case-role-user .it:before {
    left: 476px;
}

.case-role-user .order-auditor {
    display: block;
}

.case-role-user .order-auditor:before {
    left: 662px;
}

.case-role-user .boss {
    display: block;
}

.case-role-user .boss:before {
    left: 852px;
}

.case-role-user .client {
    display: block;
}

.case-role-user .client:before {
    right: 96px;
}

.case-role-user h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 24px;
}

.case-role-user p {
    font-size: 20px;
    color: #20ADE5;
    margin-bottom: 50px;
}

.case-role-user .use-before h4, .case-role-user .use-after h4 {
    font-size: 20px;
    color: #FF2222;
    margin-bottom: 24px;
}

.case-role-user .use-before li, .case-role-user .use-after li {
    width: 400px;
    height: 60px;
    padding: 8px 20px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}

.case-role-user .use-before li:after, .case-role-user .use-after li:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.case-role-user .use-before li span, .case-role-user .use-after li span {
    display: inline-block;
    vertical-align: middle;
}

.case-role-user .use-before h4 {
    background: url("/img/case_role_icon_warning.png") no-repeat 34% center;
}

.case-role-user .use-before li {
    border: 1px solid #FFA4AF;
}

.case-role-user .use-after h4 {
    background: url("/img/case_role_icon_complete.png") no-repeat 34% center;
    color: #00C107;
}

.case-role-user .use-after li {
    border: 1px solid #00C107;
}

.website-buy-banner {
    margin-top: 60px;
}

.website-buy-precept {
    position: relative;
}

.website-buy-precept .buy-list {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 981px;
}

.website-buy-precept li {
    display: inline-block;
    width: 220px;
    height: 380px;
    margin-right: 30px;
    padding: 30px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(120, 120, 120, 0.5);
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    border: solid 1px transparent;
    font-size: 0;
    transition: all .3s ease-out;
}

.website-buy-precept li:hover {
    border: solid 1px #43b9f1;
    margin-top: -10px;
}

.website-buy-precept li:last-child {
    margin-right: 0;
}

.website-buy-precept li h4 {
    font-size: 18px;
    line-height: 1em;
    color: #333333;
    margin-bottom: 40px;
}

.website-buy-precept li .price {
    font-size: 14px;
    line-height: 1em;
}

.website-buy-precept li .price span {
    font-size: 36px;
    line-height: 1em;
}

.website-buy-precept li .user-num {
    display: inline-block;
    font-size: 14px;
    color: #acacac;
    border: 1px solid #ababab;
    width: 84px;
    height: 30px;
    line-height: 30px;
    margin-top: 24px;
}

.website-buy-precept li .txt {
    font-size: 12px;
    color: #707070;
    line-height: 2;
    padding-top: 26px;
    margin-top: 22px;
    margin-bottom: 28px;
    border-top: 1px solid #e3e3e3;
}

.website-buy-precept li .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid #20ade5;
    color: #20ade5;
    padding: 0;
    text-align: center;
}

.website-buy-precept .brand {
    position: relative;
}

.website-buy-precept .brand:after {
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #20ade5;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.website-buy-precept .brand .price {
    color: #20ade5;
}

.website-buy-precept .brand .txt .standard-tips {
    display: inline-block;
    border-radius: 100px;
    background: #20ade5;
    color: #ffffff;
    font-size: 12px;
    line-height: 1em;
    padding: 4px 8px;
    margin: 0 4px 4px;
}

.website-buy-precept .brand .txt i {
    color: #20ade5;
}

.website-buy-precept .custom .price {
    font-size: 28px;
    margin-bottom: 86px;
}

.website-buy-precept .shape {
    padding-top: 446px;
    text-align: center;
}

.website-buy-precept .shape h2 {
    font-size: 28px;
    color: #333;
}

.website-buy-precept .shape p {
    margin: 24px 0 50px;
    font-size: 16px;
    color: #666;
}

.website-buy-precept .shape table {
    width: 100%;
    border-collapse: collapse;
}

.website-buy-precept .shape tr:last-child {
    background: rgba(234, 244, 255, 0.5);
}

.website-buy-precept .shape td {
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    text-align: left;
    padding: 20px;
}

.website-buy-precept .shape td:nth-child(1) {
    width: 200px;
    text-align: center;
}

.website-buy-precept .shape td:nth-child(2) {
    width: 240px;
    text-align: center;
}

.website-buy-precept .shape td p {
    margin: 0;
}

.website-buy-precept .shape h4 {
    margin-bottom: 10px;
}

.website-buy-precept .action {
    text-align: center;
}

.website-buy-precept .action h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 42px;
}

.website-buy-precept table {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e3e3e3;
}

.website-buy-precept table th {
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    background: rgba(234, 244, 255, 0.5);
    font-weight: normal;
}

.website-buy-precept table td {
    position: relative;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    line-height: 2;
}

.website-buy-precept table td:nth-child(1), .website-buy-precept table td:nth-child(2) {
    color: #333;
}

.website-buy-precept table td:hover {
    cursor: pointer;
    background: rgba(234, 244, 255, 0.5);
}

.website-buy-precept table td:hover .tips {
    display: block;
}

.website-buy-precept table td .tips {
    display: none;
    width: auto !important;
    position: absolute;
    left: 140px;
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
    text-align: left;
}

.website-buy-precept table td .tips:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 24px;
    width: 14px;
    height: 8px;
    display: block;
    background: url("/img/Rectangle_icon_top.png") no-repeat center/14px 8px;
}

.website-buy-precept table td .tips h5 {
    font-size: 12px;
    color: #F9C03D;
}

.website-buy-precept table td .tips p {
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}

.website-buy-precept table td img {
    width: 16px;
    height: 16px;
}

.website-buy-precept .hint {
    padding: 16px 0;
    font-size: 14px;
    color: #999;
    text-align: left;
    width: 980px;
    margin: 0 auto;
}

.website-buy-precept .billing-state {
    width: 980px;
    margin: 0 auto;
    padding-top: 64px;
}

.website-buy-precept .billing-state dl {
    margin-bottom: 36px;
}

.website-buy-precept .billing-state dt {
    font-size: 18px;
    color: #20ADE5;
    margin-bottom: 12px;
}

.website-buy-precept .billing-state dd {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.website-buy-precept .billing-state dd p {
    color: #333;
}

.website-buy-precept .billing-state dd span {
    padding-right: 20px;
}

.tr-bg {
    background: rgba(234, 244, 255, 0.5);
}

.product-buy {
    padding: 24px;
}

.product-buy h2 {
    font-size: 16px;
    color: #666;
    padding-bottom: 16px;
}

.product-buy table {
    width: 100%;
    table-layout: fixed;
}

.product-buy th {
    padding: 18px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #F4F4F4;
}

.product-buy dl {
    display: inline-block;
    vertical-align: bottom;
}

.product-buy td {
    padding: 30px 12px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    color: #333;
}

.product-buy td p {
    font-size: 12px;
    color: #FE0000;
}

.product-buy td span {
    margin-right: 20px;
}

.product-buy .total {
    margin-top: 24px;
    text-align: right;
    font-size: 16px;
    color: #333;
    padding-right: 48px;
}

.product-buy .total span {
    font-size: 24px;
    color: #FE0000;
}

.product-buy .pay {
    padding: 30px 0 12px;
    display: inline-block;
    vertical-align: text-bottom;
}

.product-buy .pay h4 {
    font-size: 16px;
    color: #333;
}

.product-buy dt {
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
}

.product-buy dd {
    font-size: 14px;
    color: #666666;
    margin-bottom: 4px;
}

.product-buy dd span {
    padding-right: 24px;
}

.product-buy .tel {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1;
    text-align: right;
    display: inline-block;
    vertical-align: text-bottom;
    width: calc(100% - 252px);
    margin-bottom: 40px;
}

.product-buy .tel span {
    font-size: 28px;
}

.table-check {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url("/img/goods_icon_12.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.table-check:hover {
    background-image: url("/img/goods_icon_hover_12.png");
}

.table-check-active {
    background-image: url("/img/goods_icon_12_s.png");
}

.table-check-active:hover {
    background-image: url("/img/goods_icon_12_s.png");
}

.user-register {
    padding: 40px 24px;
}

.user-register .user-register-left, .user-register .user-register-right {
    display: inline-block;
}

.user-register .user-register-left h2 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.user-register .user-register-left dt {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.user-register .user-register-left dd {
    font-size: 16px;
    color: #2A2A2A;
    line-height: 32px;
}

.user-register .user-register-left .spot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #20ADE5;
    margin-right: 10px;
}

.user-register .user-register-left .tel {
    margin-top: 32px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1;
}

.user-register .user-register-left .tel span {
    font-size: 28px;
}

.user-register .user-register-right .enter {
    margin-bottom: 16px;
}

.user-register .user-register-right .enter textarea {
    width: 100%;
    height: 138px;
    padding-top: 12px;
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    resize: none;
}

.user-register .user-register-right .enter textarea:hover, .user-register .user-register-right .enter textarea:focus {
    border: 1px solid #20ADE5;
}

.user-register .user-register-right .txt {
    width: 100%;
    font-size: 12px;
}

.user-register .user-register-right .txt:hover, .user-register .user-register-right .txt:focus {
    border: 1px solid #20ADE5;
}

.user-register .user-register-right p {
    font-size: 12px;
    color: #666666;
    margin-bottom: 8px;
}

.user-register .user-register-right .enter-select {
    display: inline-block;
    width: 47.9%;
    margin-bottom: 16px;
}

.user-register .user-register-right .enter-select:last-child {
    margin-left: 10px;
}

.user-register .user-register-right .select:hover .select-list {
    display: block;
}

.user-register .user-register-right .select-list {
    position: absolute;
    display: none;
    width: 43.9%;
    padding: 10px 0;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    z-index: 1;
}

.user-register .user-register-right .select-list li {
    padding: 0 16px;
    line-height: 32px;
    cursor: pointer;
}

.user-register .user-register-right .select-list li:hover {
    color: #20ADE5;
    background: #F1F8FF;
}

.user-register .user-register-right .btn {
    width: 100%;
}

.website-help-banner {
    margin-top: 60px;
    height: 300px;
    background: url("/img/help_banner_1920x400.png") no-repeat center;
    text-align: center;
}

.website-help-banner .banner-tit {
    color: #ffffff;
    padding-top: 118px;
}

.website-help-banner .banner-tit h2 {
    margin-bottom: 28px;
    font-size: 36px;
}

.website-help-banner .banner-tit p {
    font-size: 30px;
}

.website-help-list {
    padding-bottom: 70px;
}

.website-help-list .col-md-12 {
    padding: 0 50px;
}

.website-help-list h2 {
    padding: 26px 0 16px;
    font-size: 28px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
}

.website-help-list li {
    padding: 24px 12px;
    border-bottom: 1px solid #e3e3e3;
}

.website-help-list li h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}

.website-help-list li h4 img {
    margin-right: 8px;
}

.website-help-list li p {
    font-size: 14px;
    color: #666;
    padding-left: 24px;
    line-height: 2;
}

.website-about-banner {
    height: 300px;
    background: url("/img/about_us_banner_img_1920x500.png") no-repeat center;
    text-align: center;
}

.website-about-banner .banner-tit {
    color: #ffffff;
    padding-top: 130px;
}

.website-about-banner .banner-tit img {
    margin-bottom: 24px;
}

.website-about-banner .banner-tit p {
    font-size: 30px;
}

.website-about-banner .banner-tit .img-small {
    display: none;
}

.website-about {
    padding: 40px 0;
    text-align: center;
}

.website-about .about h2 {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 42px;
}

.website-about .about p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-indent: 2em;
}

.culture li {
    padding-left: 106px;
    margin-bottom: 34px;
}

.culture li:last-child .culture-main p {
    margin-top: 26px;
}

.culture .culture-img {
    float: left;
    width: 106px;
    margin-left: -106px;
}

.culture .culture-main {
    float: left;
    width: 100%;
}

.culture .culture-main h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    text-align: left;
}

.culture .culture-main p {
    font-size: 14px;
    color: #4A4A4A;
    text-align: left;
    text-indent: 0;
}

.experience {
    background: #F4F4F4;
}

.develop {
    padding: 40px 0 40px 160px;
}

.develop .tit {
    float: left;
    width: 160px;
    margin-right: -160px;
    position: relative;
    left: -160px;
    font-size: 28px;
    color: #333;
    vertical-align: text-top;
}

.develop .main {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    vertical-align: text-top;
    text-align: left;
}

.photo-album {
    font-size: 0;
    padding: 40px 0 70px;
}

.photo-album span {
    display: inline-block;
    vertical-align: top;
}

.photo-album span:first-child {
    width: 380px;
    margin-right: 16px;
}

.photo-album span:last-child {
    width: calc(100% - 396px);
}

.photo-album .mr14 {
    margin-right: 14px;
}

.photo-album img {
    margin-bottom: 16px;
}

.website-service {
    padding: 40px 0;
    text-align: center;
}

.website-service h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 78px;
}

.website-service li {
    width: 200px;
    margin-right: 100px;
    margin-bottom: 76px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.website-service li:nth-child(4), .website-service li:last-child {
    margin-right: 0;
}

.website-service li .tit {
    padding: 24px 0 16px;
    font-size: 18px;
    color: #333;
    float: none;
    width: auto;
    margin: 0;
    left: 0;
}

.website-service li .txt {
    font-size: 16px;
    color: #666;
    text-align: left;
}

.website-service li .tel {
    padding-top: 16px;
    font-size: 18px;
    color: #333;
    text-align: left;
}

.website-address {
    padding-top: 42px;
}

.website-address dl {
    padding: 42px 0 70px;
}

.website-address dt {
    font-size: 18px;
    color: #333;
    margin-bottom: 19px;
}

.website-address dd {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.website-help-document {
    padding: 42px 0 70px;
}

.help-document-nav, .help-document-main {
    display: inline-block;
}

.help-document-nav {
    width: 220px;
    min-height: 758px;
    padding: 24px 16px;
    vertical-align: top;
    border: 1px solid #e3e3e3;
}

.help-document-nav h2 {
    font-size: 18px;
    color: #333;
}

.help-document-nav .sideBox {
    overflow: hidden;
    background: #fff;
}

.help-document-nav .sideBox .hd {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.help-document-nav .sideBox h3 {
    font-size: 16px;
    color: #333;
}

.help-document-nav .on h3 {
    color: #333;
}

.help-document-nav .bd {
    overflow: hidden;
    display: none;
    text-align: left;
}

.help-document-nav .bd li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.help-document-nav .bd li:hover {
    color: #666;
}

.help-document-nav .active {
    color: #666 !important;
}

.help-document-main {
    padding: 34px 0;
    width: calc(100% - 240px);
    vertical-align: top;
    margin-left: 16px;
    text-align: center;
}

.help-document-main .help-main {
    display: none;
}

.help-document-main .help-main:first-child {
    display: block;
}

.help-document-main h2 {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    color: #20ADE5;
    text-align: left;
}

.help-document-main h2:before {
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    background: #20ADE5;
}

.help-document-main img {
    margin-bottom: 24px;
}

.help-document-main p {
    margin-top: 10px;
    margin-bottom: 24px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.help-document-main .ys-img {
    width: 70%;
    height: 70%;
}

.help-document-main a {
    display: inline-block;
    color: #20ADE5;
    text-decoration: underline;
    text-indent: 0;
}

.website-error {
    padding: 218px 0 250px;
    text-align: center;
}

.website-error .grail {
    padding-left: 140px;
    text-align: left;
    margin: 0 32%;
}

.website-error .tit {
    float: left;
    width: 140px;
    margin-left: -140px;
    font-size: 72px;
    color: #333;
    vertical-align: text-top;
}

.website-error .main {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #4A4A4A;
    vertical-align: text-top;
    padding: 10px 0;
}

.website-error .main p {
    margin-bottom: 16px;
}

.website-error .main p:last-child {
    margin-right: 0;
}

.bd_weixin_popup {
    height: 294px !important;
}

.pop-video {
    width: 854px;
    height: 480px;
    border-radius: 0;
}

.pop-video:hover .video-close-box {
    display: block;
}

.pop-video .video-close-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 32px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 32px;
    text-align: right;
    padding: 0 24px;
    cursor: pointer;
    z-index: 2;
}

.pop-video .video-close:hover {
    opacity: .8;
}

.experience-bg {
    height: 100vh;
    background: url("/img/login_box_bg2.png") no-repeat center/100%;
}

.experience-bg .authentication {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.pop-industry {
    width: 848px;
    min-height: 320px;
    max-height: 520px;
}

.pop-industry .pop-industry-body {
    padding: 34px 24px 24px;
    text-align: center;
    font-size: 0;
}

.pop-industry h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 44px;
}

.pop-industry li {
    display: inline-block;
    width: 160px;
    height: 200px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-left: -1px;
    cursor: pointer;
}

.pop-industry li:hover {
    background: #F1F8FF;
}

.pop-industry li:first-child {
    margin-left: 0;
}

.pop-industry li .industry-img {
    width: 160px;
    height: 160px;
    line-height: 160px;
}

.pop-industry li p {
    line-height: 40px;
}

.bd_weixin_popup {
    height: 314px !important;
}

.phone-role-box {
    display: none;
}

.phone-role-box .slideBox {
    position: relative;
    overflow: hidden;
    max-width: 560px;
    /* 设置焦点图最大宽度 */
}

.phone-role-box .slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.phone-role-box .slideBox .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    margin: 0 6px;
    text-align: center;
}

.phone-role-box .slideBox .hd li.on {
    background: #20ADE5;
}

.phone-role-box .slideBox .bd {
    position: relative;
    z-index: 0;
}

.phone-role-box .slideBox .bd li {
    position: relative;
    text-align: center;
}

.phone-role-box .slideBox .bd li img {
    margin-bottom: 0;
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}

.phone-brand-box {
    display: none;
}

.phone-brand-box .phone-cooperation-list {
    font-size: 0;
    text-align: left;
}

.phone-brand-box .phone-cooperation-list li {
    display: inline-block;
    width: 2.66667rem;
    height: 1.04rem;
    margin-right: 0.53333rem;
    margin-bottom: 0.26667rem;
    vertical-align: top;
}

.phone-brand-box .phone-cooperation-list li:nth-child(3n) {
    margin-right: 0;
}

.phone-brand-box .phone-cooperation-list li img {
    width: 2.66667rem;
    height: 1.04rem;
    margin-bottom: 0;
}

.phone-brand-box .phone-cooperation-list .more {
    font-size: 12px;
    border: 1px solid #e3e3e3;
    text-align: center;
    line-height: 1.04rem;
    background: #ffffff;
    color: #666666;
}

[data-dpr='2'] .phone-brand-box .phone-cooperation-list .more {
    font-size: 24px;
}

[data-dpr='3'] .phone-brand-box .phone-cooperation-list .more {
    font-size: 36px;
}

.phone-address {
    display: none;
    margin-bottom: 1.2rem;
    padding: 0.53333rem;
    text-align: left;
    background: #F7F7F7;
    font-size: 15px;
    color: #666666;
}

[data-dpr='2'] .phone-address {
    font-size: 30px;
}

[data-dpr='3'] .phone-address {
    font-size: 45px;
}

.phone-address dt {
    margin-bottom: 10px;
}

.phone-footer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.17333rem;
    line-height: 1.17333rem;
    font-size: 0;
    background: #fff;
}

.phone-footer li {
    position: relative;
    display: inline-block;
    width: 33.3333%;
    font-size: 15px;
    color: #333333;
    text-align: center;
}

[data-dpr='2'] .phone-footer li {
    font-size: 30px;
}

[data-dpr='3'] .phone-footer li {
    font-size: 45px;
}

.phone-footer li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.66667rem;
    background: #e3e3e3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.safety-box {
    display: none;
}

.website-agreement {
    padding: 24px;
    font-size: 14px;
    line-height: 2;
}

.website-agreement h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.website-agreement h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
}

.footer-box {
    display: none;
    padding: 0.4rem 0;
    margin-bottom: 1.2rem;
    background: #7dcdf3;
    text-align: center;
}

.footer-box .btn {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    padding: 0 0.8rem;
    font-size: 0.16rem;
}

.footer-box .btn:first-child {
    margin-right: 0.53333rem;
}

.small-page {
    display: none;
}

.guide-head {
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    box-shadow: inset 0 -2px 0 0 #CBE1F7;
    padding-left: 200px;
    padding-right: 200px;
}

.guide-head-main {
    float: left;
    width: 100%;
    height: 100%;
}

.guide-head-main .txt {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin-right: 38px;
    cursor: pointer;
}

.guide-head-main .active {
    color: #20ADE5;
}

.guide-head-left {
    float: left;
    width: 200px;
    height: 100%;
    margin-left: -100%;
    position: relative;
    left: -210px;
    text-align: center;
}

.guide-head-right {
    float: left;
    width: 200px;
    height: 100%;
    margin-left: -200px;
    position: relative;
    right: -210px;
    text-align: center;
}

.guide-head-right .btn {
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 2px;
    font-size: 16px;
    color: #333333;
}

.guide-body {
    width: 1200px;
    margin: 0 auto 100px;
    text-align: center;
}

.guide-tab {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 0;
    text-align: center;
}

.guide-tab .tab-txt {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 29px;
    background: #FFFFFF;
    border: 2px solid #4EA7FF;
    border-radius: 2px;
    font-size: 14px;
    color: #4EA7FF;
    cursor: pointer;
    margin-right: 40px;
}

.guide-tab .tab-txt:last-child {
    margin-right: 0;
}

.guide-tab .tab-txt:last-child:after {
    display: none;
}

.guide-tab .tab-txt:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #ABD5FF;
    position: absolute;
    top: 50%;
    right: -42px;
    margin-top: -2px;
}

.guide-tab .tab-txt:hover {
    color: #FFFFFF;
    background: #4EA7FF;
    box-shadow: 0 2px 4px 0 #55A0EB;
}

.guide-tab .active {
    color: #FFFFFF;
    background: #4EA7FF;
    box-shadow: 0 2px 4px 0 #55A0EB;
}

.guide-tab .active:after {
    background: #4EA7FF;
}

.guide-content-box {
    width: 1100px;
    margin: 0 auto;
    display: none;
}

.guide-content-box:first-child {
    display: inline-block;
}

.guide-cont {
    width: 100%;
    height: 530px;
    overflow: hidden;
    font-size: 0;
}

.guide-cont ul {
    width: 1100px;
    white-space: nowrap;
}

.guide-cont .txt {
    display: inline-block;
    width: 1100px;
    height: 530px;
}

.choose {
    margin-top: 10px;
    height: 2px;
    font-size: 0;
}

.choose li {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #F5F5F5;
    border-radius: 100px;
    margin-right: 16px;
}

.choose .active {
    background: #E3E3E3;
}

.next-btn {
    width: 280px;
    height: 32px;
    line-height: 30px;
    background: #20ADE5;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #e3e3e3;
    text-align: center;
    margin-top: 24px;
}

.btn-ope {
    display: none;
}

.altitude {
    height: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    background-color: #20ADE5;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.but-bd-gray {
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
    color: #666;
    vertical-align: middle;
}

.but-bd-gray:hover {
    border-color: #20ADE5;
    color: #20ADE5;
}

.btn-white {
    width: 100px;
    height: 26px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #ffffff;
    line-height: 26px;
    vertical-align: middle;
}

.website-btn {
    display: inline-block;
    width: 100px;
    background: #F9C03D;
    border: 1px solid #F9C03D;
    border-radius: 100px;
    color: #ffffff !important;
}

.btn-group {
    padding: 4px 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border: 1px solid #20ADE5;
    line-height: 1;
    border-radius: 100px;
    margin-right: 16px;
    margin-left: 16px;
}

.btn-group .btn {
    width: 48px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    background: transparent;
    color: #20ADE5;
}

.btn-group .btn:last-child {
    border-left: 1px solid #20ADE5;
}

.btn-group .active {
    background: #7cbeff;
    color: #fcfcfc;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:after, .container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    height: 100%;
}

.row:after, .row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
.col-md-11, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
.col-md-11, .col-md-12 {
    float: left;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
    width: 91.66666667%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-1 {
    width: 8.33333333%;
}

.col-md-offset-12 {
    margin-left: 100%;
}

.col-md-offset-11 {
    margin-left: 91.66666667%;
}

.col-md-offset-10 {
    margin-left: 83.33333333%;
}

.col-md-offset-9 {
    margin-left: 75%;
}

.col-md-offset-8 {
    margin-left: 66.66666667%;
}

.col-md-offset-7 {
    margin-left: 58.33333333%;
}

.col-md-offset-6 {
    margin-left: 50%;
}

.col-md-offset-5 {
    margin-left: 41.66666667%;
}

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.col-md-offset-2 {
    margin-left: 16.66666667%;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.col-md-offset-0 {
    margin-left: 0;
}

.container {
    width: 1200px;
}

.website-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-bottom: 2px solid #e3e3e3;
    z-index: 2;
    background: #ffffff;
}

.logo {
    width: 120px;
    height: 30px;
}

.nav-main {
    text-align: right;
}

.nav-main ul {
    display: inline-block;
}

.nav-main li {
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.nav-main .active {
    color: #20ADE5;
}

.phone-nav-main {
    display: none;
    position: relative;
    height: 100%;
}

.phone-nav-main .nav-btn {
    display: inline-block;
    width: 0.53333rem;
    height: 0.37333rem;
    margin-right: 0.16rem;
}

.phone-nav-main .nav-btn img {
    width: 0.53333rem;
    height: 0.37333rem;
}

.phone-nav-main .nav-list {
    display: none;
    position: absolute;
    top: 1.06667rem;
    right: -0.18667rem;
    width: 4.98667rem;
    background: #ffffff;
    z-index: 1;
}

.phone-nav-main .nav-list li {
    height: 1.06667rem;
    line-height: 1.06667rem;
    text-align: center;
    font-size: 15px;
    color: #333333;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 1px 1px 0 #E3E3E3;
}

[data-dpr='2'] .phone-nav-main .nav-list li {
    font-size: 30px;
}

[data-dpr='3'] .phone-nav-main .nav-list li {
    font-size: 45px;
}

.website-banner {
    margin: 60px auto 0;
    position: relative;
}

.website-banner .banner-tit {
    position: absolute;
    left: 50%;
    top: 162px;
    margin-left: -450px;
    text-align: center;
}

.website-banner .banner-tit h2 {
    font-size: 45px;
    color: #ffffff;
}

.website-banner .banner-tit p {
    font-size: 25px;
    color: #ffffff;
    margin-top: 26px;
}

.website-banner .banner-tit p .btn {
    margin-left: 22px;
}

.focusBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 626px;
}

.focusBox .pic {
    position: relative;
    z-index: 0;
}

.focusBox .pic li {
    position: relative;
    width: 100%;
    height: 626px;
    overflow: hidden;
}

.focusBox .pic a {
    width: 1920px;
    height: 626px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.focusBox .pic img {
    width: 1920px;
    height: 626px;
    display: block;
}

.focusBox .pic .img-small {
    display: none;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    background: url("/img/dot.png") no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
}

.focusBox .hd .on {
    background-position: 0 0;
}

.focusBox .prev, .focusBox .next {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url("/img/ad_ctr.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.focusBox .prev:hover, .focusBox .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.focusBox .prev {
    left: 0;
}

.focusBox .next {
    background-position: 0 -90px;
    right: 0;
}

.scheme-txt-box {
    display: none;
    height: 1.17333rem;
    line-height: 1.17333rem;
    background: #FFFFFF;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.32rem;
}

.scheme-txt-box a {
    padding: 0 0.32rem;
    font-size: 12px;
    color: #666666;
}

[data-dpr='2'] .scheme-txt-box a {
    font-size: 24px;
}

[data-dpr='3'] .scheme-txt-box a {
    font-size: 36px;
}

.scheme-txt-box a span {
    float: right;
    color: #20ADE5;
}

.website-index-list {
    height: 500px;
    background: #ffffff;
}

.website-index-list .col-md-12 {
    text-align: center;
}

.website-index-list h2 {
    padding: 40px 0 24px;
    font-size: 28px;
    color: #333;
}

.website-index-list p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 34px;
}

.website-index-list .text {
    padding: 0 140px;
}

.m-height {
    height: 686px;
}

.ladyScroll {
    width: 1200px;
    height: 250px;
    margin: 15px auto;
    position: relative;
}

.ladyScroll .prev, .ladyScroll .next {
    width: 30px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 1;
    cursor: pointer;
}

.ladyScroll .next {
    left: auto;
    right: 0;
    background: url("/img/home_icon_next.png") no-repeat;
}

.ladyScroll .prev {
    left: 0;
    background: url("/img/home_icon_previous.png") no-repeat;
}

.ladyScroll .scrollWrap {
    width: 1048px;
    margin: 0 86px;
    overflow: hidden;
    position: absolute;
}

.ladyScroll dl {
    float: left;
    width: 500px;
    text-align: center;
    position: relative;
    margin-right: 24px;
}

.ladyScroll dt {
    margin: 0 auto;
    width: 500px;
    overflow: hidden;
}

.ladyScroll a {
    display: inline-block;
    width: 500px;
    height: 250px;
}

.ladyScroll .boss {
    background: url("/img/home_slideshow_bg_500x250_1.png") no-repeat center;
}

.ladyScroll .boss:hover {
    background: url("/img/home_slideshow_bg_500x250_1%20copyhome_slideshow_bg_500x250_1_hover.png") no-repeat center;
}

.ladyScroll .sales {
    background: url("/img/home_slideshow_bg_500x250_2.png") no-repeat center;
}

.ladyScroll .sales:hover {
    background: url("/img/home_slideshow_bg_500x250_2_hover.png") no-repeat center;
}

.ladyScroll .cfo {
    background: url("/img/home_slideshow_bg_500x250_3.png") no-repeat center;
}

.ladyScroll .cfo:hover {
    background: url("/img/home_slideshow_bg_500x250_3_hover.png") no-repeat center;
}

.ladyScroll .it {
    background: url("/img/home_slideshow_bg_500x250_4.png") no-repeat center;
}

.ladyScroll .it:hover {
    background: url("/img/home_slideshow_bg_500x250_4_hover.png") no-repeat center;
}

.ladyScroll .order-auditor {
    background: url("/img/home_slideshow_bg_500x250_5.png") no-repeat center;
}

.ladyScroll .order-auditor:hover {
    background: url("/img/home_slideshow_bg_500x250_5_hover.png") no-repeat center;
}

.ladyScroll .client {
    background: url("/img/home_slideshow_bg_500x250_6.png") no-repeat center;
}

.ladyScroll .client:hover {
    background: url("/img/home_slideshow_bg_500x250_6_hover.png") no-repeat center;
}

.home-bg-1 {
    background: url("/img/home_bg_1920x500.png");
}

.home-bg-1 h2, .home-bg-1 p {
    color: #ffffff;
}

.introduce-list li {
    width: 196px;
    height: 260px;
    padding: 24px 12px 29px;
    text-align: center;
    color: #4A4A4A;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
}

.introduce-list li h4 {
    font-size: 16px;
}

.introduce-list li p {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    color: #4A4A4A;
}

.introduce-list li img {
    width: 108px;
    height: 108px;
    margin: 10px 0;
}

.introduce-list .sale-img-hover, .introduce-list .business-img-hover, .introduce-list .house-img-hover, .introduce-list .cost-img-hover {
    display: none;
}

.introduce-list .sale-img, .introduce-list .business-img, .introduce-list .house-img, .introduce-list .cost-img {
    cursor: pointer;
}

.introduce-list .sale-img:hover .sale-img-def {
    display: none;
}

.introduce-list .sale-img:hover .sale-img-hover {
    display: inline-block;
}

.introduce-list .business-img:hover .business-img-def {
    display: none;
}

.introduce-list .business-img:hover .business-img-hover {
    display: inline-block;
}

.introduce-list .house-img:hover .house-img-def {
    display: none;
}

.introduce-list .house-img:hover .house-img-hover {
    display: inline-block;
}

.introduce-list .cost-img:hover .cost-img-def {
    display: none;
}

.introduce-list .cost-img:hover .cost-img-hover {
    display: inline-block;
}

.phone-introduce-list {
    display: none;
    font-size: 0;
    margin-top: 0.16rem;
}

.phone-introduce-list li {
    display: inline-block;
    width: calc(50% - 0.53333rem);
    height: 1.06667rem;
    line-height: 1.06667rem;
    font-size: 12px;
    margin-right: 0.53333rem;
    background: #ffffff;
    color: #666666;
    margin-bottom: 0.53333rem;
    text-align: left;
    padding: 0 0.13333rem;
}

[data-dpr='2'] .phone-introduce-list li {
    font-size: 24px;
}

[data-dpr='3'] .phone-introduce-list li {
    font-size: 36px;
}

.phone-introduce-list li span {
    display: inline-block;
}

.phone-introduce-list li .num-up, .phone-introduce-list li .num-down {
    float: right;
    font-size: 16px;
    color: #20ADE5;
    padding-left: 0.32rem;
}

[data-dpr='2'] .phone-introduce-list li .num-up, [data-dpr='2'] .phone-introduce-list li .num-down {
    font-size: 32px;
}

[data-dpr='3'] .phone-introduce-list li .num-up, [data-dpr='3'] .phone-introduce-list li .num-down {
    font-size: 48px;
}

.phone-introduce-list li .num-up {
    background: url("/img/home_icon_up.png") no-repeat left center/0.21333rem;
}

.phone-introduce-list li .num-down {
    background: url("/img/home_icon_down.png") no-repeat left center/0.21333rem;
}

.cooperation-list {
    font-size: 0;
    text-align: center;
}

.cooperation-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 25px;
}

.cooperation-list li:nth-child(4n) {
    margin-right: 0;
}

.cooperation-more {
    text-align: center;
    cursor: pointer;
}

.free-trial-ad {
    height: 80px;
    background: #20ADE5;
    text-align: center;
}

.free-trial-ad p {
    display: inline-block;
    line-height: 80px;
    font-size: 24px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-right: 34px;
}

.free-trial-ad .btn {
    height: 30px;
    line-height: 30px;
}

.free-trial-ad a {
    display: inline-block;
    line-height: 80px;
    font-size: 24px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-right: 34px;
}

.free-trial-ad a:hover {
    color: #FFFFFF;
}

.website-footer {
    background: #4A4A4A;
    color: #ffffff;
    padding: 34px 0;
}

.website-footer-left {
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 100px;
}

.website-footer-left img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}

.website-footer-left .download, .website-footer-left .hkmovie {
    display: inline-block;
    text-align: center;
    margin-right: 22px;
}

.website-footer-left .tel {
    font-size: 36px;
    margin-top: 60px;
}

.website-footer-right {
    text-align: right;
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
}

.website-footer-right dl {
    width: 100px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin-right: 24px;
}

.website-footer-right dt {
    font-size: 20px;
    margin-bottom: 20px;
}

.website-footer-right dd {
    font-size: 16px;
    margin-bottom: 10px;
}

.website-footer-right dd:last-child {
    margin-bottom: 30px;
}

.website-footer-right p {
    font-size: 12px;
    color: #B3B3B3;
    line-height: 2;
    text-align: right;
}

.pop-tit {
    padding: 27px 20px 15px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
}

.pop-body .txt {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    padding-left: 12px;
    font-size: 18px;
}

.pop-body .name {
    margin-top: 26px;
}

.pop-body .name p {
    font-size: 14px;
    color: #9B9B9B;
    padding-bottom: 8px;
}

.pop-body .name .txt {
    width: 168px;
    vertical-align: bottom;
}

.pop-body .name .sex {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 24px;
}

.pop-body .name .sex .man {
    display: inline-block;
    width: 60px;
    height: 22px;
    line-height: 22px;
    padding-left: 30px;
    background-image: url("/img/experience_icon_sir_n.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
    margin-right: 28px;
}

.pop-body .name .sex .woman {
    display: inline-block;
    width: 60px;
    height: 22px;
    line-height: 22px;
    padding-left: 30px;
    background-image: url("/img/experience_icon_ms_n.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
}

.pop-body .name .sex .active-man {
    background-image: url("/img/experience_icon_sir_s.png");
}

.pop-body .name .sex .active-woman {
    background-image: url("/img/experience_icon_ms_s.png");
}

.pop-body .phone {
    margin-top: 22px;
}

.pop-body .phone p {
    font-size: 14px;
    padding-bottom: 8px;
    color: #9B9B9B;
}

.pop-body .pop-btn-box {
    padding-top: 84px;
    padding-bottom: 24px;
    text-align: right;
}

.pop-body dl {
    padding: 24px 0;
}

.pop-body dd {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.pop-body .text {
    font-size: 14px;
    color: #999;
    line-height: 2;
}

.pop-body .register-go {
    font-size: 14px;
    color: #20ADE5;
    text-decoration: underline;
    line-height: 2;
}

.pop-body .tel {
    font-size: 18px;
    color: #333;
    line-height: 2;
}

.pop-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 18px;
    height: 18px;
    background: url("/img/purchase_icon_cancel.png") no-repeat center/18px;
}

.website-advantage-banner {
    margin-top: 60px;
    background: url("/img/product_banner_bg_1920x500.png") no-repeat;
}

.website-advantage-banner .container {
    position: relative;
    height: 300px;
}

.website-advantage-banner .video-banner {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    text-align: center;
}

.website-advantage-banner .video-banner h2 {
    margin-bottom: 36px;
    font-size: 36px;
    color: #FFFFFF;
}

.website-advantage-banner .video-banner .btn {
    width: 124px;
}

.website-advantage-banner .video-banner .btn img, .website-advantage-banner .video-banner .btn span {
    vertical-align: middle;
    margin-right: 4px;
}

.website-cont-list {
    min-width: 1200px;
    padding: 40px 0 54px;
    text-align: center;
}

.website-cont-list h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 50px;
}

.website-cont-list .tips-img {
    width: 128px;
    height: 128px;
}

.website-cont-list li {
    display: inline-block;
    width: 270px;
    margin-right: 50px;
    vertical-align: top;
}

.website-cont-list li:last-child {
    margin-right: 0;
}

.website-cont-list li h4 {
    margin: 40px 0 16px;
    font-size: 18px;
    color: #4A4A4A;
}

.website-cont-list li .txt {
    text-align: left;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.5;
}

.website-nav-tab {
    height: 52px;
    line-height: 52px;
    background: #f3f5f8;
    border: 2px solid #e3e3e3;
    text-align: center;
}

.website-nav-tab .txt {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 50px;
    font-size: 16px;
}

.website-nav-tab .active {
    color: #20ADE5;
    border-bottom: 2px solid #20ADE5;
}

.website-advantage-list .container {
    height: 500px;
}

.website-advantage-list .txt {
    margin-top: 120px;
}

.website-advantage-list .txt h2 {
    font-size: 26px;
}

.website-advantage-list .txt p {
    font-size: 16px;
    line-height: 1.5;
    padding: 30px 0;
}

.website-advantage-list .txt .btn {
    width: 120px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
}

.website-advantage-list .img-small {
    display: none;
}

.website-advantage-fun {
    padding: 40px 0 80px;
}

.website-advantage-fun .row {
    text-align: center;
}

.website-advantage-fun h2 {
    margin-bottom: 60px;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.website-advantage-fun .fun-list {
    text-align: center;
    width: 400px;
}

.website-advantage-fun .fun-list li {
    padding-left: 106px;
    margin-bottom: 30px;
    text-align: left;
}

.website-advantage-fun .fun-list li:last-child {
    margin-bottom: 0;
}

.website-advantage-fun .fun-list img {
    float: left;
    width: 90px;
    height: 90px;
    margin-left: -106px;
    vertical-align: top;
}

.website-advantage-fun .fun-list p {
    float: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333;
}

.website-advantage-fun .fun-list p span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.5;
}

.website-safety-list {
    min-width: 1200px;
    text-align: center;
}

.website-safety-list .safety-list-one {
    padding: 40px 0 54px;
}

.website-safety-list .safety-list-one h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 24px;
}

.website-safety-list .safety-list-one p {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}

.website-safety-list .safety-list-one img {
    width: 128px;
    height: 128px;
}

.website-safety-list .safety-list-one li {
    display: inline-block;
    width: 270px;
    margin-right: 50px;
    vertical-align: top;
}

.website-safety-list .safety-list-one li:last-child {
    margin-right: 0;
}

.website-safety-list .safety-list-one li h4 {
    margin: 40px 0 16px;
    font-size: 18px;
    color: #4A4A4A;
}

.website-safety-list .safety-list-one li .txt {
    text-align: left;
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 0;
    line-height: 1.5;
}

.website-safety-list .safety-list-two {
    height: 100%;
    padding: 40px 0 54px;
    min-height: 400px;
    width: 1200px;
    margin: 0 auto;
}

.website-safety-list .safety-list-two h2 {
    font-size: 28px;
    margin-bottom: 92px;
}

.website-safety-list .safety-list-two .list {
    display: inline-block;
    padding-left: 60px;
    width: 440px;
    margin-bottom: 30px;
}

.website-safety-list .safety-list-two .list:nth-child(2) {
    margin-right: 100px;
}

.website-safety-list .safety-list-two .list:nth-child(4) {
    margin-right: 100px;
}

.website-safety-list .safety-list-two .txt {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #20ADE5;
    text-align: left;
    vertical-align: text-top;
}

.website-safety-list .safety-list-two .txt span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.website-safety-list .safety-list-two .num {
    float: left;
    width: 50px;
    margin-left: -60px;
    display: inline-block;
    font-size: 50px;
    color: #20ADE5;
    vertical-align: text-top;
}

.bg-safety {
    background: url("/img/product_security_img_bg_1920x300.png") no-repeat;
    color: #ffffff;
}

.safety-list-three {
    height: 100%;
    padding: 40px 0 54px;
    min-height: 400px;
    width: 1200px;
    margin: 0 auto;
}

.safety-list-three li {
    width: 246px;
    height: 280px;
    padding: 18px;
    display: inline-block;
    font-size: 0;
    border: 1px solid #e3e3e3;
    vertical-align: top;
    margin-right: 56px;
    border-radius: 6px;
}

.safety-list-three li:last-child {
    margin-right: 0;
}

.safety-list-three img {
    width: 86px;
    margin-bottom: 46px;
    margin-top: 33px;
}

.safety-list-three h2 {
    font-size: 28px;
    margin-bottom: 50px;
}

.safety-list-three .txt {
    font-size: 14px;
    color: #555555;
    text-align: left;
}

.safety-list-three .tel {
    padding-top: 16px;
    font-size: 23px;
    color: #555555;
}

.safety-list-four {
    padding: 84px 0 54px;
    height: 300px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.safety-list-four h2 {
    font-size: 28px;
    margin-bottom: 43px;
}

.safety-list-four p {
    font-size: 16px;
    line-height: 2;
}

.bg-blue {
    background: #20ade5;
    color: #ffffff;
}

.bg-gray {
    background: #F7F7F7;
}

.bg-green {
    background: #417abe;
    color: #ffffff;
}

.website-download {
    text-align: center;
    padding: 50px 0 70px;
}

.website-download h2 {
    font-size: 28px;
    color: #333;
}

.website-download .txt {
    margin-top: 24px;
    font-size: 16px;
    color: #666;
    margin-bottom: 58px;
}

.website-download .web-app, .website-download .ios-app, .website-download .android-app {
    display: inline-block;
    vertical-align: middle;
}

.website-download .web-app:hover, .website-download .ios-app:hover, .website-download .android-app:hover {
    cursor: pointer;
}

.website-download .web-app:hover .logo-icon, .website-download .ios-app:hover .logo-icon, .website-download .android-app:hover .logo-icon {
    display: none;
}

.website-download .web-app:hover .code, .website-download .ios-app:hover .code, .website-download .android-app:hover .code {
    display: block;
}

.website-download .web-app .code, .website-download .ios-app .code, .website-download .android-app .code {
    display: none;
}

.website-download .web-app p, .website-download .ios-app p, .website-download .android-app p {
    font-size: 16px;
    color: #666;
    margin-top: 16px;
}

.website-download .web-app {
    margin-right: 150px;
}

.website-download .ios-app {
    margin-right: 74px;
}

.website-case-banner {
    margin-top: 60px;
    height: 300px;
    background: url("/img/case_img_bg_1920x500.png") no-repeat;
    text-align: center;
}

.website-case-banner .banner-tit {
    color: #ffffff;
    padding-top: 138px;
}

.website-case-banner .banner-tit h2 {
    margin-bottom: 28px;
    font-size: 36px;
}

.website-case-banner .banner-tit p {
    font-size: 24px;
}

.website-blogs-banner {
    margin-top: 60px;
    height: 300px;
    background: url("/img/blog_img_banner_1920x500.jpg") no-repeat;
    text-align: center;
}

.website-blogs-banner .banner-tit {
    color: #ffffff;
    padding-top: 124px;
}

.website-blogs-banner .banner-tit h2 {
    margin-bottom: 28px;
    font-size: 36px;
}

.website-blogs-banner .banner-tit p {
    font-size: 24px;
}

.website-case-list {
    margin: 30px auto;
}

.website-case-list li {
    padding-left: 400px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.website-case-list .img-tit {
    float: left;
    width: 400px;
    margin-left: -400px;
}

.website-case-list .img-tit img {
    width: 400px;
}

.website-case-list .main {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 36px;
    font-size: 16px;
    color: #666666;
}

.website-case-list .main p {
    padding-top: 24px;
    text-indent: 2em;
    text-align: left;
}

.website-blogs-list {
    margin: 30px auto;
}

.website-blogs-list li {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.website-blogs-list .blogs-list-box {
    padding-left: 240px;
    height: 136px;
}

.website-blogs-list .blogs-list-box .img-small {
    display: none;
}

.website-blogs-list .img-tit {
    float: left;
    width: 240px;
    margin-left: -240px;
}

.website-blogs-list .img-tit img {
    width: 240px;
    height: 136px;
}

.website-blogs-list .main {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 36px;
}

.website-blogs-list .main h4 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.website-blogs-list .main .txt {
    color: #666666;
    padding-top: 14px;
    line-height: 1.5;
    font-size: 14px;
}

.website-blogs-list .main .info {
    position: absolute;
    left: 36px;
    bottom: 0;
}

.website-blogs-list .main .info span {
    font-size: 14px;
    color: #666666;
}

.website-blogs-list .main .info span:first-child {
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
}

.website-blogs-list .main .info span:last-child {
    padding-left: 20px;
}

.website-case-detail .back {
    display: inline-block;
    color: #20ADE5;
    font-size: 14px;
}

.website-case-detail .website-detail-back {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.website-case-detail .share {
    float: right;
    font-size: 14px;
    display: inline-block;
    text-align: right;
}

.website-case-detail .share span {
    display: inline-block;
    vertical-align: middle;
}

.website-case-detail .share .share-list {
    display: inline-block;
    vertical-align: middle;
}

.website-case-detail .share .share-list li {
    vertical-align: middle;
}

.website-detail-main {
    border-bottom: 1px solid #e3e3e3;
    padding: 24px 0;
}

.website-detail-main .title {
    font-size: 24px;
    color: #333;
}

.website-detail-main .time {
    padding: 18px 0;
    font-size: 14px;
    color: #999999;
}

.website-detail-main .time time {
    border-right: 1px solid #e3e3e3;
    padding-right: 14px;
}

.website-detail-main .time span {
    padding: 0 14px;
}

.website-detail-main .main {
    margin-top: 22px;
    text-align: center;
}

.website-detail-main .main h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.website-detail-main .main p {
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 1em;
}

.website-detail-main .main img {
    margin: 24px 0;
}

.website-detail-page {
    padding: 24px 0;
    font-size: 14px;
    color: #666;
}

.website-detail-page p {
    margin-bottom: 16px;
}

.website-detail-page a {
    display: inline-block;
}

.website-detail-page span {
    color: #20ADE5;
}

.website-case-role .case-role-list {
    height: 414px;
    text-align: center;
    padding: 40px 0;
}

.website-case-role .case-role-list h2 {
    font-size: 28px;
    color: #333;
}

.website-case-role .case-role-list ul {
    margin-top: 80px;
}

.website-case-role .case-role-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}

.website-case-role .case-role-list li:last-child {
    margin-right: 0;
}

.website-case-role .case-role-list li:hover {
    cursor: pointer;
}

.website-case-role .case-role-list li:hover .default-img {
    display: none;
}

.website-case-role .case-role-list li:hover .hover-img {
    display: block;
}

.website-case-role .case-role-list li .hover-img {
    display: none;
}

.website-case-role .case-role-list li .active-img {
    display: none;
}

.website-case-role .case-role-list li p {
    margin-top: 24px;
    font-size: 16px;
    color: #666;
}

.website-case-role .case-role-list .active .default-img {
    display: none;
}

.website-case-role .case-role-list .active .hover-img {
    display: none;
}

.website-case-role .case-role-list .active .active-img {
    display: block;
}

.website-case-role .case-role-list .active:hover .hover-img {
    display: none;
}

.case-role-user {
    background: #F7F7F7;
    text-align: center;
    margin-bottom: 30px;
}

.case-role-user .container {
    position: relative;
    padding: 40px 0;
}

.case-role-user .container:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -70px;
    border-style: solid;
    border-width: 40px 30px;
    border-color: transparent transparent #F7F7F7 transparent;
}

.case-role-user .sales-director {
    display: block;
}

.case-role-user .sales-director:before {
    left: 96px;
}

.case-role-user .cfo {
    display: block;
}

.case-role-user .cfo:before {
    left: 284px;
}

.case-role-user .it {
    display: block;
}

.case-role-user .it:before {
    left: 476px;
}

.case-role-user .order-auditor {
    display: block;
}

.case-role-user .order-auditor:before {
    left: 662px;
}

.case-role-user .boss {
    display: block;
}

.case-role-user .boss:before {
    left: 852px;
}

.case-role-user .client {
    display: block;
}

.case-role-user .client:before {
    right: 96px;
}

.case-role-user h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 24px;
}

.case-role-user p {
    font-size: 20px;
    color: #20ADE5;
    margin-bottom: 50px;
}

.case-role-user .use-before h4, .case-role-user .use-after h4 {
    font-size: 20px;
    color: #FF2222;
    margin-bottom: 24px;
}

.case-role-user .use-before li, .case-role-user .use-after li {
    width: 400px;
    height: 60px;
    padding: 8px 20px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}

.case-role-user .use-before li:after, .case-role-user .use-after li:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.case-role-user .use-before li span, .case-role-user .use-after li span {
    display: inline-block;
    vertical-align: middle;
}

.case-role-user .use-before h4 {
    background: url("/img/case_role_icon_warning.png") no-repeat 34% center;
}

.case-role-user .use-before li {
    border: 1px solid #FFA4AF;
}

.case-role-user .use-after h4 {
    background: url("/img/case_role_icon_complete.png") no-repeat 34% center;
    color: #00C107;
}

.case-role-user .use-after li {
    border: 1px solid #00C107;
}

.website-buy-banner {
    margin-top: 60px;
}

.website-buy-precept {
    position: relative;
}

.website-buy-precept .buy-list {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 981px;
}

.website-buy-precept li {
    display: inline-block;
    width: 220px;
    height: 380px;
    margin-right: 30px;
    padding: 30px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(120, 120, 120, 0.5);
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    border: solid 1px transparent;
    font-size: 0;
    transition: all .3s ease-out;
}

.website-buy-precept li:hover {
    border: solid 1px #43b9f1;
    margin-top: -10px;
}

.website-buy-precept li:last-child {
    margin-right: 0;
}

.website-buy-precept li h4 {
    font-size: 18px;
    line-height: 1em;
    color: #333333;
    margin-bottom: 40px;
}

.website-buy-precept li .price {
    font-size: 14px;
    line-height: 1em;
}

.website-buy-precept li .price span {
    font-size: 36px;
    line-height: 1em;
}

.website-buy-precept li .user-num {
    display: inline-block;
    font-size: 14px;
    color: #acacac;
    border: 1px solid #ababab;
    width: 84px;
    height: 30px;
    line-height: 30px;
    margin-top: 24px;
}

.website-buy-precept li .txt {
    font-size: 12px;
    color: #707070;
    line-height: 2;
    padding-top: 26px;
    margin-top: 22px;
    margin-bottom: 28px;
    border-top: 1px solid #e3e3e3;
}

.website-buy-precept li .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid #20ade5;
    color: #20ade5;
    padding: 0;
    text-align: center;
}

.website-buy-precept .brand {
    position: relative;
}

.website-buy-precept .brand:after {
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #20ade5;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.website-buy-precept .brand .price {
    color: #20ade5;
}

.website-buy-precept .brand .txt .standard-tips {
    display: inline-block;
    border-radius: 100px;
    background: #20ade5;
    color: #ffffff;
    font-size: 12px;
    line-height: 1em;
    padding: 4px 8px;
    margin: 0 4px 4px;
}

.website-buy-precept .brand .txt i {
    color: #20ade5;
}

.website-buy-precept .custom .price {
    font-size: 28px;
    margin-bottom: 86px;
}

.website-buy-precept .shape {
    padding-top: 446px;
    text-align: center;
}

.website-buy-precept .shape h2 {
    font-size: 28px;
    color: #333;
}

.website-buy-precept .shape p {
    margin: 24px 0 50px;
    font-size: 16px;
    color: #666;
}

.website-buy-precept .shape table {
    width: 100%;
    border-collapse: collapse;
}

.website-buy-precept .shape tr:last-child {
    background: rgba(234, 244, 255, 0.5);
}

.website-buy-precept .shape td {
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    text-align: left;
    padding: 20px;
}

.website-buy-precept .shape td:nth-child(1) {
    width: 200px;
    text-align: center;
}

.website-buy-precept .shape td:nth-child(2) {
    width: 240px;
    text-align: center;
}

.website-buy-precept .shape td p {
    margin: 0;
}

.website-buy-precept .shape h4 {
    margin-bottom: 10px;
}

.website-buy-precept .action {
    text-align: center;
}

.website-buy-precept .action h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 42px;
}

.website-buy-precept table {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e3e3e3;
}

.website-buy-precept table th {
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    background: rgba(234, 244, 255, 0.5);
    font-weight: normal;
}

.website-buy-precept table td {
    position: relative;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    line-height: 2;
}

.website-buy-precept table td:nth-child(1), .website-buy-precept table td:nth-child(2) {
    color: #333;
}

.website-buy-precept table td:hover {
    cursor: pointer;
    background: rgba(234, 244, 255, 0.5);
}

.website-buy-precept table td:hover .tips {
    display: block;
}

.website-buy-precept table td .tips {
    display: none;
    width: auto !important;
    position: absolute;
    left: 140px;
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
    text-align: left;
}

.website-buy-precept table td .tips:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 24px;
    width: 14px;
    height: 8px;
    display: block;
    background: url("/img/Rectangle_icon_top.png") no-repeat center/14px 8px;
}

.website-buy-precept table td .tips h5 {
    font-size: 12px;
    color: #F9C03D;
}

.website-buy-precept table td .tips p {
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}

.website-buy-precept table td img {
    width: 16px;
    height: 16px;
}

.website-buy-precept .hint {
    padding: 16px 0;
    font-size: 14px;
    color: #999;
    text-align: left;
    width: 980px;
    margin: 0 auto;
}

.website-buy-precept .billing-state {
    width: 980px;
    margin: 0 auto;
    padding-top: 64px;
}

.website-buy-precept .billing-state dl {
    margin-bottom: 36px;
}

.website-buy-precept .billing-state dt {
    font-size: 18px;
    color: #20ADE5;
    margin-bottom: 12px;
}

.website-buy-precept .billing-state dd {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.website-buy-precept .billing-state dd p {
    color: #333;
}

.website-buy-precept .billing-state dd span {
    padding-right: 20px;
}

.tr-bg {
    background: rgba(234, 244, 255, 0.5);
}

.product-buy {
    padding: 24px;
}

.product-buy h2 {
    font-size: 16px;
    color: #666;
    padding-bottom: 16px;
}

.product-buy table {
    width: 100%;
    table-layout: fixed;
}

.product-buy th {
    padding: 18px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #F4F4F4;
}

.product-buy dl {
    display: inline-block;
    vertical-align: bottom;
}

.product-buy td {
    padding: 30px 12px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    color: #333;
}

.product-buy td p {
    font-size: 12px;
    color: #FE0000;
}

.product-buy td span {
    margin-right: 20px;
}

.product-buy .total {
    margin-top: 24px;
    text-align: right;
    font-size: 16px;
    color: #333;
    padding-right: 48px;
}

.product-buy .total span {
    font-size: 24px;
    color: #FE0000;
}

.product-buy .pay {
    padding: 30px 0 12px;
    display: inline-block;
    vertical-align: text-bottom;
}

.product-buy .pay h4 {
    font-size: 16px;
    color: #333;
}

.product-buy dt {
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
}

.product-buy dd {
    font-size: 14px;
    color: #666666;
    margin-bottom: 4px;
}

.product-buy dd span {
    padding-right: 24px;
}

.product-buy .tel {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1;
    text-align: right;
    display: inline-block;
    vertical-align: text-bottom;
    width: calc(100% - 252px);
    margin-bottom: 40px;
}

.product-buy .tel span {
    font-size: 28px;
}

.table-check {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url("/img/goods_icon_12.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.table-check:hover {
    background-image: url("/img/goods_icon_hover_12.png");
}

.table-check-active {
    background-image: url("/img/goods_icon_12_s.png");
}

.table-check-active:hover {
    background-image: url("/img/goods_icon_12_s.png");
}

.user-register {
    padding: 40px 24px;
}

.user-register .user-register-left, .user-register .user-register-right {
    display: inline-block;
}

.user-register .user-register-left h2 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.user-register .user-register-left dt {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.user-register .user-register-left dd {
    font-size: 16px;
    color: #2A2A2A;
    line-height: 32px;
}

.user-register .user-register-left .spot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #20ADE5;
    margin-right: 10px;
}

.user-register .user-register-left .tel {
    margin-top: 32px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1;
}

.user-register .user-register-left .tel span {
    font-size: 28px;
}

.user-register .user-register-right .enter {
    margin-bottom: 16px;
}

.user-register .user-register-right .enter textarea {
    width: 100%;
    height: 138px;
    padding-top: 12px;
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    resize: none;
}

.user-register .user-register-right .enter textarea:hover, .user-register .user-register-right .enter textarea:focus {
    border: 1px solid #20ADE5;
}

.user-register .user-register-right .txt {
    width: 100%;
    font-size: 12px;
}

.user-register .user-register-right .txt:hover, .user-register .user-register-right .txt:focus {
    border: 1px solid #20ADE5;
}

.user-register .user-register-right p {
    font-size: 12px;
    color: #666666;
    margin-bottom: 8px;
}

.user-register .user-register-right .enter-select {
    display: inline-block;
    width: 47.9%;
    margin-bottom: 16px;
}

.user-register .user-register-right .enter-select:last-child {
    margin-left: 10px;
}

.user-register .user-register-right .select:hover .select-list {
    display: block;
}

.user-register .user-register-right .select-list {
    position: absolute;
    display: none;
    width: 43.9%;
    padding: 10px 0;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    z-index: 1;
}

.user-register .user-register-right .select-list li {
    padding: 0 16px;
    line-height: 32px;
    cursor: pointer;
}

.user-register .user-register-right .select-list li:hover {
    color: #20ADE5;
    background: #F1F8FF;
}

.user-register .user-register-right .btn {
    width: 100%;
}

.website-help-banner {
    margin-top: 60px;
    height: 300px;
    background: url("/img/help_banner_1920x400.png") no-repeat center;
    text-align: center;
}

.website-help-banner .banner-tit {
    color: #ffffff;
    padding-top: 118px;
}

.website-help-banner .banner-tit h2 {
    margin-bottom: 28px;
    font-size: 36px;
}

.website-help-banner .banner-tit p {
    font-size: 30px;
}

.website-help-list {
    padding-bottom: 70px;
}

.website-help-list .col-md-12 {
    padding: 0 50px;
}

.website-help-list h2 {
    padding: 26px 0 16px;
    font-size: 28px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
}

.website-help-list li {
    padding: 24px 12px;
    border-bottom: 1px solid #e3e3e3;
}

.website-help-list li h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}

.website-help-list li h4 img {
    margin-right: 8px;
}

.website-help-list li p {
    font-size: 14px;
    color: #666;
    padding-left: 24px;
    line-height: 2;
}

.website-about-banner {
    height: 300px;
    background: url("/img/about_us_banner_img_1920x500.png") no-repeat center;
    text-align: center;
}

.website-about-banner .banner-tit {
    color: #ffffff;
    padding-top: 130px;
}

.website-about-banner .banner-tit img {
    margin-bottom: 24px;
}

.website-about-banner .banner-tit p {
    font-size: 30px;
}

.website-about-banner .banner-tit .img-small {
    display: none;
}

.website-about {
    padding: 40px 0;
    text-align: center;
}

.website-about .about h2 {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 42px;
}

.website-about .about p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-indent: 2em;
}

.culture li {
    padding-left: 106px;
    margin-bottom: 34px;
}

.culture li:last-child .culture-main p {
    margin-top: 26px;
}

.culture .culture-img {
    float: left;
    width: 106px;
    margin-left: -106px;
}

.culture .culture-main {
    float: left;
    width: 100%;
}

.culture .culture-main h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    text-align: left;
}

.culture .culture-main p {
    font-size: 14px;
    color: #4A4A4A;
    text-align: left;
    text-indent: 0;
}

.experience {
    background: #F4F4F4;
}

.develop {
    padding: 40px 0 40px 160px;
}

.develop .tit {
    float: left;
    width: 160px;
    margin-right: -160px;
    position: relative;
    left: -160px;
    font-size: 28px;
    color: #333;
    vertical-align: text-top;
}

.develop .main {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    vertical-align: text-top;
    text-align: left;
}

.photo-album {
    font-size: 0;
    padding: 40px 0 70px;
}

.photo-album span {
    display: inline-block;
    vertical-align: top;
}

.photo-album span:first-child {
    width: 380px;
    margin-right: 16px;
}

.photo-album span:last-child {
    width: calc(100% - 396px);
}

.photo-album .mr14 {
    margin-right: 14px;
}

.photo-album img {
    margin-bottom: 16px;
}

.website-service {
    padding: 40px 0;
    text-align: center;
}

.website-service h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 78px;
}

.website-service li {
    width: 200px;
    margin-right: 100px;
    margin-bottom: 76px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.website-service li:nth-child(4), .website-service li:last-child {
    margin-right: 0;
}

.website-service li .tit {
    padding: 24px 0 16px;
    font-size: 18px;
    color: #333;
    float: none;
    width: auto;
    margin: 0;
    left: 0;
}

.website-service li .txt {
    font-size: 16px;
    color: #666;
    text-align: left;
}

.website-service li .tel {
    padding-top: 16px;
    font-size: 18px;
    color: #333;
    text-align: left;
}

.website-address {
    padding-top: 42px;
}

.website-address dl {
    padding: 42px 0 70px;
}

.website-address dt {
    font-size: 18px;
    color: #333;
    margin-bottom: 19px;
}

.website-address dd {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.website-help-document {
    padding: 42px 0 70px;
}

.help-document-nav, .help-document-main {
    display: inline-block;
}

.help-document-nav {
    width: 220px;
    min-height: 758px;
    padding: 24px 16px;
    vertical-align: top;
    border: 1px solid #e3e3e3;
}

.help-document-nav h2 {
    font-size: 18px;
    color: #333;
}

.help-document-nav .sideBox {
    overflow: hidden;
    background: #fff;
}

.help-document-nav .sideBox .hd {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.help-document-nav .sideBox h3 {
    font-size: 16px;
    color: #333;
}

.help-document-nav .on h3 {
    color: #333;
}

.help-document-nav .bd {
    overflow: hidden;
    display: none;
    text-align: left;
}

.help-document-nav .bd li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.help-document-nav .bd li:hover {
    color: #666;
}

.help-document-nav .active {
    color: #666 !important;
}

.help-document-main {
    padding: 34px 0;
    width: calc(100% - 240px);
    vertical-align: top;
    margin-left: 16px;
    text-align: center;
}

.help-document-main .help-main {
    display: none;
}

.help-document-main .help-main:first-child {
    display: block;
}

.help-document-main h2 {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    color: #20ADE5;
    text-align: left;
}

.help-document-main h2:before {
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    background: #20ADE5;
}

.help-document-main img {
    margin-bottom: 24px;
}

.help-document-main p {
    margin-top: 10px;
    margin-bottom: 24px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.help-document-main .ys-img {
    width: 70%;
    height: 70%;
}

.help-document-main a {
    display: inline-block;
    color: #20ADE5;
    text-decoration: underline;
    text-indent: 0;
}

.website-error {
    padding: 218px 0 250px;
    text-align: center;
}

.website-error .grail {
    padding-left: 140px;
    text-align: left;
    margin: 0 32%;
}

.website-error .tit {
    float: left;
    width: 140px;
    margin-left: -140px;
    font-size: 72px;
    color: #333;
    vertical-align: text-top;
}

.website-error .main {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #4A4A4A;
    vertical-align: text-top;
    padding: 10px 0;
}

.website-error .main p {
    margin-bottom: 16px;
}

.website-error .main p:last-child {
    margin-right: 0;
}

.bd_weixin_popup {
    height: 294px !important;
}

.pop-video {
    width: 854px;
    height: 480px;
    border-radius: 0;
}

.pop-video:hover .video-close-box {
    display: block;
}

.pop-video .video-close-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 32px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 32px;
    text-align: right;
    padding: 0 24px;
    cursor: pointer;
    z-index: 2;
}

.pop-video .video-close:hover {
    opacity: .8;
}

.experience-bg {
    height: 100vh;
    background: url("/img/login_box_bg2.png") no-repeat center/100%;
}

.experience-bg .authentication {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.pop-industry {
    width: 848px;
    min-height: 320px;
    max-height: 520px;
}

.pop-industry .pop-industry-body {
    padding: 34px 24px 24px;
    text-align: center;
    font-size: 0;
}

.pop-industry h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 44px;
}

.pop-industry li {
    display: inline-block;
    width: 160px;
    height: 200px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-left: -1px;
    cursor: pointer;
}

.pop-industry li:hover {
    background: #F1F8FF;
}

.pop-industry li:first-child {
    margin-left: 0;
}

.pop-industry li .industry-img {
    width: 160px;
    height: 160px;
    line-height: 160px;
}

.pop-industry li p {
    line-height: 40px;
}

.bd_weixin_popup {
    height: 314px !important;
}

.phone-role-box {
    display: none;
}

.phone-role-box .slideBox {
    position: relative;
    overflow: hidden;
    max-width: 560px;
    /* 设置焦点图最大宽度 */
}

.phone-role-box .slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.phone-role-box .slideBox .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    margin: 0 6px;
    text-align: center;
}

.phone-role-box .slideBox .hd li.on {
    background: #20ADE5;
}

.phone-role-box .slideBox .bd {
    position: relative;
    z-index: 0;
}

.phone-role-box .slideBox .bd li {
    position: relative;
    text-align: center;
}

.phone-role-box .slideBox .bd li img {
    margin-bottom: 0;
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}

.phone-brand-box {
    display: none;
}

.phone-brand-box .phone-cooperation-list {
    font-size: 0;
    text-align: left;
}

.phone-brand-box .phone-cooperation-list li {
    display: inline-block;
    width: 2.66667rem;
    height: 1.04rem;
    margin-right: 0.53333rem;
    margin-bottom: 0.26667rem;
    vertical-align: top;
}

.phone-brand-box .phone-cooperation-list li:nth-child(3n) {
    margin-right: 0;
}

.phone-brand-box .phone-cooperation-list li img {
    width: 2.66667rem;
    height: 1.04rem;
    margin-bottom: 0;
}

.phone-brand-box .phone-cooperation-list .more {
    font-size: 12px;
    border: 1px solid #e3e3e3;
    text-align: center;
    line-height: 1.04rem;
    background: #ffffff;
    color: #666666;
}

[data-dpr='2'] .phone-brand-box .phone-cooperation-list .more {
    font-size: 24px;
}

[data-dpr='3'] .phone-brand-box .phone-cooperation-list .more {
    font-size: 36px;
}

.phone-address {
    display: none;
    margin-bottom: 1.2rem;
    padding: 0.53333rem;
    text-align: left;
    background: #F7F7F7;
    font-size: 15px;
    color: #666666;
}

[data-dpr='2'] .phone-address {
    font-size: 30px;
}

[data-dpr='3'] .phone-address {
    font-size: 45px;
}

.phone-address dt {
    margin-bottom: 10px;
}

.phone-footer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.17333rem;
    line-height: 1.17333rem;
    font-size: 0;
    background: #fff;
}

.phone-footer li {
    position: relative;
    display: inline-block;
    width: 33.3333%;
    font-size: 15px;
    color: #333333;
    text-align: center;
}

[data-dpr='2'] .phone-footer li {
    font-size: 30px;
}

[data-dpr='3'] .phone-footer li {
    font-size: 45px;
}

.phone-footer li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.66667rem;
    background: #e3e3e3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.safety-box {
    display: none;
}

.website-agreement {
    padding: 24px;
    font-size: 14px;
    line-height: 2;
}

.website-agreement h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.website-agreement h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
}

.footer-box {
    display: none;
    padding: 0.4rem 0;
    margin-bottom: 1.2rem;
    background: #7dcdf3;
    text-align: center;
}

.footer-box .btn {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    padding: 0 0.8rem;
    font-size: 0.16rem;
}

.footer-box .btn:first-child {
    margin-right: 0.53333rem;
}

.small-page {
    display: none;
}

@media all and (max-width: 768px) {
    body {
        background: #F7F7F7;
    }

    .container {
        width: 100%;
    }

    .website-head {
        background: #ffffff;
        height: 1.17333rem;
        line-height: 1.17333rem;
    }

    .logo {
        width: 1.6rem;
        height: 0.4rem;
    }

    .nav-main {
        display: none;
        visibility: hidden;
    }

    .phone-nav-main {
        display: block;
    }

    .focusBox {
        height: 6.13333rem;
    }

    .focusBox .pic li {
        height: 6.13333rem;
    }

    .focusBox .pic a {
        width: 10.24rem;
        height: 6.13333rem;
    }

    .focusBox .pic img {
        width: 10.24rem;
        height: 6.13333rem;
    }

    .focusBox .img-big {
        display: none !important;
    }

    .focusBox .img-small {
        display: block !important;
    }

    .focusBox .prev, .focusBox .next {
        display: none;
    }

    .scheme-txt-box {
        display: block;
    }

    .m-height {
        height: auto;
    }

    .website-banner {
        margin: 1.17333rem auto 0.32rem;
    }

    .website-index-list h2 {
        padding: 0.93333rem 0 0.42667rem;
        text-align: center;
        font-size: 18px;
        color: #333333;
    }

    [data-dpr='2'] .website-index-list h2 {
        font-size: 36px;
    }

    [data-dpr='3'] .website-index-list h2 {
        font-size: 54px;
    }

    .website-index-list .text {
        padding: 0;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 0.16rem;
        text-indent: 2em;
        font-size: 14px;
        word-break: break-all;
        word-wrap: break-word;
    }

    [data-dpr='2'] .website-index-list .text {
        font-size: 28px;
    }

    [data-dpr='3'] .website-index-list .text {
        font-size: 42px;
    }

    .website-index-list img {
        margin-bottom: 0.8rem;
    }

    .website-index-list {
        height: auto;
    }

    .website-index-list p {
        padding: 0;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 0.16rem;
        text-indent: 2em;
        font-size: 14px;
        word-break: break-all;
        word-wrap: break-word;
    }

    [data-dpr='2'] .website-index-list p {
        font-size: 28px;
    }

    [data-dpr='3'] .website-index-list p {
        font-size: 42px;
    }

    .website-index-list h2 {
        padding: 0.8rem 0 0.42667rem;
        text-align: center;
        font-size: 18px;
    }

    [data-dpr='2'] .website-index-list h2 {
        font-size: 36px;
    }

    [data-dpr='3'] .website-index-list h2 {
        font-size: 54px;
    }

    .home-bg-1 {
        background: url("/img/home_bg_750x550.png") no-repeat left top/100%;
    }

    .home-bg-1 h2, .home-bg-1 p {
        color: #ffffff;
    }

    .home-bg-1 .introduce-list {
        display: none;
    }

    .home-bg-1 .phone-introduce-list {
        display: block;
    }

    .role-box {
        display: none;
    }

    .phone-role-box {
        display: block;
    }

    .role-box-list container {
        padding: 0;
    }

    .role-box-list .col-md-12 {
        padding: 0;
    }

    .free-trial-ad, .website-footer {
        display: none;
    }

    .brand-box {
        display: none;
    }

    .phone-brand-box {
        display: block;
    }

    .website-advantage-banner {
        margin-top: 46px;
        background: url("/img/product_banner_bg_750x462.png") no-repeat center/100%;
    }

    .website-advantage-banner .container {
        height: 6.16rem;
    }

    .website-advantage-banner .video-banner {
        display: none;
    }

    .website-advantage-banner .video-banner h2 {
        font-size: 18px;
        font-weight: normal;
    }

    [data-dpr='2'] .website-advantage-banner .video-banner h2 {
        font-size: 36px;
    }

    [data-dpr='3'] .website-advantage-banner .video-banner h2 {
        font-size: 54px;
    }

    #jsBtnVideo {
        display: none;
    }

    .website-nav-tab {
        display: none;
    }

    .website-cont-list {
        min-width: 0;
        max-width: 768px;
        padding: 0.8rem 0 0.48rem;
    }

    .website-cont-list h2 {
        margin-bottom: 0.48rem;
        font-size: 18px;
        font-weight: bold;
    }

    [data-dpr='2'] .website-cont-list h2 {
        font-size: 36px;
    }

    [data-dpr='3'] .website-cont-list h2 {
        font-size: 54px;
    }

    .website-cont-list li {
        display: flex;
        width: 100%;
        margin-right: 0;
        padding: 0.32rem 0.45333rem;
        border-bottom: 1px solid #e3e3e3;
    }

    .website-cont-list li:last-child {
        border-bottom: 0 none;
    }

    .website-cont-list li .tips-img {
        width: 1.73333rem;
        height: 1.73333rem;
    }

    .website-cont-list li h4 {
        margin: 0 0 0.16rem 0;
        font-size: 14px;
        font-weight: bold;
    }

    [data-dpr='2'] .website-cont-list li h4 {
        font-size: 28px;
    }

    [data-dpr='3'] .website-cont-list li h4 {
        font-size: 42px;
    }

    .website-cont-list li .txt {
        font-size: 12px;
    }

    [data-dpr='2'] .website-cont-list li .txt {
        font-size: 24px;
    }

    [data-dpr='3'] .website-cont-list li .txt {
        font-size: 36px;
    }

    .website-cont-list li .txt-box {
        padding-left: 0.53333rem;
        text-align: left;
        flex: 1;
    }

    .website-advantage-list:nth-child(2) .img-small {
        width: 4.34667rem;
        height: 4.85333rem;
    }

    .website-advantage-list:nth-child(3) .img-small {
        width: 6.56rem;
        height: 4.16rem;
    }

    .website-advantage-list:nth-child(4) .img-small {
        width: 3.54667rem;
        height: 4.85333rem;
    }

    .website-advantage-list:nth-child(5) .img-small {
        width: 6.48rem;
        height: 4.10667rem;
    }

    .website-advantage-list .container {
        position: relative;
        padding-top: 0.8rem;
        height: 8.53333rem;
    }

    .website-advantage-list .container .website-btn {
        display: none;
    }

    .website-advantage-list .col-md-1, .website-advantage-list .col-md-5, .website-advantage-list .col-md-6 {
        width: 100%;
    }

    .website-advantage-list .col-md-6 {
        position: static;
        text-align: center;
    }

    .website-advantage-list .txt {
        margin-top: 0;
        text-align: center;
    }

    .website-advantage-list .txt h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0.21333rem;
    }

    [data-dpr='2'] .website-advantage-list .txt h2 {
        font-size: 32px;
    }

    [data-dpr='3'] .website-advantage-list .txt h2 {
        font-size: 48px;
    }

    .website-advantage-list .txt p {
        text-align: center;
        padding: 0;
        font-size: 12px;
    }

    [data-dpr='2'] .website-advantage-list .txt p {
        font-size: 24px;
    }

    [data-dpr='3'] .website-advantage-list .txt p {
        font-size: 36px;
    }

    .website-advantage-list .img-small {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }

    .website-advantage-list .img-big {
        display: none;
    }

    .safety-box {
        margin-bottom: 1.2rem;
        height: 4rem;
        background: url("/img/product_bg_750x406.png") no-repeat center/100%;
        color: #ffffff;
    }

    .safety-box .container {
        height: 100%;
    }

    .website-blogs-banner {
        display: none;
        height: 3.33333rem;
        background: url("/img/blog_banner_bg_750x250.png") no-repeat center/100%;
    }

    .website-blogs-banner .banner-tit {
        display: inline-block;
        padding-top: 0;
        vertical-align: middle;
    }

    .website-blogs-banner .banner-tit h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    [data-dpr='2'] .website-blogs-banner .banner-tit h2 {
        font-size: 36px;
    }

    [data-dpr='3'] .website-blogs-banner .banner-tit h2 {
        font-size: 54px;
    }

    .website-blogs-banner:after {
        content: "";
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .website-blogs-list {
        margin: 0.33333rem 0 0;
    }

    .website-blogs-list .col-md-12 {
        padding: 0;
    }

    .website-blogs-list ul {
        padding-bottom: 1.2rem;
    }

    .website-blogs-list li {
        margin: 0 .42rem .4rem;
        border: 1px solid #e3e3e3;
        background: #ffffff;
        padding-bottom: 0;
    }

    .website-blogs-list li:first-child {
        margin-top: 0.32rem;
    }

    .website-blogs-list .blogs-list-box {
        padding-left: 0;
        height: auto;
    }

    .website-blogs-list .blogs-list-box .img-big {
        display: none;
    }

    .website-blogs-list .blogs-list-box .img-small {
        display: block;
    }

    .website-blogs-list .img-tit {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .website-blogs-list .img-tit img {
        width: 100%;
        height: auto;
    }

    .website-blogs-list .main {
        float: none;
        padding: .44rem;
    }

    .website-blogs-list .main h2 {
        font-size: 15px;
    }

    [data-dpr='2'] .website-blogs-list .main h2 {
        font-size: 30px;
    }

    [data-dpr='3'] .website-blogs-list .main h2 {
        font-size: 45px;
    }

    .website-blogs-list .main .txt {
        padding-top: 0.18667rem;
        font-size: 14px;
    }

    [data-dpr='2'] .website-blogs-list .main .txt {
        font-size: 28px;
    }

    [data-dpr='3'] .website-blogs-list .main .txt {
        font-size: 42px;
    }

    .website-blogs-list .main .info {
        display: none;
    }

    .website-about-banner {
        margin-top: 1.17333rem;
        height: 3.33333rem;
        background: url(/img/customer_service_banner_bg_750x250.png) no-repeat center;
    }

    .website-about-banner .banner-tit {
        padding-top: 1.06667rem;
    }

    .website-about-banner .banner-tit img {
        margin-bottom: 0.21333rem;
    }

    .website-about-banner .banner-tit p {
        font-size: 12px;
    }

    [data-dpr='2'] .website-about-banner .banner-tit p {
        font-size: 24px;
    }

    [data-dpr='3'] .website-about-banner .banner-tit p {
        font-size: 36px;
    }

    .website-about-banner .banner-tit .img-big {
        display: none;
    }

    .website-about-banner .banner-tit .img-small {
        width: 3.2rem;
        height: 0.8rem;
        display: inline-block;
    }

    .website-nav-tab {
        display: none;
    }

    .customer-service .website-service {
        padding: 0.8rem 0 1.6rem;
        background: #fff;
    }

    .customer-service .website-service h2 {
        font-size: 18px;
        margin-bottom: 1.06667rem;
    }

    [data-dpr='2'] .customer-service .website-service h2 {
        font-size: 36px;
    }

    [data-dpr='3'] .customer-service .website-service h2 {
        font-size: 54px;
    }

    .customer-service .website-service ul {
        font-size: 0;
        text-align: left;
    }

    .customer-service .website-service li {
        width: 50%;
        margin-right: 0;
        font-size: 16px;
        padding: 0 0.56rem;
        margin-bottom: 0.61333rem;
    }

    [data-dpr='2'] .customer-service .website-service li {
        font-size: 32px;
    }

    [data-dpr='3'] .customer-service .website-service li {
        font-size: 48px;
    }

    .customer-service .website-service li img {
        width: 0.85333rem;
        height: 0.85333rem;
    }

    .customer-service .website-service li .tit {
        padding: 0.4rem 0 0.24rem;
        font-size: 15px;
    }

    [data-dpr='2'] .customer-service .website-service li .tit {
        font-size: 30px;
    }

    [data-dpr='3'] .customer-service .website-service li .tit {
        font-size: 45px;
    }

    .customer-service .website-service li .txt {
        font-size: 12px;
    }

    [data-dpr='2'] .customer-service .website-service li .txt {
        font-size: 24px;
    }

    [data-dpr='3'] .customer-service .website-service li .txt {
        font-size: 36px;
    }

    .website-about {
        background: #ffffff;
        padding: 0;
    }

    .website-about .culture {
        display: none;
    }

    .website-about .about {
        background: #ffffff;
        padding: 0.32rem;
    }

    .website-about .about h2 {
        display: none;
    }

    .website-about .about p {
        font-size: 14px;
    }

    [data-dpr='2'] .website-about .about p {
        font-size: 28px;
    }

    [data-dpr='3'] .website-about .about p {
        font-size: 42px;
    }

    .experience {
        display: none;
    }

    .photo-album {
        display: none;
    }

    .website-case-banner {
        display: none;
        height: 4.29333rem;
        background: url(/img/plan_banner_bg_750x322.png) no-repeat center/100%;
        text-align: center;
    }

    .website-case-banner:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }

    .website-case-banner .banner-tit {
        display: inline-block;
        padding-top: 0;
        vertical-align: middle;
    }

    .website-case-banner .banner-tit h2 {
        font-size: 18px;
        margin-bottom: 0.16rem;
    }

    [data-dpr='2'] .website-case-banner .banner-tit h2 {
        font-size: 36px;
    }

    [data-dpr='3'] .website-case-banner .banner-tit h2 {
        font-size: 54px;
    }

    .website-case-banner .banner-tit p {
        font-size: 12px;
    }

    [data-dpr='2'] .website-case-banner .banner-tit p {
        font-size: 24px;
    }

    [data-dpr='3'] .website-case-banner .banner-tit p {
        font-size: 36px;
    }

    .website-case-role-phone {
        padding: 0;
        /* 去掉链接触摸高亮 */
    }

    .website-case-role-phone .tabBox {
        margin: 0 auto;
        width: 100%;
    }

    .website-case-role-phone .tabBox .hd {
        height: 1.06667rem;
        line-height: 1.06667rem;
        font-size: 14px;
        color: #333333;
        overflow: hidden;
        padding: 0 10px;
        background: #FFFFFF;
    }

    [data-dpr='2'] .website-case-role-phone .tabBox .hd {
        font-size: 28px;
    }

    [data-dpr='3'] .website-case-role-phone .tabBox .hd {
        font-size: 42px;
    }

    .website-case-role-phone .tabBox .hd li {
        width: 20%;
        float: left;
        padding: 0 0.06667rem;
        vertical-align: top;
        text-align: center;
    }

    .website-case-role-phone .tabBox .hd .on a {
        color: #20ADE5;
        display: block;
        height: 1.06667rem;
        line-height: 1.06667rem;
        border-bottom: 2px solid #20ADE5;
    }

    .website-case-role-phone .tabBox .bd {
        border-top: 1px solid #e3e3e3;
        background: #ffffff;
    }

    .website-case-role-phone .tabBox .tempWrap {
        min-height: 467px;
        background: #ffffff;
    }

    .website-case-role-phone .readMore {
        display: block;
        height: 30px;
        line-height: 30px;
        margin: 10px auto 20px auto;
        text-align: center;
        text-decoration: underline;
    }

    .website-case-role-phone .case-role-box {
        padding: 0.8rem 0.48rem 1.6rem;
    }

    .website-case-role-phone .case-role-box h2 {
        font-size: 18px;
        color: #333333;
        margin-bottom: 0.46667rem;
    }

    [data-dpr='2'] .website-case-role-phone .case-role-box h2 {
        font-size: 36px;
    }

    [data-dpr='3'] .website-case-role-phone .case-role-box h2 {
        font-size: 54px;
    }

    .website-case-role-phone .case-role-box p {
        font-size: 14px;
        color: #666666;
    }

    [data-dpr='2'] .website-case-role-phone .case-role-box p {
        font-size: 28px;
    }

    [data-dpr='3'] .website-case-role-phone .case-role-box p {
        font-size: 42px;
    }

    .website-case-role-phone .case-role-box .pain-spot, .website-case-role-phone .case-role-box .merit {
        padding-top: 0.56rem;
    }

    .website-case-role-phone .case-role-box .pain-spot p, .website-case-role-phone .case-role-box .merit p {
        margin-bottom: 0.32rem;
    }

    .website-case-role-phone .case-role-box .pain-spot p img, .website-case-role-phone .case-role-box .merit p img {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.16rem;
    }

    .website-case-role-phone .case-role-box .pain-spot li, .website-case-role-phone .case-role-box .merit li {
        padding: 1rem;
        line-height: 1rem;
        width: 100%;
        text-align: left;
        margin-top: -1px;
    }

    .website-case-role-phone .case-role-box .pain-spot li:first-child, .website-case-role-phone .case-role-box .merit li:first-child {
        margin-top: 0;
    }

    .website-case-role-phone .case-role-box .pain-spot p {
        color: #FF2222;
    }

    .website-case-role-phone .case-role-box .pain-spot li {
        border: 1px solid #FF2222;
    }

    .website-case-role-phone .case-role-box .merit p {
        color: #00AE07;
    }

    .website-case-role-phone .case-role-box .merit li {
        border: 1px solid #00AE07;
    }
    .website-case-role-phone .layui-tab-title .layui-this:after {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 39px;
        border-width: 0 0 2px 0;
        border-style: solid;
        border-bottom-color: #20ADE5;
        border-radius: 2px 2px 0 0;
        box-sizing: border-box;
        pointer-events: none;
    }
    .layui-tab-bar{
        z-index: 2 !important;
    }
    .phone-footer {
        display: block;
    }

    .website-case-detail {
        background: #fff;
    }

    .website-case-detail .website-detail-back {
        display: none;
        padding: 0;
        height: 1.17333rem;
        line-height: 1.17333rem;
    }
    .website-detail-main .main img{
        width: 80% !important;
        height: auto !important;
    }
    .website-case-detail .website-detail-back .share {
        display: none;
    }

    .website-case-detail .website-detail-back a {
        display: inline-block;
        font-size: 14px;
    }

    [data-dpr='2'] .website-case-detail .website-detail-back a {
        font-size: 28px;
    }

    [data-dpr='3'] .website-case-detail .website-detail-back a {
        font-size: 42px;
    }

    .website-case-detail .website-detail-main .title {
        font-size: 19px;
        font-weight: bold;
    }

    [data-dpr='2'] .website-case-detail .website-detail-main .title {
        font-size: 38px;
    }

    [data-dpr='3'] .website-case-detail .website-detail-main .title {
        font-size: 57px;
    }

    .website-case-detail .website-detail-main .time {
        padding: 0.24rem 0;
        font-size: 14px;
    }

    [data-dpr='2'] .website-case-detail .website-detail-main .time {
        font-size: 28px;
    }

    [data-dpr='3'] .website-case-detail .website-detail-main .time {
        font-size: 42px;
    }

    .website-case-detail .website-detail-main .main {
        margin-top: 0.29333rem;
    }

    .website-case-detail .website-detail-main .main h4 {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0.13333rem;
        font-weight: bold;
    }

    [data-dpr='2'] .website-case-detail .website-detail-main .main h4 {
        font-size: 32px;
    }

    [data-dpr='3'] .website-case-detail .website-detail-main .main h4 {
        font-size: 48px;
    }

    .website-case-detail .website-detail-main .main p {
        font-size: 14px;
        margin-bottom: 0.10667rem;
    }

    [data-dpr='2'] .website-case-detail .website-detail-main .main p {
        font-size: 28px;
    }

    [data-dpr='3'] .website-case-detail .website-detail-main .main p {
        font-size: 42px;
    }

    .website-case-detail .website-detail-page {
        padding: 0.32rem 0;
        font-size: 14px;
    }

    [data-dpr='2'] .website-case-detail .website-detail-page {
        font-size: 28px;
    }

    [data-dpr='3'] .website-case-detail .website-detail-page {
        font-size: 42px;
    }

    .website-case-detail .website-detail-page p {
        margin-bottom: 0.21333rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    .website-case-detail .website-detail-page p span {
        width: 56px;
    }

    .website-case-detail .website-detail-page p a {
        flex: 1;
    }

    .phone-address {
        display: block;
    }

    .footer-box {
        display: block;
    }

    .small-page {
        display: block;
    }

    .big-page {
        display: none;
    }

    .develop {
        padding: 0 !important;
    }

    .website-case-list li {
        padding-left: 0;
        margin-bottom: 0.6rem;
        background: #fff;
        border-radius: 6px;
    }

    .website-case-list .img-tit {
        float: none;
        width: 100%;
        margin: 0;
    }

    .website-case-list .main {
        float: none;
        padding: .44rem;
    }

    .website-case-list .main h2 {
        font-size: 18px;
        text-align: left;
    }

    .website-case-list .main p {
        padding-top: 12px;
        font-size: 12px;
        font-weight: normal;
        color: #999;
    }
}

.land-page-banner-box {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.land-page-banner-box .wrap {
    position: relative;
    height: 100%;
    z-index: 1;
    text-align: center;
}

.land-page-banner-box .logo {
    position: absolute;
    top: 50px;
    left: 0;
}

.land-page-banner-box .banner-main {
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.land-page-banner-box .banner-main .tit {
    font-size: 42px;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 50px;
}

.land-page-banner-box .banner-main .txt {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 100px;
}

.land-page-banner-box .banner-main .txt span {
    color: #20ade5;
}

.land-page-banner-box .input-box {
    display: inline-block;
    position: relative;
    width: 400px;
}

.land-page-banner-box .input-box .txt {
    width: 100%;
    height: 50px;
    padding-left: 34px;
    padding-right: 194px;
    font-size: 18px;
    color: #ffffff;
    border: 0 none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    text-align: left;
    margin-bottom: 0;
}

.land-page-banner-box .input-box .input-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #654b3a;
    font-size: 20px;
    background: #f9c03d;
    cursor: pointer;
    border-radius: 100px;
    border: 0 none;
}

.land-page-banner-box .txt:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

.land-page-banner-box .txt::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.land-page-banner-box .txt:-ms-input-placeholder {
    color: #ffffff;
}

.land-page-banner-box .txt::-webkit-input-placeholder {
    color: #ffffff;
}

.land-page-banner-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 100%;
    background: url("/img/landing_page_banner.jpg") no-repeat center/100%;
}

.land-page-list-box {
    padding-bottom: 140px;
}

.land-page-product {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}

.land-page-product h4 {
    font-size: 30px;
    color: #333333;
    padding-bottom: 24px;
}

.land-page-product p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    padding-bottom: 60px;
}

.land-page-fun {
    padding: 60px 0;
    background: #20ade5;
    color: #ffffff;
    text-align: center;
    font-size: 0;
}

.land-page-fun h4 {
    font-size: 30px;
    margin-bottom: 60px;
}

.land-page-fun li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 20px;
    margin-bottom: 24px;
}

.land-page-fun li img {
    width: 60px;
    height: 60px;
}

.land-page-fun li span {
    padding-left: 10px;
}

.land-page-fun .btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    margin-top: 36px;
}

.land-page-industry {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    font-size: 0;
}

.land-page-industry h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 60px;
}

.land-page-industry li {
    font-size: 16px;
    display: inline-block;
    margin-right: 38px;
}

.land-page-industry li p {
    padding-bottom: 24px;
}

.land-page-industry li:last-child {
    margin-right: 0;
}

.land-page-type {
    background-color: #f5f8f9;
    padding: 40px 0;
    font-size: 0;
    text-align: center;
}

.land-page-type .wrap {
    height: 100%;
}

.land-page-type li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.land-page-type li .tit {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
    color: #333333;
}

.land-page-type li:hover .land-page-type-hover {
    display: block;
}

.land-page-type .land-page-type-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(125, 214, 250, 0.9);
    font-size: 0;
    padding: 0 24px;
}

.land-page-type .land-page-type-hover:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.land-page-type .land-page-type-hover p {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
    text-align: left;
    color: #02455f;
}

.land-page-harm-list {
    padding: 60px 0;
    font-size: 0;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.land-page-harm-list h4 {
    font-size: 30px;
    color: #313131;
    padding-bottom: 60px;
}

.land-page-harm-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
}

.land-page-harm-list li:nth-child(1), .land-page-harm-list li:nth-child(2), .land-page-harm-list li:nth-child(3) {
    padding-bottom: 60px;
}

.land-page-harm-list li h5 {
    font-size: 18px;
    color: #20ade5;
    padding: 16px 0;
}

.land-page-harm-list li p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.land-page-brand-list {
    padding: 60px 0 36px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.land-page-brand-list h4 {
    font-size: 30px;
    color: #313131;
    padding-bottom: 60px;
}

.land-page-brand-list h4 span {
    color: #20ade5;
}

.land-page-brand-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    margin-bottom: 24px;
}

.land-page-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #333;
}

.land-page-footer .wrap {
    height: 100%;
}

.land-page-footer .wrap:after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.land-page-footer .left, .land-page-footer .right {
    display: inline-block;
    vertical-align: middle;
}

.land-page-footer .left {
    font-size: 16px;
    color: #f9c03d;
    line-height: 1.5;
}

.land-page-footer .left span {
    color: #eeeeee;
}

.land-page-footer .right {
    padding-left: 94px;
}

.land-page-footer .right .btn {
    width: 152px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    font-size: 18px;
    color: #333333;
    background: #f9c03d;
    margin-right: 24px;
}

.land-page-footer .right .btn:last-child {
    border: 2px solid #f9c03d;
    background-color: transparent;
    color: #f9c03d;
    line-height: 38px;
}

.land-page-web-box {
    padding: 1.17333rem 0;
}

.land-page-banner .slideBox {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 560px;
    /* 设置焦点图最大宽度 */
}

.land-page-banner .slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}

.land-page-banner .slideBox .hd li {
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.land-page-banner .slideBox .hd .on {
    background: #fff;
}

.land-page-banner .slideBox .bd {
    position: relative;
    z-index: 0;
}

.land-page-banner .slideBox .bd li {
    position: relative;
    text-align: center;
}

.land-page-banner .slideBox .bd li img {
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}

.land-page-web-fun {
    font-size: 0;
    text-align: center;
    padding: 0.8rem 0;
    background: #ffffff;
}

.land-page-web-fun h2 {
    font-size: 18px;
    line-height: 1em;
    color: #333333;
    padding-bottom: 0.8rem;
}

[data-dpr='2'] .land-page-web-fun h2 {
    font-size: 36px;
}

[data-dpr='3'] .land-page-web-fun h2 {
    font-size: 54px;
}

.land-page-web-fun li {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.land-page-web-fun li:nth-child(1), .land-page-web-fun li:nth-child(2) {
    margin-bottom: 0.53333rem;
}

.land-page-web-fun li img {
    width: 1.33333rem;
    height: 1.33333rem;
    margin-bottom: 0.32rem;
}

.land-page-web-fun li h5 {
    font-size: 14px;
    line-height: 1em;
    color: #333;
    padding-bottom: 0.16rem;
}

[data-dpr='2'] .land-page-web-fun li h5 {
    font-size: 28px;
}

[data-dpr='3'] .land-page-web-fun li h5 {
    font-size: 42px;
}

.land-page-web-fun li p {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}

[data-dpr='2'] .land-page-web-fun li p {
    font-size: 24px;
}

[data-dpr='3'] .land-page-web-fun li p {
    font-size: 36px;
}

.bg-w {
    background: #ffffff !important;
}

.land-page-web-fun-list {
    padding-top: 0.8rem;
    text-align: center;
}

.land-page-web-fun-list h2 {
    font-size: 18px;
    line-height: 1em;
    color: #333333;
    padding-bottom: 0.53333rem;
}

[data-dpr='2'] .land-page-web-fun-list h2 {
    font-size: 36px;
}

[data-dpr='3'] .land-page-web-fun-list h2 {
    font-size: 54px;
}

.land-page-web-fun-list p {
    font-size: 14px;
    line-height: 1em;
    color: #666666;
    margin-bottom: 0.53333rem;
}

[data-dpr='2'] .land-page-web-fun-list p {
    font-size: 28px;
}

[data-dpr='3'] .land-page-web-fun-list p {
    font-size: 42px;
}

.land-page-web-fun-list p span {
    display: inline-block;
    margin-bottom: 0.16rem;
}

.land-page-web-fun-list .img-one {
    width: 5.45333rem;
    height: 5.49333rem;
}

.land-page-web-fun-list .img-two {
    width: 3.29333rem;
    height: 5.49333rem;
}

.land-page-web-fun-list .img-three {
    margin-bottom: 0.8rem;
    width: 6.56rem;
    height: 4.05333rem;
}

.land-page-web-fun-list .img-four {
    width: 5.45333rem;
    height: 5.49333rem;
}

.land-page-new-list {
    padding: 0.8rem 0.72rem;
}

.land-page-new-list h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1em;
    color: #333333;
    margin-bottom: 0.8rem;
}

[data-dpr='2'] .land-page-new-list h2 {
    font-size: 36px;
}

[data-dpr='3'] .land-page-new-list h2 {
    font-size: 54px;
}

.land-page-new-list li {
    margin-bottom: 0.8rem;
}

.land-page-new-list li:last-child {
    margin-bottom: 0;
}

.land-page-new-list a {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.land-page-new-list .img-box {
    width: 2.18667rem;
    height: 1.68rem;
}

.land-page-new-list .img-box img {
    width: 2.18667rem;
    height: 1.68rem;
}

.land-page-new-list .txt-box {
    flex: auto;
    padding-left: 0.32rem;
    width: 0;
}

.land-page-new-list .txt-box h3 {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

[data-dpr='2'] .land-page-new-list .txt-box h3 {
    font-size: 28px;
}

[data-dpr='3'] .land-page-new-list .txt-box h3 {
    font-size: 42px;
}

.land-page-new-list .txt-box p {
    font-size: 12px;
    color: #666666;
}

[data-dpr='2'] .land-page-new-list .txt-box p {
    font-size: 24px;
}

[data-dpr='3'] .land-page-new-list .txt-box p {
    font-size: 36px;
}

.land-page-client-list {
    padding: 0.8rem 1.16rem;
    font-size: 0;
}

.land-page-client-list h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 0.8rem;
}

[data-dpr='2'] .land-page-client-list h2 {
    font-size: 36px;
}

[data-dpr='3'] .land-page-client-list h2 {
    font-size: 54px;
}

.land-page-client-list li {
    display: inline-block;
    margin-bottom: 0.4rem;
}

.land-page-client-list li:last-child, .land-page-client-list li:nth-last-child(2) {
    margin-bottom: 0;
}

.land-page-client-list li:nth-child(2n - 1) {
    margin-right: 1.01333rem;
}

.land-page-client-list li img {
    width: 3.33333rem;
    height: 1.01333rem;
}

.land-page-web-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.17333rem;
    line-height: 1.17333rem;
    background: #20ade5;
    font-size: 0;
}

.land-page-web-footer .footer-box {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
}

.land-page-web-footer .footer-box:nth-child(1), .land-page-web-footer .footer-box:nth-child(2) {
    position: relative;
}

.land-page-web-footer .footer-box:nth-child(1):after, .land-page-web-footer .footer-box:nth-child(2):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.53333rem;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.26667rem;
}

.land-page-web-footer .footer-box img {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
}

.land-page-web-footer .footer-box span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.16rem;
    font-size: 15px;
    color: #ffffff;
}

[data-dpr='2'] .land-page-web-footer .footer-box span {
    font-size: 30px;
}

[data-dpr='3'] .land-page-web-footer .footer-box span {
    font-size: 45px;
}

/*# sourceMappingURL=basic.css.map */
.website-head {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12), 0 10px 12px 0 rgba(170, 182, 206, .2), inset 0 -1px 0 0 rgba(255, 255, 255, .3) !important;
    border: none !important;
}

.website-case-role .case-role-list li {
    width: 150px;
    height: 150px;
}

.website-buy-precept li {
    width: 218px;
}

.page-head-nav .active {
    color: #20ade5 !important;
}

.page-head-box {
    z-index: 9
}


.floatNav {
  width: 100%;
  min-width: 980px;
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #6073c3), color-stop(97%, #60bbb9));
  background: linear-gradient(90deg, #203693 4%, #2c9f9c 100%);
  opacity: 0.9;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  color:white;
}
.floatNav .xw-cell {
  padding: 0 0;
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: @space-cell-top-padding @space-cell-left-padding;
    position: relative;
}
.floatNav .xw-cell .xw-cell_hd,
.floatNav .xw-cell .xw-cell_bd {
  flex:1;
  padding-left: 120px;
  padding-right: 20px;
  padding-top: 12px;
}
.floatNav .xw-cell .xw-cell_bd h2{ font-size:24px; font-weight:600;}
.floatNav .xw-cell .xw-cell_bd h2 span{ font-size:14px; font-weight:normal;}

.floatNav .xw-cell .xw-cell_hd > img:hover {
  cursor: pointer;
}
.floatNav .xw-cell .xw-cell_hd {
  padding-top: 28px;
}
