*,
:after,
:before {
  box-sizing: border-box;
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: Microsoft YaHei UI, Microsoft YaHei, PingFang SC, Helvetica Neue, Hiragino Sans GB, Noto Sans, Tahoma, Arial, simsun, "sans-serif";
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, .85);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

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

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.text-darkgrey {
  color: #666;
}

.text-blue {
  color: #166bc7;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #01347a;
  text-decoration: none;
}

.w-1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.m-t-lg {
  margin-top: 48px;
}

.m-b-lg {
  margin-bottom: 48px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.col-md-6 {
  width: 50%;
  float: left;
}

.wrapper {
  padding: 80px 24px;
}

.wrapper {
  width: 100%;
  position: relative;
}

.new-light {
  background-color: #F7F9F8;
}

.white {
  background-color: #fff;
}

.btn.btn-more {
  padding: 8px 16px;
  border: 1px solid rgb(120, 130, 140, 0.25);
  border-radius: 4px;
}

.btn.btn-more:hover,
.btn.btn-more:focus,
.btn.btn-more:active {
  border: 1px solid #3cb067;
  background: #fff;
  color: #3cb067;
}

.wrapper h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.pull-left {
  float: left;
}

.logo_new_wrapper {
  margin: 11px 0;
  line-height: 0;
}

.cli_head_placeholder {
  height: 64px;
}

.cli_head {
  position: relative;
  background: #fff;
  z-index: 2;
}

.cli_head.x-headerFixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}

.x-headerTabInkBar {
  display: none;
}

.cli_head.x-headerFixed .x-headerTab>a.x-active>.x-headerTabInkBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #3cb067;
  display: block;
}

.cli_head_inner {
  margin: 0 auto;
  height: 64px;
  padding: 0 20px 0 32px;
  position: relative;
}

.cli_head .logo_new img {
  height: 42px;
}

.cli_head .pb20 {
  padding-bottom: 20px;
}

.cli_head .text-grey {
  color: #999;
}

.cli_head .m-l {
  margin-left: 10px;
}

.cli_head .f-12 {
  font-size: 12px;
}

.cli_head a.x-menu {
  display: block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  color: inherit;
}

.cli_head a.x-menu:hover {
  background-color: #f5f5f5;
  color: inherit;
}

.cli_head_inner>ul>li .menu-hd {
  position: relative;
}

.cli_head_inner>ul>li .menu-hd.active {
  color: #3cb067;
  font-weight: bold;
}

.cli_head a {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  line-height: 1em;
}

.x-headerTab {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  text-align: center;
}

.x-headerTab>a {
  display: inline-block;
  line-height: 64px;
  margin-left: 32px;
  font-size: 16px;
  pointer-events: auto;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
}

.x-headerTab>a:first-child {
  margin-left: 0;
}

.x-headerTab>a.x-active {
  color: #0B993F;
  font-weight: bold;
}

.x-headerTab>a:hover {
  color: #0B993F;
}

.cli_head .nav-divider {
  width: 2px;
  height: 18px;
  margin: 27px 12px 0;
  background-color: rgba(120, 130, 140, 0.25);
  display: none;
}

.textLeft {
  text-align: left;
}

.colorBBB {
  color: #bbb;
}

.head-banner {
  padding: 40px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/banner.jpeg);
  text-align: center;
}

.head-banner h1 {
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  margin: 0 0 16px;
  font-weight: bold;
  text-align: center;
}

.head-banner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 28px;
}

.head-banner .btn.green {
  display: inline-block;
  background-color: #3CB067;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  padding: 0 16px;
  transition: 0.2s all cubic-bezier(0.215, 0.610, 0.355, 1);
}

.head-banner .btn.green:hover {
  background-color: #5EBD7E;
}

.head-banner .btn.green:focus,
.head-banner .btn.green:active {
  background-color: #288A4F;
}

.introduce-box-content {
  margin-top: 32px;
}

.introduce-box-content p {
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
  text-indent: 2em;
}

.introduce-box-content p+p {
  margin-top: 16px;
}

.company-culture-box {
  max-width: 450px;
  margin-bottom: 48px;
}

.company-culture-box h4 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 12px;
}

.company-culture-box p {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.65);
}

.aboutus-contact-box {
  padding: 100px 0px;
}

.aboutus-contact-box .contact-wrapper-box {
  width: 830px;
  min-height: 338px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  padding: 54px 72px;
}

.aboutus-contact-box .contact-title {
  font-size: 40px;
  font-weight: bold;
  width: 94px;
  line-height: 50px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 6px;
  margin-top: -4px;
  margin-right: 48px;
}

.aboutus-contact-box .contact-info-box {
  display: inline-block;
}

.aboutus-contact-box .contact-info-box h4 {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: bold;
}

.aboutus-contact-box .contact-info-box p {
  color: #4a4a4a;
}

.aboutus-contact-box .contact-info-box p+p {
  margin-top: 16px;
}

.about-user-count {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 80px auto 0;
}

.about-user-count-item-value {
  font-size: 32px;
  line-height: 40px;
  color: #0B993F;
  margin-bottom: 16px;
}

.about-user-count-item-title {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  text-align: center;
  margin-right: 6px;
}

.aboutus-contact-box .contact-box:hover {
  filter: drop-shadow(0px 4px 24px rgba(105, 123, 140, 0.1));
}

.aboutus-contact-box .contact-box {
  width: 366px;
	height: 247px;
	background-image: url(https://ncstatic.clewm.net/feres/a2f731fa_2a0dcd6b_1678862687.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  border-radius: 8px;
  margin-top: -121px;
  right: -172px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
}

.aboutus-contact-box .contact-box .contact-box-wrapper {
  font-size: 12px;
  padding: 8px 16px;
  background-color: #fff;
  margin-top: 126px;
  margin-left: 88px;
  width: 260px;
  border-radius: 4px;
}

.aboutus-contact-box .contact-box .contact-box-wrapper h4 {
  color: #3cb067;
  font-weight: bold;
  line-height: 12px;
  font-size: 12px;
}

.aboutus-contact-box .contact-box .contact-box-wrapper p {
  margin-top: 8px;
  line-height: 18px;
  font-size: 12px;
	color: rgba(0, 0, 0, 0.87);
}

.copyright {
  padding: 0 24px 40px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.copyright a {
  color: #666;
  margin-left: 8px;
}

.copyright a:last-child {
  margin-right: 8px;
}

.copyright .beian {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.m-l-6 {
  margin-left: 6px;
}

@media only screen and (max-width: 1048px) {
  .cli_head_inner {
    width: 100%;
    padding: 0 17px 0 24px;
  }
  .aboutus-contact-box .contact-wrapper-box {
    width: 100%;
    box-shadow: none;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .aboutus-contact-box .contact-box {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .x-headerTab {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .col-md-6 {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 630px) {
  .contact-info-box {
    margin-top: 32px;
  }

  .contact-info-box h4 {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .head-banner h1 {
    font-size: 28px;
  }
}