<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

label {
  border: none;
  text-decoration: none;
}

/** 字体设置 **/
body, button, input, select, textarea {
  font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  font-family: "PingFang SC", arial, "Microsoft YaHei", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

address, i {
  font-style: normal;
}

/* 将斜体扶正 */
/*去除元素轮廓---fbx---*/
div, table, form, input, button, select, textarea, fieldset, legend {
  outline: none;
}

/* for google / safari*/
/** 重置列表元素 **/
ul, ol {
  list-style: none outside none;
}

a, input, button {
  outline: none;
}

::-moz-focus-inner {
  border: 0px;
}

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

/** 重置链接元素 **/
a {
  text-decoration: none;
  color: #999999;
}

a:hover {
  text-decoration: none;
}

/** 重置表单元素 **/
legend {
  text-indent: -9999px;
  height: 0;
}

fieldset, img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
  font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** 重置元素垂直居中 **/
img, input, select, textarea, button {
  vertical-align: middle;
}

input[type="text"], input[type="password"], div, ul, li, input, a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
}

/* 清除浮动 */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

html, p {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* for IE6 IE7 */
/* line 20, ../sass/base.scss */
a:link,
a:visited {
  text-decoration: none;
  color: #999;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  min-width: 1200px;
  background-color: #f2f2f4;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.lh34 {
  line-height: 34px;
}

.lh36 {
  line-height: 36px;
}

.lh38 {
  line-height: 38px;
}

.lh40 {
  line-height: 40px;
}

.lh42 {
  line-height: 42px;
}

.lh44 {
  line-height: 44px;
}

.lh46 {
  line-height: 46px;
}

.lh48 {
  line-height: 48px;
}

.lh50 {
  line-height: 50px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.content {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.layout {
  width: 100%;
  height: auto;
  padding: 76px 0;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.color {
  color: #00cc99 !important;
}

.blue-btn {
  background-color: #1183ff !important;
  color: #fff !important;
  border-color: #1183ff !important;
}

.blue-btn:hover {
  background-color: #2f91fd !important;
}

.blue-btn:active {
  background-color: #0060c8 !important;
}

.blue-border-btn {
  border: 1px solid #1183ff !important;
  background: none !important;
  color: #1183ff !important;
}

.blue-border-btn:hover {
  background-color: #1183ff !important;
  color: #fff !important;
}

.green-btn {
  background-color: #00cc99 !important;
  color: #fff !important;
  border-color: #00cc99 !important;
}

.green-btn:hover {
  background-color: #19d6a7 !important;
}

.green-btn:active {
  background-color: #029d76 !important;
}

.green-border-btn {
  border: 1px solid #00cc99 !important;
  color: #00cc99 !important;
  background: none !important;
}

.green-border-btn:hover {
  background-color: #00cc99 !important;
  color: #fff !important;
}

.bg-fafafc {
  background-color: #fafafc;
}

.bg-white {
  background-color: #FFF;
}

.bg-grey {
  background-color: #f2f2f4;
}

.bg-black {
  background-color: #32333b;
}

.bg-black .layout-title {
  color: #fff;
}

.bg-black .layout-subtitle {
  color: #fff;
}

.two-lines-text, .information-tab .information-right .article-list .article-content p, .hezi-article-block .article-lists .article-content .article-introduce, .article-item-lists .article-detail-line {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.button {
  display: inline-block;
  height: 34px;
  min-width: 100px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
}

.blue {
  color: #1183ff;
}

@-webkit-keyframes opacity {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}

@-moz-keyframes opacity {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}

@-webkit-keyframes left-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes left-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes left-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* === 页面顶部 === */
.page-top {
  width: 100%;
  height: auto;
  z-index: 500;
}

.page-top .top-bar {
  width: 100%;
  height: 40px;
  background-color: #000033;
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 1100;
}

.page-top .top-bar .content {
  height: 40px;
}

.page-top .header {
  width: 100%;
  height: 64px;
  position: relative;
  z-index: 1000;
}

.page-top .header .header-inner {
  width: 100%;
  height: 64px;
  position: relative;
  z-index: 1;
}

.page-top .header .header-inner .header-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 64px;
 background-color: #000033;
}

.page-top .header .logo {
  width: 130px;
  margin-top: 8px;
}

.page-top .header .logo img {
  width: 100%;
  height: auto;
}

.page-top .header .header-nav {
  text-align: right;
}

.page-top .header .header-nav ul {
  display: inline-block;
  vertical-align: middle;
  height: 64px;
}

.page-top .header .header-nav ul li {
  float: left;
  height: 64px;
}

.page-top .header .header-nav ul li.cur a {
  color: #00cc99;
}

.page-top .header .header-nav ul li:hover a {
  color: #00cc99;
}

.page-top .header .header-nav a {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  color: #fff;
  padding-left: 46px;
}

.page-top .header .header-nav .curline {
  background: #00cc99;
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 68px;
  left: 0px;
}

.page-top .header .slide-menu {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 64px;
  border-bottom: 1px solid #f3f3f5;
  left: 0;
  padding: 10px 0 25px;
  display: none;
  overflow-y: auto;
}

.page-top .header .slide-menu .menu-left {
  background-color: #fafafa;
  width: 208px;
}

.page-top .header .slide-menu .menu-left .menu-item {
  margin-bottom: 0px;
  text-align: left;
}

.page-top .header .slide-menu .menu-left .menu-item .menu-title {
  font-size: 20px;
  line-height: 50px;
  color: #333;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.page-top .header .slide-menu .menu-left .menu-item .menu-list {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  height: 38px;
  line-height: 38px;
  margin-top: 10px;
}

.page-top .header .slide-menu .menu-left .menu-item .menu-list.cur {
  background-color: #00cc99;
  color: #fff;
}

.page-top .header .slide-menu .menu-right {
  padding-left: 100px;
  padding-top: 76px;
  width: 992px;
}

.page-top .header .slide-menu .menu-right .menu-abstract {
  display: none;
}

.page-top .header .slide-menu .menu-right .menu-abstract.act {
  display: block;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-left {
  width: 420px;
  height: auto;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-left .abstract-label {
  font-size: 24px;
  color: #333;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-left .abstract-label:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #00cc99;
  left: 0;
  bottom: 0;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-left p {
  font-size: 16px;
  color: #666;
  line-height: 34px;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-right {
  width: 400px;
  margin-left: 72px;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-right img {
  width: 100%;
  height: auto;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-buttons {
  margin-top: 30px;
  text-align: left;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-buttons .abstract-btn {
  padding: 0;
  display: inline-block;
  width: 100px;
  height: 34px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
}

.page-top .header .slide-menu .menu-right .menu-abstract .abstract-buttons .abstract-btn:hover {
  color: #00cc99;
  border-color: #00cc99;
}


.page-top .header .slide-menu .menu-new {
  padding: 50px 75px 0 75px;
  text-align: left;
}

.page-top .header .slide-menu .menu-new .menu-item {
  width: 180px;
  height: 150px;
  float: left;
  margin-right: 80px;
  margin-bottom: 40px;
}

.page-top .header .slide-menu .menu-new .menu-item.no_bottom {
  margin-bottom: 0;
  height: 125px;
}

.page-top .header .slide-menu .menu-new .menu-item.bottom {
  border-bottom: 1px solid #e6e6e6;
}

.page-top .header .slide-menu .menu-new .menu-item p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
}

.page-top .header .slide-menu .menu-new .menu-item p span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 12px;
}

.page-top .header .slide-menu .menu-new .menu-item p span.blue {
  color: #1183FF;
  border: 1px solid #1183FF;
}

.page-top .header .slide-menu .menu-new .menu-item p span.green {
  color: #00A7B8;
  border: 1px solid #00A7B8;
}

.page-top .header .slide-menu .menu-new .menu-item p span.orangle {
  color: #FF7A52;
  border: 1px solid #FF7A52;
}

.page-top .header .slide-menu .menu-new .menu-item p span.red {
  color: #F45258;
  border: 1px solid #F45258;
}

.page-top .header .slide-menu .menu-new .menu-item p span.grey {
  color: #506E92;
  border: 1px solid #506E92;
}

.page-top .header .slide-menu .menu-new .menu-item .menu-item-box a {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 0;
  cursor: pointer;
  color: #555;
}

.page-top .header .slide-menu .menu-new .menu-item .menu-item-box a img {
  display: inline-block;
  width: 16px;
  margin-right: 16px;
  margin-left: 8px;
  height: 16px;
  vertical-align: middle;
}

.page-top .header .slide-menu .menu-new .menu-item .menu-item-box a:hover {
  background: #F2F4F5;
}

.page-top .header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.page-top.index-page-top {
  position: absolute;
  top: 0;
  left: 0;
}

.page-top.index-page-top .top-bar {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-top.index-page-top .header .header-inner .header-content {
  background-color: rgba(255, 255, 255, 0.08);
}

.index-banner {
  height: 640px;
  background-color: #fff;
  overflow: hidden;
}

.index-banner .banner-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.index-banner .banner-inner .banner-images {
  position: absolute;
  right: 0;
  top: 50%;
}

.index-banner .banner-inner .banner-images .images-pag {
  position: relative;
  width: 100%;
  height: 100%;
}

.index-banner .banner-inner .banner-images .images-pag .img-1,
.index-banner .banner-inner .banner-images .images-pag .img-2,
.index-banner .banner-inner .banner-images .images-pag .img-3,
.index-banner .banner-inner .banner-images .images-pag .img-4,
.index-banner .banner-inner .banner-images .images-pag .img-5,
.index-banner .banner-inner .banner-images .images-pag .img-6,
.index-banner .banner-inner .banner-images .images-pag .img-7,
.index-banner .banner-inner .banner-images .images-pag .img-8,
.index-banner .banner-inner .banner-images .images-pag .img-9,
.index-banner .banner-inner .banner-images .images-pag .img-10 {
  position: absolute;
  overflow: hidden;
}

.index-banner .banner-inner .banner-images .img-1 {
  z-index: 10;
}

.index-banner .banner-inner .banner-images .img-2 {
  z-index: 20;
}

.index-banner .banner-inner .banner-images .img-3 {
  z-index: 30;
}

.index-banner .banner-inner .banner-images .img-4 {
  z-index: 40;
}

.index-banner .banner-inner .banner-images .img-5 {
  z-index: 50;
}

.index-banner .banner-inner .banner-images .img-6 {
  z-index: 60;
}

.index-banner .banner-inner .banner-images .img-7 {
  z-index: 70;
}

.index-banner .banner-inner .banner-images .img-8 {
  z-index: 80;
}

.index-banner .banner-inner .banner-images .img-9 {
  z-index: 90;
}

.index-banner .banner-inner .banner-images .img-10 {
  z-index: 100;
}

.index-banner .banner-inner .banner-images.banner-1 {
  width: 320px;
  height: 310px;
  margin-top: -150px;
}

.index-banner .banner-inner .banner-images.banner-1 .img-1 {
  top: 0;
  left: 50%;
  margin-left: -113px;
  -webkit-animation: opacity 0.5s linear;
  -moz-animation: opacity 0.5s linear;
  animation: opacity 0.5s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-2 {
  top: 38px;
  left: 50%;
  margin-left: -113px;
  -webkit-animation: opacity 0.5s linear 0.5s;
  -moz-animation: opacity 0.5s linear 0.5s;
  animation: opacity 0.5s linear 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-3 {
  bottom: 44px;
  left: 50%;
  margin-left: -160px;
  -webkit-animation: opacity 0.5s linear 1.5s;
  -moz-animation: opacity 0.5s linear 1.5s;
  animation: opacity 0.5s linear 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-4 {
  bottom: 34px;
  left: 50%;
  margin-left: -160px;
  -webkit-animation: opacity 0.5s linear 2s;
  -moz-animation: opacity 0.5s linear 2s;
  animation: opacity 0.5s linear 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-5 {
  z-index: 5;
  bottom: 0;
  left: 50%;
  margin-left: -114px;
  -webkit-animation: opacity 0.5s linear 2.5s;
  -moz-animation: opacity 0.5s linear 2.5s;
  animation: opacity 0.5s linear 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-6 {
  top: 39px;
  left: 50%;
  margin-left: -142px;
  -webkit-animation: opacity 0.5s linear 3s;
  -moz-animation: opacity 0.5s linear 3s;
  animation: opacity 0.5s linear 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-7 {
  top: 114px;
  left: 42px;
  -webkit-animation: opacity 0.5s linear 3.5s;
  -moz-animation: opacity 0.5s linear 3.5s;
  animation: opacity 0.5s linear 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-8 {
  top: 114px;
  left: 42px;
  width: 0;
  -webkit-animation: left-to-right 1.5s linear 4s;
  -moz-animation: left-to-right 1.5s linear 4s;
  animation: left-to-right 1.5s linear 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-9 {
  top: 94px;
  right: 38px;
  -webkit-animation: opacity 0.5s linear 4.5s;
  -moz-animation: opacity 0.5s linear 4.5s;
  animation: opacity 0.5s linear 4.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-10 {
  top: 101px;
  right: 38px;
  width: 0;
  -webkit-animation: left-to-right 1.5s linear 5s;
  -moz-animation: left-to-right 1.5s linear 5s;
  animation: left-to-right 1.5s linear 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-banner .banner-inner .banner-images.banner-1 .img-10 img {
  float: right;
}

.index-banner .banner-inner .banner-words {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: auto;
  color: #fff;
}

.index-banner .banner-inner .banner-words .banner-title {
  font-size: 36px;
}

.index-banner .banner-inner .banner-words .banner-subtitle {
  font-size: 18px;
  margin-top: 20px;
  line-height: 40px;
}

.index-banner.swiper-container .swiper-wrapper .swiper-slide:first-of-type {
  background: #000033;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000033 0%, #000c18 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000033 0%, #000c18 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000033 0%, #000c18 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#000c18', GradientType=0);
}

.index-banner.swiper-container .swiper-pagination {
  bottom: 80px;
  height: 5px;
  line-height: 5px;
}

.index-banner.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
  background-color: #FFF;
}

.index-banner.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}

.index-banner.swiper-container .swiper-button-prev,
.index-banner.swiper-container .swiper-button-next {
  width: 22px;
  height: 40px;
  margin-top: -20px;
}

.index-banner.swiper-container .swiper-button-next {
  background-image: url("../images/next.png");
  right: 30px;
}

.index-banner.swiper-container .swiper-button-prev {
  background-image: url("../images/prev.png");
  left: 30px;
}

.advantage-bar {
  width: 100%;
  height: 110px;
  position: absolute;
  z-index: 5;
  top: 560px;
  background: #0D1528;
}

.advantage-bar .content {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}

.advantage-bar .advantage-item {
  width: 241px;
  height: 110px;
  margin-left: -1px;
  padding: 15px 25px 0 25px;
}

.advantage-bar .advantage-item .advantage-head {
  width: 100%;
  color: #fff;
  font-size: 16px;
}

.advantage-bar .advantage-item .advantage-head span {
  display: inline-block;
  vertical-align: middle;
}

.advantage-bar .advantage-item .advantage-head .advantage-icon {
  width: 26px;
  height: 26px;
  background: url(../images/advantage-icon.png) no-repeat;
}

.advantage-bar .advantage-item .advantage-head .advantage-icon.one {
  background-position: 3px 0;
}

.advantage-bar .advantage-item .advantage-head .advantage-icon.two {
  background-position: -224px 0;
}

.advantage-bar .advantage-item .advantage-head .advantage-icon.three {
  background-position: -476px 1px;
}

.advantage-bar .advantage-item .advantage-head .advantage-icon.four {
  background-position: -724px 1px;
}

.advantage-bar .advantage-item .advantage-head .advantage-icon.five {
  background-position: -963px 1px;
}

.advantage-bar .advantage-item .advantage-foot {
  padding-top: 10px;
  font-size: 12px;
  color: #9B9D9E;
  line-height: 24px;
  border-top: none;
}

.layout.service {
  height: 774px;
  background: #F5F5F6;
  padding: 0;
}

.layout.service .service_top {
  height: 268px;
  padding-top: 65px;
  text-align: center;
  background: #fff;
}

.layout.service .service_top h2 {
  font-size: 24px;
  color: #333;
  font-weight: 400;
}

.layout.service .service_top .ser_tips {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

.layout.service .service_top .ser_tab {
  height: 72px;
  margin-top: 60px;
  text-align: center;
}

.layout.service .service_top .ser_tab .ser_tab_item {
  width: 280px;
  display: inline-block;
  height: 100%;
  cursor: pointer;
}

.layout.service .service_top .ser_tab .ser_tab_item img {
  width: 48px;
  height: 48px;
  display: inline-block;
}

.layout.service .service_top .ser_tab .ser_tab_item span {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  margin-left: 24px;
  margin-top: 12px;
}

.layout.service .service_top .ser_tab .ser_tab_item.active {
  border-bottom: 3px solid #1183FF;
}

.layout.service .service_top .ser_tab .ser_tab_item.active span {
  color: #1183FF;
}

.layout.service .service_bottom {
  width: 100%;
  height: 506px;
  display: none;
}

.layout.service .service_bottom.one {
  display: block;
}

.layout.service .service_bottom.one .service_b_item {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.layout.service .service_bottom.one .service_b_item .b_item_title {
  height: 75px;
  width: 100%;
  text-align: left;
}

.layout.service .service_bottom.one .service_b_item .b_item_title h3 {
  height: 100%;
  line-height: 75px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  width: 296px;
  display: inline-block;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item {
  width: 284px;
  height: 112px;
  background: white;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  margin-right: 15px;
  float: left;
  padding-top: 25px;
  padding-left: 25px;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item:hover {
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item:nth-child(4n) {
  margin-right: 0;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 15px;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no span {
  vertical-align: middle;
  display: inline-block;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no .cen-title {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-right: 10px;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no .cen-tip {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  border: 1px solid #000;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no .cen-tip.blue {
  color: #1183FF;
  border-color: #1183FF;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no .cen-tip.green {
  color: #00A7B8;
  border-color: #00A7B8;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no .cen-tip.grey {
  color: #506E92;
  border-color: #506E92;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no .cen-tip.red {
  color: #F45258;
  border-color: #F45258;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_no .cen-tip.orange {
  color: #FF7A52;
  border-color: #FF7A52;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_yes {
  margin-top: 15px;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_yes a {
  width: 96px;
  height: 30px;
  line-height: 30px;
  color: #777;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_yes a:first-child {
  margin-right: 8px;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_yes a:first-child:hover {
  color: #fff;
  background: #1183FF;
  border-color: #1183FF;
}

.layout.service .service_bottom.one .service_b_item .b_title_content .b_cont_item .top_yes a:last-child:hover {
  color: #fff;
  background: #00CC99;
  border-color: #00CC99;
}

.layout.service .service_bottom.two {
  padding-top: 74px;
}

.layout.service .service_bottom.two .two_content {
  width: 1200px;
  margin: 0 auto;
}

.layout.service .service_bottom.two .two_content .t_item {
  width: 384px;
  height: 172px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #e6e6e6;
  float: left;
  padding: 25px;
  padding-right: 105px;
}

.layout.service .service_bottom.two .two_content .t_item:hover {
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.layout.service .service_bottom.two .two_content .t_item:nth-child(3n) {
  margin-right: 0;
}

.layout.service .service_bottom.two .two_content .t_item .t_title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.layout.service .service_bottom.two .two_content .t_item .t_tip {
  color: #777;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}

.layout.service .service_bottom.two .two_content .t_item .btns a {
  display: inline-block;
  width: 96px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #777777;
  text-align: center;
  border: 1px solid #E6E6E6;
}

.layout.service .service_bottom.two .two_content .t_item .btns a:first-child {
  margin-right: 8px;
}

.layout.service .service_bottom.two .two_content .t_item .btns a:first-child:hover {
  color: #fff;
  background: #1183FF;
  border-color: #1183FF;
}

.layout.service .service_bottom.two .two_content .t_item .btns a:last-child:hover {
  color: #fff;
  background: #00CC99;
  border-color: #00CC99;
}

.layout.product-center {
  padding: 64px 0;
}

.layout.product-center .layout-title::after {
  height: 0;
}

.layout.product-center .layout-subtitle {
  margin-top: 0;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.mt50 {
  padding-top: 30px;
}

.mt100 {
  margin-top: 100px;
}

.layout.feature {
  padding-top: 64px;
  height: 862px;
}

.layout.feature .layout-titles {
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}

.layout.feature .layout-subtitle {
  color: #9B9D9E;
  margin-top: 15px;
}

.layout.success {
  height: 546px;
  padding-top: 64px;
  background: #F5F5F6;
}

.layout.success .swiper-button-next,
.layout.success .swiper-button-prev {
  margin-top: -40px;
}

.layout.success .layout-titles {
  text-align: center;
  font-size: 24px;
  color: #333;
  line-height: 24px;
}

.layout.success .layout-subtitles {
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #555555;
  margin-top: 20px;
}

.layout.success #swiper-container1 .swiper-slide {
  height: 239px;
}

.layout.success #swiper-container1 .swiper-slide .case-right {
  height: 239px;
  width: 450px;
}

.layout.success #swiper-container1 .swiper-slide .case-right img {
  width: 450px;
  height: 239px;
  display: inline-block;
}

.layout.success #swiper-container1 .swiper-slide .case-left {
  height: 239px;
  width: 618px;
  background: #fff;
  padding: 0 40px;
}

.layout.success #swiper-container1 .swiper-slide .case-left p {
  padding: 18px 0;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
}

.layout.success #swiper-container1 .swiper-slide .case-left .details {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #555555;
  line-height: 22px;
}

.layout.success #swiper-container1 .swiper-slide .case-left .button-details {
  width: 104px;
  height: 38px;
  right: 70px;
  bottom: 20px;
}

.layout.success #swiper-container1 .swiper-slide .case-left .button-details a {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #00CC99;
  border: 1px solid #00CC99;
}

.layout.success #swiper-container1 .swiper-slide .case-left .button-details a:hover {
  color: #fff;
  background: #00CC99;
  border-color: #00CC99;
}

.layout.success .load-more {
  margin-top: 35px;
  text-align: center;
}

.layout.success .load-more a {
  width: 122px;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  color: #333333;
  border: 1px solid #333333;
}

.layout.success .load-more a:hover {
  color: #00CC99;
  border-color: #00CC99;
}

.layout-title {
  text-align: center;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  padding-bottom: 24px;
  position: relative;
}

.layout-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 1px;
  background-color: #00cc99;
  margin-left: -23px;
}

.layout-subtitle {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.product-server {
  margin-top: 50px;
  width: 1200px;
  height: 386px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-server .item {
  height: 386px;
  width: 300px;
  overflow: hidden;
  position: relative;
}

.product-server .item.show .item-inner .server-item .shade-layout {
  display: none;
}

.product-server .item-inner {
  width: 300px;
}

.product-server .item-inner.item-half {
  height: 193px;
}

.product-server .item-inner.full-item {
  height: 386px;
}

.product-server .item-inner.animation-top .slide-shadow.top {
  top: 0;
}

.product-server .item-inner.animation-top .slide-shadow.top ~ .server-item img {
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.product-server .item-inner.animation-bottom .slide-shadow.bottom {
  bottom: 0;
}

.product-server .item-inner.animation-bottom .slide-shadow.bottom ~ .server-item img {
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.product-server .server-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-server .server-item img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.product-server .shade-layout {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

.product-server .init-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.product-server .server-title {
  font-size: 16px;
  color: #fff;
  margin-top: 14px;
}

.product-server .server-icon {
  width: 48px;
  height: 68px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

.product-server .server-icon:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #00cc99;
}

.product-server .server-icon.server-icon-1 {
  background: url(../images/server-icon-01.png) center top no-repeat;
  -webkit-background-size: 46px 46px;
  -moz-background-size: 46px 46px;
  -ms-background-size: 46px 46px;
  background-size: 46px 46px;
}

.product-server .server-icon.server-icon-2 {
  background: url(../images/server-icon-02.png) center top no-repeat;
  -webkit-background-size: 48px 47px;
  -moz-background-size: 48px 47px;
  -ms-background-size: 48px 47px;
  background-size: 48px 47px;
}

.product-server .server-icon.server-icon-3 {
  background: url(../images/server-icon-03.png) center top no-repeat;
  -webkit-background-size: 48px 42px;
  -moz-background-size: 48px 42px;
  -ms-background-size: 48px 42px;
  background-size: 48px 42px;
}

.product-server .server-icon.server-icon-4 {
  background: url(../images/server-icon-04.png) center top no-repeat;
  -webkit-background-size: 48px 48px;
  -moz-background-size: 48px 48px;
  -ms-background-size: 48px 48px;
  background-size: 48px 48px;
}

.product-server .server-icon.server-icon-5 {
  background: url(../images/server-icon-05.png) center top no-repeat;
  -webkit-background-size: 46px 48px;
  -moz-background-size: 46px 48px;
  -ms-background-size: 46px 48px;
  background-size: 46px 48px;
}

.product-server .server-icon.server-icon-6 {
  background: url(../images/server-icon-06.png) center top no-repeat;
  -webkit-background-size: 48px 48px;
  -moz-background-size: 48px 48px;
  -ms-background-size: 48px 48px;
  background-size: 48px 48px;
}

.product-server .server-button {
  display: block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  margin: 20px auto 0;
  cursor: pointer;
}

.product-server .server-button:hover {
  border-color: #00cc99;
  color: #00cc99;
}

.product-server .server-introduce {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 60px;
  margin-top: 10px;
}

.product-server .slide-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  background-color: rgba(47, 57, 81, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-server .slide-shadow .server-icon {
  padding-bottom: 0;
  height: 48px;
}

.product-server .slide-shadow .server-icon:after {
  display: none;
}

.product-server .slide-shadow .server-title {
  position: relative;
  padding-bottom: 10px;
}

.product-server .slide-shadow .server-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #00cc99;
}

.product-server .slide-shadow.top {
  top: -100%;
}

.product-server .slide-shadow.bottom {
  bottom: -100%;
}

.layout.no-padding-bottom {
  padding-top: 64px;
}

.layout.no-padding-bottom .layout-title {
  padding-bottom: 0;
}

.layout.no-padding-bottom .layout-title::after {
  height: 0;
}

.layout.no-padding-bottom .layout-subtitle {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #9b9d9e;
  line-height: 30px;
}

.layout.open-case {
  padding-top: 64px;
}

.layout.open-case .layout-title {
  padding-bottom: 0;
}

.layout.open-case .layout-title::after {
  height: 0;
}

.layout.study {
  padding-top: 64px;
}

.layout.study .layout-title {
  padding-bottom: 0;
}

.layout.study .layout-title::after {
  height: 0;
}

.layout.study .tab-blocks {
  height: 456px;
  width: 1200px;
  margin: 50px auto 0;
}

.layout.study .tab-blocks .tabs {
  width: 100%;
  height: 100%;
}

.layout.study .tab-blocks .tabs .tab_item {
  width: 370px;
  height: 100%;
  margin-right: 25px;
  background: #fff;
  float: left;
}

.layout.study .tab-blocks .tabs .tab_item:last-child {
  margin-right: 0;
}

.layout.study .tab-blocks .tabs .tab_item .tab_img {
  width: 100%;
  height: 228px;
  position: relative;
}

.layout.study .tab-blocks .tabs .tab_item .tab_img img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.layout.study .tab-blocks .tabs .tab_item .tab_img p {
  position: absolute;
  left: 0;
  padding: 0 22px;
  bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

.layout.study .tab-blocks .tabs .tab_item .tab_img p a {
  color: #fff;
  float: left;
  width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layout.study .tab-blocks .tabs .tab_item .tab_img p a:hover {
  text-decoration: underline;
}

.layout.study .tab-blocks .tabs .tab_item .tab_img p span {
  float: right;
  color: #fff;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link {
  padding: 23px;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link .tab_link_to {
  overflow: hidden;
  height: 100px;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link .tab_link_to p {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
  height: 12px;
  width: 100%;
  box-sizing: border-box;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link .tab_link_to p a {
  display: block;
  width: 255px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link .tab_link_to p a:hover {
  text-decoration: underline;
  color: #00CC99;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link .tab_link_to p span {
  float: right;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link .tab_more {
  margin-top: 15px;
}

.layout.study .tab-blocks .tabs .tab_item .tab_link .tab_more a {
  font-size: 14px;
  color: #1183FF;
}

.tab-block {
  width: 1200px;
  height: 580px;
  margin: 50px auto 0;
  background-color: #FFF;
  border: 1px solid #e5e5e5;
}

.tab-block.information-tab {
  height: 430px;
}

.tab-block.information-tab .tabs {
  height: 380px;
}

.tab-block.feature-tab {
  height: 710px;
}

.tab-block.feature-tab .tabs {
  height: 658px;
}

.tab-block .tab-buttons {
  width: 100%;
  height: 50px;
}

.tab-block .tab-buttons .tab-button {
  width: 33.33%;
  float: left;
  height: 50px;
  text-align: center;
  font-size: 16px;
  color: #9B9D9E;
  line-height: 50px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}

.tab-block .tab-buttons .tab-button.cur {
  color: #fff;
  font-weight: bold;
}

.tab-block .tab-buttons .tab-button.cur:after {
  width: 200px;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 100px;
  height: 3px;
  background-color: #1183FF;
}

.tab-block .tabs {
  width: 100%;
  height: 528px;
}

.tab-block .tabs .tab-item {
  width: 100%;
  padding-top: 40px;
  display: none;
}

.tab-block .tabs .tab-item.active {
  display: block;
}

.tab-block .tabs .tab-item .feature-img {
  width: 712px;
  height: 488px;
}

.tab-block .tabs .tab-item .feature-img img {
  width: 100%;
  height: 100%;
}

.tab-block .tabs .tab-item .feature-content {
  width: 486px;
  float: left;
  height: 488px;
  background: #fff;
  padding: 24px 40px;
}

.tab-block .tabs .tab-item .feature-content .feature-top {
  width: 100%;
  text-align: left;
}

.tab-block .tabs .tab-item .feature-content .feature-top .feature-title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
}

.tab-block .tabs .tab-item .feature-content .feature-top p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #555555;
  line-height: 22px;
  margin-top: 16px;
}

.tab-block .tabs .tab-item .feature-content .feature-bottom {
  position: relative;
  height: 325px;
  padding-top: 30px;
  text-align: left;
}

.tab-block .tabs .tab-item .feature-content .feature-bottom .feature-title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
}

.tab-block .tabs .tab-item .feature-content .feature-buttons {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.tab-block .tabs .tab-item .feature-content .feature-buttons .feature-btn {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 34px;
  font-size: 12px;
  text-align: center;
  line-height: 34px;
  margin-right: 18px;
}

.tab-block .tabs .tab-item .feature-content .feature-labels {
  padding-top: 15px;
}

.tab-block .tabs .tab-item .feature-content .feature-labels .label {
  float: left;
  min-width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 0 12px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0 18px 18px 0;
}

.tab-block .tabs .tab-item .feature-content .feature-labels .label:hover {
  border-color: #1183ff;
  color: #1183ff;
}

.case-block {
  margin-top: 46px;
  height: 320px;
  width: 1200px;
}

.case-block .case-item {
  width: 240px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.case-block .case-item img {
  width: 100%;
  height: auto;
}

.case-block .case-item:hover .case-shadow {
  background-color: rgba(0, 204, 153, 0.8);
}

.case-block .case-item:hover .case-shadow .shadow-inner {
  height: 259px;
  overflow: visible;
}

.case-block .case-item:hover .case-shadow .getcase-button {
  display: block;
}

.case-block .case-item:hover .case-shadow .case-title {
  margin-top: 0;
}

.case-block .case-item:hover .case-shadow .case-title:after {
  height: 0;
}

.case-block .case-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.case-block .case-shadow .shadow-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 125px;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.case-block .case-shadow .case-icon {
  width: 100%;
  height: 40px;
}

.case-block .case-shadow .case-icon.case-icon-1 {
  background: url(../updataImg/case4.png) center no-repeat;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -ms-background-size: 40px auto;
  background-size: 40px auto;
}

.case-block .case-shadow .case-icon.case-icon-2 {
  background: url(../updataImg/case3.png) center no-repeat;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -ms-background-size: 40px auto;
  background-size: 40px auto;
}

.case-block .case-shadow .case-icon.case-icon-3 {
  background: url(../updataImg/case2.png) center no-repeat;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -ms-background-size: 40px auto;
  background-size: 40px auto;
}

.case-block .case-shadow .case-icon.case-icon-4 {
  background: url(../updataImg/case1.png) center no-repeat;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -ms-background-size: 40px auto;
  background-size: 40px auto;
}

.case-block .case-shadow .case-icon.case-icon-5 {
  background: url(../updataImg/case5.png) center no-repeat;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -ms-background-size: 40px auto;
  background-size: 40px auto;
}

.case-block .case-shadow .case-title {
  margin-top: 32px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 27px;
  position: relative;
}

.case-block .case-shadow .case-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-left: -10px;
}

.case-block .case-shadow .case-title a {
  color: #fff;
}

.case-block .case-shadow .two-lines-text, .case-block .case-shadow .information-tab .information-right .article-list .article-content p, .information-tab .information-right .article-list .article-content .case-block .case-shadow p, .case-block .case-shadow .hezi-article-block .article-lists .article-content .article-introduce, .hezi-article-block .article-lists .article-content .case-block .case-shadow .article-introduce, .case-block .case-shadow .article-item-lists .article-detail-line, .article-item-lists .case-block .case-shadow .article-detail-line {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 22px;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.case-block .case-shadow .check-detail {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.case-block .case-shadow .check-detail:hover {
  text-decoration: underline;
}

.case-block .case-shadow .case-subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-top: 18px;
}

.case-block .case-shadow .getcase-button {
  display: block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  margin: 28px auto 0;
  text-align: center;
  border: 1px solid #fff;
  overflow: hidden;
}

.case-block .case-shadow .getcase-button:hover {
  border-color: #fff;
  color: #333;
  background: #fff;
}

.product-buttons a {
  display: inline-block;
  width: 122px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
}

.product-buttons a:hover {
  color: #333;
  background: #fff;
}

.project-block {
  width: 1200px;
  padding-top: 10px;
}

.project-block .project-item {
  width: 236px;
  height: 80px;
  float: left;
  margin-right: 5px;
  margin-top: 30px;
}

.project-block .project-item:nth-of-type(5n) {
  margin-right: 0;
}

.question-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/question-icon.png) center no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  background-size: 16px 16px;
}

.information-tab .information-left {
  width: 500px;
  height: 340px;
  overflow: hidden;
  position: relative;
}

.information-tab .information-left img {
  width: 100%;
  height: auto;
}

.information-tab .information-left .left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: #fff;
  padding: 0 14px;
}

.information-tab .information-left .left-bottom .article-title {
  font-size: 18px;
  width: 400px;
}

.information-tab .information-left .left-bottom .article-time {
  font-size: 14px;
}

.information-tab .information-right {
  width: 640px;
  height: 340px;
}

.information-tab .information-right .article-list {
  padding-top: 24px;
}

.information-tab .information-right .article-list .article-link {
  display: block;
  padding: 0 20px;
}

.information-tab .information-right .article-list .article-link .article-head span {
  display: inline-block;
  vertical-align: middle;
}

.information-tab .information-right .article-list .article-number {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #999;
  font-size: 14px;
}

.information-tab .information-right .article-list .article-title {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-left: 14px;
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.information-tab .information-right .article-list .article-time {
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.information-tab .information-right .article-list .article-content {
  margin-top: 10px;
  padding-left: 44px;
  width: 450px;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  display: none;
}

.information-tab .information-right .article-list .article-content p {
  height: 52px;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number, .information-tab .information-right .article-list:nth-of-type(2) .article-number, .information-tab .information-right .article-list:nth-of-type(3) .article-number {
  background-color: #333;
}

.information-tab .information-right .article-list.current .article-link {
  background-color: #fafafc;
  padding: 20px;
}

.information-tab .information-right .article-list.current .article-number {
  background-color: #00cc99 !important;
}

.information-tab .information-right .article-list.current .article-title {
  color: #00cc99;
}

.information-tab .information-right .article-list.current .article-content {
  display: block;
}

.footer-layout {
  padding-top: 65px;
}

.footer-layout .footer-head {
  line-height: 63px;
  font-size: 16px;
  color: #fff;
}

.footer-layout .footer-head .footer-logo {
  width: 130px;
  height: 40px;
}

.footer-layout .subnav-block {
  padding: 32px 0;
  border-bottom: 1px solid #666;
  color: #999;
  position: relative;
}

.footer-layout .subnav-block dl {
  margin-right: 60px;
  width: 120px;
}

.footer-layout .subnav-block dl:last-child {
  margin-right: 0;
}

.footer-layout .subnav-block dl.pull-left-new {
  width: 360px;
  margin-right: 0;
}

.footer-layout .subnav-block dl.pull-left-new dd {
  margin-bottom: 0;
}

.footer-layout .subnav-block dl.pull-left-new dd:first-child {
  margin-bottom: 30px;
}

.footer-layout .subnav-block dl.pull-left-new dd.ercode {
  margin-top: 10px;
}

.footer-layout .subnav-block dl.pull-left-new dd.ercode label {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.footer-layout .subnav-block dl.pull-left-new dd.ercode label.weixin:hover .qr_code {
  display: inline-block;
}

.footer-layout .subnav-block dl.pull-left-new dd.ercode label .icon_img {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.footer-layout .subnav-block dl.pull-left-new dd.ercode label .qr_code {
  width: 135px;
  height: 141px;
  position: absolute;
  top: 28px;
  left: -52px;
  display: none;
}

.footer-layout .subnav-block dl dt {
  font-size: 14px;
  color: #9B9D9E;
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: 1px solid #474C50;
}

.footer-layout .subnav-block dl dt a {
  color: #9B9D9E;
}

.footer-layout .subnav-block dl dt a:hover {
  color: #00cc99;
  text-decoration: underline;
}

.footer-layout .subnav-block dl dd {
  line-height: 24px;
  margin-bottom: 4px;
}

.footer-layout .subnav-block dl dd a {
  color: #999;
}

.footer-layout .subnav-block dl dd a:hover {
  color: #00cc99;
  text-decoration: underline;
}

.footer-layout .QR-code-block {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 32px;
}

.footer-layout .QR-code-block:hover .QR-init {
  display: none;
}

.footer-layout .QR-code-block:hover .QR-change {
  display: block;
}

.footer-layout .QR-code-block .code-icon {
  width: 43px;
  height: 44px;
  display: block;
  margin: 0 auto 18px;
}

.footer-layout .QR-code-block .QR-change {
  display: none;
}

.footer-layout .QR-code-block .QR-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.footer-layout .QR-code-block .code-img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 6px;
}

.footer-layout .friendship-link {
  line-height: 54px;
  border-bottom: 1px solid #666;
}

.footer-layout .friendship-link .link-list {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  margin-right: 36px;
}

.footer-layout .friendship-link a:hover {
  color: #00cc99;
}

.footer-layout .copyRight {
  line-height: 40px;
  color: #999;
  text-align: center;
  font-size: 16px;
}

.footer-layout .copyRight a:hover {
  color: #00cc99;
}

.service-banner {
  position: relative;
}

.service-banner .new_background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 333px;
  background: url("../updataImg/product_bg.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.full-page-banner {
  width: 100%;
  height: 400px;
}

.full-page-banner.product-banner {
  height: 230px;
  background: none;
  position: relative;
}

.full-page-banner.product-banner .new_background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 333px;
  background: url("../updataImg/new_back.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.full-page-banner.product-banner .new_background.p1 {
  background: url("../updataImg/new_back1.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.full-page-banner.product-banner .new_background.p2 {
  background: url("../updataImg/new_back2.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.full-page-banner.product-banner .new_background.p3 {
  background: url("../updataImg/new_back3.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.full-page-banner.product-banner .new_background.p4 {
  background: url("../updataImg/new_back4.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.full-page-banner.product-banner .new_text {
  margin-left: 85px;
  position: relative;
  z-index: 10;
  width: 1200px;
  margin: 0 auto;
}

.full-page-banner.product-banner .new_text .p1 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 35px;
}

.full-page-banner.product-banner .new_text .p2 {
  line-height: 30px;
  color: #9B9D9E;
  font-size: 16px;
}

.full-page-banner.program-banner {
  background: url(../images/full-page-program.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.full-page-banner.about-banner {
  background: url(../images/full-page-about.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.full-page-banner .full-page-content {
  width: 1200px;
  margin: 0 auto;
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.full-page-banner .full-page-title {
  font-size: 36px;
  margin-bottom: 16px;
}

.full-page-banner .full-page-title.underline {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 8px;
}

.full-page-banner .full-page-title.underline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #00cc99;
  margin-left: -10px;
}

.full-page-banner .full-page-subtitle {
  font-size: 18px;
  line-height: 44px;
}

.product-left {
  width: 432px;
  height: 324px;
  overflow: hidden;
}

.product-left img {
  width: 100%;
  height: 100%;
}

.pb128 {
  padding-bottom: 128px;
}

.pb80 {
  padding-bottom: 80px;
}

.item-buttons5 {
  height: 80px;
  display: flex;
}

.item-buttons5 .it_item5 {
  flex: 1;
}

.item-buttons5 .it_item5 .itp1 {
  font-size: 16px;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-top: 20px;
  color: #333333;
}

.item-buttons5 .it_item5 .itp2 {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}

.item-buttons4 .it_item4 {
  width: 232px;
  height: 232px;
  float: left;
  position: relative;
}

.item-buttons4 .it_item4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.item-buttons4 .it_item4 p {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 105px;
  z-index: 10;
  position: relative;
  letter-spacing: 1px;
}

.item-buttons3 {
  width: 1200px;
  height: 887px;
  background: white;
  border: 1px solid #E6E6E6;
  padding-top: 34px;
  text-align: center;
}

.item-buttons3 img {
  display: inline-block;
  width: 1139px;
  height: 826px;
}

.item-buttons2 .it_item2 {
  width: 271px;
  height: 287px;
  background: #fefefe;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: center;
  padding: 30px 20px 0 20px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  transition: all 400ms;
}

.item-buttons2 .it_item2:nth-child(4n) {
  margin-right: 0;
}

.item-buttons2 .it_item2:hover {
  border: 1px solid #00CC99;
  box-shadow: 0px 0px 8px -3px #00CC99;
}

.item-buttons2 .it_item2 img {
  width: 64px;
  height: 64px;
  display: inline-block;
}

.item-buttons2 .it_item2 .p_title {
  margin-top: 10px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
  opacity: 0.98;
  text-align: center;
}

.item-buttons2 .it_item2 .p_border {
  margin-top: 10px;
  text-align: center;
}

.item-buttons2 .it_item2 .p_border span {
  width: 24px;
  display: inline-block;
  height: 3px;
  background: #00cc99;
}

.item-buttons2 .it_item2 div {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.item-buttons1 {
  display: flex;
  justify-content: space-around;
  height: 354px;
}

.item-buttons1 .it_item1 {
  width: 370px;
  height: 354px;
  background: white;
  border: 1px solid #cccccc;
  transition: all 400ms;
}

.item-buttons1 .it_item1:hover {
  border-color: #00CC99;
  box-shadow: 0px 0px 8px -3px #00CC99;
}

.item-buttons1 .it_item1 p {
  height: 100px;
  background: #f5f5ff;
  padding-left: 32px;
  line-height: 100px;
}

.item-buttons1 .it_item1 p img {
  display: inline-block;
  width: 34px;
  margin-right: 15px;
  vertical-align: middle;
}

.item-buttons1 .it_item1 p span {
  vertical-align: middle;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #222222;
}

.item-buttons1 .it_item1 .text1 {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.item-buttons1 .it_item1 &gt; div {
  height: 250px;
  padding: 30px;
  position: relative;
}

.item-buttons1 .it_item1 &gt; div .text2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.item-buttons1 .it_item1 &gt; div .text2 a {
  margin: 0 12px;
}

.product-right {
  width: 650px;
  height: 24px;
  margin: 0 40px;
}

.product-right .item-title {
  font-size: 24px;
  color: #333;
  position: relative;
  line-height: 24px;
}

.product-right .item-content {
  margin-top: 14px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
}

.product-right .item-content p {
  color: #555;
  line-height: 22px;
  font-size: 14px;
}

.product-right .item-buttons .blue-border-btn {
  min-width: 100px;
  padding: 0 10px;
}

.product-right .item-buttons .it_item {
  width: 195px;
  float: left;
  position: relative;
}

.product-right .item-buttons .it_item:last-child:after {
  height: 0;
}

.product-right .item-buttons .it_item::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #e6e6e6;
  display: inline-block;
}

.product-right .item-buttons .it_item p {
  margin-bottom: 20px;
}

.product-right .item-buttons .it_item p img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.product-right .item-buttons .it_item p span {
  font-size: 14px;
  color: #555555;
  vertical-align: middle;
}

.product-right .item-buttons .it_item a {
  width: 96px;
  margin-bottom: 25px;
  min-width: 96px;
  text-align: center;
  border-color: #DEDFE0 !important;
  color: #777 !important;
}

.product-right .item-buttons .it_item a:hover {
  color: #fff !important;
  border-color: transparent !important;
}

.product-right .item-buttons .button {
  margin-right: 20px;
}

.border .content {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.page-product-footer {
  width: 100%;
  height: 410px;
  height: 431px;
  background: linear-gradient(90deg, #00a6bc, #00bba6);
  color: #fff;
}

.page-product-footer .content {
  padding-top: 45px;
}

.page-product-footer .product-buttons {
  margin-top: 36px;
}

.page-product-footer .product-buttons .button {
  width: 120px;
  margin: 0 14px;
}

.page-product-footer .con_left {
  width: 536px;
  float: left;
}

.page-product-footer .con_left h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 10px;
}

.page-product-footer .con_left p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-top: 25px;
}

.page-product-footer .con_left div {
  width: 320px;
  height: 80px;
  line-height: 80px;
  background: #29B8C3;
  margin-top: 40px;
  text-align: left;
  padding-left: 20px;
}

.page-product-footer .con_left div img {
  width: 18px;
  margin-right: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.page-product-footer .con_left div span {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 5px;
}

.page-product-footer .con_right {
  width: 488px;
  float: right;
  text-align: left;
}

.page-product-footer .con_right .half_input {
  margin-bottom: 15px;
  height: 38px;
}

.page-product-footer .con_right .half_input input {
  width: 238px;
  height: 38px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.page-product-footer .con_right .half_input input::-webkit-input-placeholder {
  color: #B3B3BA;
}

.page-product-footer .con_right .half_input input:first-child {
  margin-right: 8px;
}

.page-product-footer .con_right .half_input input.error {
  border: 1px solid #F2545B;
}

.page-product-footer .con_right .all_input {
  margin-bottom: 15px;
  height: 38px;
}

.page-product-footer .con_right .all_input input {
  width: 100%;
  height: 38px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  box-sizing: border-box;
  margin: 0;
  border: 0;
}

.page-product-footer .con_right .all_input input::-webkit-input-placeholder {
  color: #B3B3BA;
}

.page-product-footer .con_right .all_input input.error {
  border: 1px solid #F2545B;
}

.page-product-footer .con_right .all_label label {
  display: inline-block;
  height: 18px;
  width: 160px;
  padding-left: 28px;
  line-height: 18px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.page-product-footer .con_right .all_label label::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  background: url("../updataImg/sel_none.png") no-repeat;
  background-size: 100% 100%;
}

.page-product-footer .con_right .all_label label.active::after {
  background: url("../updataImg/sel_active.png") no-repeat;
  background-size: 100% 100%;
}

.page-product-footer .con_right .all_textarea {
  margin-bottom: 15px;
  width: 100%;
  height: 64px;
}

.page-product-footer .con_right .all_textarea textarea {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px 10px;
  border: 0;
  resize: none;
}

.page-product-footer .con_right .all_textarea textarea::-webkit-input-placeholder {
  color: #B3B3BA;
}

.page-product-footer .con_right .all_textarea textarea.error {
  border: 1px solid #F2545B;
}

.page-product-footer .con_right .submit_btn {
  width: 96px;
  height: 30px;
}

.page-product-footer .con_right .submit_btn button {
  cursor: pointer;
  background: #fff;
  width: 96px;
  height: 30px;
  border: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
}

.program-block {
  padding: 0 25px;
  margin-top: 46px;
}

.program-block .program-item {
  float: left;
  width: 303px;
  height: 359px;
  margin: 0 40px 22px;
}

.program-block .program-item .program-title {
  line-height: 56px;
  height: 56px;
  text-align: center;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}

.program-block .program-item .program-title a {
  color: #333;
}

.program-block .program-item .program-title a:hover {
  color: #00cc99;
}

.program-block .program-item .item-inner {
  width: 303px;
  height: 303px;
  overflow: hidden;
  position: relative;
}

.program-block .program-item .item-inner img {
  width: 100%;
  height: auto;
}

.program-block .program-item .item-inner .program-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.program-block .program-item .item-inner .program-content .shadow {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 500px 500px 0 rgba(47, 57, 81, 0.9) inset;
  -moz-box-shadow: 500px 500px 0 rgba(47, 57, 81, 0.9) inset;
  -ms-box-shadow: 500px 500px 0 rgba(47, 57, 81, 0.9) inset;
  box-shadow: 500px 500px 0 rgba(47, 57, 81, 0.9) inset;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.program-block .program-item .item-inner .program-content .content-inner {
  display: none;
  width: 303px;
  height: 303px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 10;
}

.program-block .program-item .item-inner .program-content .program-layout-title {
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.program-block .program-item .item-inner .program-content .program-layout-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #00cc99;
  margin-left: -10px;
}

.program-block .program-item .item-inner .program-content .item-icon {
  height: 45px;
  width: 100%;
  position: relative;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-1 {
  background: url(../images/case-icon-01.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-2 {
  background: url(../images/case-icon-04.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-3 {
  background: url(../images/case-icon-02.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-4 {
  background: url(../images/case-icon-08.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-5 {
  background: url(../images/case-icon-06.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-6 {
  background: url(../images/case-icon-03.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-7 {
  background: url(../images/case-icon-07.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-8 {
  background: url(../images/case-icon-05.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .item-icon.program-icon-9 {
  background: url(../images/case-icon-09.png) center top no-repeat;
  -webkit-background-size: 45px auto;
  -moz-background-size: 45px auto;
  -ms-background-size: 45px auto;
  background-size: 45px auto;
}

.program-block .program-item .item-inner .program-content .program-introduce {
  padding: 0 58px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.program-block .program-item .item-inner .program-content .program-introduce a {
  color: #fff;
}

.program-block .program-item .item-inner .program-content .program-introduce a:hover {
  color: #00cc99;
}

.program-block .program-item .item-inner .program-content .program-btn {
  display: none;
  margin: 20px auto 0;
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}

.program-block .program-item .item-inner .program-content .program-btn:hover {
  color: #00cc99;
  border-color: #00cc99;
}

.program-block .program-item .item-inner:hover .program-content .shadow {
  width: 500px;
  height: 500px;
}

.program-block .program-item .item-inner:hover .program-content .content-inner {
  display: table-cell;
}

.program-block .program-item .item-inner:hover .program-content .program-btn {
  display: block;
}

.operate-layout {
  padding-bottom: 60px;
}

.operate-layout .operate-left {
  float: left;
  width: 888px;
}

.operate-layout .operate-right {
  float: right;
  width: 282px;
  position: relative;
}

.operate-layout .operate-right .operate-right-inner {
  width: 100%;
  height: auto;
}

.operate-layout .operate-right .operate-right-inner.fixed {
  position: fixed;
  z-index: 10;
}

.operate-layout .operate-right.absolute {
  position: absolute;
  right: 0;
}

.operate-layout .operate-right .block-item {
  width: 282px;
  height: auto;
  background-color: #FFF;
}

.operate-banner .operate-banner-left {
  width: 596px;
  height: 340px;
  float: left;
}

.operate-banner .operate-banner-right {
  float: right;
  width: 282px;
}

.operate-banner .operate-banner-right .banner-item {
  width: 282px;
  height: 165px;
  position: relative;
  overflow: hidden;
}

.operate-banner .operate-banner-right .banner-item img {
  width: 100%;
  height: auto;
}

.operate-banner .operate-banner-right .banner-item .banner-shadow {
  width: 100%;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  line-height: 38px;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operate-banner .operate-banner-right .banner-item.banner-bottom {
  margin-top: 10px;
}

.swiper-container.operate-swiper-banner {
  width: 596px;
  height: 340px;
}

.swiper-container.operate-swiper-banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-container.operate-swiper-banner .swiper-slide .banner-link {
  display: block;
}

.swiper-container.operate-swiper-banner .swiper-slide .banner-link img {
  width: 100%;
  height: auto;
}

.swiper-container.operate-swiper-banner .swiper-slide .banner-link .banner-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-right: 140px;
  padding-left: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-container.operate-swiper-banner .swiper-pagination {
  width: 100%;
  height: 48px;
  line-height: 48px;
  bottom: 0;
  text-align: right;
  padding: 0 13px;
}

.swiper-container.operate-swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 1px solid #fff;
  background: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}

.swiper-container.operate-swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
}

.hezi-article-block {
  width: 888px;
}

.hezi-article-block .label-page-title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 14px;
  line-height: 50px;
  background-color: #FFF;
}

.hezi-article-block .label-page-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.hezi-article-block .label-page-title .label-icon {
  color: #999;
}

.hezi-article-block .label-page-title .title {
  font-weight: bold;
  color: #333;
}

.hezi-article-block .article-lists {
  position: relative;
  padding: 30px 20px;
  background-color: #FFF;
}

.hezi-article-block .article-lists:after {
  content: '';
  position: absolute;
  width: 848px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 10;
}

.hezi-article-block .article-lists .article-img {
  width: 222px;
  height: 151px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
}

.hezi-article-block .article-lists .article-img ~ .article-content {
  width: 600px;
}

.hezi-article-block .article-lists .article-img + .article-content {
  width: 600px;
}

.hezi-article-block .article-lists .article-img img {
  width: 100%;
  height: auto;
}

.hezi-article-block .article-lists .article-content {
  display: inline-block;
  vertical-align: top;
  height: 151px;
  width: 100%;
}

.hezi-article-block .article-lists .article-content .article-title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}

.hezi-article-block .article-lists .article-content .article-title a {
  color: #333;
}

.hezi-article-block .article-lists .article-content .article-author {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.hezi-article-block .article-lists .article-content .article-author .article-time {
  padding-left: 20px;
  background: url(../images/time-icon.png) left center no-repeat;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -ms-background-size: 14px 14px;
  background-size: 14px 14px;
}

.hezi-article-block .article-lists .article-content .article-author .article-reading {
  padding-left: 20px;
  background: url(../images/read-icon.png) left center no-repeat;
  -webkit-background-size: 14px 10px;
  -moz-background-size: 14px 10px;
  -ms-background-size: 14px 10px;
  background-size: 14px 10px;
  margin-left: 30px;
}

.hezi-article-block .article-lists .article-content .article-introduce {
  margin-top: 20px;
  font-size: 14px;
  height: 42px;
  color: #333;
  overflow: hidden;
}

.hezi-article-block .article-lists .article-content .article-other-link {
  font-size: 12px;
  margin-top: 12px;
  color: #999;
}

.hezi-article-block .article-lists .article-content .article-other-link .article-label {
  font-size: 12px;
  color: #1183ff;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
}

.hezi-article-block .article-lists .article-content .article-other-link .article-label:hover {
  color: #00cc99;
  border-color: #00cc99;
}

.hezi-article-block .article-lists .article-content .article-other-link .article-reading {
  margin-left: 20px;
}

.hezi-article-block .article-lists .article-content .article-other-link .article-other {
  float: right;
  color: #2db7f5;
  font-size: 12px;
}

.hezi-article-block .article-lists:hover {
  background-color: #fafafc;
}

.hezi-article-block .article-lists:hover .article-content .article-title a {
  color: #00cc99;
}

.hezi-article-block .article-lists-block {
  display: none;
}

.hezi-article-block .article-lists-block.active {
  display: block;
}

.article-butotns-tab {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 4px;
  background-color: #FFF;
}

.article-butotns-tab .tab-link {
  float: left;
  height: 50px;
  font-size: 18px;
  margin: 0 14px;
}

.article-butotns-tab .tab-link.active a {
  color: #333;
  font-weight: bold;
}

.article-butotns-tab .tab-link.active a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1183ff;
}

.article-butotns-tab .tab-link a {
  color: #999;
  line-height: 50px;
  display: block;
  position: relative;
}

.article-butotns-tab.activity-list-tab .tab-link {
  margin: 0 30px;
}

.hezi-advert-block {
  position: relative;
  padding-top: 42px;
  padding-bottom: 34px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.hezi-advert-block .advert-head {
  width: 84px;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  top: -42px;
  margin-left: -42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.hezi-advert-block .advert-head .advert-head-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hezi-advert-block .advert-head .advert-head-inner .advert-head-content {
  position: absolute;
  width: 74px;
  height: 74px;
  background-color: #FFF;
  top: 5px;
  left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.hezi-advert-block .advert-head .advert-head-inner .advert-head-content img {
  width: 100%;
  height: auto;
}

.hezi-advert-block .advert-title {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  padding: 0 10px;
}

.hezi-advert-block .advert-content {
  margin-top: 10px;
  line-height: 20px;
}

.hezi-advert-block .advert-content p {
  text-align: center;
}

.hezi-advert-block .advert-btn {
  width: 120px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 34px auto 0;
  color: #00cc99;
  border: 1px solid #00cc99;
}

.hezi-advert-block .advert-btn:hover {
  color: #fff;
  background: #f77053;
  background: -moz-linear-gradient(left, #f77053 0%, #e44b5d 100%);
  background: -webkit-linear-gradient(left, #f77053 0%, #e44b5d 100%);
  background: linear-gradient(to right, #f77053 0%, #e44b5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f77053', endColorstr='#e44b5d', GradientType=1);
}

.hezi-advert-block .advert-data {
  padding: 0 31px;
  margin-top: 30px;
}

.hezi-advert-block .advert-data .advert-data-item {
  width: 110px;
  float: left;
  text-align: center;
}

.hezi-advert-block .advert-data .advert-data-item .item-number {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.hezi-advert-block .advert-data .advert-data-item .item-label {
  font-size: 12px;
  color: #999;
  margin-top: 12px;
}

.hezi-advert-block .advert-data .advert-data-item.border-right {
  position: relative;
}

.hezi-advert-block .advert-data .advert-data-item.border-right:after {
  content: '';
  position: absolute;
  right: 0;
  height: 16px;
  width: 1px;
  background-color: #e5e5e5;
  top: 20px;
}

.item-title-head {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 24px 20px 0;
  position: relative;
}

.item-title-head .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
}

.hezi-item-container {
  padding: 20px 10px 25px;
}

.hezi-item-container .item-label {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 12px;
  color: #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px 15px 0;
  float: left;
  background-color: #f7f7fa;
  border: 1px solid #e5e5e5;
}

.hezi-item-container .item-label:hover {
  color: #00cc99;
  border-color: #00cc99;
  background-color: #e5faf5;
}

.hezi-item-container .read-more {
  font-size: 14px;
  display: block;
  color: #1183ff;
  padding-left: 24px;
  margin-top: 10px;
}

.hezi-tab-list {
  display: none;
}

.hezi-tab-list.active {
  display: block;
}

.article-item-lists {
  padding: 10px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-item-lists .article-number {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  margin-right: 16px;
  background-color: #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.article-item-lists .article-number.around {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.article-item-lists .article-dot {
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}

.article-item-lists:first-of-type .article-number, .article-item-lists:nth-of-type(2) .article-number, .article-item-lists:nth-of-type(3) .article-number {
  background-color: #333;
}

.article-item-lists .article-detail-line {
  font-size: 12px;
  color: #666;
  white-space: normal;
  padding-left: 40px;
  margin-top: 5px;
  height: 40px;
  overflow: hidden;
  display: none;
}

.article-item-lists:hover {
  color: #00cc99;
}

.article-item-lists:hover .article-number {
  background-color: #00cc99;
}

.article-item-lists:hover .article-dot {
  background-color: #00cc99;
}

.article-item-lists.active {
  color: #00cc99;
}

.article-item-lists.active .article-detail-line {
  display: block;
}

.article-item-lists.active .article-number {
  background-color: #00cc99;
}

.article-tab-bar {
  position: absolute;
  right: 10px;
  bottom: -1px;
}

.article-tab-bar .bar-button {
  float: left;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
  cursor: default;
}

.article-tab-bar .bar-button.active {
  color: #333;
}

.article-tab-bar .bar-button.active:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1183ff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.article-recommend-list {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.article-recommend-list:last-of-type {
  border: none;
  margin-bottom: 0;
}

.article-recommend-list .article-recommend-img {
  float: left;
  width: 100px;
  height: 75px;
  overflow: hidden;
}

.article-recommend-list .article-recommend-content {
  float: left;
  width: 130px;
  margin-left: 12px;
  height: 64px;
  overflow: hidden;
  padding: 8px 0 0;
  font-size: 12px;
  color: #666;
}

.article-recommend-list .article-recommend-content p {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-recommend-list:hover .article-recommend-content {
  color: #00cc99;
}

.hezi-solve-case {
  width: 282px;
  height: 232px;
  background: url(../images/solve.jpg) center no-repeat;
  text-align: center;
  padding-top: 32px;
}

.hezi-solve-case .solve-case-title {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.hezi-solve-case .solve-case-content {
  width: 242px;
  height: 68px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 19px auto 0;
  padding-top: 12px;
}

.hezi-solve-case .solve-case-content p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.hezi-solve-case .solve-case-button {
  width: 120px;
  height: 36px;
  display: block;
  margin: 20px auto 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background: #2e87ff;
  background: -moz-linear-gradient(left, #2e87ff 0%, #00ccff 100%);
  background: -webkit-linear-gradient(left, #2e87ff 0%, #00ccff 100%);
  background: linear-gradient(to right, #2e87ff 0%, #00ccff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e87ff', endColorstr='#00ccff', GradientType=1);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.article-loading-more {
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
  background-color: #FFF;
  display: none;
}

.article-loading-more a {
  display: block;
  line-height: 48px;
  color: #999;
}

.hezi-article-page {
  border: 1px solid #eee;
  padding: 0 0 0;
}

.hezi-article-page .article-layout {
  padding: 30px 29px 0;
}

.hezi-article-page .article-layout .article-title {
  font-size: 24px;
  color: #333;
  line-height: 30px;
}

.hezi-article-page .article-layout .article-subtitle {
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  position: relative;
}

.hezi-article-page .article-layout .article-subtitle a {
  color: #1183ff;
}

.hezi-article-page .article-layout .article-subtitle span {
  margin-right: 26px;
}

.hezi-article-page .article-layout .article-subtitle .time {
  padding-left: 20px;
  background: url(../images/time-icon.png) left center no-repeat;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -ms-background-size: 14px 14px;
  background-size: 14px 14px;
}

.hezi-article-page .article-layout .article-subtitle .read {
  padding-left: 20px;
  background: url(../images/read-icon.png) left center no-repeat;
  -webkit-background-size: 14px 10px;
  -moz-background-size: 14px 10px;
  -ms-background-size: 14px 10px;
  background-size: 14px 10px;
}

.hezi-article-page .article-layout .article-subtitle .read i {
  color: #1183ff;
  font-size: 16px;
  margin: 0 2px;
}

.hezi-article-page .article-layout .article-subtitle .article-classify span {
  margin-right: 8px;
  position: relative;
  padding-right: 8px;
}

.hezi-article-page .article-layout .article-subtitle .activity-join-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 30px;
  border: 1px solid #00cc99;
  color: #00cc99;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.hezi-article-page .article-layout .advertising-words {
  margin-top: 34px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #81d4f9;
  background: #f2fbfe;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  color: #666;
}

.hezi-article-page .article-layout .advertising-words .advertising-words-icon {
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ling-icon.png) center no-repeat;
  margin-right: 8px;
}

.hezi-article-page .article-layout .advertising-words a {
  color: #2db7f5;
  text-decoration: underline;
}

.hezi-article-page .article-layout .article-abstract {
  background-color: #f6f6f6;
  color: #999;
  font-size: 14px;
  padding: 10px 16px;
  border: 1px solid #eee;
  margin-top: 30px;
}

.hezi-article-page .article-layout .article-container {
  padding: 20px 0;
  font-size: 16px;
  color: #666;
}

.hezi-article-page .article-layout .article-container img {
  margin-bottom: 20px;
}

.hezi-article-page .article-layout .article-container p {
  margin-bottom: 10px;
  line-height: 28px;
}

.hezi-article-page .article-layout .article-container h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  margin-top: 25px;
}

.hezi-article-page .article-layout .article-container h3 {
  font-size: 18px;
  color: #333;
  padding-left: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 16px;
}

.hezi-article-page .article-layout .article-container h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #00baf3;
  background: -moz-linear-gradient(top, #59d6ff 0%, #59b3ff 100%);
  background: -webkit-linear-gradient(top, #59d6ff 0%, #59b3ff 100%);
  background: linear-gradient(to bottom, #59d6ff 0%, #59b3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59d6ff', endColorstr='#59b3ff', GradientType=0);
}

.hezi-article-page .article-layout .statement {
  font-size: 14px;
}

.hezi-article-page .article-layout .statement span {
  color: #1183ff;
}

.hezi-article-page .article-layout .share-and-label {
  margin-top: 20px;
}

.hezi-article-page .article-layout .share-and-label .article-label {
  float: left;
  font-size: 12px;
  color: #999;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
}

.hezi-article-page .article-layout .share-and-label .article-label:hover {
  color: #00cc99;
  border: 1px solid #00cc99;
  background-color: #e5faf5;
}

.hezi-article-page .article-layout .share-and-label .article-share-btn {
  float: right;
}

.hezi-article-page .article-layout .share-and-label .article-share-btn .bdsharebuttonbox a {
  width: 113px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.hezi-article-page .article-layout .share-and-label .article-share-btn .bdsharebuttonbox .bds_weixin {
  background: url(../images/wechat.png) center no-repeat;
  margin-right: 0;
}

.hezi-article-page .article-layout .share-and-label .article-share-btn .bdsharebuttonbox .bds_tsina {
  background: url(../images/sina.png) center no-repeat;
  margin-right: 0;
}

.hezi-article-page .article-layout .article-pagination {
  padding: 23px 0 0;
  border-bottom: 1px solid #e5e5e5;
}

.hezi-article-page .article-layout .article-pagination .pagination-list {
  margin-bottom: 23px;
  font-size: 14px;
  color: #333;
}

.hezi-article-page .article-layout .article-pagination .pagination-list span {
  float: left;
}

.hezi-article-page .article-layout .article-pagination .pagination-list .pagination-name {
  width: 760px;
}

.hezi-article-page .article-layout .article-pagination .pagination-list a {
  color: #333;
}

.hezi-article-page .article-layout .article-pagination .pagination-list a:hover {
  color: #00cc99;
}

.hezi-article-page .other-articles {
  padding: 0 20px;
}

.hezi-article-page .other-articles .item-title-head {
  width: auto;
  margin-left: 9px;
  margin-right: 9px;
  padding-left: 0;
  padding-right: 0;
}

.hezi-article-page .other-articles .other-articles-lists {
  padding-top: 20px;
  padding-bottom: 40px;
}

.hezi-article-page .other-articles .other-articles-lists .other-articles-list {
  width: 282px;
}

.hezi-article-page .other-articles .other-articles-lists .other-articles-list .article-card .card-img {
  width: 262px;
  height: 180px;
}

.hezi-article-page .other-articles .other-articles-lists .other-articles-list .article-card .card-content {
  width: 262px;
}

.hezi-article-page .article-comment {
  padding: 0 29px 26px;
}

.operate-article-card {
  float: left;
  padding: 10px 10px 0;
}

.operate-article-card .article-card {
  width: 100%;
  background-color: #FFF;
}

.operate-article-card .article-card .card-img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.operate-article-card .article-card .card-img img {
  width: 100%;
  height: auto;
}

.operate-article-card .article-card .card-content {
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-top: none;
  height: 60px;
}

.operate-article-card .article-card .card-content .card-title {
  line-height: 26px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operate-article-card .article-card .card-content .card-title a {
  color: #333;
}

.operate-article-card .article-card .card-content.table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
  height: 66px;
}

.operate-article-card:hover {
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.operate-article-card:hover .article-card .card-content {
  border: none;
}

.operate-article-card:hover .article-card .card-content .card-title a {
  color: #00cc99;
}

.operate-crumbs .hezi-crumbs {
  padding: 30px 0 12px;
}

.operate-crumbs .hezi-crumbs a {
  color: #00cc99;
}

.operate-crumbs .hezi-crumbs span {
  color: #999;
}

.hezi-crumbs {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 34px;
}

.hezi-crumbs ul li {
  float: left;
  font-size: 12px;
  color: #666;
  margin: 0 2px;
  line-height: 14px;
}

.hezi-crumbs span {
  display: inline-block;
  vertical-align: middle;
}

.hezi-crumbs a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.hezi-crumbs a:hover {
  color: #00cc99;
}

.get-program-button {
  text-align: center;
  padding-top: 44px;
  padding-bottom: 24px;
}

.get-program-button .button {
  width: 280px;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(17, 131, 255, 0.5);
  -moz-box-shadow: 0 0 10px rgba(17, 131, 255, 0.5);
  -ms-box-shadow: 0 0 10px rgba(17, 131, 255, 0.5);
  box-shadow: 0 0 10px rgba(17, 131, 255, 0.5);
}

.hezi-pagination {
  padding: 28px;
  border-top: 1px solid #e6e6e6;
  background-color: #FFF;
}

.hezi-pagination ul {
  width: 560px;
  margin: 0 auto;
}

.hezi-pagination ul li {
  float: left;
  margin: 0 10px;
}

.hezi-pagination ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #cfcfcf;
  color: #666;
  font-size: 14px;
}

.hezi-pagination ul li a:hover {
  color: #1183ff;
  border-color: #1183ff;
}

.hezi-pagination ul li a.pagination-cur {
  color: #fff;
  background-color: #1183ff;
  border-color: #1183ff;
}

.hezi-pagination ul li a.pagination-none:hover {
  color: #666;
  border-color: #cfcfcf;
}

.about-tab-bar {
  height: 55px;
  -webkit-box-shadow: 0 5px 4px #efefef;
  -moz-box-shadow: 0 5px 4px #efefef;
  -ms-box-shadow: 0 5px 4px #efefef;
  box-shadow: 0 5px 4px #efefef;
}

.about-tab-bar .tab-button {
  display: inline-block;
  vertical-align: top;
  line-height: 55px;
  font-size: 16px;
  color: #999;
  position: relative;
  margin: 0 35px;
  cursor: pointer;
}

.about-tab-bar .tab-button.act {
  color: #333;
}

.about-tab-bar .tab-button.act:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1183ff;
}

.shadow-layout {
  background-color: #FFF;
  width: 100%;
  -webkit-box-shadow: 0 0 14px #d8d8d8;
  -moz-box-shadow: 0 0 14px #d8d8d8;
  -ms-box-shadow: 0 0 14px #d8d8d8;
  box-shadow: 0 0 14px #d8d8d8;
}

.about-content {
  width: 730px;
  padding: 58px 40px 20px;
}

.about-content .about-title {
  font-size: 24px;
  color: #333;
  position: relative;
  line-height: 24px;
  padding-bottom: 22px;
}

.about-content .about-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #00cc99;
}

.about-content .about-subtitle {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}

.about-content .about-words {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  margin-top: 10px;
}

.about-content .contact-words {
  font-size: 16px;
  color: #666;
  margin-top: 14px;
}

.about-content .contact-words span {
  color: #333;
}

.about-content .contact-words i {
  color: #1183ff;
}

.about-swiper {
  width: 470px;
}

.about-swiper .swiper-item {
  width: 470px;
  height: 330px;
}

.about-swiper .swiper-item .swiper-container {
  width: 100%;
  height: 330px;
}

.about-swiper .swiper-item .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}

.about-swiper .swiper-item .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.about-swiper .swiper-item .swiper-container .swiper-pagination {
  height: 10px;
  bottom: 10px;
  line-height: 10px;
}

.about-swiper .swiper-item .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  border: 1px solid #fff;
}

.about-swiper .swiper-item .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.about-swiper .swiper-item .swiper-container .swiper-button {
  width: 40px;
  height: 80px;
  margin-top: -40px;
}

.about-swiper .swiper-item .swiper-container .swiper-button.swiper-button-next {
  right: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/next.png") center no-repeat;
  -webkit-background-size: 9px auto;
  -moz-background-size: 9px auto;
  -ms-background-size: 9px auto;
  background-size: 9px auto;
}

.about-swiper .swiper-item .swiper-container .swiper-button.swiper-button-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/prev.png") center no-repeat;
  -webkit-background-size: 9px auto;
  -moz-background-size: 9px auto;
  -ms-background-size: 9px auto;
  background-size: 9px auto;
}

.contact-us {
  width: 1200px;
  height: 413px;
  background: url(../images/about-bg.jpg) right center no-repeat;
}

.map-bar {
  padding: 40px 0;
}

.map-bar .map-title {
  font-size: 16px;
  color: #333;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.map-bar .map-title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 20px;
  height: 2px;
  background-color: #00cc99;
}

.map-lists-block {
  padding-top: 10px;
}

.map-lists-block .map-list {
  width: 300px;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin-top: 6px;
  position: relative;
  padding-left: 8px;
}

.map-lists-block .map-list:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #666;
  margin-top: -1px;
}

.map-lists-block .map-list:hover {
  color: #00cc99;
}

.map-lists-block .map-list:hover:after {
  background-color: #00cc99;
}

.submit-block {
  width: 100%;
  height: 1172px;
  background: url(../images/submit-bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-top: 100px;
}

.dcc-form {
  width: 720px;
  height: 872px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto 0;
  padding: 58px 60px;
}

.dcc-form .form-list {
  margin-top: 18px;
}

.dcc-form .form-list .form-label {
  font-size: 16px;
  color: #333;
}

.dcc-form .form-list .form-label i {
  color: #dc2619;
}

.dcc-form .form-list .form-text {
  position: relative;
}

.dcc-form .form-list .error-remind {
  position: absolute;
  font-size: 14px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  color: #dc2619;
}

.dcc-form .form-list .form-textarea,
.dcc-form .form-list .form-input {
  margin-top: 8px;
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
}

.dcc-form .form-list .form-textarea:focus,
.dcc-form .form-list .form-input:focus {
  border-color: #1183ff;
  -webkit-box-shadow: 0 4px 3px rgba(17, 131, 255, 0.1);
  -moz-box-shadow: 0 4px 3px rgba(17, 131, 255, 0.1);
  -ms-box-shadow: 0 4px 3px rgba(17, 131, 255, 0.1);
  box-shadow: 0 4px 3px rgba(17, 131, 255, 0.1);
}

.dcc-form .form-list .form-textarea.error,
.dcc-form .form-list .form-input.error {
  border-color: #dc2618 !important;
}

.dcc-form .form-list .form-input {
  height: 46px;
}

.dcc-form .form-list .form-textarea {
  height: 96px;
  resize: none;
}

.dcc-form .form-list .form-textarea ~ .error-remind {
  left: 0;
  right: auto;
  bottom: -30px;
  top: auto;
}

.dcc-form .form-submit {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  margin-top: 60px;
  -webkit-box-shadow: 0 6px 14px rgba(17, 131, 255, 0.21);
  -moz-box-shadow: 0 6px 14px rgba(17, 131, 255, 0.21);
  -ms-box-shadow: 0 6px 14px rgba(17, 131, 255, 0.21);
  box-shadow: 0 6px 14px rgba(17, 131, 255, 0.21);
  font-size: 20px;
  cursor: pointer;
}

.submit-title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-bottom: 24px;
  position: relative;
}

.submit-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 1px;
  background-color: #00cc99;
}

.submit-subtitle {
  font-size: 20px;
  color: #333;
  margin-top: 30px;
}

.submit-prompt {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-top: 10px;
}

.success-block {
  width: 100%;
  height: 580px;
  background: url(../images/success.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-top: 80px;
}

.success-block .success-inner {
  width: 720px;
  height: 420px;
  background-color: #FFF;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 36px 60px;
}

.success-block .success-button {
  display: block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-shadow: 0 6px 14px rgba(17, 131, 255, 0.21);
  -moz-box-shadow: 0 6px 14px rgba(17, 131, 255, 0.21);
  -ms-box-shadow: 0 6px 14px rgba(17, 131, 255, 0.21);
  box-shadow: 0 6px 14px rgba(17, 131, 255, 0.21);
  text-align: center;
  margin-top: 50px;
}

/* === 侧边导航栏 === */
.subnav-bar {
  display: none;
  position: fixed;
  right: 20px;
  z-index: 1000;
  width: 58px;
  height: 286px;
  bottom: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.subnav-bar .subnav-item {
  width: 100%;
  height: 57px;
  position: relative;
  cursor: pointer;
}

.subnav-bar .subnav-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 26px;
  height: 1px;
  background-color: #e5e5e5;
  margin-left: -13px;
}

.subnav-bar .subnav-item:last-of-type:after {
  display: none;
}

.subnav-bar .subnav-item:hover .subnav-title {
  display: table-cell;
}

.subnav-bar .subnav-item:hover .tool-popup {
  display: block;
}

.subnav-bar .subnav-item .subnav-title {
  background-color: #FFF;
  width: 58px;
  height: 56px;
  text-align: center;
  font-size: 12px;
  color: #1183ff;
  display: none;
  vertical-align: middle;
  padding: 0 12px;
}

.subnav-bar .subnav-item .tool-popup {
  position: absolute;
  right: 60px;
  background-color: #FFF;
  top: 0;
  width: auto;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  display: none;
}

.subnav-bar .subnav-item .tool-popup img {
  width: 100%;
  height: auto;
}

.subnav-bar .subnav-item .tool-popup.phone-popup {
  top: 4px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: url(../images/tool-bar-bg-01.png) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.subnav-bar .subnav-item .tool-popup.wechat-popup {
  top: -44px;
  width: 150px;
  height: 150px;
  background: url(../images/tool-bar-bg-02.png) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding: 12px 18px 10px 10px;
}

.subnav-bar .subnav-item.icon-phone {
  background: url(../images/phone-icon.png) center no-repeat;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -ms-background-size: 18px 18px;
  background-size: 18px 18px;
}

.subnav-bar .subnav-item.icon-QQ {
  background: url(../images/QQ-icon.png) center no-repeat;
  -webkit-background-size: 16px 18px;
  -moz-background-size: 16px 18px;
  -ms-background-size: 16px 18px;
  background-size: 16px 18px;
}

.subnav-bar .subnav-item.icon-wechat {
  background: url(../images/wechat-icon.png) center no-repeat;
  -webkit-background-size: 23px 18px;
  -moz-background-size: 23px 18px;
  -ms-background-size: 23px 18px;
  background-size: 23px 18px;
}

.subnav-bar .subnav-item.icon-form {
  background: url(../images/form-icon.png) center no-repeat;
  -webkit-background-size: 16px 18px;
  -moz-background-size: 16px 18px;
  -ms-background-size: 16px 18px;
  background-size: 16px 18px;
}

.subnav-bar .subnav-item.icon-up {
  background: url(../images/up-icon.png) center no-repeat;
  -webkit-background-size: 14px 8px;
  -moz-background-size: 14px 8px;
  -ms-background-size: 14px 8px;
  background-size: 14px 8px;
}

/*  ==============================
    =========2017-09-11==========
    ==========================  */
.case-lists-block {
  padding: 0 25px;
}

.case-lists-block .case-lists {
  float: left;
  width: 370px;
  height: 248px;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  margin-bottom: 25px;
}

.case-lists-block .case-lists:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.case-lists-block .case-lists:nth-child(3n) {
  margin-right: 0;
}

.case-lists-block .case-lists .case-content {
  width: 100%;
  height: 192px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 24px 0 24px;
}

.case-lists-block .case-lists .case-label {
  height: 56px;
  text-align: left;
  line-height: 56px;
  font-size: 18px;
  color: #00CC99;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 23px;
  transition: all 400ms;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}

.case-lists-block .case-lists .case-label:hover {
  color: #fff;
  background: #00CC99;
}

.case-lists-block .case-main {
  width: 100%;
  height: 68px;
}

.case-lists-block .case-main img {
  float: left;
  width: 68px;
  height: 68px;
}

.case-lists-block .case-main .case-name {
  float: left;
  width: 224px;
  line-height: 30px;
  margin-left: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-top: 10px;
}

.case-lists-block .case-introduce {
  font-size: 16px;
  color: #999;
  margin-top: 15px;
  line-height: 22px;
  height: 72px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.case-lists-block .case-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(47, 57, 81, 0.9);
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}

.case-lists-block .case-layer .layer-inner {
  width: 328px;
  height: 328px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 44px;
  font-size: 14px;
  line-height: 34px;
}

.case-lists-block .case-layer .layer-inner .layer-btn {
  display: block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  margin: 20px auto 0;
  cursor: pointer;
}

.case-lists-block .case-layer .layer-inner .layer-btn:hover {
  border-color: #00cc99;
  color: #00cc99;
}

.full-page-banner.add_bg {
  height: 200px;
  position: relative;
  background: none;
}

.full-page-banner.add_bg .new_background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 333px;
  background: url("../updataImg/case_bg.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.full-page-banner.add_bg .content .service_case {
  height: 200px;
}

.service_three {
  height: 230px;
  position: relative;
  padding-top: 50px;
}

.service_three .service_tilte {
  color: #fff;
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-bottom: 20px;
}

.service_three p {
  width: 788px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #9b9d9e;
  line-height: 30px;
}

.service_case {
  height: 200px;
  position: relative;
  padding-top: 50px;
}

.service_case .service_tilte {
  color: #fff;
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-bottom: 20px;
}

.service_case p {
  width: 788px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #9b9d9e;
  line-height: 30px;
}

.layout.layout-three {
  padding-top: 64px;
}

.layout.layout-three .layout-title {
  padding-bottom: 0;
}

.layout.layout-three .layout-title::after {
  height: 0;
}

.layout.layout-three .case-lists-block {
  padding-top: 70px;
}

.layout.layout-three .case-lists-block .case-list {
  width: 370px;
  height: 240px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}

.layout.layout-three .case-lists-block .case-list:nth-child(3n) {
  margin-right: 0;
}

.layout.layout-three .case-lists-block .case-list .case-content {
  width: 100%;
  height: 100%;
}

.layout.layout-three .case-lists-block .case-list .case-content .case-main {
  width: 100%;
  height: 100%;
}

.layout.layout-three .case-lists-block .case-list .case-content .case-main img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.layout.layout-three .case-lists-block .case-list .case-content .case-main .case-label {
  position: absolute;
  bottom: 0;
  width: 370px;
  height: 48px;
  padding-left: 24px;
  line-height: 48px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.layout.layout-three .case-lists-block .case-list .case-content .case-main .case-label h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.layout.layout-three .case-lists-block .case-list .case-content .case-layers {
  background: RGBA(0, 204, 153, 0.7);
  padding: 35px 30px 0;
  position: absolute;
  height: 240px;
  width: 100%;
  left: 0;
  bottom: -240px;
  transition: all 400ms;
  text-align: center;
}

.layout.layout-three .case-lists-block .case-list .case-content .case-layers h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
}

.layout.layout-three .case-lists-block .case-list .case-content .case-layers p {
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
}

.layout.layout-three .case-lists-block .case-list .case-content .case-layers a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #333333;
  line-height: 30px;
  width: 104px;
  height: 30px;
  background: white;
  border: 1px solid white;
}

.layout.layout-three .case-lists-block .case-list:hover .case-content .case-label {
  opacity: 0;
}

.layout.layout-three .case-lists-block .case-list:hover .case-layers {
  bottom: 0;
}

.layout.service_bg {
  width: 100%;
  height: 786px;
  background: url("../updataImg/service_b.png") center no-repeat;
  background-size: cover;
  padding-top: 64px;
}

.layout.service_bg .layout-title {
  padding-bottom: 0;
}

.layout.service_bg .layout-title::after {
  height: 0;
}

.layout.service_bg .layout-sub {
  width: 1200px;
}

.layout.service_bg .layout-sub .layout-subtitle {
  width: 1200px;
  font-size: 16px;
  color: #777;
}

.layout.service_bg.sss {
  background: url("../updataImg/service_b.jpg") center no-repeat;
  background-size: cover;
}

.layout.ser_bg {
  height: 484px;
  width: 100%;
  background: url("../updataImg/service_bg.png") center no-repeat;
  background-size: cover;
}

.layout.ser_bg .layout-title {
  color: #fff;
}

.layout.ser_bg .sb_cont {
  margin-top: 90px;
  height: 172px;
  position: relative;
  text-align: center;
}

.layout.ser_bg .sb_cont .line {
  position: absolute;
  top: 92px;
  width: 1159px;
  height: 1px;
  display: inline-block;
  background: url("../updataImg/ser_line.png") no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.layout.ser_bg .sb_cont .sb_con_item {
  width: 118px;
  height: 172px;
  display: inline-block;
  margin: 0 3.5px;
  position: relative;
  cursor: pointer;
}

.layout.ser_bg .sb_cont .sb_con_item:hover .sb_hide {
  opacity: 1;
}

.layout.ser_bg .sb_cont .sb_con_item:hover .none {
  opacity: 0;
}

.layout.ser_bg .sb_cont .sb_con_item .imgs {
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto;
}

.layout.ser_bg .sb_cont .sb_con_item .sb_hide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 138px;
  background: rgba(250, 250, 250, 0.3);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  padding-top: 50px;
  opacity: 0;
  transition: all 400ms;
}

.layout.ser_bg .sb_cont .sb_con_item .sb_hide p {
  margin-bottom: 10px;
  text-align: center;
}

.layout.ser_bg .sb_cont .sb_con_item .sb_hide p img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.layout.ser_bg .sb_cont .sb_con_item .sb_hide p span {
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
}

.layout.ser_bg .sb_cont .sb_con_item .none {
  margin-top: 16px;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(1) .imgs {
  background: url("../updataImg/service/sb_1.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(1):hover .imgs {
  background: url("../updataImg/service/sba_1.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(2) .imgs {
  background: url("../updataImg/service/sb_2.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(2):hover .imgs {
  background: url("../updataImg/service/sba_2.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(3) .imgs {
  background: url("../updataImg/service/sb_3.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(3):hover .imgs {
  background: url("../updataImg/service/sba_3.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(4) .imgs {
  background: url("../updataImg/service/sb_4.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(4):hover .imgs {
  background: url("../updataImg/service/sba_4.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(5) .imgs {
  background: url("../updataImg/service/sb_5.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(5):hover .imgs {
  background: url("../updataImg/service/sba_5.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(6) .imgs {
  background: url("../updataImg/service/sb_6.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(6):hover .imgs {
  background: url("../updataImg/service/sba_6.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(7) .imgs {
  background: url("../updataImg/service/sb_7.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(7):hover .imgs {
  background: url("../updataImg/service/sba_7.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(8) .imgs {
  background: url("../updataImg/service/sb_8.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(8):hover .imgs {
  background: url("../updataImg/service/sba_8.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(9) .imgs {
  background: url("../updataImg/service/sb_9.png") no-repeat;
  background-size: 100% 100%;
}

.layout.ser_bg .sb_cont .sb_con_item:nth-child(9):hover .imgs {
  background: url("../updataImg/service/sba_9.png") no-repeat;
  background-size: 100% 100%;
}

.submitModal_bg {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.64);
  z-index: 10000;
}

.submitModal_bg .cont {
  position: absolute;
  padding: 24px;
  width: 432px;
  height: 268px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.submitModal_bg .cont .p {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.submitModal_bg .cont .p span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

.submitModal_bg .cont .p img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.submitModal_bg .cont .tt {
  padding-top: 20px;
}

.submitModal_bg .cont .tt .tt_bold {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.submitModal_bg .cont .tt .tt_normal {
  color: #555;
  font-size: 14px;
  line-height: 22px;
}

.submitModal_bg .cont button {
  width: 96px;
  height: 30px;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: #1183FF;
  color: #fff;
  font-size: 12px;
  text-align: center;
  float: right;
  margin-top: 20px;
}

.submitModal_bg .cont .close_submitModal_bg {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 7px;
  cursor: pointer;
  right: 13px;
  top: 13px;
}

.submitModal_bg .cont .close_submitModal_bg img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
</pre></body></html>