
/*内容区 s*/
.commonweb1400 { padding: 0px 15px; }

@media (min-width: 768px) { .commonweb1400 { padding: 0px 20px; } }

@media (min-width: 992px) { .commonweb1400 { padding: 0px 40px; } }

@media (min-width: 1260px) { .commonweb1400 { margin: 0px auto; max-width: 1400px; padding: 0 60px; } }

@media (min-width: 1460px) { .commonweb1400 { padding: 0; } }

.commonweb1600 { padding: 0px 15px; }

@media (min-width: 768px) { .commonweb1600 { padding: 0px 20px; } }

@media (min-width: 992px) { .commonweb1600 { padding: 0px 40px; } }

@media (min-width: 1260px) { .commonweb1600 { padding: 0 60px; } }

@media (min-width: 1460px) { .commonweb1600 { padding: 0 80px; } }

@media (min-width: 1660px) { .commonweb1600 { max-width: 1600px; margin-left: auto; margin-right: auto; padding: 0 80px; } }

@media (min-width: 1760px) { .commonweb1600 .commonweb1600 { padding: 0; } }

/*内容区 e*/
/*字号 s*/
.fz16 { font-size: 14px; }

@media (min-width: 1024px) { .fz16 { font-size: 16px; } }

.fz18 { font-size: 16px; }

@media (min-width: 1024px) { .fz18 { font-size: 18px; } }

.fz20 { font-size: 16px; }

@media (min-width: 1024px) { .fz20 { font-size: 18px; } }

@media (min-width: 1260px) { .fz20 { font-size: 20px; } }

.fz22 { font-size: 16px; }

@media (min-width: 1024px) { .fz22 { font-size: 18px; } }

@media (min-width: 1260px) { .fz22 { font-size: 22px; } }

.fz24 { font-size: 18px; }

@media (min-width: 1024px) { .fz24 { font-size: 20px; } }

@media (min-width: 1260px) { .fz24 { font-size: 24px; } }

.fz26 { font-size: 20px; }

@media (min-width: 768px) { .fz26 { font-size: 22px; } }

@media (min-width: 1024px) { .fz26 { font-size: 24px; } }

@media (min-width: 1260px) { .fz26 { font-size: 26px; } }

.fz28 { font-size: 22px; }

@media (min-width: 1024px) { .fz28 { font-size: 26px; } }

@media (min-width: 1260px) { .fz28 { font-size: 28px; } }

.fz30 { font-size: 22px; }

@media (min-width: 1024px) { .fz30 { font-size: 26px; } }

@media (min-width: 1260px) { .fz30 { font-size: 30px; } }

.fz32 { font-size: 24px; }

@media (min-width: 1024px) { .fz32 { font-size: 28px; } }

@media (min-width: 1260px) { .fz32 { font-size: 32px; } }

.fz36 { font-size: 26px; }

@media (min-width: 1024px) { .fz36 { font-size: 32px; } }

@media (min-width: 1260px) { .fz36 { font-size: 36px; } }

/*字号 e*/
/* 移动端头部控制导航显示/隐藏按钮 s*/
.toggle-btn { width: 30px; height: 30px; position: relative; margin-top: 10px; display: block; }

.toggle-btn span { width: 20px; height: 1px; background: #000000; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in; }

.toggle-btn span:first-child { top: 8px; }

.toggle-btn span:nth-child(2) { top: 50%; }

.toggle-btn span:last-child { bottom: 7px; }

.toggle-btn.cur span:first-child { -webkit-transform: translate(-50%, 7px) rotate(45deg); -ms-transform: translate(-50%, 7px) rotate(45deg); -o-transform: translate(-50%, 7px) rotate(45deg); transform: translate(-50%, 7px) rotate(45deg); }

.toggle-btn.cur span:nth-child(2) { opacity: 0; }

.toggle-btn.cur span:last-child { -webkit-transform: translate(-50%, -7px) rotate(-45deg); -ms-transform: translate(-50%, -7px) rotate(-45deg); -o-transform: translate(-50%, -7px) rotate(-45deg); transform: translate(-50%, -7px) rotate(-45deg); }

/* 移动端头部控制导航显示/隐藏按钮 e*/
/*分页样式 s*/
.hgy-pagination .hgy-mob-load a { display: block; width: 100%; text-align: center; background-color: #072146; color: #fff; font-size: 14px; line-height: 28px; padding: 8px 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.hgy-pagination .hgy-pagination-view { display: none; text-align: center; }

@media (min-width: 1024px) { .hgy-pagination .hgy-mob-load { display: none; }
  .hgy-pagination .hgy-pagination-view { display: block; }
  .hgy-pagination .hgy-pagination-view .laypage_main { display: inline-block; vertical-align: top; }
  .hgy-pagination .hgy-pagination-view .laypage_main a, .hgy-pagination .hgy-pagination-view .laypage_main input, .hgy-pagination .hgy-pagination-view .laypage_main span { width: 36px; height: 36px; display: inline-block; vertical-align: middle; background-color: #fff !important; line-height: 36px; text-align: center; font-size: 15px; border: 1px solid #d8d8d8; }
  .hgy-pagination .hgy-pagination-view .laypage_main .laypage_curr { background-color: #072146 !important; border-color: #072146; color: #fff; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_curr { background-color: #072146 !important; border-color: #072146; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next { position: relative; text-align: center; font-size: 0 !important; padding: 0 10px !important; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev span, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next span { display: none; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev::after, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next::after { content: ''; width: 8px; height: 8px; border: 2px solid #919191; border-top: none; border-right: none; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-top: -2px; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev::after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-left: 3px; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next::after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-left: 0px; } }

/*分页样式 e*/
/*图片最大 s*/
.hgyMaxPic { text-align: center; }

.hgyMaxPic img { max-width: 100%; }

/*图片最大 e*/
.hgyAutoImg img { width: 100%; }

/*图片定位 s*/
.hgyPimg { position: relative; overflow: hidden; }

.hgyPimg::after { content: ''; display: block; padding-bottom: 100%; }

.hgyPimg img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; min-width: 100%; width: auto; height: 100%; }

/*图片最大 e*/
/*返回顶部 s*/
.to-top { position: fixed; bottom: 5%; right: 15px; width: 40px; height: 40px; -webkit-border-radius: 100%; border-radius: 100%; background: #072146; opacity: .5; display: none; cursor: pointer; z-index: 89; }

.to-top::before { content: ''; position: absolute; left: 50%; top: 17px; width: 10px; height: 10px; border-top: solid 2px #fff; border-right: solid 2px #fff; -webkit-transform: translate(-50%, 0) rotate(-45deg); -ms-transform: translate(-50%, 0) rotate(-45deg); -o-transform: translate(-50%, 0) rotate(-45deg); transform: translate(-50%, 0) rotate(-45deg); }

@media (min-width: 1024px) { .to-top { bottom: 10%; right: 30px; -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in; }
  .to-top:hover { opacity: 1; } }

/*返回顶部 e*/



/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; cursor: pointer; }

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

body, button, input, select, textarea { font: 14px/1.5 "思源黑体 CN",Arial, 'PingFang SC','Microsoft JhengHei','Microsoft YaHei', sans-serif; color: #333; }

ul, li { list-style: none; }

img { border: 0; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }

table th, table td { border: 1px solid #ccc; }

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

article, aside, footer, header, nav, section { display: block; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }

input[type="number"] { -moz-appearance: textfield; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], button, select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

textarea { overflow: auto; vertical-align: top; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; }

.bd_weixin_popup, .content-box { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.clear { clear: both; line-height: 0; height: 0; font-size: 0; }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { padding: 0px 15px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

@media (max-width: 320px) { body { min-width: 320px; } }

@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .visible-sm { display: block; }
  .hidden-sm { display: none; } }

@media (min-width: 992px) { .commonweb { padding: 0px 40px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-md { display: block; }
  .hidden-md { display: none; }
  .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; padding-left: 10px; padding-right: 10px; }
  .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%; } }

@media (min-width: 1200px) { html { cursor: default; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-lg { display: block; }
  .hidden-lg { display: none; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding-left: 10px; padding-right: 10px; padding-left: 0.20833rem; padding-right: 0.20833rem; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; } }

@media (min-width: 1260px) { .commonweb { margin: 0px auto; max-width: 1400px; padding: 0 100px; height: 100%; } }

/* layout start*/
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -o-transition-property: -o-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform, -o-transform; transition-property: transform,-webkit-transform,-o-transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -o-transform: translate(0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform,height; -o-transition-property: -o-transform; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; -o-transition-property: height,-o-transform; transition-property: transform,height; transition-property: transform,height,-webkit-transform,-o-transform; }

.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; background: #000; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

img { max-width: 100%; vertical-align: middle; }

.line { display: none; }

.incommonweb { width: 100%; max-width: 1800px; height: 100%; margin: 0 auto; padding: 0 15px; }

html body { padding-top: 60px; }

.inheader { position: fixed; top: 0; left: 0; z-index: 200; width: 100%; height: 60px; background: #fff; border-bottom: 1px solid #e4e4e4; }

.inheader > .incommonweb { padding-right: 2px; }

.inlogo { height: 100%; line-height: 60px; font-size: 0; }

.inlogo img { height: 30px; }

nav { display: none; position: fixed; top: 60px; left: 0; z-index: 200; width: 100%; height: 100%; padding: 20px 15px 120px; background: #fff; }

.innav-ul { max-height: 100%; overflow-y: auto; }

.innav-ul::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.innav-ul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.innav-ul::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; }

.innav-ul li { border-bottom: 1px dashed #e4e4e4; }

.innav-h3 { position: relative; }

.innav-h3.active .innav-span { display: block; }

.innav-h3.active:after { position: absolute; top: 50%; right: 10px; width: 10px; height: 10px; border-top: 2px solid #e4e4e4; border-right: 2px solid #e4e4e4; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; content: ""; }

.innav-h3.active2:after { -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }

.innav-h3 a { display: block; width: 100%; height: 45px; line-height: 45px; font-size: 16px; color: #333333; }

.innav-span { position: absolute; top: 0; right: 0; z-index: 10; display: none; width: 40%; height: 100%; }

.innav-ermenu { display: none; border-top: 1px dashed #e4e4e4; }

.innav-ermenu a { display: block; width: 100%; height: 40px; line-height: 40px; }

.innav-ermenu a h3 { display: inline-block; vertical-align: middle; padding-left: 5px; line-height: 1; font-size: 14px; color: #444444; }

.innav-ermenuicon { display: inline-block; vertical-align: middle; width: 26px; }

.innav-ermenuicon img { width: 100%; }

.mobile-btn { width: 60px; height: 60px; padding: 12px 13px 0; }

.mobile-btn span { position: relative; display: block; width: 100%; height: 2px; margin: 8px auto 0; background: #017de9; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-border-radius: 2px; border-radius: 2px; }

.mobile-btn.active span:nth-child(1) { top: 10px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.mobile-btn.active span:nth-child(2) { opacity: 0; }

.mobile-btn.active span:nth-child(3) { top: -10px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.inheader-right { position: fixed; bottom: -50%; left: 0; z-index: 201; width: 100%; padding: 15px; text-align: center; font-size: 0; background: #fff; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; visibility: hidden; opacity: 0; }

.inheader-right a, .inheader-right span { display: inline-block; vertical-align: middle; }

.inheader-right span { font-size: 14px; color: #61573c; }

.inheader-right.active { visibility: inherit; opacity: 1; bottom: 0; }

.inheader-photo { margin-right: 8px; }

.inheader-photo img { height: 20px; }

.inheader-righta1 { line-height: 1; font-size: 14px; color: #61573c; }

.infooter { background: #130c14; }

.infooter-top { padding: 30px 0; background: #1b171c; }

.infooter-topul { font-size: 0; }

.infooter-topul li { display: inline-block; vertical-align: top; width: 25%; padding: 0 1px; text-align: center; }

.infooter-topul li:nth-child(2n) { margin-right: 0; }

.infooter-liicon { width: 48px; height: 48px; margin: 0 auto; }

.infooter-liicon img { width: 100%; }

.infooter-litext { padding-top: 10px; }

.infooter-litext h3 { line-height: 1.25; font-size: 12px; color: #bbbbbb; }

.infooter-btm { padding: 20px 0 20px; }

.infooter-item { border-bottom: 1px solid #333; }

.infooter-h3 { position: relative; }

.infooter-h3 a { display: block; width: 100%; height: 40px; line-height: 40px; font-size: 16px; color: #bbb; }

.infooter-h3.active .infooter-span { display: block; }

.infooter-h3.active:after { position: absolute; top: 50%; right: 10px; width: 10px; height: 10px; border-top: 2px solid #333; border-right: 2px solid #333; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; content: ""; }

.infooter-h3.active2:after { -webkit-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%) rotate(135deg); -o-transform: translate(-50%, -50%) rotate(135deg); transform: translate(-50%, -50%) rotate(135deg); }

.infooter-span { position: absolute; bottom: 0; right: 0; z-index: 10; display: none; width: 40%; height: 100%; }

.infooter-ermenu { display: none; border-top: 1px solid #333; }

.infooter-ermenu a { display: block; width: 100%; line-height: 35px; padding: 0 10px; font-size: 14px; color: #5f5d60; }

.infooter-btmfl { margin-top: 20px; text-align: center; }

.infooter-btmtel { display: inline-block; vertical-align: middle; padding-left: 30px; padding-right: 38px; text-align: left; background: url(../images/infooter-btmtel.png) no-repeat center left/auto 24px; }

.infooter-btmtel h3 { line-height: 1.5; font-size: 14px; color: #a19ea1; }

.infooter-btmtel h6 { line-height: 1; font-size: 16px; font-weight: bold; color: #a19ea1; }

.infooter-btmerweima { text-align: center; margin-top: 10px; }

.infooter-btmerweima img { width: 120px; height: 120px; }

.infooter-btmerweima h6 { margin-top: 5px; line-height: 1.71429; font-size: 14px; color: #a19ea1; }

.inbottom { padding: 0 0 20px; line-height: 1.71429; text-align: center; font-size: 14px; color: #716d72; }

.inbottom a { color: #716d72; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.inbottom a:hover { text-decoration: underline; color: #017de9; }

.inbanner { position: relative; overflow: hidden; }

.inbanner .swiper-slide { position: relative; }

.inbanner .swiper-slide.after .inbanner-txt h2, .inbanner .swiper-slide.after .inbanner-des, .inbanner .swiper-slide.after .inbanner-a1 { opacity: 1; visibility: inherit; }

.inbanner .swiper-slide video { position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; }

.inbanner .swiper-slide img { width: 100%; max-width: none; }

.inbanner .swiper-container { position: relative; }

.inbanner-text { position: absolute; top: 50%; left: 50%; z-index: 5; width: 100%; padding: 0 15px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 0; color: #fff; }

.inbanner-text h2 { line-height: 1.14583; font-size: 20px; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; opacity: 0; visibility: hidden; }

.inbanner-des { margin-top: 10px; line-height: 1.4; font-size: 14px; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; opacity: 0; visibility: hidden; }

.inbanner-des p { margin-bottom: 5px; }

.inbanner-des p:last-of-type { margin-bottom: 0; }

.inbanner-a1 { display: inline-block; vertical-align: middle; margin-top: 5px; line-height: 1.55556; font-size: 0px; color: #fff; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; opacity: 0; visibility: hidden; -webkit-transition: color .5s; -o-transition: color .5s; transition: color .5s; }

.inbanner-a1 span { display: inline-block; vertical-align: middle; font-size: 14px; }

.inbanner-a1 i { position: relative; display: inline-block; vertical-align: middle; width: 30px; height: 1px; margin-left: 10px; }

.inbanner-a1 i:before { position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: #fff; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); content: ""; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.inbanner-a1 i:after { position: absolute; top: 50%; right: 0; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: translate(-25%, -50%) rotate(45deg); -ms-transform: translate(-25%, -50%) rotate(45deg); -o-transform: translate(-25%, -50%) rotate(45deg); transform: translate(-25%, -50%) rotate(45deg); content: ""; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.inbanner-a1:hover { color: #017de9; }

.inbanner-a1:hover span { text-decoration: underline; }

.inbanner-a1:hover i { -webkit-animation: move1 1s linear infinite; -o-animation: move1 1s linear infinite; animation: move1 1s linear infinite; }

.inbanner-a1:hover i:after { border-color: #017de9; }

.inbanner-a1:hover i:before { background: #017de9; }

@-webkit-keyframes move1 { 0% { -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% { -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@-o-keyframes move1 { 0% { -o-transform: translateX(0px);
    transform: translateX(0px); }
  50% { -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -o-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes move1 { 0% { -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  50% { -webkit-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

.inbanner-btmfl { color: #333; font-size: 0; }

.inbanner-btmfl a { display: inline-block; vertical-align: middle; line-height: 1.55556; font-size: 14px; color: #017de9; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.inbanner-btmfl a:hover { text-decoration: underline; }

.inbanner-btmfl h3 { margin-top: 8px; line-height: 1.4; font-size: 14px; color: #ffffff; }

.incon-pd { padding: 30px 0; }

.incon-back { background-repeat: no-repeat; background-position: center center; background-size: cover; }

.inbanner-bat { margin-top: 20px; }

.inbanner-bat .swiper-slide { cursor: pointer; }

.inbanner-bat .swiper-slide.active-nav .inbanner-btmline:after { width: 100%; visibility: inherit; }

.inbanner-btmline { position: relative; height: 1px; background: #fff; }

.inbanner-btmline:after { position: absolute; top: 0; left: 0; width: 0%; height: 100%; background: #017de9; visibility: hidden; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; content: ""; }

.inbanner-btmlitxt { margin-top: 10px; }

.inbanner-btmlitxt h3 { line-height: 1.71429; font-size: 12px; color: #fff; }

.inbanner-btm { background: #2d3845; }

.icon__animation { display: block; width: 45px; height: 45px; }

.inbanner-baticon { width: 45px; height: 0; padding-top: 45px; position: relative; overflow: hidden; margin-bottom: 10px; }

.inbanner-baticon * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.overflow { overflow: hidden; }

.inpro { position: relative; overflow: hidden; }

.inpro .commonweb { position: relative; z-index: 10; height: 100%; min-height: 250px; }

.inpro-left { float: left; width: 40%; padding-bottom: 50px; }

.inpro-left h2 { line-height: 1.33333; font-size: 20px; color: #ffffff; }

.inpro-lefttxt { margin-top: 20px; }

.inpro-lefttxt h3 { line-height: 1.4; font-size: 14px; color: #ffffff; }

.inpro-lefttxtitem { display: none; }

.inpro-lefta1 { position: absolute; z-index: 3; bottom: 0; left: auto; line-height: 1; font-size: 14px; color: #ffffff; }

.inpro-right { float: right; width: 19.16667%; }

.inpro-rightul li { margin-bottom: 10px; }

.inpro-rightul li.cur a { color: #fff; }

.inpro-rightul li a { color: rgba(255, 255, 255, 0.4); display: block; width: 100%; overflow: hidden; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.inpro-rightul li h6 { float: left; width: 85px; line-height: 1.4; font-size: 20px; font-weight: bold; }

.inpro-righttext { display: none; }

/* diy animate */
.diy-background { /* background: rgba(4,37,54,1); */ background: #2b75f1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.diy-background .item { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; }

.diy-background .item.cur { opacity: 1; }

.diy-background .ico { font-size: 0; text-align: center; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.diy-background .ico img { width: 100%; }

.diy-background .cir { width: 100%; padding-bottom: 100%; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; background-color: rgba(199, 216, 235, 0.15); /* background-color: rgba(199,216,235,.15); */ }

.inpro-lefttxtitem { -webkit-animation: .5s fadeInUp; -o-animation: .5s fadeInUp; animation: .5s fadeInUp; }

.diy-background .c-1-1 { position: absolute; left: 50%; top: 8%; z-index: 3; width: 14.5833%; opacity: 0.3; -webkit-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); -o-transform: translate(-50%, 50%); transform: translate(-50%, 50%); -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; }

.diy-background .c-1-1 .ico { position: absolute; left: 50%; top: 50%; z-index: 3; width: 35%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.diy-background .bg01.cur .c-1-1 { opacity: 1; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.diy-background .c-1-2 { position: absolute; left: 50%; top: 24.5161%; z-index: 5; width: 14.5833%; -webkit-transform: translate(-100%, 0) scale(0.3) rotate(90deg); -ms-transform: translate(-100%, 0) scale(0.3) rotate(90deg); -o-transform: translate(-100%, 0) scale(0.3) rotate(90deg); transform: translate(-100%, 0) scale(0.3) rotate(90deg); -webkit-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: all ease .8s; -o-transition: all ease .8s; transition: all ease .8s; -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; }

.diy-background .c-1-2 .ico { position: absolute; top: 50%; right: 50%; left: auto; z-index: 3; width: 35%; -webkit-transform: translate(50%, -50%); -ms-transform: translate(50%, -50%); -o-transform: translate(50%, -50%); transform: translate(50%, -50%); }

.diy-background .bg01.cur .c-1-2 { -webkit-transform: translate(-120%, 0) scale(1) rotate(0); -ms-transform: translate(-120%, 0) scale(1) rotate(0); -o-transform: translate(-120%, 0) scale(1) rotate(0); transform: translate(-120%, 0) scale(1) rotate(0); }

.diy-background .c-1-3 { position: absolute; right: 50%; top: 24.5161%; z-index: 5; width: 14.5833%; -webkit-transform: translate(100%, 0) scale(0.3) rotate(90deg); -ms-transform: translate(100%, 0) scale(0.3) rotate(90deg); -o-transform: translate(100%, 0) scale(0.3) rotate(90deg); transform: translate(100%, 0) scale(0.3) rotate(90deg); -webkit-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transition: all ease .8s; -o-transition: all ease .8s; transition: all ease .8s; -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; }

.diy-background .c-1-3 .ico { position: absolute; top: 50%; left: 50%; z-index: 3; width: 25%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.diy-background .bg01.cur .c-1-3 { -webkit-transform: translate(120%, 0) scale(1) rotate(0); -ms-transform: translate(120%, 0) scale(1) rotate(0); -o-transform: translate(120%, 0) scale(1) rotate(0); transform: translate(120%, 0) scale(1) rotate(0); }

.diy-background .c-1-4 { position: absolute; left: 50%; top: 31.1827%; z-index: 5; width: 11.4583%; padding-bottom: 27.70833%; -webkit-transform: translate(-50%, 0) scale(0.7); -ms-transform: translate(-50%, 0) scale(0.7); -o-transform: translate(-50%, 0) scale(0.7); transform: translate(-50%, 0) scale(0.7); opacity: 0.3; background: url(../images/c14bg.png) no-repeat 0 0; background-size: 100% auto; -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s; }

.diy-background .bg01.cur .c-1-4 { opacity: 1; -webkit-transform: translate(-50%, 0) scale(1); -ms-transform: translate(-50%, 0) scale(1); -o-transform: translate(-50%, 0) scale(1); transform: translate(-50%, 0) scale(1); }

.diy-background .c-1-4 .top { position: absolute; left: 50%; top: 8%; z-index: 3; width: 38.1818%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.diy-background .c-1-4 .bot { position: absolute; left: 50%; top: auto; bottom: 14.9097%; z-index: 3; width: 71.51899%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.diy-background .tri-box { position: absolute; left: 50%; /* left: 55%; */ top: 0%; bottom: 0; z-index: 3; /* width:72.1875%; */ width: 100%; /* padding-bottom: 30.625%; */ -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0.3; background: url(../images/bg01tri-bl.png) no-repeat top center; background-size: auto 76%; -webkit-transition: all ease .7s; -o-transition: all ease .7s; transition: all ease .7s; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; }

.diy-background .bg01.cur .tri-box { opacity: 1; -webkit-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); transform: translate(-50%, 0%); }

/* 第二屏 */
.diy-background .c-2-1 { position: absolute; left: 50%; top: 50%; z-index: 5; width: 14.5833%; opacity: 0; -webkit-transform: translate(-50%, -125%) scale(0.7) rotate(-90deg); -ms-transform: translate(-50%, -125%) scale(0.7) rotate(-90deg); -o-transform: translate(-50%, -125%) scale(0.7) rotate(-90deg); transform: translate(-50%, -125%) scale(0.7) rotate(-90deg); -webkit-transform-origin: center 125%; -ms-transform-origin: center 125%; -o-transform-origin: center 125%; transform-origin: center 125%; -webkit-transition: all ease .6s; -o-transition: all ease .6s; transition: all ease .6s; -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition-delay: 0.4s; }

.diy-background .c-2-1 .ico { width: 100%; }

.diy-background .bg02.cur .c-2-1 { opacity: 1; -webkit-transform: translate(-50%, -125%) scale(1) rotate(0); -ms-transform: translate(-50%, -125%) scale(1) rotate(0); -o-transform: translate(-50%, -125%) scale(1) rotate(0); transform: translate(-50%, -125%) scale(1) rotate(0); }

.diy-background .c-2-2 { position: absolute; left: 50%; top: 50%; z-index: 5; width: 14.5833%; -webkit-transform: translate(-50%, -20%); -ms-transform: translate(-50%, -20%); -o-transform: translate(-50%, -20%); transform: translate(-50%, -20%); -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; }

.diy-background .c-2-2 .ico { width: 100%; }

.diy-background .bg02.cur .c-2-2 { opacity: 1; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.diy-background .c-2-3 { position: absolute; left: 50%; top: 50%; z-index: 5; width: 14.5833%; opacity: 0; -webkit-transform: translate(-50%, 25%) scale(0.7) rotate(-90deg); -ms-transform: translate(-50%, 25%) scale(0.7) rotate(-90deg); -o-transform: translate(-50%, 25%) scale(0.7) rotate(-90deg); transform: translate(-50%, 25%) scale(0.7) rotate(-90deg); -webkit-transform-origin: center -25%; -ms-transform-origin: center -25%; -o-transform-origin: center -25%; transform-origin: center -25%; -webkit-transition: all ease .6s; -o-transition: all ease .6s; transition: all ease .6s; -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition-delay: 0.4s; }

.diy-background .bg02.cur .c-2-3 { opacity: 1; -webkit-transform: translate(-50%, 25%) scale(1) rotate(0); -ms-transform: translate(-50%, 25%) scale(1) rotate(0); -o-transform: translate(-50%, 25%) scale(1) rotate(0); transform: translate(-50%, 25%) scale(1) rotate(0); }

.diy-background .c-2-3 .ico { width: 100%; }

.diy-background .tri-top { position: absolute; right: 0; top: 0; bottom: 0; width: 100%; z-index: 1; opacity: 0; background: url(../images/c2topbg.png) no-repeat right top; background-size: auto 100%; -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; }

.diy-background .bg02.cur .tri-top { opacity: 1; }

.diy-background .tri-bot { position: absolute; right: 0; top: 20.7526%; bottom: 0; width: 100%; z-index: 2; background: url(../images/c2botbg.png) no-repeat right top; background-size: auto 100%; -webkit-transition: all ease .6s; -o-transition: all ease .6s; transition: all ease .6s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s; -webkit-transform: translate(50%, 50%); -ms-transform: translate(50%, 50%); -o-transform: translate(50%, 50%); transform: translate(50%, 50%); }

.diy-background .bg02.cur .tri-bot { opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }

/* 第三屏幕 */
.diy-background .bg03 { background: url(../images/diy03bg.png) no-repeat center; background-size: auto 100%; opacity: 0; -webkit-transition: all ease .8s; -o-transition: all ease .8s; transition: all ease .8s; -webkit-transform: translate(30%, 0); -ms-transform: translate(30%, 0); -o-transform: translate(30%, 0); transform: translate(30%, 0); }

.diy-background .bg03.cur { opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }

.diy-background .c-4-1 { position: absolute; left: 50%; top: 50%; z-index: 5; width: 14.5833%; -webkit-transform: translate(-92.857%, -130.3571%) rotate(45deg); -ms-transform: translate(-92.857%, -130.3571%) rotate(45deg); -o-transform: translate(-92.857%, -130.3571%) rotate(45deg); transform: translate(-92.857%, -130.3571%) rotate(45deg); -webkit-transition: all ease .6s; -o-transition: all ease .6s; transition: all ease .6s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; opacity: 0.3; -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; -o-transform-origin: center bottom; transform-origin: center bottom; }

.diy-background .bg04.cur .c-4-1 { opacity: 1; -webkit-transform: translate(-92.857%, -110.3571%) rotate(0); -ms-transform: translate(-92.857%, -110.3571%) rotate(0); -o-transform: translate(-92.857%, -110.3571%) rotate(0); transform: translate(-92.857%, -110.3571%) rotate(0); }

.diy-background .c-4-1 .ico { width: 100%; }

.diy-background .c-4-2 { position: absolute; left: 50%; top: 50%; z-index: 5; width: 14.5833%; -webkit-transform: translate(-2.857%, -130.3571%) rotate(-45deg); -ms-transform: translate(-2.857%, -130.3571%) rotate(-45deg); -o-transform: translate(-2.857%, -130.3571%) rotate(-45deg); transform: translate(-2.857%, -130.3571%) rotate(-45deg); -webkit-transition: all ease .6s; -o-transition: all ease .6s; transition: all ease .6s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; opacity: 0.3; -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; -o-transform-origin: center bottom; transform-origin: center bottom; }

.diy-background .bg04.cur .c-4-2 { opacity: 1; -webkit-transform: translate(-2.857%, -110.3571%) scale(1) rotate(0); -ms-transform: translate(-2.857%, -110.3571%) scale(1) rotate(0); -o-transform: translate(-2.857%, -110.3571%) scale(1) rotate(0); transform: translate(-2.857%, -110.3571%) scale(1) rotate(0); }

.diy-background .c-4-2 .ico { width: 100%; }

.diy-background .c-4-3 { position: absolute; left: 50%; top: 50%; z-index: 5; width: 14.84375%; padding-bottom: 17.5520%; -webkit-transform: translate(-50%, -53.59%) scale(1) rotate(0); -ms-transform: translate(-50%, -53.59%) scale(1) rotate(0); -o-transform: translate(-50%, -53.59%) scale(1) rotate(0); transform: translate(-50%, -53.59%) scale(1) rotate(0); -webkit-transition: all ease .6s; -o-transition: all ease .6s; transition: all ease .6s; -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition-delay: 0.4s; background: url(../images/c-4-3bg.png) no-repeat center; background-size: 100% auto; opacity: 0.3; }

.diy-background .bg04.cur .c-4-3 { opacity: 1; -webkit-transform: translate(-50%, -73.59%) scale(1) rotate(0); -ms-transform: translate(-50%, -73.59%) scale(1) rotate(0); -o-transform: translate(-50%, -73.59%) scale(1) rotate(0); transform: translate(-50%, -73.59%) scale(1) rotate(0); }

.diy-background .c-4-3 .ico { width: 100%; }

.diy-background .c-4-4 { position: absolute; left: 50%; top: 50%; z-index: 5; width: 13.125%; -webkit-transform: translate(-50%, 36.50793%) scale(0.6) rotate(0); -ms-transform: translate(-50%, 36.50793%) scale(0.6) rotate(0); -o-transform: translate(-50%, 36.50793%) scale(0.6) rotate(0); transform: translate(-50%, 36.50793%) scale(0.6) rotate(0); -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; }

.diy-background .bg04.cur .c-4-4 { opacity: 1; -webkit-transform: translate(-50%, 36.50793%) scale(1) rotate(0); -ms-transform: translate(-50%, 36.50793%) scale(1) rotate(0); -o-transform: translate(-50%, 36.50793%) scale(1) rotate(0); transform: translate(-50%, 36.50793%) scale(1) rotate(0); }

.diy-background .c-4-4 .cir { background-color: #fff; }

.diy-background .c-4-4 .ico { width: 100%; }

.diy-background .c4tri-top { position: absolute; left: 0; bottom: 50%; width: 100%; height: 59.828%; margin-bottom: -4.7916%; background: url(../images/c4topbg.png) no-repeat center bottom; background-size: auto 100%; -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; -webkit-transform: translate(0, -30%); -ms-transform: translate(0, -30%); -o-transform: translate(0, -30%); transform: translate(0, -30%); }

.diy-background .bg04.cur .c4tri-top { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }

.diy-background .c4tri-bot { position: absolute; left: 0; top: 50%; width: 100%; margin-top: 4.7916%; height: 40.1718%; background: url(../images/c4botbg.png) no-repeat center bottom; background-size: auto 100%; overflow: hidden; -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; -webkit-transform: translate(0, 50%) scale(0.7); -ms-transform: translate(0, 50%) scale(0.7); -o-transform: translate(0, 50%) scale(0.7); transform: translate(0, 50%) scale(0.7); }

.diy-background .bg04.cur .c4tri-bot { -webkit-transform: translate(0, 0) scale(1); -ms-transform: translate(0, 0) scale(1); -o-transform: translate(0, 0) scale(1); transform: translate(0, 0) scale(1); }

.process__main { z-index: 10; }

.incase { position: relative; overflow: hidden; background-attachment: fixed; }

.incase-bg { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; z-index: -1; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.incase-title { line-height: 1.33333; font-size: 20px; color: #ffffff; }

.incase-ul { font-size: 0; margin-top: 100px; }

.incase-ul li { display: inline-block; vertical-align: top; width: 26.66667%; padding-left: 2.5%; }

.incase-ul li a { display: inline-block; vertical-align: middle; text-align: center; }

.incase-ul li a:hover h3, .incase-ul li a:hover .incase-more, .incase-ul li a:hover .incase-icon { -webkit-transform: translateY(-30%); -ms-transform: translateY(-30%); -o-transform: translateY(-30%); transform: translateY(-30%); }

.incase-ul li h3 { margin-top: 5px; line-height: 1.55556; font-size: 14px; color: #ffffff; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.incase-more { position: relative; display: inline-block; vertical-align: middle; width: 30px; height: 20px; margin-top: 10px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.incase-more:before { position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: #fff; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); content: ""; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.incase-more:after { position: absolute; top: 50%; right: 0; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: translate(-25%, -50%) rotate(45deg); -ms-transform: translate(-25%, -50%) rotate(45deg); -o-transform: translate(-25%, -50%) rotate(45deg); transform: translate(-25%, -50%) rotate(45deg); content: ""; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.incase-icon { width: 40px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.incase-icon img { width: 100%; }

.inmore-a1 { display: inline-block; vertical-align: middle; line-height: 1.55556; font-size: 0px; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; -webkit-transition: color .5s; -o-transition: color .5s; transition: color .5s; }

.inmore-a1 span { display: inline-block; vertical-align: middle; font-size: 14px; color: #017de9; }

.inmore-a1 i { position: relative; display: inline-block; vertical-align: middle; width: 30px; height: 1px; margin-left: 10px; }

.inmore-a1 i:before { position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: #017de9; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); content: ""; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.inmore-a1 i:after { position: absolute; top: 50%; right: 0; width: 6px; height: 6px; border-top: 1px solid #017de9; border-right: 1px solid #017de9; -webkit-transform: translate(-25%, -50%) rotate(45deg); -ms-transform: translate(-25%, -50%) rotate(45deg); -o-transform: translate(-25%, -50%) rotate(45deg); transform: translate(-25%, -50%) rotate(45deg); content: ""; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.inmore-a1:hover { color: #017de9; }

.inmore-a1:hover i { -webkit-animation: move1 1s linear infinite; -o-animation: move1 1s linear infinite; animation: move1 1s linear infinite; }

.inmore-a1:hover i:after { border-color: #017de9; }

.inmore-a1:hover i:before { background: #017de9; }

.inservice { overflow: hidden; background: #1d161e; color: #fff; }

.inservice-left h2 { line-height: 1.9; font-size: 16px; }

.inservice-left h2 span { font-size: 20px; font-weight: bold; line-height: 1; color: #017de9; }

.inservice-leftul { font-size: 0; margin-top: 20px; margin-bottom: 20px; }

.inservice-leftul li { position: relative; display: inline-block; vertical-align: top; margin-right: 20px; margin-bottom: 5px; line-height: 1.55556; font-size: 14px; color: #fff; }

.inservice-leftul li:after { position: absolute; top: 50%; right: -10px; width: 1px; height: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background: rgba(255, 255, 255, 0.2); content: ""; }

.inservice-leftul li:last-child { margin-right: 0; }

.inservice-leftul li:last-child:after { display: none; }

.inservice-img { font-size: 0; margin-top: 20px; }

.inservice-img img { width: 100%; }

.innews { position: relative; overflow: hidden; background: #fff; }

.innews-title { line-height: 1.33333; font-size: 20px; font-weight: bold; color: #333333; }

.innews-topview { position: relative; margin-top: 15px; }

.innews-topimg { position: relative; height: 0; padding-top: 61.11111%; overflow: hidden; }

.innews-topimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.innews-toptext { padding-top: 10px; }

.innews-toptext h3 { line-height: 1.88889; font-size: 16px; font-weight: bold; color: #333333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.innews-toptext h6 { line-height: 1.5; font-size: 14px; color: #666666; }

.innews-toptext .inmore-a1 { margin-top: 15px; }

.innews-topdes { margin-top: 5px; font-size: 14px; color: #666666; display: -webkit-box; height: 48px; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.incon-bat, .incon-bat2 { margin-top: 15px; font-size: 0; line-height: 1; text-align: center; }

.incon-bat span, .incon-bat2 span { display: inline-block; vertical-align: middle; width: 8px; height: 8px; margin: 0 3px; -webkit-border-radius: 6px; border-radius: 6px; background: #d2c8c8; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.incon-bat span.swiper-pagination-bullet-active, .incon-bat2 span.swiper-pagination-bullet-active { width: 17px; background: #017de9; }

.incon-btn { display: none; }

.innews-btmview { margin-top: 30px; }

.innews-btmview .swiper-container { margin-top: 20px; }

.innews-btmimg { position: relative; height: 0; padding-top: 69.04762%; overflow: hidden; }

.innews-btmimg .inplay-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; }

.innews-btmimg .inplay-video { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; }

.innews-btmimg video { width: 100%; }

.innews-btmimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.incon-player { position: absolute; top: 50%; left: 50%; z-index: 10; width: 60px; height: 60px; -webkit-border-radius: 50%; border-radius: 50%; background: url(../images/incon-player.png) #017de9 no-repeat center center/100% 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.incon-player:hover { -webkit-box-shadow: 0px 0px 10px 0px #017de9; box-shadow: 0px 0px 10px 0px #017de9; }

.innews-btmleft h2 { line-height: 1.33333; font-size: 20px; font-weight: bold; color: #444444; }

.innews-btmtxt { margin-top: 10px; line-height: 1.55556; font-size: 14px; color: #444444; }

.innews-btmtxtitem { display: none; -webkit-animation: fadeInUp .5s; -o-animation: fadeInUp .5s; animation: fadeInUp .5s; }

.innews-btma { margin-top: 30px; }

.innews-btnwrap { margin-top: 30px; font-size: 0; }

.innews-btnwrap .incon-bat2 { display: inline-block; vertical-align: middle; margin-top: 0; }

.incon-btn2 { position: relative; display: inline-block; vertical-align: middle; width: 6px; height: 12px; }

.incon-btn2:after { position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); content: ""; }

.incon-prev2 { margin-right: 3px; }

.incon-prev2:after { border-bottom: 2px solid #017de9; border-left: 2px solid #017de9; }

.incon-next2 { margin-left: 3px; }

.incon-next2:after { border-top: 2px solid #017de9; border-right: 2px solid #017de9; }

.inlink { background: #fff; overflow: hidden; }

.inlink .swiper-container { padding: 15px 15px; }

.inlink .swiper-wrapper { -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }

.inlink .swiper-slide { background: #fff; -webkit-box-shadow: 0px 0px 15px 0px #ccc; box-shadow: 0px 0px 15px 0px #ccc; }

.inlink .swiper-slide a { display: block; width: 100%; position: relative; height: 0; padding-top: 100%; overflow: hidden; }

.inlink .swiper-slide a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.memberbody { padding: 0; }

.member { position: relative; width: 100%; height: 100%; }

.member-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; }

.memberhtml, .memberbody { width: 100%; height: 100%; }

.member-logo { position: fixed; top: 0; left: 0; z-index: 200; width: 100%; height: 60px; line-height: 60px; padding: 0 15px; }

.member-logo a { display: block; }

.member-logo a img { height: 30px; }

.member-table { position: relative; z-index: 10; width: 100%; height: 100%; display: table; table-layout: fixed; overflow: hidden; }

.member-cell { width: 100%; display: table-cell; vertical-align: middle; }

.member-cell .commonweb { height: auto; }

.member-con { padding: 30px 20px; background: #fff; -webkit-border-radius: 10px; border-radius: 10px; max-width: 370px; }

.member-contit { line-height: 1.26667; }

.member-contit h2, .member-contit .member-cona2 { font-size: 20px; font-weight: bold; color: #1a1a1a; }

.member-contit .member-cona2 { color: #d1d1d1; margin-left: 20px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.member-contit .member-cona2:hover { color: #017de9; }

.member-cona1 { display: inline-block; vertical-align: middle; line-height: 2.92308; font-size: 0; }

.member-cona1 span { font-size: 13px; color: #696969; display: inline-block; vertical-align: middle; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.member-cona1 i { position: relative; display: inline-block; vertical-align: middle; margin-right: 4px; }

.member-cona1 i:after { position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; border-bottom: 2px solid #696969; border-left: 2px solid #696969; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; content: ""; }

.member-cona1:hover span { color: #017de9; }

.member-cona1:hover i { -webkit-animation: move1 1s linear infinite; -o-animation: move1 1s linear infinite; animation: move1 1s linear infinite; }

.member-cona1:hover i:after { border-color: #017de9; }

.member-form { margin-top: 10px; }

.member-conitem { position: relative; padding-top: 14px; margin-bottom: 15px; font-size: 0; }

.member-conitem input { position: relative; z-index: 5; width: 100%; padding-right: 30px; line-height: 34px; height: 34px; font-size: 13px; color: #696969; border-bottom: 1px solid #e2e2e2; background: transparent; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.member-conitem input::-webkit-input-placeholder { color: #696969; }

.member-conitem input:-moz-placeholder { color: #696969; }

.member-conitem input::-moz-placeholder { color: #696969; }

.member-conitem input:-ms-input-placeholder { color: #696969; }

.member-conitem input:focus { border-color: #017de9; }

.member-conitem input:focus + .member-conicon .member-conicon2 { opacity: 1; visibility: inherit; }

.member-conitem input:focus + .member-conicon .member-conicon1 { opacity: 0; visibility: hidden; }

.member-conitem .yan { padding-right: 100px; }

.member-conicon { position: absolute; top: 0; right: 0; z-index: 1; height: 54px; }

.member-conicon img { height: 100%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.member-conicon .member-conicon2 { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }

.member-coninyan { position: absolute; top: 14px; right: 0; z-index: 6; line-height: 34px; font-size: 13px; color: #017de9; text-decoration: underline; }

.member-coninyan:hover { text-decoration: underline; }

.member-conbtn { padding-top: 15px; font-size: 0; }

.member-conbtn input { width: 100%; height: 48px; line-height: 48px; font-size: 14px; color: #fff; letter-spacing: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #017de9; -webkit-box-shadow: 0px 10px 20px -10px #017de9; box-shadow: 0px 10px 20px -10px #017de9; }

.member-context { margin-top: 20px; }

.member-context .member-contexta { line-height: 1.69231; font-size: 13px; color: #696969; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.member-context .member-contexta:hover { color: #017de9; }

.member-concheck { position: relative; float: left; width: 20px; height: 20px; font-size: 0; }

.member-concheck input { position: absolute; top: 0; left: 0; z-index: 5; display: block; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }

.member-concheck input:checked + i { border-color: #017de9; }

.member-concheck input:checked + i:after { border-color: #017de9; }

.member-concheck i { position: relative; display: block; width: 100%; height: 100%; border: 2px solid #dcdcdc; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.member-concheck i:after { position: absolute; top: 50%; left: 50%; width: 4px; height: 8px; border-bottom: 2px solid #dcdcdc; border-right: 2px solid #dcdcdc; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; content: ""; }

.member-contxt { overflow: hidden; padding-left: 5px; line-height: 1.69231; font-size: 13px; color: #696969; }

.member-contxt a { color: #017de9; }

.member-conitem3 a { float: right; display: block; font-size: 0; line-height: 16px; }

.member-conitem3 a span { display: inline-block; vertical-align: middle; color: #696969; font-size: 13px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; transition: all .5s; }

.member-conitem3 a i { display: inline-block; vertical-align: middle; margin-right: 4px; border: 1px solid #acacb5; -webkit-border-radius: 50%; border-radius: 50%; width: 16px; line-height: 16px; text-align: center; height: 16px; border-radius: 50%; font-size: 13px; color: #696969; font-style: normal; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.member-conitem3 a:hover span { color: #017de9; }

.member-conitem3 a:hover i { border-color: #017de9; color: #017de9; }

.member-conerweima { margin: 25px 0 30px; text-align: center; }

.member-conerweima img { width: 170px; border: 2px solid #dcdcdc; -webkit-border-radius: 2px; border-radius: 2px; }

.member-conerbtm { text-align: center; line-height: 1.55556; font-size: 14px; letter-spacing: 5px; color: #017de9; }

.suzycustomer-li { display: none; }

.publicPage { font-size: 0; text-align: center; }

.publicPage a, .publicPage span { display: inline-block; vertical-align: middle; height: 36px; line-height: 36px; min-width: 36px; padding: 0 5px; margin: 0 2px; font-size: 14px; color: #574430; border: 1px solid #dcdcdc; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.publicPage a:hover, .publicPage a.cur, .publicPage span:hover, .publicPage span.cur { border-color: #017de9; background: #017de9; color: #fff; }

.publicPage .publicPage-prev { margin-right: 5px; }

.publicPage .publicPage-next { margin-left: 5px; }

.about { font-size: 14px; line-height: 1.71429; min-height: 300px; }

.about-title { text-align: center; line-height: 1.26316; font-size: 20px; color: #017de9; }

.about-text { margin-top: 25px; }

@media (min-width: 768px) { .incommonweb { padding: 0 20px; }
  .inbanner-btmfl { float: left; width: 18.33333%; }
  .inbanner-bat { float: right; width: 66.66667%; margin-top: 0; }
  .inbanner-text { padding: 0 20px; }
  .inservice-left { width: 57.5%; float: left; }
  .inservice-img { float: right; width: 38.5%; margin-top: 0; }
  .innews-btmleft { width: 26.66667%; float: left; margin-top: 35px; }
  .innews-btmview .swiper-container { float: right; width: 70%; margin-top: 0; } }

@media (min-width: 1024px) { .line { display: block; position: absolute; bottom: 0px; height: 4px; background: #017de9; -webkit-transition: left 0.5s ease 0s, width 0.5s ease 0s; -o-transition: left 0.5s ease 0s, width 0.5s ease 0s; transition: left 0.5s ease 0s, width 0.5s ease 0s; }
  .incommonweb { padding: 0 40px; }
  body { padding-top: 88px; }
  .inheader { height: 88px; }
  .inheader > .incommonweb { padding-right: 40px; }
  .inlogo { line-height: 88px; }
  .inlogo img { height: auto; }
  nav { float: left; display: block; position: static; top: 0px; width: auto; height: 100%; padding: 0px; margin-left: 150px; background: transparent; margin-left: 3.125rem; }
  .innav-ul { position: relative; max-height: none; overflow: visible; }
  .innav-ul li { float: left; margin-right: 40px; border-bottom: none; margin-right: 0.83333rem; }
  .innav-ul li:last-of-type { margin-right: 0; }
  .innav-ul li.cur .innav-h3 a { color: #017de9; }
  .innav-h3 a { height: 100%; line-height: 88px; }
  .innav-ermenu { position: fixed; top: 88px; left: 0; display: none; width: 100%; padding: 88px 0 85px; text-align: center; border-top: none; background: #fff; padding: 1.83333rem 0 1.77083rem; }
  .innav-ermenu a { position: relative; display: inline-block; vertical-align: top; width: auto; height: auto; line-height: 1; margin-right: 260px; padding-bottom: 4px; margin-right: 5.41667rem; }
  .innav-ermenu a h3 { display: block; margin-top: 10px; padding-left: 0px; line-height: 1; font-size: 16px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
  .innav-ermenu a:last-child { margin-right: 0; }
  .innav-ermenu a:last-child:after { display: none; }
  .innav-ermenu a:after { position: absolute; top: 50%; right: -130px; z-index: 3; width: 1px; height: 60px; background: #e4e4e4; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); pointer-events: none; content: ""; right: -2.70833rem; height: 1.25rem; }
  .innav-ermenu a:hover .innav-ermenuicon { -webkit-transform: translateY(-15%); -ms-transform: translateY(-15%); -o-transform: translateY(-15%); transform: translateY(-15%); }
  .innav-ermenu a:hover h3 { -webkit-transform: translateY(-20%); -ms-transform: translateY(-20%); -o-transform: translateY(-20%); transform: translateY(-20%); color: #017de9; }
  .innav-ermenuicon { display: block; width: 66px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
  .innav-ermenuicon img { width: 100%; }
  .mobile-btn { display: none; }
  .inheader-right { float: right; position: static; bottom: 0%; width: auto; height: 100%; line-height: 88px; padding: 0px; visibility: inherit; opacity: 1; background: transparent; }
  .inheader-right span { font-size: 16px; }
  .inheader-photo { margin-right: 18px; margin-right: 0.375rem; }
  .inheader-photo img { height: auto; }
  .inheader-righta1 { font-size: 16px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
  .inheader-righta1:hover { color: #017de9; }
  .infooter-top { padding: 55px 0; padding: 1.14583rem 0; }
  .infooter-topul li { width: 21.66667%; padding: 0 10px; margin-right: 4.44444%; padding: 0 0.20833rem; }
  .infooter-topul li:nth-child(2n) { margin-right: 4.44444%; }
  .infooter-topul li:nth-child(4n) { margin-right: 0; }
  .infooter-liicon { width: 68px; height: 68px; }
  .infooter-litext { padding-top: 20px; padding-top: 0.41667rem; }
  .infooter-litext h3 { font-size: 16px; }
  .infooter-btm { padding: 45px 0 58px; padding: 0.9375rem 0 1.20833rem; }
  .infooter-btmfr { float: right; max-width: 66.66667%; }
  .infooter-item { float: left; border-bottom: none; margin-right: 50px; max-width: 110px; margin-right: 1.04167rem; }
  .infooter-item:last-of-type { margin-right: 0; }
  .infooter-h3 a { height: auto; line-height: 28px; }
  .infooter-ermenu { display: block; border-top: none; padding-top: 15px; padding-top: 0.3125rem; }
  .infooter-ermenu a { line-height: 1.42857; padding: 0px; margin-bottom: 15px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin-bottom: 0.3125rem; }
  .infooter-ermenu a:hover { color: #017de9; -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); -webkit-transform: translateX(0.10417rem); -ms-transform: translateX(0.10417rem); -o-transform: translateX(0.10417rem); transform: translateX(0.10417rem); }
  .infooter-btmfl { float: left; margin-top: 4px; }
  .infooter-btmtel { padding-left: 48px; padding-right: 0px; background-size: auto auto; }
  .infooter-btmtel h3 { font-size: 16px; }
  .infooter-btmtel h6 { font-size: 20px; }
  .infooter-btmerweima { margin-top: 16px; padding-left: 48px; margin-top: 0.33333rem; }
  .inbottom { padding: 0 0 40px; padding: 0 0 0.83333rem; }
  .inbottom-fl { float: left; max-width: 50%; }
  .inbottom-fr { float: right; max-width: 50%; }
  .inbanner-text { padding: 0 40px; top: 13.52941%; bottom: auto; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }
  .inbanner-text h2 { font-size: 48px; font-size: 1rem; }
  .inbanner-des { margin-top: 30px; font-size: 20px; margin-top: 0.625rem; }
  .inbanner-des p { margin-bottom: 10px; margin-bottom: 0.20833rem; }
  .inbanner-a1 { margin-top: 50px; margin-top: 1.04167rem; }
  .inbanner-a1 span { font-size: 18px; }
  .inbanner-a1 i { margin-left: 20px; margin-left: 0.41667rem; }
  .inbanner-btm { position: absolute; bottom: 0; background: transparent; left: 0; width: 100%; z-index: 10; padding: 0 0 96px; padding: 0 0 2rem; }
  .inbanner-btmfl a { font-size: 18px; }
  .inbanner-btmfl h3 { margin-top: 18px; font-size: 20px; margin-top: 0.375rem; }
  .inbanner-btmlitxt { margin-top: 35px; margin-top: 0.72917rem; }
  .inbanner-btmlitxt h3 { font-size: 14px; }
  .inbanner-baticon { width: 80px; height: 80px; }
  .inpro { padding: 120px 0; padding: 2.5rem 0; }
  .inpro .commonweb { min-height: 700px; min-height: 14.58333rem; }
  .inpro-left { width: 26.66667%; }
  .inpro-left h2 { font-size: 30px; }
  .inpro-lefttxt { margin-top: 50px; margin-top: 1.04167rem; }
  .inpro-lefttxt h3 { font-size: 20px; }
  .inpro-lefta1 { font-size: 18px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
  .inpro-rightul li { margin-bottom: 35px; margin-bottom: 0.72917rem; }
  .inpro-rightul li a { padding-bottom: 35px; padding-bottom: 0.72917rem; }
  .inpro-rightul li h6 { font-size: 40px; }
  .inpro-righttext { display: block; overflow: hidden; line-height: 1.55556; font-size: 18px; }
  .incase { padding: 208px 0 115px; padding: 4.33333rem 0 2.39583rem; }
  .incase-title { font-size: 30px; }
  .incase-ul { margin-top: 334px; margin-top: 6.95833rem; }
  .incase-ul li h3 { margin-top: 10px; font-size: 18px; margin-top: 0.20833rem; }
  .incase-more { margin-top: 22px; margin-top: 0.45833rem; }
  .incase-icon { width: 66px; }
  .inmore-a1 span { font-size: 18px; }
  .inmore-a1 i { margin-left: 20px; margin-left: 0.41667rem; }
  .inservice { padding: 75px 0 55px; padding: 1.5625rem 0 1.14583rem; }
  .inservice-left h2 { font-size: 20px; }
  .inservice-left h2 span { font-size: 50px; font-size: 1.04167rem; }
  .inservice-leftul { margin-top: 40px; margin-bottom: 85px; margin-top: 0.83333rem; margin-bottom: 1.77083rem; }
  .inservice-leftul li { margin-right: 40px; font-size: 18px; margin-right: 0.83333rem; }
  .inservice-leftul li:after { right: -20px; right: -0.41667rem; }
  .innews { padding: 95px 0 115px; padding: 1.97917rem 0 2.39583rem; }
  .innews-title { font-size: 30px; }
  .innews-topview { margin-top: 35px; margin-top: 0.72917rem; }
  .innews-topview .swiper-slide:hover .innews-toptext h3 { color: #017de9; }
  .innews-toptext { padding-top: 25px; padding-top: 0.52083rem; }
  .innews-toptext h3 { font-size: 18px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
  .innews-toptext h6 { font-size: 16px; }
  .innews-toptext .inmore-a1 { margin-top: 30px; margin-top: 0.625rem; }
  .innews-topdes { margin-top: 10px; margin-top: 0.20833rem; }
  .incon-bat { display: none; }
  .incon-btn { position: absolute; top: 50%; width: 40px; height: 40px; background: #017de9; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-border-radius: 50%; border-radius: 50%; }
  .incon-btn:after { position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; content: ""; }
  .incon-btn:hover { -webkit-box-shadow: 0px 0px 10px 0px #017de9; box-shadow: 0px 0px 10px 0px #017de9; -webkit-box-shadow: 0px 0px 0.20833rem 0px #017de9; box-shadow: 0px 0px 0.20833rem 0px #017de9; }
  .incon-prev { left: -40px; }
  .incon-prev:after { border-bottom: 2px solid #fff; border-left: 2px solid #fff; border-bottom: 0.04167rem solid #fff; border-left: 0.04167rem solid #fff; }
  .incon-next { right: -40px; }
  .incon-next:after { border-top: 2px solid #fff; border-right: 2px solid #fff; border-top: 0.04167rem solid #fff; border-right: 0.04167rem solid #fff; }
  .incon-bat2 span { width: 12px; height: 12px; margin: 0 5px; }
  .incon-bat2 span.swiper-pagination-bullet-active { width: 25px; }
  .innews-btmview { margin-top: 145px; margin-top: 3.02083rem; }
  .incon-player { width: 120px; height: 120px; width: 2.5rem; height: 2.5rem; }
  .innews-btmleft h2 { font-size: 30px; }
  .innews-btmtxt { font-size: 18px; }
  .innews-btma { margin-top: 65px; margin-top: 1.35417rem; }
  .innews-btnwrap { margin-top: 205px; margin-top: 4.27083rem; }
  .incon-prev2 { margin-right: 5px; }
  .incon-next2 { margin-left: 5px; }
  .inlink { padding: 40px 0 85px; padding: 0.83333rem 0 1.77083rem; }
  .inlink .swiper-container { padding: 15px 30px; padding: 0.3125rem 30px; }
  .member-bg { left: auto; right: 0; width: 50%; background-position: left center; }
  .member-logo { height: 90px; line-height: 90px; padding: 0 30px; }
  .member-logo a { display: block; }
  .member-logo a img { height: auto; }
  .member-con { padding: 0 0 70px; -webkit-border-radius: 0px; border-radius: 0px; padding: 0 0 1.45833rem; }
  .member-contit h2, .member-contit .member-cona2 { font-size: 28px; }
  .member-contit .member-cona2 { margin-left: 30px; margin-left: 0.625rem; }
  .member-form { margin-top: 40px; }
  .member-conitem { margin-bottom: 35px; }
  .member-conitem2 { margin-bottom: 28px; }
  .member-conbtn { padding-top: 45px; }
  .member-conbtn input { font-size: 18px; }
  .member-conbtn2 { padding-top: 35px; padding-top: 0.72917rem; }
  .member-context { margin-top: 30px; }
  .member-contxt { padding-left: 10px; }
  .member-conerweima { margin: 35px 0 50px; margin: 0.72917rem 0 1.04167rem; }
  .member-conerbtm { font-size: 18px; }
  .publicPage a, .publicPage span { height: 48px; line-height: 48px; min-width: 48px; padding: 0 10px; margin: 0 5px; font-size: 16px; }
  .publicPage .publicPage-prev { margin-right: 30px; }
  .publicPage .publicPage-next { margin-left: 30px; }
  .about { padding: 85px 0; min-height: 500px; padding: 1.77083rem 0; min-height: 10.41667rem; }
  .about-title { font-size: 38px; font-size: 0.79167rem; }
  .about-text { margin-top: 50px; margin-top: 1.04167rem; } }

@media (min-width: 1260px) { .incommonweb { padding: 0 100px; }
  .inheader > .incommonweb { padding-right: 100px; }
  nav { margin-left: 300px; margin-left: 6.25rem; }
  .infooter-item { margin-right: 60px; margin-right: 1.25rem; }
  .inbanner-text { padding: 0 100px; max-width: 1400px; }
  .incon-btn { width: 60px; height: 60px; }
  .incon-prev { left: -100px; }
  .incon-next { right: -100px; } }

@media (min-width: 1920px) { .commonweb { max-width: 1400px; max-width: 29.16667rem; }
  .incommonweb { max-width: 1800px; max-width: 37.5rem; } }

/*物业研究院 s*/
.institute-l-list .pic { position: relative; }

.institute-l-list .pic .pic-item { display: block; position: relative; overflow: hidden; }

.institute-l-list .pic .pic-item::after { content: ''; display: block; width: 100%; padding-bottom: 56.25%; }

.institute-l-list .pic img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; height: 100%; min-width: 100%; }

.institute-l-list .info { border: solid 1px #dcdddd; border-top: 0; }

.institute-l-list .info .date { color: #86868e; font-size: 14px; margin-bottom: 5px; }

.institute-l-list .info .title { font-size: 16px; font-weight: bold; color: #282828; line-height: 1; margin-bottom: 10px; }

.institute-l-list .info .title a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.institute-l-list .info .desc { color: #86868e; display: -webkit-box; height: 54px; line-height: 18px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 14px; }

.institute-l-list .style1 .info, .institute-l-list .style2 .info, .institute-l-list .style3 .info { padding: 10px 10px 15px; }

.institute-l-list li { margin-bottom: 20px; }

.institute-l-list .list-ctrl { border: solid 1px #dcdddd; border-top: 0; font-size: 0; }

.institute-l-list .list-ctrl p { display: inline-block; vertical-align: middle; width: 50%; font-size: 14px; text-align: center; line-height: 40px; color: #86868e; position: relative; padding-left: 30px; }

.institute-l-list .list-ctrl p:first-child { border-right: solid 1px #dcdddd; }

.institute-l-list .list-ctrl p::before { content: ''; position: absolute; top: 50%; -webkit-transform: translate(-30px, -50%); -ms-transform: translate(-30px, -50%); -o-transform: translate(-30px, -50%); transform: translate(-30px, -50%); width: 20px; background-size: 100% 100%; background-position: center center; }

.institute-l-list .list-ctrl p.look-num::before { height: 12px; background-image: url(../images/zh-icon-Shape48.png); }

.institute-l-list .list-ctrl p.share-num::before { height: 20px; background-image: url(../images/zh-icon-Shape38.png); }

.institute-l-list .player-btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 40px; height: 40px; display: block; background: url(../images/zh-icon-btn_play.png) no-repeat center center; background-size: 100% 100%; }

.institute-l-list .style2-txt { background-color: #017de9; padding: 30px 0; }

.institute-l-list .style2-txt .word { color: #fff; font-size: 18px; padding: 0 15px; position: relative; }

.institute-l-list .style2-txt .word::after { content: ''; position: absolute; bottom: 100%; right: 15px; width: 18px; height: 18px; margin-bottom: 5px; background: url(../images/zh-icon-syh.png) no-repeat center center; background-size: 100% auto; }

.institute-l-list .style3 .pic-item::after { padding-bottom: 68.57143%; }

.institute-l-list .style3 .info { border: 0; border-bottom: solid 1px #dcdddd; }

.institute-l-list .style3 .title a { white-space: normal; display: -webkit-box; height: 40px; line-height: 20px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.institute-l { padding-bottom: 30px; }

.institute-r { padding-bottom: 30px; }

.institute-r .experience { display: block; -webkit-border-radius: 4px; border-radius: 4px; background-image: -o-linear-gradient(bottom, #dedcda 0%, #f8f8f8 100%); background-image: -webkit-gradient(linear, left bottom, left top, from(#dedcda), to(#f8f8f8)); background-image: linear-gradient(0deg, #dedcda 0%, #f8f8f8 100%); color: #000000; font-size: 16px; line-height: 40px; text-align: center; font-weight: bold; position: relative; padding-left: 28px; margin-bottom: 15px; }

.institute-r .experience::before { content: ''; position: absolute; top: 50%; -webkit-transform: translate(-28px, -50%); -ms-transform: translate(-28px, -50%); -o-transform: translate(-28px, -50%); transform: translate(-28px, -50%); width: 24px; height: 24px; background: url(../images/zh-icon-dengpao.png) no-repeat center center; background-size: auto 100%; }

.institute-r .hot-label { padding-bottom: 20px; margin-bottom: 15px; }

.institute-r .z-title { position: relative; font-size: 0; margin-bottom: 15px; }

.institute-r .z-title::after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 1px; width: 99.8%; right: 0; background-color: #017de9; z-index: -1; }

.institute-r .z-title h4 { font-size: 14px; color: #282828; line-height: 1; background: #fff; display: inline-block; width: auto; padding-right: 15px; }

.institute-r .label-list { font-size: 0; }

.institute-r .label-list a { display: inline-block; vertical-align: top; font-size: 14px; line-height: 1; padding: 8px 6px; border: solid 1px #e5e5e5; -webkit-border-radius: 4px; border-radius: 4px; margin-right: 4px; margin-bottom: 4px; color: #86868e; }

.institute-r .follow-list img { width: 100%; margin-bottom: 15px; }

.institute-r .follow-list img:last-child { margin-bottom: 0; }

.institute-form { margin-bottom: 15px; }

.institute-form form { display: block; width: 100%; border: solid 1px #dcdddd; position: relative; }

.institute-form .institute-search-input { width: 100%; height: 38px; padding: 0 48px 0 10px; font-size: 14px; display: block; }

.institute-form .institute-search-btn { position: absolute; top: 0; right: 0; width: 38px; height: 38px; background: url(../images/zh-icon-search.png) no-repeat center center; background-size: 19px 18px; }

.institute-detail .institute-l .date { line-height: 1; font-size: 14px; color: #86868e; margin-bottom: 10px; }

.institute-detail .institute-l h1 { font-size: 16px; color: #282828; line-height: 20px; font-weight: bold; margin-bottom: 10px; }

.institute-detail .institute-l .content-box { font-size: 14px; padding-bottom: 40px; border-bottom: solid 1px #dcdddd; margin-bottom: 20px; }

.institute-detail .institute-l .content-box img { max-width: 100%; }

.institute-detail .institute-l .content-box .txt_img img { margin-bottom: 24px; }

.institute-detail .institute-l .content-txt { padding-left: 20px; border-left: solid 2px #017de9; }

.institute-detail .institute-l .content-txt p { color: #282828; opacity: 0.6; font-size: 18px; }

.institute-detail .institute-l-list .detail-z-title { position: relative; font-size: 0; margin-bottom: 20px; }

.institute-detail .institute-l-list .detail-z-title::after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 1px; width: 99.8%; right: 0; background-color: #E0E0E2; z-index: -1; }

.institute-detail .institute-l-list .detail-z-title h4 { font-size: 16px; color: #282828; line-height: 1; background: #fff; font-weight: bold; display: inline-block; width: auto; padding-right: 15px; }

.institute-detail-ctrl .share-info { font-size: 0; margin-bottom: 10px; }

.institute-detail-ctrl .share-info p { font-size: 14px; line-height: 24px; width: 50%; display: inline-block; vertical-align: top; color: #86868e; padding-left: 30px; background-size: 20px auto; background-position: left center; }

.institute-detail-ctrl .share-info p.look-num { background-image: url(../images/zh-icon-Shape48.png); }

.institute-detail-ctrl .share-info p.share-num { background-image: url(../images/zh-icon-Shape38.png); }

.institute-detail-ctrl .share-list { font-size: 0; }

.institute-detail-ctrl .share-list span { font-size: 14px; line-height: 24px; color: #323232; opacity: 0.8; float: left; }

.institute-detail-ctrl .share-list .list { overflow: hidden; font-size: 0; }

.institute-detail-ctrl .share-list .list a { display: inline-block; width: 24px; height: 24px; -webkit-border-radius: 100%; border-radius: 100%; margin-right: 6px; margin-bottom: 0; margin-top: 0; background-size: 100% 100%; background-position: center center; }

.institute-detail-ctrl .share-list .list .wx { background-image: url(../images/zh-share-wx.png); }

.institute-detail-ctrl .share-list .list .facebook { background-image: url(../images/zh-share-fb.png); }

.institute-detail-ctrl .share-list .list .share3 { background-image: url(../images/zh-share-icon3.png); }

.institute-detail-ctrl .share-list .list .twitter { background-image: url(../images/zh-share-tw.png); }

.institute-detail-ctrl .share-list .list .share5 { background-image: url(../images/zh-share-icon5.png); }

.institute-detail-content { margin-bottom: 25px; }

.institute-detail-back { margin-top: 20px; }

.institute-detail-back a { display: block; text-align: center; line-height: 40px; background: #DEDFE0; font-size: 14px; color: #93969a; }

/*物业研究院 e*/
/*客户分享 s*/
.customer-share { padding-bottom: 30px; }

.customer-share .tab-box { position: relative; padding: 0 40px; }

.customer-share .customer-tab { margin-bottom: 20px; }

.customer-share .customer-tab-prev, .customer-share .customer-tab-next { position: absolute; width: 30px; height: 30px; -webkit-border-radius: 100%; border-radius: 100%; background-size: 100% 100%; background-position: center center; bottom: 0; background-image: url(../images/zh-icon-left.png); }

.customer-share .customer-tab-prev:active, .customer-share .customer-tab-next:active { background-image: url(../images/zh-icon-left-o.png); }

.customer-share .customer-tab-prev { left: 0; }

.customer-share .customer-tab-next { right: 0; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.customer-tab-swiper { position: relative; overflow: hidden; padding-top: 30px; }

.customer-tab-swiper::after { content: ''; position: absolute; bottom: 15px; width: 100%; height: 1px; background: #353339; left: 0; }

.customer-tab-swiper .swiper-slide { text-align: center; height: 30px; line-height: 30px; position: relative; }

.customer-tab-swiper .swiper-slide.cur p { font-size: 36px; bottom: 25px; }

.customer-tab-swiper .swiper-slide.cur span::after { opacity: 1; }

.customer-tab-swiper .swiper-slide p { line-height: 1; font-size: 18px; font-weight: bold; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 20px; }

.customer-tab-swiper .swiper-slide span { display: block; margin-left: auto; margin-right: auto; width: 5px; height: 5px; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.customer-tab-swiper .swiper-slide span::after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 19px; height: 19px; -webkit-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0 6px 4px -4px #4c4c4c; box-shadow: 0 6px 4px -4px #4c4c4c; background: #fff; z-index: -1; opacity: 0; }

.customer-tab-swiper .swiper-slide span::before { content: ''; width: 5px; height: 5px; -webkit-border-radius: 100%; border-radius: 100%; background: #000; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.curtomer-item { display: block; position: relative; }

.curtomer-item .player-btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 50px; height: 50px; background: url(../images/zh-icon-play.png) no-repeat center center; background-size: 100% 100%; }

.curtomer-item .pic { position: relative; overflow: hidden; }

.curtomer-item .pic img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; min-width: 100%; height: 100%; }

.curtomer-item .pic::after { content: ''; display: block; width: 100%; padding-bottom: 41.66667%; }

.customer-big { padding-bottom: 15px; border-bottom: solid 1px #dcdddd; margin-bottom: 15px; }

.customer-big .info { background: url(../images/zh-curtomer-item-bg.png) no-repeat top left; background-size: 100% auto; color: #fff; padding: 14px 10px; }

.customer-big .info h2 { font-size: 16px; max-height: 40px; line-height: 20px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: 10px; }

.customer-big .info .desc { color: #ffffff; opacity: 0.6; font-size: 14px; display: -webkit-box; height: 54px; line-height: 18px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.curtomer-list { margin-bottom: 25px; }

.curtomer-list ul { font-size: 0; margin-left: -6px; margin-right: -6px; margin-bottom: -12px; }

.curtomer-list li { padding: 0 6px; margin-bottom: 12px; width: 50%; display: inline-block; vertical-align: top; font-size: 14px; }

.curtomer-list li .pic::after { padding-bottom: 57.89474%; }

.curtomer-list li .info { padding: 10px; }

.curtomer-list li .info h2 { font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #282828; font-weight: bold; }

.customer-content-swiper { overflow: hidden; }

/*客户分享 e*/
/*物业解决方案 s*/
.solution .solution-area1 { padding-bottom: 30px; }

.solution .solution-area1 .area1-title { text-align: center; font-weight: bold; font-size: 18px; color: #333333; line-height: 1; }

.solution .solution-area1 .publicTitle1 { margin-top: 30px; }

.solution .area1-list { margin-top: 30px; }

.solution .area1-list .area1-img { margin-top: 20px; }

.solution .area1-list .area1-img img { width: 60%; max-width: 380px; display: block; margin-left: auto; margin-right: auto; }

.solution .area1-ul { margin-left: -5px; margin-right: -5px; font-size: 0; text-align: center; }

.solution .area1-ul li { padding: 0 5px; display: inline-block; vertical-align: top; width: 50%; font-size: 14px; margin-bottom: 15px; }

.solution .area1-ul a { display: table; table-layout: fixed; width: 100%; }

.solution .area1-ul .icon { display: table-cell; vertical-align: top; width: 40px; height: 40px; position: relative; float: left; }

.solution .area1-ul .icon img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.solution .area1-ul .icon .h-img { opacity: 0; }

.solution .area1-ul .info { overflow: hidden; padding-left: 10px; text-align: left; }

.solution .area1-ul .info h2 { line-height: 1.2; font-size: 16px; font-weight: bold; color: #67636e; margin-bottom: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.solution .area1-ul .info .desc { font-size: 14px; color: #a7a0a5; max-height: 32px; line-height: 16px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.solution .solution-area2 { background: #F8F8F8; padding: 30px 0; }

.solution .zpc-box { margin-top: 20px; }

.solution .zpc-bg-swiper { display: none; }

.solution .zpc-sw-box { position: relative; z-index: 2; }

.solution .zpc-sw-box::after { content: ''; display: block; padding-bottom: 82.63889%; }

.solution .zpc-sw-box .view { background: url(../images/zh-pc-bg.png) no-repeat center top; background-size: 100% auto; position: absolute; top: 0; width: 100%; padding: 12px 12px 0; height: 100%; }

.solution .zpc-swiper { overflow: hidden; }

.solution .zpc-swiper .zpc-item { position: relative; overflow: hidden; }

.solution .zpc-swiper .zpc-item::after { content: ''; display: block; padding-bottom: 56.19335%; }

.solution .zpc-swiper .zpc-item img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; min-width: 100%; height: 100%; }

.solution .solution-area3 { padding: 30px 0; }

.solution .solution-area4 { padding: 30px 0; background: #F8F8F8; }

.solution .solution-area4 .area4-content { margin-top: 20px; }

.solution .solution-area5 { padding: 30px 0; }

.solution .solution-area5 .scene-list { margin-top: 20px; }

.solution-area3-content { margin-top: 30px; }

.solution-area3-content img { width: 100%; }

.solution-services-swiper { overflow: hidden; }

.solution-services-swiper .swiper-slide { height: auto; }

.solution-services-swiper .content-item { background: #fff; height: 100%; padding: 20px 20px 30px; }

.solution-services-swiper .content-item h4 { text-align: center; font-size: 18px; font-weight: bold; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.solution-services-swiper .content-item .desc { margin-top: 10px; text-align: center; height: 100px; overflow-y: auto; padding-right: 10px; }

.solution-services-swiper .content-item .desc::-webkit-scrollbar { width: 4px; height: 8px; background-color: #fff; }

.solution-services-swiper .content-item .desc::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.solution-services-swiper .content-item .desc::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; }

.solution-services-swiper .content-item .desc p { font-size: 15px; font-weight: bold; line-height: 30px; }

.solution-services-swiper .content-item .desc span { color: #666666; font-size: 14px; }

.solution-services-swiper .content-item .desc1 { line-height: 30px; text-align: left; }

.solution-services-swiper .content-item .desc1 p { display: inline; vertical-align: middle; margin-right: 8px; }

.solution-services-swiper .content-item .desc1 span { margin-right: 8px; }

.solution-services-swiper .content-item .desc1 span:last-child { margin-right: 0; }

.solution-services-swiper .content-item .item-pic { position: relative; overflow: hidden; margin-top: 30px; }

.solution-services-swiper .content-item .item-pic::after { content: ''; display: block; padding-bottom: 72.69939%; }

.solution-services-swiper .content-item .item-pic img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; height: 100%; min-width: 100%; }

.solution-services-page { font-size: 0; line-height: 1; text-align: center; padding-top: 15px; }

.solution-services-page span { margin: 0 3px; background: #ddd; }

.solution-services-page .swiper-pagination-bullet-active { background: #017de9; }

.scene-list ul { margin-bottom: -20px; }

.scene-list li { margin-bottom: 20px; }

.sence-item { display: block; }

.sence-item .pic { position: relative; overflow: hidden; }

.sence-item .pic::after { content: ''; display: block; padding-bottom: 53.27586%; }

.sence-item .pic img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; min-width: 100%; height: 100%; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.sence-item .word { background: #fff; padding: 15px; text-align: center; }

.sence-item .word h2 { font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 1; margin-bottom: 5px; }

.sence-item .word .desc p { font-size: 14px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 1; }

.solution-detail .detail-area1 h4 { text-align: center; font-weight: bold; font-size: 20px; line-height: 1; }

.solution-detail .detail-area1 .item-list { font-size: 0; margin: 20px -6px -20px; }

.solution-detail .detail-area1 .item-list li { display: inline-block; width: 50%; vertical-align: top; font-size: 14px; text-align: center; padding: 0 6px; margin-bottom: 20px; }

.solution-detail .detail-area1 .item-list .desc { color: #67636e; margin-top: 10px; display: -webkit-box; height: 36px; line-height: 18px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.solution-detail .detail-area1 .item-list .desc p { font-weight: bold; }

.solution-detail .detail-area1 .item-list .icon { width: 80px; height: 80px; margin-left: auto; margin-right: auto; }

.solution-detail .detail-area1 .item-list .icon img { width: 100%; height: 100%; }

.solution-detail .detail-tab { margin-top: 20px; padding-bottom: 20px; }

.solution-detail .detail-tab ul { display: table; table-layout: fixed; width: 100%; }

.solution-detail .detail-tab li { display: table-cell; vertical-align: middle; font-size: 14px; color: #acacac; text-align: center; line-height: 24px; border-right: solid 2px #f6f6f6; position: relative; font-weight: bold; }

.solution-detail .detail-tab li a { display: block; width: 100%; height: 100%; color: #acacac; }

.solution-detail .detail-tab li.cur { color: #017de9; }

.solution-detail .detail-tab li.cur a { color: #017de9; }

.solution-detail .detail-tab li.cur::after, .solution-detail .detail-tab li.cur::before { opacity: 1; }

.solution-detail .detail-tab li::after { content: ''; position: absolute; top: 100%; left: 0; display: block; width: 100%; height: 2px; background-color: #017de9; margin-top: 10px; opacity: 0; }

.solution-detail .detail-tab li::before { content: ''; position: absolute; top: 100%; width: 0; height: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin-top: 12px; border-style: solid dashed dashed dashed; border-width: 5px; border-color: #017de9 transparent transparent transparent; opacity: 0; }

.solution-detail .detail-tab li:last-child { border: 0; }

.solution-detail .detail1-content { margin-top: 20px; padding: 30px 0; background: #F8F8F8; }

.solution-detail .detail1-item:first-child { display: block; }

.solution-detail .solutionTitle1 { font-weight: bold; font-size: 16px; text-align: center; line-height: 1; color: #282828; }

.solution-detail .detail-area2 { padding: 30px 0; }

.solution-detail .detail2-content { margin-top: 20px; }

.solution-detail .detail2-content .pic { max-width: 410px; margin-left: auto; margin-right: auto; }

.solution-detail .detail2-content .pic img { width: 100%; }

.solution-detail .detail2-list { margin-top: 30px; }

.solution-detail .detail2-list li { margin-bottom: 20px; }

.solution-detail .detail2-list li:last-child { margin-bottom: 0; }

.solution-detail .detail2-list li:first-child h2 { color: #515978; }

.solution-detail .detail2-list li:nth-child(2) h2 { color: #5fb3cc; }

.solution-detail .detail2-list li:last-child h2 { color: #f67d3a; }

.solution-detail .detail2-list li h2 { font-size: 16px; line-height: 20px; margin-bottom: 5px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.solution-detail .detail2-list li .desc { color: #6d616a; opacity: 0.6; font-size: 14px; display: -webkit-box; height: 36px; line-height: 18px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.solution-detail .detail-area3 { padding: 30px 0; background: #F8F8F8; }

.solution-detail .detail3-content { margin-top: 20px; }

.solution-detail .detail3-tab { font-size: 0; }

.solution-detail .detail3-tab a { display: inline-block; font-size: 18px; font-weight: bold; color: #282828; opacity: .3; margin-right: 15px; line-height: 30px; }

.solution-detail .detail3-tab a.cur { opacity: 1; }

.solution-detail .detail3-content-list { margin-top: 20px; }

.solution-detail .detail3-item { display: none; }

.solution-detail .detail3-item:nth-child(2) { display: block; }

.solution-detail .detail3-item h3 { color: #86868e; font-size: 16px; margin-bottom: 5px; }

.solution-detail .detail3-item .word { color: #67636e; opacity: 0.6; font-size: 14px; line-height: 20px; max-height: 100px; padding-right: 10px; overflow-y: auto; }

.solution-detail .detail3-item .word::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.solution-detail .detail3-item .word::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.solution-detail .detail3-item .word::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; }

.solution-detail .detail3-l { margin-bottom: 30px; }

.solution-detail .detail3-pic { display: none; }

.solution-detail .detail3-pic:nth-child(2) { display: block; }

.solution-detail .detail-area4 { padding: 30px 0; }

.solution-detail .detail4-title { text-align: center; line-height: 1; font-size: 20px; color: #017de9; background: url(../images/zh-solution-title-bg.png) no-repeat center center; background-size: 200% auto; font-weight: bold; }

.solution-detail .detail4-content { margin-top: 30px; }

.solution-detail .detail4-content ul { font-size: 0; margin-bottom: -15px; }

.solution-detail .detail4-content li { display: inline-block; vertical-align: top; font-size: 14px; text-align: center; width: 50%; margin-bottom: 15px; }

.solution-detail .detail4-item { width: 100px; height: 100px; border: solid 1px #e3e3e3; -webkit-border-radius: 100%; border-radius: 100%; margin-left: auto; margin-right: auto; }

.solution-detail .detail4-item .icon { width: 30px; height: 30px; margin: 15px auto 5px auto; }

.solution-detail .detail4-item .icon img { width: 100%; height: 100%; }

.solution-detail .detail4-item p { color: #86868e; font-size: 14px; text-align: center; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

/*物业解决方案 e*/
/*关于我们 s*/
.about-ptitle { text-align: center; font-weight: bold; font-size: 18px; color: #333333; line-height: 1; }

.about-desc { text-align: center; line-height: 1.2; font-size: 20px; color: #017de9; margin-top: 10px; }

.about { overflow: hidden; }

.about .about-area1 { margin-top: 20px; padding-bottom: 30px; position: relative; }

.about .about-area1::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 400px; z-index: -1; background: #F6F6F6; }

.about .about-area1 .top-l h3 { font-size: 16px; color: #ED008C; line-height: 1.3; margin-bottom: 15px; }

.about .about-area1 .top-l .desc { font-size: 14px; color: #131313; line-height: 1.3; }

.about .about-area1 .top-r { margin-top: 30px; }

.about .about-area1 .top-r .pic { position: relative; overflow: hidden; }

.about .about-area1 .top-r .pic::after { content: ''; display: block; padding-bottom: 75.87302%; }

.about .about-area1 .top-r .pic img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; width: auto; height: 100%; }

.about .area1-round { margin-top: 30px; font-size: 0; text-align: center; }

.about .area1-round .round-item { width: 100px; height: 100px; -webkit-border-radius: 100%; border-radius: 100%; font-size: 14px; display: inline-block; vertical-align: top; -webkit-box-shadow: 0 0 10px #eee; box-shadow: 0 0 10px #eee; margin: 0 25px; position: relative; background: #fff; }

.about .area1-round .round-item:first-child::after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: -40px; width: 30px; height: 30px; background: url(../images/zzh-about-line.png) no-repeat center center; background-size: 1005 100%; }

.about .area1-round .round-item .box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 100%; height: 100%; }

.about .area1-round .round-item p { color: #131313; padding: 0 10px; max-height: 36px; line-height: 18px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.about .about-bottom { margin-top: 30px; }

.about .about-bottom ul { margin-bottom: -25px; }

.about .about-bottom li { margin-bottom: 25px; overflow: hidden; }

.about .about-bottom .icon { display: block; width: 50px; height: 50px; margin-bottom: 10px; float: left; margin-right: 15px; }

.about .about-bottom .icon img { width: 100%; height: 100%; }

.about .about-bottom h2 { color: #000; font-weight: bold; font-size: 16px; line-height: 1.3; margin-bottom: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.about .about-bottom .desc { font-size: 14px; line-height: 1.3; color: #000; overflow: hidden; }

.about .about-area2 { margin-top: 30px; }

.about .about-area2 img { max-width: 100%; margin-left: auto; margin-right: auto; display: block; }

/*关于我们 e*/
/*平台简介 s*/
.platform { font-size: 14px; line-height: 1.71429; min-height: 300px; overflow: hidden; }

.platform-desc { margin-top: 15px; line-height: 20px; text-align: center; margin-bottom: 30px; }

.platform-img-box .pic { overflow: hidden; }

.platform-img-box .pic img { position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); height: 200px; width: auto; max-width: none; }

.platform-img-box .pic-box { position: relative; }

.platform-img-box .pic-box .word { position: absolute; left: 0; width: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #fff; text-align: center; }

.platform-img-box .pic-box .word h3 { line-height: 1.3; font-size: 16px; }

.platform-img-box .pic-box .word h3:first-child { margin-bottom: 5px; }

.platform-img-word { padding-top: 15px; }

.platform-img-word .desc { text-align: center; line-height: 20px; }

.platform-vision { text-align: center; margin-top: 30px; }

.platform-title1 { text-align: center; }

.platform-title1 h4 { font-weight: bold; font-size: 16px; color: #1E314A; line-height: 1.3; margin-bottom: 3px; }

.platform-title1 .desc { line-height: 20px; }

.vision-box { margin-top: 20px; }

.vision-box .vision-item { height: 160px; background: #1E314A; color: #fff; padding-top: 15px; }

.vision-box .vision-item:nth-child(2) { background: #587FB3; }

.vision-box .vision-item h3 { line-height: 1; padding-bottom: 10px; position: relative; margin-bottom: 10px; font-weight: bold; }

.vision-box .vision-item h3::after { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); height: 2px; width: 30px; background: #ffffff; }

.vision-box .vision-item .item-desc { padding: 0 20px; display: -webkit-box; height: 40px; line-height: 20px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.vision-box .icon { display: block; margin-left: auto; margin-right: auto; width: 50px; height: 50px; margin-bottom: 10px; }

.vision-box .icon img { width: 100%; height: 100%; }

.platform-plan { margin-top: 30px; padding-bottom: 30px; }

.platform-plan .plan-box { margin-top: 30px; }

.platform-plan .plan-content .pic { padding: 0 30px; max-width: 515px; margin-left: auto; margin-right: auto; }

.platform-plan .plan-content ul { font-size: 0; margin: 20px -6px -20px; }

.platform-plan .plan-content ul li { display: inline-block; vertical-align: top; font-size: 14px; padding: 0 6px; width: 50%; text-align: center; margin-bottom: 20px; }

.platform-plan .plan-content h2 { line-height: 1.2; font-size: 16px; font-weight: bold; margin-bottom: 8px; color: #1E314A; }

.platform-plan .plan-content .desc { line-height: 1.3; }

.platform-list-title { font-weight: bold; font-size: 16px; color: #1E314A; line-height: 1.3; text-align: center; }

.platform-list { margin-top: 25px; }

.platform-list-box { margin-top: 15px; }

.platform-list-box ul { margin-bottom: -20px; }

.platform-list-box li { margin-bottom: 20px; }

.platform-list-box .pic { position: relative; overflow: hidden; }

.platform-list-box .pic::after { content: ''; display: block; padding-bottom: 57.32484%; }

.platform-list-box .pic img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; width: auto; height: 100%; }

.platform-list-box .list-head { padding-top: 12px; margin-bottom: 10px; }

.platform-list-box .list-head h2 { line-height: 1.2; font-size: 18px; font-weight: bold; padding-bottom: 8px; position: relative; margin-bottom: 8px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.platform-list-box .list-head h2::after { content: ''; left: 0; position: absolute; bottom: 0; width: 30px; height: 1px; background: #333; }

.platform-list-box .list-head h3 { line-height: 1.2; font-size: 16px; }

.platform-list-box .word .desc { max-height: 60px; overflow-y: auto; line-height: 20px; }

.platform-list-box .word .desc::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.platform-list-box .word .desc::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.platform-list-box .word .desc::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; }

/*平台简介 e*/
.wx-mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background: rgba(0, 0, 0, 0.85); display: none; }

.wx-mask .word { text-align: center; padding-top: 20px; }

.wx-mask .word img { margin-left: auto; display: block; -webkit-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); transform: rotate(20deg); }

.wx-mask p { padding: 0 5%; color: #fff; font-size: 16px; margin-bottom: 20px; }

.wx-mask .close-wx { border: solid 1px #fff; padding: 10px 30px; line-height: 1; font-size: 18px; display: inline-block; -webkit-border-radius: 4px; border-radius: 4px; color: #fff; }

@media (min-width: 768px) { /*物业研究院 s*/
  .institute-l-list .style3 { display: table; table-layout: fixed; vertical-align: top; border-bottom: solid 1px #dcdddd; padding-bottom: 20px; }
  .institute-l-list .style3 .pic { width: 43.75%; display: table-cell; vertical-align: top; }
  .institute-l-list .style3 .info { width: 56.25%; display: table-cell; vertical-align: top; padding-left: 20px; padding-top: 14px; padding-bottom: 0; padding-right: 0; border: 0; }
  .institute-detail .institute-l .content-box .txt_img img { margin-bottom: 0; padding-right: 20px; }
  .institute-detail-ctrl .share-info { margin-bottom: 0; float: left; }
  .institute-detail-ctrl .share-info p { width: auto; }
  .institute-detail-ctrl .share-info .look-num { margin-right: 20px; }
  .institute-detail-ctrl .share-list { float: right; }
  /*物业研究院 e*/
  /*客户分享 s*/
  .curtomer-list li { width: 33.3333%; }
  /*客户分享 e*/
  /*物业解决方案 s*/
  .scene-list ul { margin-left: -10px; margin-right: -10px; margin-bottom: -20px; font-size: 0; }
  .scene-list li { font-size: 14px; padding: 0 10px; display: inline-block; vertical-align: top; margin-bottom: 20px; width: 50%; }
  .sence-item { position: relative; }
  .sence-item .word { position: absolute; bottom: 0; left: 6.89655%; width: 86.2069%; }
  .solution .zpc-sw-box { margin: 0 20%; }
  .solution .zpc-sw-box .view::after { content: ''; position: absolute; left: 0; top: 10%; width: 100%; padding-bottom: 41.66667%; -webkit-box-shadow: 0 0 100px #000; box-shadow: 0 0 100px #000; -webkit-border-radius: 100px; border-radius: 100px; z-index: -1; }
  .solution .zpc-box { position: relative; }
  .solution .zpc-bg-swiper { display: block; position: absolute; top: 0; left: 50%; overflow: hidden; width: 100%; height: 100%; padding-top: 12px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .solution .zpc-bg-swiper .swiper-slide { width: 60%; padding-left: 12px; padding-right: 12px; -webkit-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
  .solution .zpc-bg-item { position: relative; overflow: hidden; -webkit-box-shadow: 0 0 30px -5px #A2A2A2; box-shadow: 0 0 30px -5px #A2A2A2; }
  .solution .zpc-bg-item::after { content: ''; display: block; padding-bottom: 56.19335%; }
  .solution .zpc-bg-item img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; min-width: 100%; height: 100%; }
  .solution-detail .detail4-title { background-size: 100% auto; }
  .solution-detail .detail4-content li { width: 33.3333%; }
  /*物业解决方案 e*/
  /*平台简介 s*/
  .vision-box { font-size: 0; }
  .vision-box .vision-item { width: 50%; display: inline-block; vertical-align: top; font-size: 14px; }
  .platform-list-box li { display: table; table-layout: fixed; width: 100%; }
  .platform-list-box .pic-box { width: 26.16667%; position: relative; display: table-cell; vertical-align: middle; }
  .platform-list-box .word { display: table-cell; vertical-align: middle; padding-left: 15px; }
  .platform-list-box .word .desc { line-height: 20px; max-height: 100px; }
  .platform-list-box .list-head { position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #fff; padding-top: 15px; padding-left: 15px; padding-right: 15px; margin-bottom: 0; }
  .platform-list-box .list-head h2::after { background: #fff; }
  .platform-list-box .list-head h3 { opacity: .6; }
  /*平台简介 e*/ }

@media (min-width: 1024px) { /*物业研究院 s*/
  .institute-l { width: 66.66667%; float: left; padding-bottom: 0; }
  .institute-list { padding-bottom: 120px; padding-bottom: 2.5rem; }
  .institute-r { width: 33.33333%; float: right; padding-left: 40px; padding-left: 0.83333rem; }
  .institute-r .experience { line-height: 48px; font-size: 18px; margin-bottom: 20px; }
  .institute-r .z-title { margin-bottom: 20px; }
  .institute-r .hot-label { padding-bottom: 0; margin-bottom: 20px; }
  .institute-r .label-list { min-height: 72px; }
  .institute-r .label-list a { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .institute-r .label-list a:hover { color: #017de9; border-color: #017de9; }
  .institute-r .follow-list img { margin-bottom: 20px; }
  .institute-form { margin-bottom: 20px; }
  .institute-form .institute-search-input { height: 48px; padding-left: 15px; padding-right: 63px; }
  .institute-form .institute-search-btn { width: 48px; height: 48px; }
  .institute-l-list .style1 .info, .institute-l-list .style2 .info { padding-top: 38px; padding-left: 40px; padding-right: 40px; padding-bottom: 50px; padding-top: 0.79167rem; padding-left: 0.83333rem; padding-right: 0.83333rem; padding-bottom: 1.04167rem; }
  .institute-l-list .info .date { line-height: 1; margin-bottom: 20px; margin-bottom: 0.41667rem; }
  .institute-l-list .info .title { margin-bottom: 30px; margin-bottom: 0.625rem; }
  .institute-l-list .info .title a { font-size: 22px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .institute-l-list .info .desc { line-height: 24px; height: 72px; }
  .institute-l-list li { margin-bottom: 35px; }
  .institute-l-list li img { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .institute-l-list li:hover img { -webkit-transform: translate(-50%, -50%) scale(1.03); -ms-transform: translate(-50%, -50%) scale(1.03); -o-transform: translate(-50%, -50%) scale(1.03); transform: translate(-50%, -50%) scale(1.03); }
  .institute-l-list li:hover .info .title a { color: #017de9; }
  .institute-l-list .list-ctrl p { line-height: 50px; }
  .institute-l-list .player-btn { width: 80px; height: 80px; width: 1.66667rem; height: 1.66667rem; }
  .institute-l-list .style2-txt { padding-top: 87px; padding-bottom: 87px; padding-top: 1.8125rem; padding-bottom: 1.8125rem; }
  .institute-l-list .style2-txt .word { padding: 0 100px 0 40px; font-size: 24px; line-height: 34px; padding: 0 2.08333rem 0 0.83333rem; }
  .institute-l-list .style2-txt .word::after { width: 27px; height: 21px; right: 100px; margin-bottom: 10px; right: 2.08333rem; }
  .institute-l-list .style3 { padding-bottom: 30px; margin-bottom: 30px; }
  .institute-l-list .style3 .info { padding-left: 30px; padding-top: 20px; }
  .institute-l-list .style3 .info .title a { line-height: 24px; height: 48px; }
  .institute-detail .institute-l { padding-bottom: 100px; padding-bottom: 2.08333rem; }
  .institute-detail .institute-l .date { margin-bottom: 20px; }
  .institute-detail .institute-l h1 { font-size: 22px; line-height: 24px; margin-bottom: 25px; }
  .institute-detail .institute-l .content-box { line-height: 24px; padding-bottom: 80px; margin-bottom: 36px; padding-bottom: 1.66667rem; margin-bottom: 0.75rem; }
  .institute-detail .institute-l .content-box .txt_img img { padding-right: 30px; }
  .institute-detail .institute-l .content-txt { padding-left: 38px; }
  .institute-detail .institute-l .content-txt p { font-size: 20px; line-height: 32px; }
  .institute-detail .institute-l-list .detail-z-title { margin-bottom: 60px; margin-bottom: 1.25rem; }
  .institute-detail .institute-l-list .detail-z-title h4 { font-size: 22px; padding-right: 28px; }
  .institute-detail .institute-l-list .style3:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
  .institute-detail-ctrl .share-info .look-num { margin-right: 30px; }
  .institute-detail-ctrl .share-list .list a { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
  .institute-detail-ctrl .share-list .list a:hover { -webkit-filter: grayscale(0); filter: grayscale(0); }
  .institute-detail-content { margin-bottom: 80px; margin-bottom: 1.66667rem; }
  .institute-detail-back { margin-top: 40px; margin-top: 0.83333rem; }
  .institute-detail-back a { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .institute-detail-back a:hover { color: #fff; background: #017de9; }
  /*物业研究院 e*/
  /*客户分享 s*/
  .customer-tab-swiper { padding-top: 80px; }
  .customer-tab-swiper::after { bottom: 20px; }
  .customer-tab-swiper .swiper-slide { height: 40px; line-height: 40px; cursor: pointer; }
  .customer-tab-swiper .swiper-slide p { font-size: 24px; bottom: 30px; }
  .customer-tab-swiper .swiper-slide.cur p { font-size: 80px; bottom: 36px; }
  .customer-share { padding-bottom: 140px; padding-bottom: 2.91667rem; }
  .customer-share .customer-tab-next, .customer-share .customer-tab-prev { width: 40px; height: 40px; cursor: pointer; }
  .customer-share .customer-tab-next:hover, .customer-share .customer-tab-prev:hover { background-image: url(../images/zh-icon-left-o.png); -webkit-box-shadow: 0 -6px 20px -8px #ccc; box-shadow: 0 -6px 20px -8px #ccc; }
  .customer-share .tab-box { padding: 0 50px; }
  .customer-share .customer-tab { margin-bottom: 30px; }
  .curtomer-item .player-btn { width: 122px; height: 122px; width: 2.54167rem; height: 2.54167rem; }
  .curtomer-item img { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .curtomer-item:hover img { -webkit-transform: translate(-50%, -50%) scale(1.03); -ms-transform: translate(-50%, -50%) scale(1.03); -o-transform: translate(-50%, -50%) scale(1.03); transform: translate(-50%, -50%) scale(1.03); }
  .customer-big { padding-bottom: 20px; margin-bottom: 20px; }
  .customer-big .curtomer-item { position: relative; }
  .customer-big .curtomer-item .info { position: absolute; top: 0; right: 0; height: 100%; width: 31.66667%; padding-left: 30px; padding-top: 120px; padding-right: 40px; background-size: 100% 100%; padding-left: 0.625rem; padding-top: 2.5rem; padding-right: 0.83333rem; }
  .customer-big .curtomer-item .info h2 { font-size: 18px; line-height: 26px; max-height: 52px; font-weight: bold; }
  .customer-big .curtomer-item .info .desc { line-height: 24px; height: 144px; -webkit-line-clamp: 6; }
  .customer-big .player-btn { left: 30px; top: auto; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; bottom: 30px; left: 0.625rem; bottom: 0.625rem; }
  .curtomer-list { margin-bottom: 60px; }
  .curtomer-list ul { margin-left: -10px; margin-right: -10px; margin-bottom: -20px; }
  .curtomer-list li { padding: 0 10px; margin-bottom: 20px; }
  .curtomer-list li .info { padding: 20px 0; }
  .curtomer-list li .info h2 { font-size: 18px; line-height: 1.3; }
  /*客户分享 e*/
  /*物业解决方案 s*/
  .solution .solution-area1 { padding-bottom: 0; }
  .solution .solution-area1 .area1-title { font-size: 24px; }
  .solution .solution-area1 .publicTitle1 { margin-top: 160px; margin-top: 3.33333rem; }
  .solution .area1-list { position: relative; width: 71.66667%; margin-left: auto; margin-right: auto; margin-top: 150px; }
  .solution .area1-list .area1-img { margin: 0; position: absolute; bottom: 72px; width: 44.18605%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 1.5rem; }
  .solution .area1-list .area1-img img { width: 100%; }
  .solution .area1-ul { background: url(../images/zh-area1-ul-bg.png) no-repeat center center; background-size: 100% 100%; margin: 0; position: relative; }
  .solution .area1-ul::after { content: ''; display: block; padding-bottom: 61.27907%; }
  .solution .area1-ul .icon { width: 54px; height: 54px; }
  .solution .area1-ul li { position: absolute; padding: 0; margin-bottom: 0; width: 27%; }
  .solution .area1-ul li .info { padding-right: 10px; padding-top: 8px; }
  .solution .area1-ul li .info h2, .solution .area1-ul li .info .desc { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .solution .area1-ul li:nth-child(1) .icon, .solution .area1-ul li:nth-child(2) .icon, .solution .area1-ul li:nth-child(3) .icon, .solution .area1-ul li:nth-child(4) .icon { float: right; }
  .solution .area1-ul li:nth-child(1) .info, .solution .area1-ul li:nth-child(2) .info, .solution .area1-ul li:nth-child(3) .info, .solution .area1-ul li:nth-child(4) .info { text-align: right; padding-left: 0; }
  .solution .area1-ul li:nth-child(1) { bottom: 19.16509%; right: 100%; margin-right: -28px; }
  .solution .area1-ul li:nth-child(2) { bottom: 48.00759%; right: 100%; margin-right: -64px; }
  .solution .area1-ul li:nth-child(3) { bottom: 70.39848%; right: 100%; margin-right: -128px; }
  .solution .area1-ul li:nth-child(4) { bottom: 87.85579%; right: 100%; margin-right: -236px; }
  .solution .area1-ul li:nth-child(5) { bottom: 100%; left: 50%; margin-bottom: -27px; margin-left: -27px; width: auto; }
  .solution .area1-ul li:nth-child(5) a { display: block; }
  .solution .area1-ul li:nth-child(5) .icon { display: block; float: none; margin-left: auto; margin-right: auto; }
  .solution .area1-ul li:nth-child(5) .info { display: block; position: absolute; bottom: 115%; text-align: center; padding-top: 0; width: 200px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .solution .area1-ul li:nth-child(6) { bottom: 87.85579%; left: 100%; margin-left: -236px; }
  .solution .area1-ul li:nth-child(7) { bottom: 70.39848%; left: 100%; margin-left: -128px; }
  .solution .area1-ul li:nth-child(8) { bottom: 48.00759%; left: 100%; margin-left: -64px; }
  .solution .area1-ul li:nth-child(9) { bottom: 19.16509%; left: 100%; margin-left: -28px; }
  .solution .solution-area2 { padding-top: 100px; padding-bottom: 100px; padding-top: 2.08333rem; padding-bottom: 2.08333rem; }
  .solution .zpc-box { margin-top: 80px; margin-top: 1.66667rem; }
  .solution .zpc-sw-box { margin-left: auto; margin-right: auto; width: 720px; }
  .solution .zpc-sw-box .view { padding-top: 31px; padding-left: 29px; padding-right: 29px; }
  .solution .zpc-bg-swiper { padding-top: 31px; }
  .solution .zpc-bg-swiper .swiper-slide { width: 720px; padding-left: 29px; padding-right: 29px; }
  .solution .solution-area3 { padding: 50px 0 60px; }
  .solution .solution-area4 { padding: 100px 0; padding: 2.08333rem 0; }
  .solution .solution-area4 .area4-content { margin-top: 60px; margin-top: 1.25rem; }
  .solution .solution-area5 { padding-top: 100px; padding-bottom: 100px; padding-top: 2.08333rem; padding-bottom: 2.08333rem; }
  .solution .solution-area5 .scene-list { margin-top: 60px; margin-top: 1.25rem; }
  .solution-area3-content { margin-top: 45px; }
  .solution-services-swiper .content-item { padding: 80px 26px 100px; padding: 1.66667rem 26px 2.08333rem; }
  .solution-services-swiper .content-item:hover .item-pic { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
  .solution-services-swiper .content-item h4 { font-size: 20px; }
  .solution-services-swiper .content-item .desc { margin-top: 20px; padding-right: 0; }
  .solution-services-swiper .content-item .item-pic { margin-top: 75px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin-top: 1.5625rem; }
  .solution-services-swiper .content-item .desc1 { padding-left: 14px; padding-right: 14px; font-size: 0; line-height: 1; }
  .solution-services-swiper .content-item .desc1 p { display: inline-block; line-height: 36px; vertical-align: top; margin-right: 30px; margin-right: 0.625rem; }
  .solution-services-swiper .content-item .desc1 span { display: inline-block; line-height: 36px; vertical-align: top; margin-right: 24px; margin-right: 0.5rem; }
  .scene-list ul { margin-left: -15px; margin-right: -15px; margin-bottom: -30px; }
  .scene-list li { padding: 0 15px; margin-bottom: 30px; }
  .sence-item:hover img { -webkit-transform: translate(-50%, -50%) scale(1.03); -ms-transform: translate(-50%, -50%) scale(1.03); -o-transform: translate(-50%, -50%) scale(1.03); transform: translate(-50%, -50%) scale(1.03); }
  .sence-item .word { padding-left: 30px; padding-right: 30px; padding-top: 19px; }
  .sence-item .word h2 { font-size: 20px; margin-bottom: 10px; }
  .sence-item .word .desc p { font-size: 16px; }
  .solution-detail .detail-area1 h4 { font-size: 24px; }
  .solution-detail .detail-tab { margin-top: 57px; padding-bottom: 60px; margin-top: 1.1875rem; padding-bottom: 1.25rem; }
  .solution-detail .detail-tab li { font-size: 18px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; }
  .solution-detail .detail-tab li:hover { color: #017de9; }
  .solution-detail .detail-tab li:hover a { color: #017de9; }
  .solution-detail .detail-tab li::after { height: 4px; margin-top: 30px; margin-top: 0.625rem; }
  .solution-detail .detail-tab li::before { border-width: 10px; margin-top: 34px; margin-top: 0.70833rem; }
  .solution-detail .detail1-content { margin-top: 28px; padding-top: 86px; padding-bottom: 103px; padding-top: 1.79167rem; padding-bottom: 2.14583rem; }
  .solution-detail .detail1-content .item-list { margin: 60px 0 0 0; text-align: center; position: relative; margin: 1.25rem 0 0 0; }
  .solution-detail .detail1-content .item-list::after { content: ''; position: absolute; top: 50px; width: 100%; height: 1px; background: #dfdfdf; left: 0; }
  .solution-detail .detail1-content .item-list li { padding: 0; width: 25%; margin-bottom: 0; position: relative; z-index: 2; }
  .solution-detail .detail1-content .item-list .desc { max-width: 200px; margin-left: auto; margin-right: auto; text-align: center; font-size: 16px; line-height: 22px; height: 44px; margin-top: 20px; }
  .solution-detail .detail1-content .item-list .icon { width: 100px; height: 100px; }
  .solution-detail .solutionTitle1 { font-size: 18px; }
  .solution-detail .detail-area2 { padding-top: 105px; padding-top: 2.1875rem; }
  .solution-detail .detail2-content { margin-top: 172px; margin-top: 3.58333rem; }
  .solution-detail .detail2-content .view { position: relative; width: 410px; margin-left: auto; margin-right: auto; }
  .solution-detail .detail2-list { margin: 0; position: absolute; top: 0; width: 100%; height: 100%; }
  .solution-detail .detail2-list li { position: absolute; margin-bottom: 0; width: 260px; }
  .solution-detail .detail2-list li h2 { font-size: 18px; margin-bottom: 10px; }
  .solution-detail .detail2-list li .desc { line-height: 24px; height: 48px; }
  .solution-detail .detail2-list li .desc p { font-weight: bold; }
  .solution-detail .detail2-list li:first-child { right: 100%; text-align: right; padding-right: 20px; bottom: 50px; }
  .solution-detail .detail2-list li:nth-child(2) { bottom: 100%; text-align: center; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 280px; margin-bottom: 20px; margin-bottom: 0.41667rem; }
  .solution-detail .detail2-list li:last-child { left: 100%; text-align: left; padding-left: 20px; bottom: 50px; }
  .solution-detail .detail-area2 { padding-bottom: 108px; padding-bottom: 2.25rem; }
  .solution-detail .detail-area3 { padding-top: 70px; padding-bottom: 77px; padding-top: 1.45833rem; padding-bottom: 1.60417rem; }
  .solution-detail .detail3-content { margin-top: 34px; }
  .solution-detail .detail3-l { float: left; width: 45%; padding-top: 20px; margin-bottom: 0; padding-right: 50px; padding-right: 1.04167rem; }
  .solution-detail .detail3-r { float: right; width: 55%; padding-right: 70px; padding-right: 1.45833rem; }
  .solution-detail .detail3-tab a { font-size: 20px; margin-right: 20px; }
  .solution-detail .detail3-content-list { margin-top: 30px; }
  .solution-detail .detail3-item h3 { font-size: 18px; font-weight: bold; margin-bottom: 12px; }
  .solution-detail .detail3-item .word { line-height: 24px; max-height: 120px; width: 328px; }
  .solution-detail .detail3-item .word p { font-weight: bold; }
  .solution-detail .detail-area4 { padding-top: 100px; padding-bottom: 90px; padding-top: 2.08333rem; padding-bottom: 1.875rem; }
  .solution-detail .detail4-title { font-size: 26px; }
  .solution-detail .detail4-content ul { text-align: center; margin: 0 -30px; margin: 0 -0.625rem; }
  .solution-detail .detail4-content li { width: auto; padding: 0 30px; padding: 0 0.625rem; }
  .solution-detail .detail4-item { width: 120px; height: 120px; }
  .solution-detail .detail4-item .icon { width: 35px; height: 35px; margin-top: 26px; }
  .solution-detail .detail4-item p { font-size: 16px; font-weight: bold; }
  /*物业解决方案 e*/
  /*关于我们 s*/
  .about-ptitle { font-size: 24px; }
  .about-desc { font-size: 30px; line-height: 1; margin-top: 20px; }
  .about { padding-bottom: 100px; padding-bottom: 2.08333rem; }
  .about .about-area1 { margin-top: 40px; padding-bottom: 100px; padding-bottom: 2.08333rem; }
  .about .about-area1::after { height: 605px; height: 12.60417rem; }
  .about .about-area1 .top-l { width: 47.5%; padding-right: 90px; float: left; padding-top: 10px; padding-right: 1.875rem; }
  .about .about-area1 .top-l h3 { font-size: 24px; }
  .about .about-area1 .top-l .desc { font-size: 16px; line-height: 20px; height: 5rem; overflow-y: auto; }
  .about .about-area1 .top-l .desc::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; width: 0.04167rem; height: 0.16667rem; }
  .about .about-area1 .top-l .desc::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; -webkit-box-shadow: inset 0 0 0.02083rem rgba(0, 0, 0, 0.1); -webkit-border-radius: 0.04167rem; border-radius: 0.04167rem; }
  .about .about-area1 .top-l .desc::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; -webkit-border-radius: 0.04167rem; border-radius: 0.04167rem; -webkit-box-shadow: inset 0 0 0.04167rem rgba(0, 0, 0, 0.1); }
  .about .about-area1 .top-r { width: 52.5%; float: right; margin-top: 0; }
  .about .area1-round { text-align: left; }
  .about .area1-round .round-item { margin: 0; width: 120px; height: 120px; }
  .about .area1-round .round-item:first-child { margin-right: 80px; }
  .about .area1-round .round-item:first-child::after { width: 40px; height: 40px; right: -60px; }
  .about .about-bottom { margin-top: 100px; margin-top: 2.08333rem; }
  .about .about-bottom ul { font-size: 0; margin-left: -15px; margin-right: -15px; }
  .about .about-bottom li { display: inline-block; vertical-align: top; width: 33.3333%; padding: 0 15px; }
  .about .about-bottom .icon { float: none; width: 60px; height: 60px; margin-bottom: 32px; margin-bottom: 0.66667rem; }
  .about .about-bottom h2 { font-size: 18px; margin-bottom: 8px; }
  .about .about-area2 { margin-top: 100px; margin-top: 2.08333rem; }
  /*关于我们 e*/
  /*平台简介 s*/
  .platform-desc { margin-top: 40px; font-size: 16px; line-height: 24px; margin-bottom: 90px; margin-top: 0.83333rem; margin-bottom: 1.875rem; }
  .platform-img-word { padding-top: 0; -webkit-transform: translateY(-55px); -ms-transform: translateY(-55px); -o-transform: translateY(-55px); transform: translateY(-55px); margin-bottom: -55px; -webkit-transform: translateY(-1.14583rem); -ms-transform: translateY(-1.14583rem); -o-transform: translateY(-1.14583rem); transform: translateY(-1.14583rem); margin-bottom: -1.14583rem; }
  .platform-img-word .desc { padding-top: 55px; background: #fff; padding-left: 50px; padding-right: 50px; font-size: 16px; line-height: 24px; padding-top: 1.14583rem; padding-left: 1.04167rem; padding-right: 1.04167rem; }
  .platform-img-box .pic-box .word h3 { font-size: 20px; }
  .platform-img-box .pic img { height: auto; position: static; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; width: 100%; }
  .platform-vision { margin-top: 90px; margin-top: 1.875rem; }
  .platform-title1 h4 { font-size: 20px; margin-bottom: 8px; }
  .platform-title1 .desc { font-size: 16px; }
  .vision-box { margin-top: 45px; margin-top: 0.9375rem; }
  .vision-box .vision-item { height: 200px; }
  .vision-box .vision-item h3 { font-size: 18px; padding-bottom: 15px; margin-bottom: 15px; }
  .vision-box .vision-item .item-desc { font-size: 16px; line-height: 20px; }
  .vision-box .icon { width: 64px; height: 64px; }
  .platform-plan { margin-top: 120px; padding-bottom: 126px; margin-top: 2.5rem; padding-bottom: 2.625rem; }
  .platform-plan .plan-content { position: relative; }
  .platform-plan .plan-content .pic { padding: 0; }
  .platform-plan .plan-content h2 { font-size: 18px; }
  .platform-plan .plan-content .desc { font-size: 16px; line-height: 20px; max-height: 40px; overflow-y: auto; }
  .platform-plan .plan-content .desc::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; width: 0.04167rem; height: 0.16667rem; }
  .platform-plan .plan-content .desc::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; -webkit-box-shadow: inset 0 0 0.02083rem rgba(0, 0, 0, 0.1); -webkit-border-radius: 0.04167rem; border-radius: 0.04167rem; }
  .platform-plan .plan-content .desc::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; -webkit-border-radius: 0.04167rem; border-radius: 0.04167rem; -webkit-box-shadow: inset 0 0 0.04167rem rgba(0, 0, 0, 0.1); }
  .platform-plan .plan-content ul { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-top: 0; }
  .platform-plan .plan-content ul li { position: absolute; width: 180px; padding: 0; margin: 0; }
  .platform-plan .plan-content ul li::before { content: ''; position: absolute; height: 1px; width: 75px; background: #bfbfbf; }
  .platform-plan .plan-content ul li::after { content: ''; position: absolute; width: 6px; height: 6px; -webkit-border-radius: 100%; border-radius: 100%; background: #6D8373; }
  .platform-plan .plan-content ul li:first-child { text-align: right; top: 99px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin-left: -402px; }
  .platform-plan .plan-content ul li:first-child::after { top: 20px; right: -103px; }
  .platform-plan .plan-content ul li:first-child::before { right: -100px; top: 22px; }
  .platform-plan .plan-content ul li:nth-child(2) { text-align: left; top: 99px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin-left: 402px; }
  .platform-plan .plan-content ul li:nth-child(2)::after { top: 18px; left: -95px; }
  .platform-plan .plan-content ul li:nth-child(2)::before { left: -93px; top: 20px; }
  .platform-plan .plan-content ul li:nth-child(3) { text-align: right; top: 384px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin-left: -402px; }
  .platform-plan .plan-content ul li:nth-child(3)::after { top: 22px; right: -113px; }
  .platform-plan .plan-content ul li:nth-child(3)::before { right: -110px; top: 24px; }
  .platform-plan .plan-content ul li:nth-child(4) { text-align: left; top: 384px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin-left: 402px; }
  .platform-plan .plan-content ul li:nth-child(4)::after { top: 21px; left: -104px; }
  .platform-plan .plan-content ul li:nth-child(4)::before { left: -102px; top: 23px; }
  .platform-list { margin-top: 90px; margin-top: 1.875rem; }
  .platform-list-title { font-size: 20px; }
  .platform { padding-top: 80px; padding-bottom: 100px; padding-top: 1.66667rem; padding-bottom: 2.08333rem; }
  .platform-list-box { margin-top: 50px; margin-top: 1.04167rem; }
  .platform-list-box ul { margin-bottom: -60px; margin-bottom: -1.25rem; }
  .platform-list-box li { margin-bottom: 60px; margin-bottom: 1.25rem; }
  .platform-list-box .list-head { padding-top: 28px; padding-left: 25px; }
  .platform-list-box .word { padding-left: 40px; padding-left: 0.83333rem; }
  .platform-list-box .word .desc { font-size: 16px; max-height: 120px; line-height: 24px; }
  /*平台简介 e*/ }

@media (min-width: 1260px) { /*物业研究院 s*/
  .institute-l-list .list-ctrl p { line-height: 60px; }
  .institute-l-list li { margin-bottom: 50px; }
  .institute-l-list .style2-txt .word { font-size: 28px; line-height: 38px; }
  .institute-l-list .style3 { padding-bottom: 40px; margin-bottom: 40px; }
  .institute-l-list .style3 .info { padding-left: 40px; padding-right: 0; }
  .institute-form .institute-search-input { height: 58px; padding-left: 20px; padding-right: 78px; }
  .institute-form .institute-search-btn { height: 58px; width: 58px; }
  .institute-detail .institute-l .content-txt { margin-top: 16px; margin-bottom: 16px; margin-top: 0.33333rem; margin-bottom: 0.33333rem; }
  .institute-detail .institute-l .content-box .txt_img img { padding-right: 40px; }
  /*物业研究院 e*/
  /*客户分享 s*/
  .customer-tab-swiper { padding-top: 100px; }
  .customer-tab-swiper::after { bottom: 25px; }
  .customer-tab-swiper .swiper-slide { height: 50px; line-height: 50px; }
  .customer-tab-swiper .swiper-slide p { font-size: 30px; bottom: 33px; }
  .customer-tab-swiper .swiper-slide.cur p { font-size: 120px; }
  .customer-share .customer-tab-next, .customer-share .customer-tab-prev { width: 50px; height: 50px; }
  .customer-share .tab-box { padding: 0 60px; }
  .customer-share .customer-tab { margin-bottom: 45px; }
  .customer-share .publicPage { margin-top: 70px; }
  .customer-big { padding-bottom: 30px; margin-bottom: 30px; }
  .customer-big .curtomer-item .info h2 { font-size: 20px; line-height: 30px; max-height: 60px; margin-bottom: 16px; }
  .curtomer-list { margin-bottom: -50px; }
  .curtomer-list ul { margin-left: -15px; margin-right: -15px; }
  .curtomer-list li { padding: 0 15px; margin-bottom: 50px; }
  .curtomer-list li .info { padding: 28px 0; }
  .curtomer-list li .info h2 { font-size: 20px; }
  /*客户分享 e*/
  /*物业解决方案 s*/
  .solution .solution-area1 .area1-title { font-size: 28px; }
  .solution .area1-list { margin-top: 163px; }
  .solution .area1-ul .icon { width: 68px; height: 68px; }
  .solution .area1-ul li { position: absolute; padding: 0; margin-bottom: 0; width: 27%; }
  .solution .area1-ul li .info { padding-top: 11px; }
  .solution .area1-ul li .info h2 { font-size: 18px; }
  .solution .area1-ul li .info .desc { line-height: 20px; max-height: 40px; }
  .solution .area1-ul li:nth-child(1) .info, .solution .area1-ul li:nth-child(2) .info, .solution .area1-ul li:nth-child(3) .info, .solution .area1-ul li:nth-child(4) .info { padding-right: 20px; }
  .solution .area1-ul li:nth-child(6) .info, .solution .area1-ul li:nth-child(7) .info, .solution .area1-ul li:nth-child(8) .info, .solution .area1-ul li:nth-child(9) .info { padding-left: 20px; }
  .solution .area1-ul li:nth-child(1) { margin-right: -36px; width: 240px; }
  .solution .area1-ul li:nth-child(2) { margin-right: -78px; width: 280px; }
  .solution .area1-ul li:nth-child(3) { margin-right: -162px; width: 320px; }
  .solution .area1-ul li:nth-child(4) { margin-right: -294px; width: 320px; }
  .solution .area1-ul li:nth-child(5) { margin-bottom: -34px; width: auto; margin-left: -34px; }
  .solution .area1-ul li:nth-child(5) a { display: block; }
  .solution .area1-ul li:nth-child(5) .icon { display: block; float: none; margin-left: auto; margin-right: auto; }
  .solution .area1-ul li:nth-child(5) .info { display: block; position: absolute; bottom: 115%; text-align: center; padding-top: 0; width: 320px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .solution .area1-ul li:nth-child(6) { margin-left: -294px; width: 320px; }
  .solution .area1-ul li:nth-child(7) { margin-left: -162px; width: 320px; }
  .solution .area1-ul li:nth-child(8) { margin-left: -78px; width: 280px; }
  .solution .area1-ul li:nth-child(9) { margin-left: -36px; width: 240px; }
  .solution .solution-area3 { padding: 80px 0 94px; }
  .solution-area3-content { margin-top: 62px; }
  .solution-services-swiper .content-item .desc { height: 108px; margin-top: 30px; }
  .solution-services-swiper .content-item .desc p { line-height: 36px; }
  .scene-list ul { margin-left: -20px; margin-right: -20px; margin-bottom: -40px; }
  .scene-list li { padding: 0 20px; margin-bottom: 40px; }
  .solution-detail .detail-area1 h4 { font-size: 28px; }
  .solution-detail .solutionTitle1 { font-size: 20px; }
  .solution-detail .detail1-content .item-list .icon { width: 120px; height: 120px; }
  .solution-detail .detail1-content .item-list .desc { font-size: 18px; line-height: 24px; height: 48px; margin-top: 30px; }
  .solution-detail .detail3-content { margin-top: 48px; }
  .solution-detail .detail3-l { padding-top: 38px; }
  .solution-detail .detail3-tab a { font-size: 24px; }
  .solution-detail .detail3-content-list { margin-top: 40px; }
  .solution-detail .detail3-item h3 { font-size: 20px; }
  .solution-detail .detail4-content { margin-top: 40px; }
  .solution-detail .detail4-item { width: 148px; height: 148px; }
  .solution-detail .detail4-item .icon { margin-top: 30px; margin-bottom: 20px; }
  .solution-detail .detail4-item p { font-size: 18px; padding: 0 18px; }
  .solution-detail .detail4-title { font-size: 30px; }
  /*物业解决方案 e*/
  /*关于我们 s*/
  .about-ptitle { font-size: 28px; }
  .about-desc { font-size: 36px; }
  .about .about-area1 .top-l h3 { font-size: 28px; margin-bottom: 30px; }
  .about .about-area1 .top-l .desc { font-size: 20px; line-height: 32px; }
  .about .about-area1 .area1-round .round-item { width: 145px; height: 145px; }
  .about .about-area1 .area1-round .round-item p { font-size: 16px; line-height: 22px; max-height: 44px; }
  .about .about-bottom h2 { font-size: 20px; }
  .about .about-bottom .desc { font-size: 16px; line-height: 26px; }
  /*关于我们 e*/
  /*平台简介 s*/
  .vision-box .vision-item { height: 260px; padding-top: 30px; }
  .vision-box .vision-item h3 { margin-bottom: 24px; }
  .vision-box .vision-item .item-desc { line-height: 24px; height: 48px; }
  .vision-box .icon { margin-bottom: 15px; }
  .platform-list-box .list-head { padding-top: 36px; padding-left: 38px; }
  .platform-list-box .list-head h2 { margin-bottom: 14px; padding-bottom: 12px; }
  /*平台简介 e*/ }

/*内页 banner s*/
.publicBanner { position: relative; }

.publicBanner .side-banner { overflow: hidden; }

.publicBanner .side-banner img { width: auto; height: 150px; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); max-width: none; }

.publicBanner .word { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 100%; }

.publicBanner .word h4 { font-size: 18px; font-weight: bold; color: #fff; text-align: center; letter-spacing: 2px; }

@media (min-width: 1024px) { .publicBanner .side-banner img { position: static; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; width: 100%; height: auto; }
  .publicBanner .word h4 { font-size: 36px; letter-spacing: 14px; font-size: 0.75rem; letter-spacing: 0.29167rem; } }

/*内页 banner e*/
/*内页框架-统一上边距 s*/
.sidePage { padding-top: 30px; }

@media (min-width: 1024px) { .sidePage { padding-top: 80px; padding-top: 1.66667rem; } }

/*内页框架-统一上边距 e*/
/*加载更多按钮 s*/
.publicMore a { display: block; border: solid 1px #dcdddd; height: 40px; background: url(../images/zh-icon-more.png) no-repeat center center; background-size: 20px 20px; }

@media (min-width: 1024px) { .publicMore a { height: 60px; background-size: 30px 30px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .publicMore a:hover { background-image: url(../images/zh-icon-more-2.png); background-color: #017de9; border-color: #017de9; } }

/*加载更多按钮 e*/
/*1400内容区 s*/
.commonweb1400 { padding: 0px 15px; }

@media (min-width: 768px) { .commonweb1400 { padding: 0px 20px; } }

@media (min-width: 992px) { .commonweb1400 { padding: 0px 40px; } }

@media (min-width: 1260px) { .commonweb1400 { margin: 0px auto; max-width: 1400px; padding: 0 60px; } }

@media (min-width: 1460px) { .commonweb1400 { padding: 0; } }

/*1400内容区 e*/
/*数字分页 s*/
.publicPage img { max-width: 100%; display: block; margin-left: auto; margin-right: auto; }

/*数字分页 e*/
/*公用标题 1 s*/
.publicTitle1 { text-align: center; }

.publicTitle1 h3 { line-height: 1.2; font-size: 20px; }

.publicTitle1 h4 { line-height: 1; color: #666666; font-weight: bold; font-size: 14px; margin-top: 8px; }

@media (min-width: 1024px) { .publicTitle1 h3 { font-size: 30px; line-height: 1; }
  .publicTitle1 h4 { font-size: 18px; margin-top: 10px; } }

@media (min-width: 1024px) { .publicTitle1 h3 { font-size: 36px; line-height: 1; }
  .publicTitle1 h4 { font-size: 20px; margin-top: 16px; } }

/*公用标题 1 e*/
.video-player-popup { display: none; position: fixed; left: 0; top: 0; z-index: 201; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); font-size: 0; text-align: center; }

.video-player-popup:before { content: ""; width: 0; height: 100%; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.video-player-popup .video-player { position: relative; width: 94%; min-height: 300px; max-width: 960px; margin-top: 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.video-player-popup .close { position: absolute; right: 0; top: -40px; width: 40px; height: 40px; background: url(../images/closebtn.png) no-repeat center; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.video-player-popup .close:hover { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

@media (min-width: 1024px) { .video-player-popup .video-player { height: 500px; height: 10.41667rem; } }

@media (min-width: 1600px) { .video-player-popup .video-player { height: 600px; height: 12.5rem; } }

#ie-alert-overlay { width: 100%; height: 100%; background: url(../images/bg.png) repeat 0 0; position: fixed; top: 0; left: 0; z-index: 9999; }

* html #ie-alert-overlay { position: absolute; z-index: 9999; }

#ie-alert-panel { width: 520px; height: 331px; position: fixed; background: url(../images/iealertsprite.png) no-repeat; background-position: -1px -109px; top: 50%; left: 50%; margin: -201px 0 0 -296px; padding: 72px 0 0 72px; _position: absolute; _top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: bold; color: #333; line-height: 1.5em; z-index: 10000; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

#ie-alert-panel div, #ie-alert-panel p, #ie-alert-panel span, #ie-alert-panel a, #ie-alert-panel img, #ie-alert-panel ul, #ie-alert-panel li { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

#ie-alert-panel p { font-size: 14px; width: 486px; text-align: justify; }

#ie-alert-panel img { border: 0; }

#ie-alert-panel span { font-size: 18px; margin: 0 0 20px 0; display: block; padding: 0; }

#ie-alert-panel ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }

#ie-alert-panel li { float: left; margin: 0 22px 0 0; }

#ie-alert-panel li.last { margin-right: 0; }

#ie-alert-panel a { display: inline-block; vertical-align: top; }

#goon { text-decoration: underline; }

.browser { position: absolute; bottom: 35px; }

.chrome, .firefox, .ie9, .opera, .safari { background: url(../images/iealertsprite.png) no-repeat; }

.chrome { background-position: 0 0; width: 73px; height: 96px; margin: 0 4px 0 0; }

.firefox { background-position: -292px 0; width: 73px; height: 98px; }

.ie9 { background-position: -179px 0; width: 95px; height: 98px; }

.opera { background-position: -90px 0; width: 73px; height: 98px; }

.safari { background-position: -387px 0; width: 73px; height: 98px; margin: 0 4px 0 0; }

/*20201228-改版 s*/
body { overflow-x: hidden; overflow-y: auto; }

.inbanner .swiper-slide video { display: none; }

.advantageTitle { text-align: center; }

.advantageTitle h3 { color: #333333; letter-spacing: -1px; font-size: 20px; line-height: 1; margin-bottom: 5px; }

.advantageTitle h4 { letter-spacing: -1px; color: #919191; font-size: 16px; }

.inadvantageList { margin-top: 20px; margin-bottom: -25px; }

.inadvantageList ul { font-size: 0; margin-left: -5px; margin-right: -5px; }

.inadvantageList li { display: inline-block; vertical-align: top; width: 50%; font-size: 14px; padding: 0 5px; margin-bottom: 25px; }

.inadvantageList .icon { display: block; margin-left: auto; margin-right: auto; width: 100px; height: 100px; margin-bottom: 15px; }

.inadvantageList h3 { color: #333333; font-size: 16px; line-height: 1.2; margin-bottom: 5px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.inadvantageList .desc { text-align: center; font-size: 14px; color: #b0b0b0; overflow-y: auto; line-height: 18px; height: 36px; }

.inadvantageList .desc::-webkit-scrollbar { width: 2px; height: 8px; background-color: rgba(0, 0, 0, 0); }

.inadvantageList .desc::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: rgba(0, 0, 0, 0); }

.inadvantageList .desc::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; }

.inbusiness { background: url(../images/zzbg1.jpg) no-repeat center center; background-size: auto 100%; }

.inbusinessTab { display: none; }

.inbusinessView .left { margin-bottom: 20px; }

.inbusinessView .left h3 { text-align: center; font-weight: bold; color: #213241; line-height: 1; font-size: 22px; }

.inbusinessItem { text-align: center; margin-bottom: 25px; }

.inbusinessItem:last-child { margin-bottom: 0; }

.inbusinessItem h3 { color: #355068; font-size: 16px; line-height: 1.2; margin-bottom: 15px; }

.inbusinessItem .desc { color: #5f5f5f; line-height: 20px; font-size: 14px; margin-bottom: 15px; }

.inbusinessItem .hgyPimg::after { padding-bottom: 62.61438%; }

.inbusinessLink { font-size: 0; margin-top: 15px; text-align: center; }

.inbusinessLink a { display: inline-block; text-align: center; min-width: 120px; line-height: 40px; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; font-size: 14px; font-weight: bold; background-color: #017de9; }

.zpublicTitle h3 { text-align: center; line-height: 1; font-size: 18px; color: #282828; }

.inbusinessSwiper { overflow: hidden; }

.inbusinessPage { text-align: center; }

.inbusinessPage span { margin: 0 3px; -webkit-border-radius: 100px; border-radius: 100px; height: 2px; width: 20px; }

.zaboutConOne .zOnetxt { margin-top: 10px; }

.zaboutConOne .zOnetxt .zpublicTitle { margin-bottom: 15px; }

.zaboutConOne .zOnetxt .zpublicTitle h3 { color: #017de9; }

.zaboutConOne .zOnetxt .txt { color: #999999; font-size: 14px; line-height: 20px; text-align: center; }

.zaboutConOne .zOneWord { margin-top: 30px; }

.zaboutOneList { margin-top: 20px; }

.zaboutOneList li { margin-bottom: 14px; }

.zaboutOneList .item { background-color: #f7f9fc; padding: 20px 15px; text-align: center; }

.zaboutOneList .icon { width: 166px; height: 142px; display: block; margin-left: auto; margin-right: auto; }

.zaboutOneList .icon img { width: 100%; height: 100%; }

.zaboutOneList .word { margin-top: 15px; }

.zaboutOneList h3 { color: #017de9; font-weight: bold; font-size: 16px; line-height: 1.2; position: relative; padding-bottom: 12px; }

.zaboutOneList h3::after { content: ''; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); height: 2px; width: 32px; background-color: #017de9; }

.zaboutOneList .desc { margin-top: 14px; color: #999999; font-size: 14px; line-height: 20px; }

.zaboutConTwo { background: url(../images/zzabout-bg.jpg) no-repeat center center; background-size: auto 100%; }

.zaboutConTwo .zpublicTitle h3 { color: #fff; }

.zaboutTwoList { margin-top: 25px; }

.zaboutTwoList ul { font-size: 0; margin-left: -7px; margin-right: -7px; }

.zaboutTwoList li { display: inline-block; vertical-align: top; font-size: 14px; width: 50%; margin-bottom: 15px; padding: 0 7px; }

.zaboutTwoList .item { background: #fff; padding: 10px; }

.zaboutTwoList .icon { width: 40px; height: 40px; display: block; margin-left: auto; margin-right: auto; margin-bottom: 8px; }

.zaboutTwoList .word { text-align: center; }

.zaboutTwoList h3 { color: #333333; font-size: 16px; line-height: 1.2; margin-bottom: 4px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.zaboutTwoList .desc { color: #a0a0a0; line-height: 20px; overflow-y: auto; height: 40px; padding-right: 10px; }

.zaboutTwoList .desc::-webkit-scrollbar { width: 2px; height: 8px; background-color: rgba(0, 0, 0, 0.1); }

.zaboutTwoList .desc::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: rgba(0, 0, 0, 0.1); }

.zaboutTwoList .desc::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; }

.zaboutThreeList { margin-top: 30px; }

.zaboutThreeList li { margin-bottom: 16px; }

.zaboutThreeList li:nth-child(1) .item { border-top: solid 4px #eb9e9a; }

.zaboutThreeList li:nth-child(2) .item { border-top: solid 4px #88D5BF; }

.zaboutThreeList li:nth-child(3) .item { border-top: solid 4px #017DE9; }

.zaboutThreeList .item { background-color: #fafafc; }

.zaboutThreeList .hgyPimg::after { padding-bottom: 53.84615%; }

.zaboutThreeList .cont { padding: 15px; }

.zaboutThreeList .cont h4 { text-align: center; line-height: 1.2; font-size: 18px; }

.zaboutThreeList .txt { margin-top: 20px; }

.zaboutThreeList .txt p { text-align: center; color: #707070; font-size: 14px; }

.zaboutThreeList dd { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #f6f5fb; padding: 10px 15px; margin-bottom: 10px; }

.zaboutThreeList dd:last-child { margin-bottom: 0; }

.zaboutThreeList dd span { color: #626262; font-size: 14px; display: block; }

.zaboutThreeList dd .right { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.zaboutThreeList dd .r2 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }

.zaboutThreeList dd .r2 p { font-size: 14px; }

.zaboutConFour { background-color: #f7f9fc; }

.zaboutConFour .pic { display: block; margin-left: auto; margin-right: auto; width: 60%; max-width: 438px; }

.zaboutConFour .pic img { width: 100%; }

.zaboutConFour .txt { margin-top: 25px; }

.zaboutConFour ul { margin-bottom: -18px; }

.zaboutConFour li { margin-bottom: 18px; }

.zaboutConFour li h3 { color: #086ac6; font-weight: bold; line-height: 1.2; font-size: 16px; margin-bottom: 5px; }

.zaboutConFour li .desc { color: #999999; font-size: 14px; line-height: 18px; height: 36px; overflow-y: auto; }

.zaboutConFour li .desc::-webkit-scrollbar { width: 2px; height: 8px; background-color: rgba(0, 0, 0, 0.1); }

.zaboutConFour li .desc::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: rgba(0, 0, 0, 0.1); }

.zaboutConFour li .desc::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #086ac6; }

.zzaboutConFive { padding-top: 30px; }

.zzaboutConFive .pic { margin-top: 25px; }

.zzaboutConFive .pic img { width: 100%; }

.zsolutionOneCont { margin-top: 20px; }

.zsolutionOneCont li { margin-bottom: 15px; }

.zsolutionOneCont li:nth-child(1) .item { border-top: solid 4px #eb9e9a; }

.zsolutionOneCont li:nth-child(2) .item { border-top: solid 4px #88d5bf; }

.zsolutionOneCont li:nth-child(3) .item { border-top: solid 4px #017de9; }

.zsolutionOneCont .item { text-align: center; padding: 25px 20px 15px; border: solid 1px #e6e6e6; }

.zsolutionOneCont h4 { color: #3c3c3c; font-size: 16px; line-height: 1.2; margin-bottom: 14px; }

.zsolutionOneCont .icon { width: 55px; height: 55px; margin-left: auto; margin-right: auto; margin-bottom: 14px; }

.zsolutionOneCont .icon img { width: 100%; height: 100%; }

.zsolutionOneCont .desc { color: #999999; line-height: 18px; font-size: 14px; }

.zsolutionTwoCont .bigCont { display: none; }

.zsolutionTwoCont .contBox { margin-top: 25px; }

.zsolutionTwoCont .contItem { margin-bottom: 20px; }

.zsolutionTwoCont .contItem:nth-child(1) .title .icon { background: #7262D1; }

.zsolutionTwoCont .contItem:nth-child(2) .title .icon { background: #3D95FF; }

.zsolutionTwoCont .contItem:nth-child(3) .title .icon { background: #FF9130; }

.zsolutionTwoCont .contItem:nth-child(4) .title .icon { background: #1ACCAA; }

.zsolutionTwoCont .contItem:last-child { margin-bottom: 0; }

.zsolutionTwoCont .title { font-size: 0; }

.zsolutionTwoCont .title .icon { display: inline-block; vertical-align: middle; width: 40px; height: 40px; -webkit-border-radius: 100%; border-radius: 100%; text-align: center; line-height: 40px; }

.zsolutionTwoCont .title .icon img { width: 20px; height: 20px; }

.zsolutionTwoCont .title p { display: inline-block; vertical-align: middle; font-size: 16px; font-weight: bold; color: #323232; padding-left: 10px; }

.zsolutionTwoCont .contList { margin-top: 15px; }

.zsolutionTwoCont .contList .icon { display: block; margin-left: auto; margin-right: auto; height: 38px; width: 38px; margin-bottom: 5px; }

.zsolutionTwoCont .contList .icon img { width: 100%; height: 100%; }

.zsolutionTwoCont .contList p { display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.zsolutionTwoCont .contList i { font-size: 12px; line-height: 1; font-style: initial; color: #434343; }

.zsolutionTwoCont ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.zsolutionTwoCont li { margin: 0 4px; font-size: 14px; text-align: center; width: 0; height: 106px; -webkit-border-radius: 100%; border-radius: 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 106px; -ms-flex: 0 0 106px; flex: 0 0 106px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; border: solid 1px #ededed; color: #434343; margin-bottom: 10px; }

.zsolutionTwoCont li .item { display: block; width: 100%; }

.zsolutionTwo { padding-top: 0; }

.zsolutionTwo .desc { margin-top: 8px; text-align: center; color: #b0b0b0; font-size: 16px; line-height: 1.2; position: relative; padding-bottom: 12px; }

.zsolutionTwo .desc::after { content: ''; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 36px; height: 3px; background-color: #c7c7c7; }

.zsolutionThree { background-color: #4a8ef1; }

.zsolutionThree .zpublicTitle h3 { color: #fff; }

.zsolutionThreeCont .bigCont { display: none; }

.zsolutionThreeCont .contBox { margin-top: 25px; }

.zsolutionThreeCont li { display: table; table-layout: fixed; width: 100%; margin-bottom: 15px; }

.zsolutionThreeCont li:last-child { margin-bottom: 0; }

.zsolutionThreeCont li .pic { display: table-cell; vertical-align: middle; width: 60px; height: 60px; }

.zsolutionThreeCont li .pic img { width: 100%; height: 100%; }

.zsolutionThreeCont li .word { color: #fff; display: table-cell; vertical-align: middle; padding-left: 12px; }

.zsolutionThreeCont li .word h3 { font-weight: bold; font-size: 16px; line-height: 1.2; margin-bottom: 4px; }

.zsolutionThreeCont li .word .txt { font-size: 14px; line-height: 18px; height: 36px; overflow-y: auto; padding-right: 10px; }

.zsolutionThreeCont li .word .txt::-webkit-scrollbar { width: 2px; height: 8px; background-color: rgba(0, 0, 0, 0.2); }

.zsolutionThreeCont li .word .txt::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: rgba(0, 0, 0, 0.2); }

.zsolutionThreeCont li .word .txt::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #fff; }

.zsolutionFourCont { margin-top: 20px; }

.zsolutionFourCont ul { font-size: 0; }

.zsolutionFourCont li { display: inline-block; vertical-align: top; width: 50%; font-size: 14px; text-align: center; background: #fff; border: solid 1px #eee; padding: 20px 10px; }

.zsolutionFourCont .hgyPimg::after { padding-bottom: 87.251%; }

.zsolutionFourCont .txt { margin-top: 12px; color: #017de9; }

.zsolutionFive { padding-top: 0; }

.zsolutionFiveCont { margin-top: 15px; text-align: center; }

.zsolutionFiveCont .txt { color: #8e8e8e; font-size: 18px; margin-bottom: 18px; }

.zsolutionFiveCont .link { font-size: 0; text-align: center; }

.zsolutionFiveCont .link a { display: inline-block; vertical-align: top; background-color: #017de9; -webkit-border-radius: 1000px; border-radius: 1000px; line-height: 40px; min-width: 120px; padding: 0 20px; font-size: 16px; color: #fff; }

.zcompanyOne { background-color: #fbfcfd; }

.zcompanyOne .txt { margin-top: 12px; margin-bottom: 12px; }

.zcompanyOne .txt .zpublicTitle h3 { color: #017de9; }

.zcompanyOne .contWord { color: #666666; font-size: 14px; text-align: center; }

.zcompanyBox { margin-top: 25px; }

.zcompanyBox .ztop { position: relative; }

.zcompanyBox .ztop .hgyPimg img { top: 0; height: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.zcompanyBox .ztop .hgyPimg::after { padding-bottom: 50%; }

.zcompanyBox .ztop .pic { -webkit-box-shadow: 0 20px 40px -30px #313131; box-shadow: 0 20px 40px -30px #313131; }

.zcompanyBox .ztop .word { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); padding: 25px 15px; z-index: 2; text-align: center; color: #fff; }

.zcompanyBox .ztop .word h3 { font-size: 20px; line-height: 1; font-weight: bold; }

.zcompanyBox .ztop .word .txt { font-size: 14px; line-height: 20px; margin-bottom: 0; }

.zcompanyBox .zbom { margin-top: 30px; }

.ztopList ul { font-size: 0; margin-left: -10px; margin-right: -10px; }

.ztopList li { display: inline-block; vertical-align: top; width: 50%; font-size: 14px; text-align: center; position: relative; }

.ztopList li:nth-child(1) .item::before, .ztopList li:nth-child(2) .item::before { display: none; }

.ztopList li .item { padding: 20px 10px; position: relative; }

.ztopList li .item::before { content: ''; position: absolute; left: 50%; margin-left: -65px; top: 0; height: 1px; width: 130px; background: #F3F4F5; }

.ztopList .d { color: #606060; font-size: 22px; line-height: 1.2; }

.ztopList p { font-size: 13px; line-height: 1.2; margin-top: 5px; }

.ztoptips { line-height: 1.2; font-size: 12px; margin-top: 20px; }

.zcomTwoCont { margin-top: 30px; }

.zcomTwoSwiperBox { position: relative; height: 330px; overflow: hidden; }

.zcomTwoSwiperBox::before, .zcomTwoSwiperBox::after { content: ''; position: absolute; right: 100%; margin-right: -120px; bottom: 110px; width: 9999px; height: 1px; background-color: #d9d9d9; opacity: 0.38; }

.zcomTwoSwiperBox::after { bottom: 220px; }

.zcomTwoSwiperBox .tt { display: none; }

.zcomTwoSwiperBox .commonweb { position: relative; height: 100%; }

.zcomTwoCtrl { position: absolute; width: 30px; height: 110px; bottom: 0; left: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; z-index: 2; padding: 15px 0; }

.zcomTwoPrev, .zcomTwoNext { width: 30px; height: 30px; -webkit-border-radius: 100%; border-radius: 100%; background: url(../images/zzicon-up.png) no-repeat center center; background-size: 100% 100%; }

.zcomTwoPrev:active, .zcomTwoNext:active { background-image: url(../images/zzicon-upo.png); }

.zcomTwoNext { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.zcomTwoSwiper { height: 100%; position: relative; }

.zcomTwoSwiper::before { content: ''; position: absolute; left: 105px; width: 2px; height: 100%; top: 0; background-color: #d9d9d9; opacity: 0.38; }

.zcomTwoSwiper::after { content: ''; position: absolute; right: 100%; margin-right: -105px; bottom: 0; width: 9999px; height: 1px; background-color: #d9d9d9; opacity: 0.38; }

.zcomTwoSwiper .swiper-slide { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; }

.zcomTwoSwiper .swiper-slide.swiper-slide-next + .swiper-slide .left h5 span { color: #636363; }

.zcomTwoSwiper .swiper-slide.swiper-slide-next + .swiper-slide .left::after { height: 46px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.zcomTwoSwiper .left { -webkit-box-flex: 0; -webkit-flex: 0 0 105px; -ms-flex: 0 0 105px; flex: 0 0 105px; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-right: 15px; position: relative; padding-left: 30px; }

.zcomTwoSwiper .left::after { content: ''; position: absolute; right: -2px; width: 2px; height: 0; background-color: #979797; }

.zcomTwoSwiper .right { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-left: 15px; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #636363; }

.zcomTwoSwiper .right .word { line-height: 20px; font-size: 14px; overflow-y: auto; max-height: 80px; padding-right: 10px; }

.zcomTwoSwiper .right .word::-webkit-scrollbar { width: 2px; height: 8px; background-color: rgba(0, 0, 0, 0.1); }

.zcomTwoSwiper .right .word::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: rgba(0, 0, 0, 0.1); }

.zcomTwoSwiper .right .word::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #017de9; }

.zcomTwoSwiper h5 { width: 100%; color: #bcbcbc; letter-spacing: -1px; font-size: 14px; text-align: right; }

.zcomTwoSwiper h5 span { font-size: 20px; }

.zcomTwoTxt { padding-top: 25px; }

.zcomTwoTxt h3 { letter-spacing: -1px; color: #017de9; line-height: 1.2; font-size: 14px; }

.zcomTwoTxt .txt { margin-top: 6px; font-size: 14px; color: #636363; }

.zcomTwoTxt .right { margin-top: 15px; }

.zcompanyThree { padding-top: 0; }

.zcompanyThree .onepic { text-align: center; margin: 15px 0; }

.zcompanyThree .onepic img { max-width: 100%; width: auto; }

/*20201228-改版 e*/
/*20210108-添加右侧边栏 s*/
.zadd-sidebar { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; top: 40%; right: 0; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 1000px; border-bottom-left-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-bottom-right-radius: 1000px; background-color: #017de9; overflow: hidden; z-index: 96; }

.zadd-sidebar.active { -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }

.zadd-sidebar ul li { border-bottom: solid 1px rgba(255, 255, 255, 0.27); }

.zadd-sidebar ul a { display: block; padding: 10px; width: 50px; text-align: center; margin-left: auto; margin-right: auto; }

.zadd-sidebar ul p { color: #ffffff; font-size: 12px; text-align: center; line-height: 1; display: none; }

.zadd-sidebar .icon { width: 30px; height: 30px; display: block; margin-left: auto; margin-right: auto; }

.zadd-sidebar .icon img { width: 100%; height: 100%; }

.sidebar-link { display: none; }

.sidebar-top { width: 50px; height: 50px; background: url(../images/zzadd-top.png) no-repeat center center; background-size: 30px 30px; }

/*20210108-添加右侧边栏 e*/
/*20210119-添加表单页面 s*/
.zconsultationForm { margin-top: 20px; font-size: 14px; }

.zconsultationForm .formArea.required .layui-form-label::before { opacity: 1; }

.zconsultationForm .formArea .layui-form-label { position: relative; }

.zconsultationForm .formArea .layui-form-label::before { content: '*'; color: red; opacity: 0; padding-right: 2px; }

.zconsultationForm .layui-input-block .layui-input { border: 1px solid #d9d9d9; -webkit-border-radius: 4px; border-radius: 4px; height: 40px; }

.zconsultationForm .layui-form-select dl dd.layui-this { background-color: #017DE9; }

.zconsultationForm .layui-btn { background-color: #017DE9; }

.zconsultationForm .formCode .layui-input-block { position: relative; padding-right: 155px; }

.zconsultationForm .formCode .resetCode { position: absolute; top: 0; right: 0; height: 40px; width: 150px; display: block; }

@media (max-width: 768px) { .zconsultationForm .layui-form-label { width: 100%; text-align: left; padding-left: 0; float: none; }
  .zconsultationForm .layui-input-block { margin-left: 0; }
  .zconsultationForm .formCtrl .layui-form-label { display: none; } }

/*20210119-添加表单页面 e*/


@media (min-width: 768px) { .inadvantageList li { padding: 0 30px; }
  .zaboutOneList { font-size: 0; margin-left: -7px; margin-right: -7px; }
  .zaboutOneList li { display: inline-block; vertical-align: top; font-size: 14px; padding: 0 7px; width: 33.3333%; margin-bottom: 0; }
  .zaboutTwoList li { width: 33.3333%; }
  .zaboutThreeList ul { font-size: 0; margin-left: -7px; margin-right: -7px; }
  .zaboutThreeList li { width: 33.3333%; display: inline-block; vertical-align: top; font-size: 14px; padding: 0 7px; }
  .zsolutionOneCont ul { font-size: 0; margin-left: -7px; margin-right: -7px; }
  .zsolutionOneCont li { display: inline-block; vertical-align: top; padding: 0 7px; width: 33.33333%; }
  .zsolutionOneCont .item { padding-left: 15px; padding-right: 15px; }
  .zsolutionFourCont li { width: 25%; }
  .zcompanyBox .ztop .pic { width: 348px; margin-left: auto; margin-right: auto; }
  .zcompanyBox .ztop .pic::after { padding-bottom: 141.37931%; }
  .zcompanyBox .ztop .word { top: 30px; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .zcompanyBox .zbom { margin-top: 60px; }
  .ztopList { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 100%; }
  .ztopList li .item { width: 180px; padding-top: 40px; padding-bottom: 40px; }
  .ztopList li:nth-child(even) .item { margin-left: auto; }
  .ztoptips { position: absolute; right: 0; bottom: 0; text-align: right; margin: 0; }
  .zcomTwoSwiper::before { left: 50%; }
  .zcomTwoSwiper::after { right: 50%; margin-right: 0; }
  .zcomTwoSwiper .left { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  .zcomTwoSwiperBox::after, .zcomTwoSwiperBox::before { right: 50%; margin-right: 0; }
  .zcomTwoCtrl { left: 20px; }
  .zcomTwoTxt { font-size: 0; margin-left: -15px; margin-right: -15px; }
  .zcomTwoTxt .left, .zcomTwoTxt .right { width: 50%; display: inline-block; vertical-align: top; font-size: 14px; padding: 0 15px; }
  .zcomTwoTxt .right { margin-top: 0; }
  /*20210119-添加表单页面 s*/
  .zconsultationForm { max-width: 620px; margin-left: auto; margin-right: auto; }
  .zconsultationForm .formArea .layui-form-label { width: 200px; }
  .zconsultationForm .formArea .layui-input-block { margin-left: 200px; max-width: 420px; }
  /*20210119-添加表单页面 e*/ }


@media (min-width: 1024px) { html body { padding-top: 88px; }
  .inbanner-text { top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .inbanner-a1 { line-height: 50px; width: 146px; background-color: #ffffff; -webkit-border-radius: 10px; border-radius: 10px; color: #476dfb; padding-left: 20px; font-size: 18px; }
  .inbanner-a1 i::before { background: #476dfb; }
  .inbanner-a1 i::after { border-color: #476dfb; }
  .inadvantage { padding-top: 60px; padding-bottom: 7.55208%; }
  .advantageTitle h3 { font-size: 30px; }
  .advantageTitle h4 { font-size: 18px; }
  .inadvantageList { margin-top: 60px; }
  .inadvantageList ul { margin-left: -25px; margin-right: -25px; }
  .inadvantageList li { width: 25%; padding: 0 25px; }
  .inadvantageList .icon { width: 150px; height: 150px; margin-bottom: 30px; }
  .inadvantageList h3 { font-size: 16px; margin-bottom: 5px; }
  .inadvantageList .desc { line-height: 24px; height: 48px; padding-right: 10px; }
  .inbusinessTab { display: block; margin-top: 80px; }
  .inbusinessTab li { margin-bottom: 35px; }
  .inbusinessTab li.cur p { color: #017de9; }
  .inbusinessTab a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .inbusinessTab .icon { display: block; width: 38px; height: 38px; }
  .inbusinessTab .icon img { width: 100%; height: 100%; }
  .inbusinessTab p { color: #355068; font-weight: bold; font-size: 18px; padding-left: 14px; }
  .inbusinessView { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: auto; min-height: -webkit-calc(100vh - 88px); min-height: calc(100vh - 88px); -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 40px 0; }
  .inbusinessView .left { margin-bottom: 0; width: 0; -webkit-box-flex: 0; -webkit-flex: 0 0 250px; -ms-flex: 0 0 250px; flex: 0 0 250px; margin-right: 50px; padding-right: 50px; position: relative; z-index: 3; }
  .inbusinessView .left::after { content: ''; position: absolute; top: 0; right: 0; width: 100vw; height: 100%; background: #fff; opacity: 0; z-index: -1; }
  .inbusinessView .left::before { content: ''; position: absolute; top: 0; left: -40px; width: 100vw; height: -webkit-calc(100vh - 88px); height: calc(100vh - 88px); background: url(../images/zzbg1.jpg) no-repeat center center; background-size: auto 100%; opacity: 0; z-index: -1; }
  .inbusinessView .left ul { position: relative; }
  .inbusinessView .left ul::after { content: ''; position: absolute; top: 0; right: 0; width: 3px; height: 100%; background-color: #617b93; }
  .inbusinessView .left h3 { text-align: left; font-size: 30px; }
  .inbusinessView .right { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: 0; position: relative; z-index: 3; }
  .inbusinessView .rightBox { width: 100%; position: relative; z-index: 2; }
  .inbusiness { padding-top: 0; padding-bottom: 0; position: relative; background-size: 100% 100%; }
  .inbusiness.fixed .inbusinessView { padding-left: 300px; }
  .inbusiness.fixed .left { position: fixed; top: 88px; left: 40px; width: 250px; }
  .inbusiness.fixed .left::after { opacity: 0; }
  .inbusiness.absolute .inbusinessView { padding-left: 300px; }
  .inbusiness.absolute .left { position: absolute; bottom: 0; left: 40px; width: 250px; }
  .inbusiness.absolute .left::after { opacity: 0; }
  .inbusinessItem { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; }
  .inbusinessItem h3 { color: #355068; font-size: 22px; margin-bottom: 20px; }
  .inbusinessItem .desc { font-size: 16px; line-height: 24px; margin-bottom: 20px; }
  .zaboutConOne { padding-top: 60px; padding-bottom: 45px; }
  .zaboutConOne .zOnetxt { margin-top: 15px; }
  .zaboutConOne .zOnetxt .txt { line-height: 24px; margin-top: 26px; }
  .zaboutConOne .zOneWord { margin-top: 50px; }
  .zaboutOneList { margin-top: 35px; }
  .zaboutOneList .item { padding: 30px; }
  .zaboutOneList .word { margin-top: 20px; }
  .zaboutOneList h3 { font-size: 18px; }
  .zaboutOneList .desc { line-height: 24px; margin-top: 24px; }
  .zpublicTitle h3 { font-size: 24px; }
  .zaboutConTwo { background-size: 100% 100%; padding-top: 40px; padding-bottom: 40px; }
  .zaboutTwoList { margin-top: 35px; }
  .zaboutTwoList .icon { width: 67px; height: 67px; margin-bottom: 20px; }
  .zaboutTwoList h3 { font-size: 18px; margin-bottom: 10px; }
  .zaboutTwoList .desc { line-height: 24px; height: 48px; }
  .zaboutTwoList .item { padding: 40px 40px 25px; }
  .zaboutConThree { padding-top: 40px; padding-bottom: 45px; }
  .zaboutThreeList .cont { padding-top: 30px; padding-left: 20px; padding-right: 20px; }
  .zaboutThreeList .cont h4 { font-size: 20px; }
  .zaboutThreeList .txt { margin-top: 24px; }
  .zaboutConFour { padding-bottom: 40px; padding-top: 0; }
  .zaboutConFour .zcont { position: relative; padding-top: 180px; }
  .zaboutConFour .txt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; }
  .zaboutConFour li { position: absolute; width: 350px; }
  .zaboutConFour li:nth-child(1) { left: 50%; top: 50px; margin-left: -175px; }
  .zaboutConFour li:nth-child(2) { left: 0; top: 300px; }
  .zaboutConFour li:nth-child(3) { right: 0; top: 300px; }
  .zaboutConFour li h3 { font-size: 18px; margin-bottom: 16px; }
  .zaboutConFour li .desc { font-size: 16px; line-height: 24px; height: 48px; }
  .zzaboutConFive { padding-top: 60px; }
  .zzaboutConFive .pic { margin-top: 40px; }
  .zsolutionOne { padding-top: 55px; padding-bottom: 50px; }
  .zsolutionOneCont { margin-top: 35px; }
  .zsolutionOneCont .item { padding-top: 35px; padding-left: 30px; padding-right: 30px; }
  .zsolutionOneCont h4 { margin-bottom: 18px; }
  .zsolutionOneCont .icon { margin-bottom: 20px; }
  .zsolutionOneCont .desc { line-height: 24px; }
  .zsolutionTwo { padding-bottom: 160px; }
  .zsolutionTwo .desc { font-size: 18px; }
  .zsolutionTwoCont { margin-top: 150px; width: 500px; margin-left: auto; margin-right: auto; position: relative; }
  .zsolutionTwoCont .bigCont { position: relative; width: 500px; height: 500px; margin-left: auto; margin-right: auto; border: dotted 2px #c8c8c8; -webkit-border-radius: 100%; border-radius: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .zsolutionTwoCont .bigList { position: absolute; width: 100%; height: 100%; display: block; }
  .zsolutionTwoCont .bigList li { width: 130px; height: 130px; -webkit-box-flex: 0; -webkit-flex: 0 0 150px; -ms-flex: 0 0 150px; flex: 0 0 150px; border: 0; color: #fff; margin: 0; font-size: 14px; position: absolute; top: 50%; left: 50%; }
  .zsolutionTwoCont .bigList li::after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 140px; height: 140px; border: solid 1px #eee; -webkit-border-radius: 100%; border-radius: 100%; opacity: .28; }
  .zsolutionTwoCont .bigList li:nth-child(1) { background-color: #7262d1; margin-top: -230px; margin-left: -65px; }
  .zsolutionTwoCont .bigList li:nth-child(1)::after { border-color: #7262d1; }
  .zsolutionTwoCont .bigList li:nth-child(2) { background-color: #3d95ff; margin-top: -65px; margin-left: -230px; }
  .zsolutionTwoCont .bigList li:nth-child(2)::after { border-color: #3d95ff; }
  .zsolutionTwoCont .bigList li:nth-child(3) { background-color: #ff9130; margin-top: 100px; margin-left: -65px; }
  .zsolutionTwoCont .bigList li:nth-child(3)::after { border-color: #ff9130; }
  .zsolutionTwoCont .bigList li:nth-child(4) { background-color: #18cca9; margin-top: -65px; margin-left: 100px; }
  .zsolutionTwoCont .bigList li:nth-child(4)::after { border-color: #18cca9; }
  .zsolutionTwoCont .bigList .icon { margin-bottom: 6px; }
  .zsolutionTwoCont .contItem { position: absolute; margin-bottom: 0; width: 100%; }
  .zsolutionTwoCont .contItem:nth-child(1) { bottom: 100%; margin-bottom: -20px; }
  .zsolutionTwoCont .contItem:nth-child(1) li { margin-right: -15px; }
  .zsolutionTwoCont .contItem:nth-child(2) { right: 100%; margin-right: 20px; width: auto; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .zsolutionTwoCont .contItem:nth-child(2) ul { white-space: normal; display: inline-block; width: auto; }
  .zsolutionTwoCont .contItem:nth-child(2) li { margin-bottom: -15px; }
  .zsolutionTwoCont .contItem:nth-child(3) { top: 100%; margin-top: -20px; }
  .zsolutionTwoCont .contItem:nth-child(3) li { margin-right: -15px; }
  .zsolutionTwoCont .contItem:nth-child(4) { left: 100%; margin-left: 20px; width: auto; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .zsolutionTwoCont .contItem:nth-child(4) ul { white-space: normal; display: inline-block; width: auto; }
  .zsolutionTwoCont .contItem:nth-child(4) li { margin-bottom: -15px; }
  .zsolutionTwoCont .contList { margin: 0; }
  .zsolutionTwoCont .contBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-top: 0; }
  .zsolutionTwoCont .title { display: none; }
  .zsolutionTwoCont ul { width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .zsolutionTwoCont li { width: 120px; height: 120px; -webkit-box-flex: 0; -webkit-flex: 0 0 120px; -ms-flex: 0 0 120px; flex: 0 0 120px; background: #fff; margin: 0; position: relative; font-size: 14px; }
  .zsolutionThree { padding-top: 60px; padding-bottom: 0; overflow: hidden; }
  .zsolutionThreeCont { position: relative; width: 460px; margin: 160px auto -60px; }
  .zsolutionThreeCont .bigCont { display: block; width: 460px; height: 460px; margin-left: auto; margin-right: auto; }
  .zsolutionThreeCont .bigCont img { width: 100%; }
  .zsolutionThreeCont .contBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; }
  .zsolutionThreeCont li { position: absolute; margin: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; max-width: 280px; }
  .zsolutionThreeCont li:nth-child(1) { right: 100%; bottom: 140px; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-right: -40px; }
  .zsolutionThreeCont li:nth-child(1) .pic { float: right; }
  .zsolutionThreeCont li:nth-child(1) .word { overflow: hidden; text-align: right; }
  .zsolutionThreeCont li:nth-child(2) { right: 100%; top: 40px; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-right: -90px; }
  .zsolutionThreeCont li:nth-child(2) .pic { float: right; }
  .zsolutionThreeCont li:nth-child(2) .word { overflow: hidden; text-align: right; }
  .zsolutionThreeCont li:nth-child(3) { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 100%; width: auto; margin-bottom: -40px; }
  .zsolutionThreeCont li:nth-child(3) .pic { float: right; }
  .zsolutionThreeCont li:nth-child(3) .word { overflow: hidden; text-align: center; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 100%; width: 240px; padding-right: 0; margin-bottom: 12px; }
  .zsolutionThreeCont li:nth-child(4) { left: 100%; top: 40px; margin-left: -90px; }
  .zsolutionThreeCont li:nth-child(4) .pic { float: left; }
  .zsolutionThreeCont li:nth-child(4) .word { overflow: hidden; text-align: left; padding-left: 10px; padding-right: 0; }
  .zsolutionThreeCont li:nth-child(5) { left: 100%; bottom: 140px; margin-left: -40px; }
  .zsolutionThreeCont li:nth-child(5) .pic { float: left; }
  .zsolutionThreeCont li:nth-child(5) .word { overflow: hidden; text-align: left; padding-left: 10px; padding-right: 0; }
  .zsolutionThreeCont li .pic { width: 80px; height: 80px; -webkit-box-flex: 0; -webkit-flex: 0 0 80px; -ms-flex: 0 0 80px; flex: 0 0 80px; }
  .zsolutionThreeCont li .word { padding-left: 0; padding-right: 10px; }
  .zsolutionThreeCont li .word h3 { font-size: 18px; }
  .zsolutionThreeCont li .word .txt { line-height: 24px; height: auto; max-height: 48px; }
  .zsolutionFour { padding-top: 55px; padding-bottom: 55px; }
  .zsolutionFourCont { margin-top: 45px; }
  .zsolutionFourCont li { position: relative; border: 0; -webkit-box-shadow: 0px 5px 40px 0px rgba(44, 44, 44, 0.15); box-shadow: 0px 5px 40px 0px rgba(44, 44, 44, 0.15); padding: 38px 20px 40px; }
  .zsolutionFourCont .txt { font-size: 16px; margin-top: 20px; }
  .zsolutionFive { padding-bottom: 60px; }
  .zsolutionFiveCont .txt { font-size: 20px; margin-bottom: 34px; }
  .zsolutionFiveCont .link a { min-width: 190px; line-height: 60px; font-size: 20px; padding: 0 35px; text-align: center; }
  .zcompanyOne { padding-top: 50px; }
  .zcompanyOne .txt { margin-bottom: 20px; }
  .zcompanyOne .contWord { line-height: 24px; }
  .zcompanyBox { margin-top: 50px; max-width: 930px; margin-left: auto; margin-right: auto; }
  .zcompanyBox .ztop .word { top: 44px; padding-top: 0; padding-left: 30px; padding-right: 30px; }
  .zcompanyBox .ztop .word h3 { font-size: 26px; }
  .zcompanyBox .ztop .word .txt { font-size: 14px; line-height: 20px; margin-top: 20px; }
  .zcompanyBox .ztop .pic { -webkit-box-shadow: 0 30px 60px -30px #313131; box-shadow: 0 30px 60px -30px #313131; }
  .ztopList li .item { width: 200px; padding-top: 47px; padding-bottom: 47px; }
  .ztopList li .item:hover { color: #017de9; }
  .ztopList li .item:hover .d { color: #017de9; }
  .ztopList .d { font-size: 30px; }
  .ztopList p { font-size: 14px; margin-top: 7px; }
  .zcompanyTwo { padding-top: 50px; padding-bottom: 70px; }
  .zcomTwoCont { margin-top: 50px; }
  .zcomTwoSwiperBox { height: 525px; }
  .zcomTwoSwiperBox::before { bottom: 175px; }
  .zcomTwoSwiperBox::after { bottom: 350px; }
  .zcomTwoSwiperBox .tt { display: block; position: absolute; line-height: 175px; left: 40px; top: 0; color: #2e2e2e; font-size: 20px; }
  .zcomTwoSwiper .left { padding-right: 60px; }
  .zcomTwoSwiper .right { padding-left: 35px; }
  .zcomTwoSwiper .right .word { line-height: 23px; max-height: 115px; }
  .zcomTwoSwiper h5 { font-size: 20px; }
  .zcomTwoSwiper h5 span { font-size: 40px; font-weight: 200; padding: 0 4px; }
  .zcomTwoCtrl { left: 40px; height: 175px; width: 58px; }
  .zcomTwoPrev, .zcomTwoNext { width: 58px; height: 58px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; }
  .zcomTwoPrev:hover, .zcomTwoNext:hover { background-image: url(../images/zzicon-upo.png); }
  .zcomTwoTxt { padding-top: 0; }
  .zcomTwoTxt .left, .zcomTwoTxt .right { min-height: 175px; padding-top: 45px; }
  .zcomTwoTxt .left { position: relative; padding-right: 142px; padding-left: 0; }
  .zcomTwoTxt .left::after { content: ''; position: absolute; top: 0; right: -2px; width: 2px; height: 100%; background: rgba(217, 217, 217, 0.38); }
  .zcomTwoTxt h3 { font-size: 18px; }
  .zcomTwoTxt .right { padding-left: 35px; padding-right: 0; }
  .zcomTwoTxt .txt { line-height: 23px; margin-top: 10px; }
  .zcompanyThree { padding-bottom: 0; }
  .zcompanyThree .onepic { margin-top: 47px; margin-bottom: 40px; }
  /*20210108 s*/
  .zadd-sidebar { margin-right: 3px; -webkit-transform: translateX(110%); -ms-transform: translateX(110%); -o-transform: translateX(110%); transform: translateX(110%); -webkit-border-radius: 0; border-radius: 0; background: none; }
  .zadd-sidebar .icon { width: 36px; height: 36px; margin-bottom: 0; }
  .zadd-sidebar .tel-box { position: absolute; left: 0; width: 100%; bottom: 0; line-height: 40px; text-align: center; color: #fff; background-color: #017de9; -webkit-transform: translateY(105%); -ms-transform: translateY(105%); -o-transform: translateY(105%); transform: translateY(105%); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .zadd-sidebar ul { -webkit-border-radius: 40px; border-radius: 40px; overflow: hidden; background-color: #017de9; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
  .zadd-sidebar ul a { width: 100%; padding-top: 15px; padding-bottom: 0; position: relative; }
  .zadd-sidebar ul a:hover .tel-box { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .zadd-sidebar ul p { display: block; width: 100%; font-size: 14px; line-height: 40px; }
  .sidebar-link { display: block; line-height: 60px; color: #fff; font-size: 13px; text-align: center; padding-left: 10px; padding-right: 10px; }
  .sidebar-link a { color: #fff; }
  .sidebar-top { width: 100%; background-size: 30px 30px; height: 30px; cursor: pointer; }
  .sidebar-b { -webkit-border-radius: 1000px; border-radius: 1000px; background-color: #017de9; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; padding-bottom: 10px; }
  .inbanner .swiper-slide.play video { display: block; }
  .inbanner .swiper-slide.play img { opacity: 0; }
  .inbusinessSwiper { width: 100%; }
  /*20210108 e*/
  /*20210119-添加表单页面 s*/
  .zconsultationCont { padding-top: 60px; padding-bottom: 50px; }
  .zconsultationForm { margin-top: 30px; }
  .zconsultationForm .layui-form { margin-left: -100px; }
  /*20210119-添加表单页面 e*/ }

@media (min-width: 1260px) { .inbanner-text h2 { font-size: 35px; font-weight: bold; }
  .inbanner-des { margin-top: 10px; }
  .inbanner-des p { font-weight: bold; font-size: 28px; }
  .inbanner-a1 { margin-top: 20px; }
  .inadvantage { padding-top: 90px; }
  .advantageTitle h3 { font-size: 36px; }
  .advantageTitle h4 { font-size: 20px; }
  .inadvantageList { margin-top: 100px; }
  .inadvantageList .icon { width: 192px; height: 192px; margin-bottom: 36px; }
  .inadvantageList h3 { margin-bottom: 8px; }
  .inbusiness .right { margin-left: auto; }
  .inbusiness .left { padding-right: 0; }
  .inbusiness .left h3 { font-size: 36px; }
  .inbusiness .leftBox { width: 100%; max-width: 220px; }
  .inbusiness.fixed .left { left: 100px; }
  .inbusiness.absolute .left { left: 100px; }
  .inbusinessView { padding: 60px 0; }
  .inbusinessView .left::before { left: -100px; }
  .inbusinessTab { margin-top: 105px; }
  .inbusinessItem h3 { margin-bottom: 32px; }
  .inbusinessItem .desc { margin-bottom: 34px; }
  .inbusinessLink { margin-top: 36px; }
  .inbusinessLink a { width: 208px; line-height: 60px; font-size: 18px; }
  .zaboutConOne { padding-top: 90px; padding-bottom: 64px; }
  .zaboutConOne .zOnetxt { margin-top: 18px; }
  .zaboutConOne .zOneWord { margin-top: 80px; }
  .zaboutOneList { margin-top: 45px; }
  .zaboutOneList .item { padding: 45px 34px 30px 34px; }
  .zaboutConTwo { padding-top: 65px; padding-bottom: 60px; }
  .zaboutTwoList { margin-top: 58px; }
  .zaboutTwoList .item { padding-top: 65px; }
  .zaboutTwoList .icon { margin-bottom: 26px; }
  .zpublicTitle h3 { font-size: 28px; }
  .zaboutConThree { padding-top: 70px; padding-bottom: 54px; }
  .zaboutThreeList { margin-top: 52px; }
  .zaboutThreeList .cont { padding: 38px 28px 20px 28px; }
  .zaboutThreeList .txt { margin-top: 28px; }
  .zaboutThreeList dd { padding-left: 20px; }
  .zaboutThreeList dd span { padding-right: 20px; font-size: 16px; }
  .zaboutConFour { padding-bottom: 57px; }
  .zaboutConFour .zcont { padding-top: 233px; }
  .zaboutConFour li:nth-child(1) { top: 86px; }
  .zaboutConFour li:nth-child(2), .zaboutConFour li:nth-child(3) { top: 348px; }
  .zzaboutConFive { padding-top: 93px; }
  .zzaboutConFive .pic { margin-top: 50px; }
  .zsolutionOne { padding-top: 80px; padding-bottom: 75px; }
  .zsolutionOneCont { margin-top: 40px; }
  .zsolutionOneCont .item { padding: 40px; }
  .zsolutionOneCont h4 { margin-bottom: 30px; }
  .zsolutionOneCont .icon { margin-bottom: 24px; }
  .zsolutionTwoCont { margin-top: 186px; width: 714px; }
  .zsolutionTwoCont .bigCont { width: 714px; height: 714px; }
  .zsolutionTwoCont .bigList li { width: 188px; height: 188px; }
  .zsolutionTwoCont .bigList li::after { width: 208px; height: 208px; }
  .zsolutionTwoCont .bigList li:nth-child(1) { top: 63px; margin: 0 0 0 -94px; }
  .zsolutionTwoCont .bigList li:nth-child(2) { top: 50%; left: 54px; margin: -94px 0 0 0; }
  .zsolutionTwoCont .bigList li:nth-child(3) { top: auto; bottom: 66px; margin: 0 0 0 -94px; }
  .zsolutionTwoCont .bigList li:nth-child(4) { top: 50%; left: auto; right: 54px; margin: -94px 0 0 0; }
  .zsolutionTwoCont .bigList .icon { margin-bottom: 12px; }
  .zsolutionTwoCont .bigList p { font-size: 18px; }
  .zsolutionTwoCont .contList p { font-size: 18px; }
  .zsolutionTwoCont .contList li { width: 165px; height: 165px; -webkit-box-flex: 0; -webkit-flex: 0 0 165px; -ms-flex: 0 0 165px; flex: 0 0 165px; }
  .zsolutionTwoCont .contList .icon { width: 58px; height: 58px; margin-bottom: 10px; }
  .zsolutionTwoCont .contItem:nth-child(1) { margin-bottom: -45px; }
  .zsolutionTwoCont .contItem:nth-child(1) li { margin-right: -14px; }
  .zsolutionTwoCont .contItem:nth-child(2) { margin-right: 30px; }
  .zsolutionTwoCont .contItem:nth-child(2) li { margin-bottom: -14px; }
  .zsolutionTwoCont .contItem:nth-child(3) { margin-top: -45px; }
  .zsolutionTwoCont .contItem:nth-child(3) li { margin-right: -14px; }
  .zsolutionTwoCont .contItem:nth-child(4) { margin-left: 30px; }
  .zsolutionTwoCont .contItem:nth-child(4) li { margin-bottom: -14px; }
  .zsolutionTwo { padding-bottom: 192px; }
  .zsolutionThree { padding-top: 100px; }
  .zsolutionThreeCont { margin-top: 220px; width: 618px; margin-bottom: -84px; }
  .zsolutionThreeCont .bigCont { width: 618px; height: 618px; }
  .zsolutionThreeCont li { width: 356px; max-width: 356px; }
  .zsolutionThreeCont li:nth-child(1) { bottom: 234px; margin-right: -49px; }
  .zsolutionThreeCont li:nth-child(1) .word { padding-right: 20px; }
  .zsolutionThreeCont li:nth-child(2) { top: 58px; right: 100%; margin-right: -118px; }
  .zsolutionThreeCont li:nth-child(2) .word { padding-right: 20px; }
  .zsolutionThreeCont li:nth-child(3) { margin-bottom: -49px; }
  .zsolutionThreeCont li:nth-child(3) .word { margin-bottom: 20px; }
  .zsolutionThreeCont li:nth-child(4) { top: 58px; left: 100%; margin-left: -118px; }
  .zsolutionThreeCont li:nth-child(4) .word { padding-left: 20px; }
  .zsolutionThreeCont li:nth-child(5) { bottom: 234px; margin-left: -49px; }
  .zsolutionThreeCont li:nth-child(5) .word { padding-left: 20px; }
  .zsolutionThreeCont li .pic { width: 98px; height: 98px; -webkit-box-flex: 0; -webkit-flex: 0 0 98px; -ms-flex: 0 0 98px; flex: 0 0 98px; }
  .zsolutionThreeCont li .word h3 { margin-bottom: 8px; }
  .zsolutionFour { padding-top: 84px; padding-bottom: 80px; }
  .zsolutionFourCont { margin-top: 74px; }
  .zsolutionFourCont li { padding-bottom: 50px; }
  .zsolutionFive { padding-bottom: 106px; }
  .zsolutionFive .zpublicTitle h3 { font-size: 30px; }
  .zsolutionFiveCont { margin-top: 18px; }
  .zsolutionFiveCont .txt { font-size: 22px; }
  .zsolutionFiveCont .link a { font-size: 22px; }
  .zcompanyOne { padding-top: 80px; }
  .zcompanyOne .txt { margin-bottom: 26px; }
  .zcompanyBox { margin-top: 75px; }
  .zcompanyBox .ztop .word h3 { font-size: 30px; }
  .zcompanyBox .ztop .word .txt { margin-top: 26px; }
  .zcompanyBox .zbom { margin-top: 100px; }
  .ztopList .d { font-size: 36px; }
  .zcompanyTwo { padding-top: 83px; padding-bottom: 90px; }
  .zcomTwoCtrl { left: 100px; }
  .zcomTwoSwiperBox .tt { left: 100px; }
  /*20210108 s*/
  .zadd-sidebar .icon { width: 48px; height: 48px; }
  .zadd-sidebar ul a { width: 144px; padding-top: 30px; }
  .zadd-sidebar ul p { line-height: 46px; }
  .sidebar-link { font-size: 14px; padding-left: 0; padding-right: 0; text-align: center; }
  .inbanner-a1 { width: 156px; }
  /*20210108 e*/ }

@media (min-width: 1460px) { .inbanner-text h2 { font-size: 50px; }
  .inbusinessView { padding: 100px 0; }
  .inbusinessView .left::before { left: -webkit-calc(calc(100vw - 1400px) / 2 * -1); left: calc(calc(100vw - 1400px) / 2 * -1); -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); background-size: cover; }
  .inbusiness.fixed .left { left: -webkit-calc(calc(100vw - 1400px) / 2); left: calc(calc(100vw - 1400px) / 2); -webkit-transform: translateX(92px); -ms-transform: translateX(92px); -o-transform: translateX(92px); transform: translateX(92px); }
  .inbusiness.absolute .left { left: -webkit-calc(calc(100vw - 1400px) / 2); left: calc(calc(100vw - 1400px) / 2); -webkit-transform: translateX(92px); -ms-transform: translateX(92px); -o-transform: translateX(92px); transform: translateX(92px); } }


.video-player-popup { display: none; position: fixed; left: 0; top: 0; z-index: 201; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); font-size: 0; text-align: center; }

.video-player-popup:before { content: ""; width: 0; height: 100%; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.video-player-popup .video-player { position: relative; width: 94%; min-height: 300px; max-width: 960px; margin-top: 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.video-player-popup .close { position: absolute; right: 0; top: -40px; width: 40px; height: 40px; background: url(../images/closebtn.png) no-repeat center; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.video-player-popup .close:hover { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }


@media (min-width: 1024px) { .video-player-popup .video-player { height: 500px; } }

@media (min-width: 1600px) { .video-player-popup .video-player { height: 600px; } }

#ie-alert-overlay { width: 100%; height: 100%; background: url(../images/bg.png) repeat 0 0; position: fixed; top: 0; left: 0; z-index: 9999; }

* html #ie-alert-overlay { position: absolute; z-index: 9999; }

#ie-alert-panel { width: 520px; height: 331px; position: fixed; background: url(../images/iealertsprite.png) no-repeat; background-position: -1px -109px; top: 50%; left: 50%; margin: -201px 0 0 -296px; padding: 72px 0 0 72px; _position: absolute; _top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: bold; color: #333; line-height: 1.5em; z-index: 10000; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

#ie-alert-panel div, #ie-alert-panel p, #ie-alert-panel span, #ie-alert-panel a, #ie-alert-panel img, #ie-alert-panel ul, #ie-alert-panel li { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

#ie-alert-panel p { font-size: 14px; width: 486px; text-align: justify; }

#ie-alert-panel img { border: 0; }

#ie-alert-panel span { font-size: 18px; margin: 0 0 20px 0; display: block; padding: 0; }

#ie-alert-panel ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }

#ie-alert-panel li { float: left; margin: 0 22px 0 0; }

#ie-alert-panel li.last { margin-right: 0; }

#ie-alert-panel a { display: inline-block; vertical-align: top; }

#goon { text-decoration: underline; }

.browser { position: absolute; bottom: 35px; }

.chrome, .firefox, .ie9, .opera, .safari { background: url(../images/iealertsprite.png) no-repeat; }

.chrome { background-position: 0 0; width: 73px; height: 96px; margin: 0 4px 0 0; }

.firefox { background-position: -292px 0; width: 73px; height: 98px; }

.ie9 { background-position: -179px 0; width: 95px; height: 98px; }

.opera { background-position: -90px 0; width: 73px; height: 98px; }

.safari { background-position: -387px 0; width: 73px; height: 98px; margin: 0 4px 0 0; }



.full-searchA-wrapper .search-hd { border-bottom: 1px solid #d6d6d6;  }

.full-searchA-wrapper .search-form { padding: 20px 0; }

.full-searchA-wrapper .search-form form { position: relative; display: block; width: 100%; max-width: 520px; margin: 0 auto; padding-right: 80px; border: 1px solid #333;  -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; }

.full-searchA-wrapper .search-form input { display: block; width: 100%; font-size: 14px; line-height: 38px; height: 38px; }

.full-searchA-wrapper .search-form input[type='text'] { padding-left: 36px; background-repeat: no-repeat; background-position: 12px center; background-size: auto 16px; background-image: url(../images/searchAico.png);  }

.full-searchA-wrapper .search-form input[type='submit'] { position: absolute; right: 0; top: 0; z-index: 3; width: 80px; padding: 0 20px; color: #fff;  background-color: #333;  }

.full-searchA-wrapper .search-cate ul { margin-bottom: -1px; white-space: nowrap; overflow-x: auto; }

.full-searchA-wrapper .search-cate li { display: inline-block; vertical-align: top; margin-right: 10px; }

.full-searchA-wrapper .search-cate a { display: block; font-size: 14px; line-height: 30px; padding: 0 5px; border-bottom: 1px solid #d6d6d6;  }

.full-searchA-wrapper .search-cate .cur a { border-bottom-color: #333;  }

.full-searchA-wrapper .search-result .length { padding: 10px 0; }

.full-searchA-wrapper .search-result .nodata { padding: 20px 0; }

.full-searchA-wrapper .result-list li { padding: 10px 0; border-bottom: 1px solid #ccc;  }

.full-searchA-wrapper .result-list li a { display: block; }

.full-searchA-wrapper .result-list .thumb { float: left; width: 135px; margin-right: 10px; }

.full-searchA-wrapper .result-list .thumb img { max-width: 100%; }

.full-searchA-wrapper .result-list .content { overflow: hidden; }

.full-searchA-wrapper .result-list .content h2 { font-size: 16px; line-height: 24px; max-height: 48px; line-height: 24px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #333;  }

.full-searchA-wrapper .result-list .desc { font-size: 14px; line-height: 24px; max-height: 48px; line-height: 24px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666;  }

.full-searchA-wrapper .result-list .more { font-size: 14px; line-height: 24px; }

.full-searchA-wrapper .loadmore { overflow: hidden; padding: 10px 0; }

.full-searchA-wrapper .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff;  background-color: #cd002b;  }

.full-searchA-wrapper mark { color: #fff;  background-color: #cd002b;  }

@media (min-width: 640px) { .full-searchA-wrapper .search-form { padding: 30px 0; }
  .full-searchA-wrapper .result-list li { padding: 15px 0; }
  .full-searchA-wrapper .result-list .thumb { width: 180px; }
  .full-searchA-wrapper .result-list .loadmore { padding: 20px 0; } }

@media (min-width: 1024px) { .full-searchA-wrapper .search-form { padding: 40px 0;  }
  .full-searchA-wrapper .commonweb { max-width: 960px; }
  .full-searchA-wrapper .loadmore { padding: 40px 0;  }
  .full-searchA-wrapper .loadmore a { line-height: 50px; }
  .full-searchA-wrapper .result-list a .content h2 { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .full-searchA-wrapper .result-list a:hover .content h2 { color: #ff5500; }
  .full-searchA-wrapper .result-list li { padding: 20px 0;  }
  .full-searchA-wrapper .result-list .content h2 { margin-bottom: 10px; font-weight: bold; }
  .full-searchA-wrapper .result-list .thumb { width: 280px;  margin-right: 30px;  } }


/*相册轮播 s*/
.thumb-popup { display: none; position: fixed; left: 0; top: 0; z-index: 2018; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); }

.thumb-popup .thumb-wraper { position: absolute; top: 50%; right: 0; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin: auto; width: 100%; }

.thumb-popup .thumb-wraper .thumb-copy-wrapper { position: relative; overflow: hidden; width: 90%; max-width: 880px; margin: 0 auto; }

.thumb-popup .close { position: absolute; right: 4%; top: 4%; z-index: 9; width: 40px; height: 40px; font-size: 24px; font-weight: bold; text-align: center; color: #fff; cursor: pointer; background: #5261b9; -webkit-border-radius: 100%; border-radius: 100%; line-height: 40px; opacity: 1; }

.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li { padding: 0 20px; overflow: hidden; }

.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li img { display: block; max-width: 100%; max-height: 90%; position: relative; top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); width: 640px; }

.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li p { text-align: center; font-size: 16px; padding: 20px 0; color: #fff; bottom: 5%; width: 100%; left: 0; position: absolute; }

.thumb-popup .thumb-wraper .banner-btn { display: none; width: 60px; height: 120px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; cursor: pointer; }

.thumb-popup .thumb-wraper .banner-btn::after { content: ""; position: absolute; top: 40%; left: 50%; margin-top: -5px; width: 40px; height: 40px; border-right: 1px solid #fff; border-top: 1px solid #fff; border-left: 0; border-bottom: 0; }

.thumb-popup .thumb-wraper .banner-btn.swiper-left { left: -10px; }

.thumb-popup .thumb-wraper .banner-btn.swiper-right { right: -10px; }

.thumb-popup .thumb-wraper .banner-btn.swiper-left::after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-left: -4px; }

.thumb-popup .thumb-wraper .banner-btn.swiper-right::after { margin-left: -7px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.thumb-popup .thumb-wraper .banner-btn.swiper-left:hover::after { border-color: #5261b9; }

.thumb-popup .thumb-wraper .banner-btn.swiper-right:hover::after { border-color: #5261b9; }

.thumb-popup .thumb-wraper .banner-btn.swiper-button-disabled { cursor: default; }

@media (min-width: 768px) { .thumb-popup .thumb-wraper .banner-btn.swiper-left { left: 4%; }
  .thumb-popup .thumb-wraper .banner-btn.swiper-right { right: 4%; } }

@media (min-width: 1024px) { .thumb-popup .thumb-wraper .banner-btn { display: block; } }

/*相册轮播 e*/



/*网站地图 s*/
.hgySitemap .sitemapcont2 { padding: 6% 10px; overflow: hidden; background: #fff; }

.hgySitemap .sitemapcont2 dl { position: relative; margin-bottom: 36px; }

.hgySitemap .sitemapcont2 dl:last-child { margin-bottom: 0; }

.hgySitemap .sitemapcont2 dt { font-size: 16px; font-weight: bold; padding: 0 8px; background: #fff; position: absolute; left: 18px; top: -14px; }

.hgySitemap .sitemapcont2 dd { padding: 4% 3% 1% 3%; border: 1px solid #e6e6e6; }

.hgySitemap .sitemapcont2 dd a { display: inline-block; padding-left: 10px; margin: 0 23px 8px 0; }

@media (min-width: 1024px) { .hgySitemap .sitemapcont2 { padding: 3.5% 30px; }
  .hgySitemap .sitemapcont2 dl { margin-bottom: 55px; }
  .hgySitemap .sitemapcont2 dt { font-size: 20px; }
  .hgySitemap .sitemapcont2 dd { padding: 2% 3% 1% 3%; border: 1px solid #e6e6e6; }
  .hgySitemap .sitemapcont2 dd a { margin: 0 45px 8px 0; } }

/*网站地图 e*/



.full-searchA-wrapper .search-hd { border-bottom: 1px solid #d6d6d6;  }

.full-searchA-wrapper .search-form { padding: 20px 0; }

.full-searchA-wrapper .search-form form { position: relative; display: block; width: 100%; max-width: 520px; margin: 0 auto; padding-right: 80px; border: 1px solid #333;  -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; }

.full-searchA-wrapper .search-form input { display: block; width: 100%; font-size: 14px; line-height: 38px; height: 38px; }

.full-searchA-wrapper .search-form input[type='text'] { padding-left: 36px; background-repeat: no-repeat; background-position: 12px center; background-size: auto 16px; background-image: url(../images/searchAico.png);  }

.full-searchA-wrapper .search-form input[type='submit'] { position: absolute; right: 0; top: 0; z-index: 3; width: 80px; padding: 0 20px; color: #fff;  background-color: #333;  }

.full-searchA-wrapper .search-cate ul { margin-bottom: -1px; white-space: nowrap; overflow-x: auto; }

.full-searchA-wrapper .search-cate li { display: inline-block; vertical-align: top; margin-right: 10px; }

.full-searchA-wrapper .search-cate a { display: block; font-size: 14px; line-height: 30px; padding: 0 5px; border-bottom: 1px solid #d6d6d6;  }

.full-searchA-wrapper .search-cate .cur a { border-bottom-color: #333;  }

.full-searchA-wrapper .search-result .length { padding: 10px 0; }

.full-searchA-wrapper .search-result .nodata { padding: 20px 0; }

.full-searchA-wrapper .result-list li { padding: 10px 0; border-bottom: 1px solid #ccc;  }

.full-searchA-wrapper .result-list li a { display: block; }

.full-searchA-wrapper .result-list .thumb { float: left; width: 135px; margin-right: 10px; }

.full-searchA-wrapper .result-list .thumb img { max-width: 100%; }

.full-searchA-wrapper .result-list .content { overflow: hidden; }

.full-searchA-wrapper .result-list .content h2 { font-size: 16px; line-height: 24px; max-height: 48px; line-height: 24px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #333;  }

.full-searchA-wrapper .result-list .desc { font-size: 14px; line-height: 24px; max-height: 48px; line-height: 24px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666;  }

.full-searchA-wrapper .result-list .more { font-size: 14px; line-height: 24px; }

.full-searchA-wrapper .loadmore { overflow: hidden; padding: 10px 0; }

.full-searchA-wrapper .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff;  background-color: #cd002b;  }

.full-searchA-wrapper mark { color: #fff;  background-color: #cd002b;  }

@media (min-width: 640px) { .full-searchA-wrapper .search-form { padding: 30px 0; }
  .full-searchA-wrapper .result-list li { padding: 15px 0; }
  .full-searchA-wrapper .result-list .thumb { width: 180px; }
  .full-searchA-wrapper .result-list .loadmore { padding: 20px 0; } }

@media (min-width: 1024px) { .full-searchA-wrapper .search-form { padding: 40px 0;  }
  .full-searchA-wrapper .commonweb { max-width: 960px; }
  .full-searchA-wrapper .loadmore { padding: 40px 0;  }
  .full-searchA-wrapper .loadmore a { line-height: 50px; }
  .full-searchA-wrapper .result-list a .content h2 { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .full-searchA-wrapper .result-list a:hover .content h2 { color: #ff5500; }
  .full-searchA-wrapper .result-list li { padding: 20px 0;  }
  .full-searchA-wrapper .result-list .content h2 { margin-bottom: 10px; font-weight: bold; }
  .full-searchA-wrapper .result-list .thumb { width: 280px;  margin-right: 30px;  } }

/*20210121 s*/
@media (min-width: 1024px) {
  nav {
    float: none;
    display: inline-block;
    width: 560px;
    margin-left: 0;
    margin-right: 0;
  }
  .inheader > .incommonweb {
    text-align: center;
  }
  .innav-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .innav-ul li {
    float: none;
    margin: 0;
    text-align: center;
    /*flex: 1;*/
  }
}
@media (min-width: 1460px) {
  nav {
    width: 700px;
  }
}
@media (min-width: 1660px) {
  nav {
    width: 1000px;
  }
}
/*20210121 e*/