/* CSS Document */
.line1-text-overflow, .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(1), .index-web .index-info .index-info-dynamic-cell > p:nth-child(1), .news-web .news-text > p:nth-child(1) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.line2-text-overflow, .index-web .index-solution .index-solution-cell > p:nth-child(2), .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(3), .index-web .index-info .index-info-dynamic-cell > p:nth-child(2), .news-web .news-text > p:nth-child(3), .invite-web .invite-society-1200 a > p:nth-child(4) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* reset.css V1.6  Start*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  font: normal 12px Source Han Sans CN, Source Han Sans CN-Bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  border: 1px;
}

button,
input,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

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

div,
a {
  -webkit-tap-highlight-color: rgba(250, 255, 255, 0);
}

html {
  width: 100%;
  font-size: 100px;
}

@media screen and (min-width: 360px) {
  html {
    font-size: 112.5px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 117.1875px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 129.375px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 150px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 200px;
  }
}

.clear-float:after, .product-web .product-value-1200 ul:after, .invite-web .invite-society-1200 ul:after, .product-base-web .product-base-list-1200:after, .product-base-web .product-module-1200 ul:after, .case-number-web .cn-module3-cell:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}

.clear-float, .product-web .product-value-1200 ul, .invite-web .invite-society-1200 ul, .product-base-web .product-base-list-1200, .product-base-web .product-module-1200 ul, .case-number-web .cn-module3-cell {
  *zoom: 1;
}

.clear-both {
  clear: both;
}

.wp {
  width: 1000px;
  margin: 0 auto;
}

.ver-align:before, .product-pm-web .product-need-1200 li:before, .case-web .case-feature-image-1200:before, .case-web .case-built-1200 li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.checkBrowser {
  font-size: 14px;
  line-height: 40px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 50%;
  width: 700px;
  height: 40px;
  margin-left: -360px;
  padding: 0 10px;
  color: #FFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #E6212A;
}

.checkBrowser a {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  color: #333;
  border-radius: 50%;
  background-color: #FFF;
}

/* reset.css V1.6  End */
.move-box {
  position: relative;
  top: 50px;
  opacity: 0;
}

.pages {
  text-align: center;
}

.pages > a:first-child {
  padding: 0 12px;
}

.pages > a:last-child {
  padding: 0 12px;
}

.pages a {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 0 5px;
  background: #ffffff;
  border: 1px solid #dfe2e7;
  color: #666666;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  padding: 0 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.pages a:hover {
  background: #01a9a8;
  border: 1px solid #01a9a8;
  color: #ffffff;
}

.top-head {
  height: 60px;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.top-head .th-nav-list-mobile {
  display: none;
}

.top-head .th-nav {
  height: 100%;
  float: left;
  padding: 0 0 0 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.top-head .th-logo {
  height: 100%;
  float: left;
  margin-right: 50px;
}

.top-head .th-logo img {
  width: 117px;
  height: auto;
  vertical-align: middle;
}

.top-head .th-logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.top-head .th-nav-list {
  height: 100%;
  float: left;
  font-size: 0;
}

.top-head .th-nav-cell {
  display: inline-block;
  padding: 0 10px;
  height: 100%;
  position: relative;
}

.top-head .th-nav-cell:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #01B6B5;
  opacity: 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.top-head .th-nav-cell:hover:before {
  opacity: 1;
}

.top-head .th-nav-cell:hover .th-nav-child {
  opacity: 1;
  visibility: visible;
  top: 60px;
}

.top-head .th-nav-cell > a {
  display: inline-block;
  padding: 0 10px;
  height: 100%;
  line-height: 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  vertical-align: middle;
  position: relative;
}

.top-head .th-nav-cell-active:before {
  font-weight: 600;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #01B6B5;
  opacity: 1;
}

.top-head .th-nav-child {
  display: inline-block;
  width: 436px;
  min-height: 150px;
  position: absolute;
  top: 80px;
  left: -60px;
  background-color: #FFFFFF;
  padding: 28px 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.top-head .th-nav-child ul {
  float: left;
}

.top-head .th-nav-child ul a {
  display: block;
  color: #000000;
  font-size: 14px;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.top-head .th-nav-child ul a:hover {
  color: #01A9A8;
}

.top-head .th-nav-child ul .a-active {
  color: #01A9A8;
}

.top-head .th-nav-child ul > a:last-child {
  margin-bottom: 0;
}

.top-head .th-nav-child-img {
  display: inline-block;
  width: 194px;
  height: 94px;
  float: right;
}

.top-head .th-nav-child-img img {
  width: 100%;
  height: 100%;
}

.top-head .hamburger {
  display: none;
}

.top-head .th-btn {
  float: right;
  font-size: 0;
}

.top-head .th-login {
  display: inline-block;
  height: 60px;
  width: 100px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
}

.top-head .th-register {
  display: inline-block;
  height: 60px;
  width: 106px;
  text-align: center;
  line-height: 60px;
  background: #01a9a8;
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
}

.top-head .th-search {
  display: inline-block;
  width: 290px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 18px 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.top-head .th-search button {
  display: inline-block;
  width: 16%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.top-head .th-search button i {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 60px;
}

.top-head .th-search input {
  width: 84%;
  height: 18px;
  vertical-align: middle;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #ffffff;
}

.bottom .bottom-t {
  height: 400px;
  background: #161c28;
}

.bottom .bottom-t-content {
  width: 1200px;
  margin: 0 auto;
}

.bottom .bottom-t-nav-code {
  padding-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #29303e;
}

.bottom .bottom-t-nav {
  display: inline-block;
  width: 994px;
  height: 160px;
  font-size: 0;
  border-right: 1px solid #29303e;
  float: left;
}

.bottom .bottom-t-nav ul {
  display: inline-block;
  width: 16.666%;
  vertical-align: top;
}

.bottom .bottom-t-nav ul > li:first-child {
  font-weight: 600;
  margin-bottom: 20px;
}

.bottom .bottom-t-nav li {
  font-size: 14px;
  color: #99a1ae;
  margin-bottom: 14px;
}

.bottom .bottom-t-nav li a {
  font-size: 14px;
  color: #99a1ae;
  margin-bottom: 14px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

.bottom .bottom-t-nav li:hover a {
  color: #01A9A8;
}

.bottom .bottom-t-nav .bottom-t-code-mobile {
  display: none;
}

.bottom .bottom-t-code {
  width: 112px;
  height: 160px;
  display: inline-block;
  float: right;
}

.bottom .bottom-t-code > p:nth-child(1) {
  font-size: 14px;
  color: #99a1ae;
  font-weight: 600;
  margin-bottom: 6px;
}

.bottom .bottom-t-code > p:nth-child(2) {
  font-size: 14px;
  color: #697587;
  margin-bottom: 6px;
}

.bottom .bottom-t-code > div:nth-child(3) {
  display: inline-block;
  width: 112px;
  height: 112px;
  font-size: 14px;
  color: #697587;
}

.bottom .bottom-t-code > div:nth-child(3) img {
  width: 100%;
  height: 100%;
}

.bottom .bottom-address {
  padding: 44px 0 40px 0;
}

.bottom .bottom-address .bottom-logo {
  display: inline-block;
  width: 150px;
  height: 52px;
  vertical-align: top;
  margin-right: 46px;
  margin-top: -9px;
}

.bottom .bottom-address .bottom-address-cell {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 46px;
}

.bottom .bottom-address .bottom-address-cell > p:nth-child(2) {
  font-weight: 600;
}

.bottom .bottom-address .bottom-address-cell p {
  color: #99a1ae;
  font-size: 14px;
  line-height: 20px;
}

.bottom .bottom-address > .bottom-address-cell:nth-child(2) {
  width: 392px;
  margin-right: 46px;
}

.bottom .bottom-address > .bottom-address-cell:nth-child(3) {
  width: 300px;
}

.bottom .bottom-address .bottom-address-line {
  width: 1px;
  height: 31px;
  background: #29303e;
  position: absolute;
  top: 0;
  left: -46px;
}

.bottom .bottom-b {
  background: #0a0e18;
}

.bottom .bottom-b .bottom-b-content {
  width: 1200px;
  margin: 0 auto;
  padding: 29px;
  color: #7a8191;
  font-size: 14px;
  text-align: center;
}

.fixed-right-mobile {
  display: none;
}

.fixed-right {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 82px;
  height: 284px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 4px rgba(155, 162, 178, 0.3);
  padding: 0 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.fixed-right .fixed-right-cell {
  display: inline-block;
  height: 33.3333%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 20px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.fixed-right .fixed-right-cell .fixed-right-phone {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  right: 82px;
  background-color: #FFFFFF;
  font-size: 30px;
  border-radius: 6px;
  padding: 14px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  box-shadow: 0px 0px 20px 4px rgba(155, 162, 178, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.fixed-right .fixed-right-cell .fixed-right-code {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  right: 82px;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 14px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  box-shadow: 0px 0px 20px 4px rgba(155, 162, 178, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.fixed-right .fixed-right-cell .fixed-right-code img {
  width: 160px;
}

.fixed-right .fixed-right-cell .fixed-right-code p {
  font-size: 18px;
}

.fixed-right .fixed-right-cell:hover > i {
  color: #01A9A8;
}

.fixed-right .fixed-right-cell:hover > p {
  color: #01A9A8;
}

.fixed-right .fixed-right-cell > i {
  color: #666666;
  font-size: 28px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.fixed-right .fixed-right-cell > p {
  color: #666666;
  font-size: 14px;
  margin-top: 6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.fixed-right .fixed-right-cell-phone:hover .fixed-right-phone {
  width: auto;
  opacity: 1;
  visibility: visible;
}

.fixed-right .fixed-right-cell-code:hover .fixed-right-code {
  width: auto;
  opacity: 1;
  visibility: visible;
}

.btn1 {
  display: inline-block;
  width: 150px;
  padding: 12px 0;
  background: #01a9a8;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.btn1:hover {
  opacity: .7;
}

.btn1 .iconfont {
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  vertical-align: middle;
  margin-left: 6px;
}

.btn1 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #FFFFFF;
}

.btn2 {
  display: inline-block;
  width: 150px;
  padding: 12px 0;
  border-radius: 5px;
  border: 1px solid #01A9A8;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.btn2:hover {
  background: #01a9a8;
}

.btn2:hover span {
  color: #FFFFFF;
}

.btn2:hover i {
  color: #FFFFFF;
}

.btn2 .iconfont {
  display: inline-block;
  font-size: 20px;
  color: #01A9A8;
  vertical-align: middle;
  margin-left: 6px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.btn2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #01A9A8;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.btn3 {
  display: inline-block;
  width: 80px;
  padding: 12px 0;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  border: 1px solid #999999;
}

.btn3:hover {
  opacity: .7;
}

.btn3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #999999;
}

.small-banner {
  position: relative;
}

.small-banner .small-banner-img {
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.small-banner .small-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.small-banner .small-banner-text > p:nth-child(1) {
  font-size: 46px;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.small-banner .small-banner-text > p:nth-child(2) {
  font-size: 24px;
  color: #FFFFFF;
}

.small-banner .btn-wrap {
  width: 1200px;
  position: absolute;
  top: 380px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.small-banner2 .small-banner-img {
  display: block;
}

.small-banner2 .small-banner-img-m {
  display: none;
}

.small-title {
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 600;
}

.small-intro {
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.small-tab {
  position: relative;
  width: 1200px;
  height: 70px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
  margin: -35px auto 0;
  display: table;
}

.small-tab a {
  display: table-cell;
  height: 36px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  padding-top: 17px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.small-tab a:hover {
  font-weight: 600;
  color: #01A9A8;
}

.small-tab span {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-right: 1px solid #eff1f3;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.small-tab span i {
  font-size: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.small-tab > a:last-child span {
  border: none;
}

.small-tab .action {
  font-weight: 600;
  color: #01A9A8;
}

@media screen and (max-width: 1300px) {
  .small-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 600;
  }
  .small-intro {
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .small-tab {
    position: relative;
    width: 96%;
    height: 70px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
    margin: -35px auto 0;
    display: table;
  }
  .small-tab a {
    display: table-cell;
    height: 36px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding-top: 17px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .small-tab a:hover {
    font-weight: 600;
    color: #01A9A8;
  }
  .small-tab span {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #eff1f3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .small-tab span i {
    font-size: 24px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .small-tab .action {
    font-weight: 600;
    color: #01A9A8;
  }
}

@media screen and (max-width: 1300px) {
  .top-head .th-nav {
    padding: 0 0 0 20px;
  }
  .top-head .th-nav-cell {
    padding: 0 10px;
  }
  .top-head .th-search {
    width: 240px;
  }
  .top-head .th-login {
    width: 80px;
  }
  .top-head .th-register {
    width: 86px;
  }
  .top-head .th-search input {
    width: 80%;
  }
  .bottom .bottom-t-content {
    width: 90%;
  }
  .bottom .bottom-b .bottom-b-content {
    width: 90%;
  }
  .bottom .bottom-t-nav {
    width: 82.8%;
  }
  .bottom .bottom-address .bottom-logo {
    margin-right: 26px;
  }
  .bottom .bottom-address .bottom-address-cell {
    margin-left: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .bottom .bottom-address .bottom-address-line {
    left: -26px;
  }
}

@media screen and (max-width: 1200px) {
  .small-banner {
    position: relative;
  }
  .small-banner .small-banner-img-m {
    position: relative;
  }
  .small-banner .small-banner-img-m img {
    width: 100%;
  }
  .small-banner .btn-wrap {
    width: 100%;
    top: 66%;
    text-align: center;
  }
  .small-banner .small-banner-text > p:nth-child(1) {
    font-size: 28px;
    color: #FFFFFF;
  }
  .small-banner .small-banner-text > p:nth-child(2) {
    font-size: 16px;
  }
  .small-banner2 .small-banner-img {
    display: none;
  }
  .small-banner2 .small-banner-img-m {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .top-head .th-nav-cell {
    padding: 0 8px;
  }
  .top-head .th-nav-cell > a {
    padding: 0 8px;
  }
  .top-head .th-search {
    width: 220px;
  }
  .top-head .th-login {
    width: 70px;
  }
  .top-head .th-register {
    width: 76px;
  }
  .top-head .th-search input {
    width: 80%;
  }
  .bottom .bottom-address .bottom-logo {
    margin-bottom: 20px;
  }
  .bottom .bottom-t {
    height: auto;
  }
  .bottom .bottom-address > .bottom-address-cell:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .bottom .bottom-address > .bottom-address-cell:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .top-head .th-nav {
    width: 100%;
    padding: 0;
  }
  .top-head .th-logo {
    display: inline-block;
    float: none;
    margin-right: 0;
    text-align: center;
    padding-left: 14px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .top-head .th-nav-list {
    display: none;
  }
  .top-head .th-btn {
    display: none;
  }
  .top-head {
    position: fixed;
  }
  .top-head .hamburger {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 30px;
  }
  .th-nav-list-mobile {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 60px;
    width: 100%;
    height: auto;
    left: 0;
  }
  .th-btn-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    float: left;
    font-size: 0;
  }
  .th-btn-mobile .th-search-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    height: 42px;
    line-height: normal;
    background: #FFFFFF;
  }
  .th-btn-mobile .th-search-mobile button {
    height: auto;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    font-size: 16px;
  }
  .th-btn-mobile .th-search-mobile button i {
    color: #333333;
    margin-right: 6px;
    vertical-align: middle;
  }
  .th-btn-mobile .th-search-mobile input {
    border: none;
    width: 80%;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
  }
  .th-btn-mobile .th-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    height: 42px;
    line-height: normal;
    background: #01a9a8;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
    font-size: 16px;
  }
  .th-btn-mobile .th-register {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    height: 42px;
    line-height: normal;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 16px;
  }
  .th-mobile-nav-ul {
    display: inline-block;
    width: 100%;
  }
  .th-mobile-nav-ul > li .th-mobile-nav-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .th-mobile-nav-ul ul {
    display: none;
    padding: 0 0 0 30px;
  }
  .th-mobile-nav-ul ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 14px;
  }
  .th-mobile-nav-ul ul a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    padding: 14px 0 14px 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .th-mobile-nav-ul .iconfont {
    font-size: 18px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .th-mobile-nav-ul .active a i {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 760px) {
  .bottom .bottom-t-nav ul {
    width: 50%;
    margin-bottom: 40px;
    text-align: center;
  }
  .bottom .bottom-t-nav-code {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .bottom .bottom-t-nav {
    width: 100%;
    height: auto;
    border-right: none;
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .bottom .bottom-address {
    padding: 20px 0;
    width: 100%;
  }
  .bottom .bottom-b .bottom-b-content {
    padding: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    word-break: break-all;
    text-align: center;
  }
  .bottom .bottom-t-code {
    display: none;
  }
  .bottom .bottom-t-nav .bottom-t-code-mobile {
    height: 160px;
    display: inline-block;
    float: right;
  }
  .bottom .bottom-t-nav .bottom-t-code-mobile > p:nth-child(1) {
    font-size: 14px;
    color: #99a1ae;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .bottom .bottom-t-nav .bottom-t-code-mobile > p:nth-child(2) {
    font-size: 14px;
    color: #697587;
    margin-bottom: 6px;
  }
  .bottom .bottom-t-nav .bottom-t-code-mobile > div:nth-child(3) {
    display: inline-block;
    width: 112px;
    height: 112px;
    font-size: 14px;
    color: #697587;
  }
  .bottom .bottom-t-nav .bottom-t-code-mobile > div:nth-child(3) img {
    width: 100%;
    height: 100%;
  }
  .fixed-right {
    display: none;
  }
  .fixed-right-mobile {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 62px;
    height: 203px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 4px rgba(155, 162, 178, 0.3);
    padding: 0 6px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .fixed-right-mobile .fixed-right-cell {
    height: 33.3333%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
  }
  .fixed-right-mobile .fixed-right-cell .fixed-right-phone {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 82px;
    background-color: #FFFFFF;
    font-size: 30px;
    border-radius: 6px;
    padding: 14px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    box-shadow: 0px 0px 20px 4px rgba(155, 162, 178, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .fixed-right-mobile .fixed-right-cell .fixed-right-code {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 82px;
    background-color: #FFFFFF;
    border-radius: 6px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    box-shadow: 0px 0px 20px 4px rgba(155, 162, 178, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .fixed-right-mobile .fixed-right-cell .fixed-right-code img {
    width: 160px;
  }
  .fixed-right-mobile .fixed-right-cell .fixed-right-code p {
    font-size: 12px;
  }
  .fixed-right-mobile .fixed-right-cell > i {
    color: #666666;
    font-size: 22px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .fixed-right-mobile .fixed-right-cell > p {
    color: #666666;
    font-size: 12px;
    margin-top: 6px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .fixed-right-mobile .fixed-right-cell-code:hover .fixed-right-code {
    width: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 760px) {
  .small-tab {
    position: relative;
    width: 96%;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
    margin: -25px auto 0;
    display: table;
  }
  .small-tab a {
    display: table-cell;
    height: 36px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    padding-top: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .small-tab a:hover {
    font-weight: 600;
    color: #01A9A8;
  }
  .small-tab span {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #eff1f3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .small-tab span i {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .small-tab .action {
    font-weight: 600;
    color: #01A9A8;
  }
}

@media screen and (max-width: 760px) {
  .btn1 {
    display: inline-block;
    width: 140px;
    padding: 10px 0;
    background: #01a9a8;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .btn1:hover {
    opacity: .7;
  }
  .btn1 .iconfont {
    display: inline-block;
    font-size: 20px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-left: 6px;
  }
  .btn1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #FFFFFF;
  }
  .btn2 {
    display: inline-block;
    width: 150px;
    padding: 12px 0;
    border-radius: 5px;
    border: 1px solid #01A9A8;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .btn2:hover {
    background: #01a9a8;
  }
  .btn2:hover span {
    color: #FFFFFF;
  }
  .btn2:hover i {
    color: #FFFFFF;
  }
  .btn2 .iconfont {
    display: inline-block;
    font-size: 20px;
    color: #01A9A8;
    vertical-align: middle;
    margin-left: 6px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .btn2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #01A9A8;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .btn3 {
    display: inline-block;
    width: 80px;
    padding: 12px 0;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border: 1px solid #999999;
  }
  .btn3:hover {
    opacity: .7;
  }
  .btn3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999999;
  }
}

.cancel-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}

.cancel-icon:hover span {
  background: #01A9A8;
}

.cancel-icon span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #999999;
  position: absolute;
  top: 48%;
  left: 25%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.cancel-icon > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cancel-icon > span:nth-child(2) {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.popup-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
}

.popup-wrap .popup-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
}

.popup-wrap .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}

.about-web {
  background-color: #F5F7FA;
}

.about-web .about-culture {
  padding: 76px 0 74px;
}

.about-web .about-culture-1200 {
  width: 1200px;
  margin: 0 auto;
}

.about-web .about-us-info .text {
  margin-top: 44px;
}

.about-web .about-us-info .text p {
  color: #333333;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 24px;
}

.about-web .about-us-info .img {
  margin-bottom: 36px;
}

.about-web .about-us-info .img img {
  width: 100%;
}

.about-web .about-us-info .culture {
  height: 172px;
}

.about-web .about-us-info .culture-left {
  width: 194px;
  height: 100%;
  float: left;
}

.about-web .about-us-info .culture-left img {
  width: 100%;
  height: 100%;
}

.about-web .about-us-info .culture-right {
  height: 100%;
  margin-left: 194px;
  padding: 20px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 0;
}

.about-web .about-us-info .culture-right .cell {
  display: inline-block;
  width: 33.3333%;
  height: 100%;
  vertical-align: middle;
}

.about-web .about-us-info .culture-right .cell p {
  width: 59%;
  margin: 0 auto;
}

.about-web .about-us-info .culture-right .cell > p:nth-child(1) {
  margin-bottom: 10px;
}

.about-web .about-us-info .culture-right .cell > p:nth-child(1) span {
  vertical-align: middle;
}

.about-web .about-us-info .culture-right .cell > p:nth-child(1) > span:nth-child(1) {
  display: inline-block;
  width: 74px;
  height: 74px;
  vertical-align: middle;
  background-color: rgba(1, 182, 181, 0.2);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.about-web .about-us-info .culture-right .cell > p:nth-child(1) > span:nth-child(1) i {
  font-size: 50px;
  color: #01A9A8;
  line-height: 74px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.about-web .about-us-info .culture-right .cell > p:nth-child(1) > span:nth-child(2) {
  font-size: 18px;
  color: #252525;
  font-weight: 600;
  margin-left: 12px;
}

.about-web .about-us-info .culture-right .cell > p:nth-child(2) {
  color: #3E3A39;
  font-size: 14px;
  line-height: 22px;
}

.about-web .about-manage {
  padding: 84px 0 104px;
  background-color: #FFFFFF;
}

.about-web .about-manage-1200 {
  width: 1200px;
  margin: 0 auto;
}

.about-web .about-manage-list {
  margin-top: 72px;
  font-size: 0;
}

.about-web .about-manage-list > .about-manage-cell:nth-child(2n-1) {
  margin-right: 0;
}

.about-web .about-manage-list > .about-manage-cell:nth-child(2n) {
  margin-right: 0;
}

.about-web .about-manage-list > .about-manage-cell:nth-child(2n) .amc-img {
  float: right;
}

.about-web .about-manage-list > .about-manage-cell:nth-child(2n) .amc-text {
  float: left;
  padding: 38px 86px 0 44px;
}

.about-web .about-manage-cell {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 28px;
}

.about-web .about-manage-cell > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  padding: 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #f5f7fa;
}

.about-web .about-manage-cell:before {
  width: 100%;
  content: '';
  display: inline-block;
  padding-top: 34.16%;
}

.about-web .about-manage-cell .amc-img {
  display: inline-block;
  width: 24.58%;
  height: 100%;
  vertical-align: top;
  float: left;
}

.about-web .about-manage-cell .amc-img img {
  width: 100%;
  height: 100%;
}

.about-web .about-manage-cell .amc-text {
  display: inline-block;
  width: 75.42%;
  height: 100%;
  background-color: #f5f7fa;
  vertical-align: top;
  padding: 38px 86px 0 78px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  float: right;
}

.about-web .about-manage-cell .amc-text > p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.about-web .about-manage-cell .amc-text > p span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #666666;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  margin-bottom: 4px;
}

.about-web .about-manage-cell .amc-text > p:nth-child(1) {
  color: #221815;
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}

.about-web .about-manage-cell .amc-text > p:nth-child(2) {
  color: #01A9A8;
  font-size: 16px;
  margin-bottom: 24px;
}

.about-web .about-manage-cell .amc-text > p:nth-child(3) {
  margin-bottom: 32px;
}

.about-web .about-course {
  height: 540px;
  background: url("../static/images/about-bac2.png") center/cover no-repeat;
}

.about-web .about-course .about-course-content {
  padding: 78px 0 0;
}

.about-web .about-course .small-title {
  color: #FFFFFF;
}

.about-web .about-course-line-mobile {
  display: none;
}

.about-web .about-course-line {
  height: 2px;
  background-color: #FFFFFF;
  margin-top: 180px;
}

.about-web .about-course-line .about-course-line-1200 {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.about-web .about-course-line .about-course-line-1200 > .ac-cell:nth-child(1) {
  left: 12.5%;
}

.about-web .about-course-line .about-course-line-1200 > .ac-cell:nth-child(2) {
  left: 37.5%;
}

.about-web .about-course-line .about-course-line-1200 > .ac-cell:nth-child(3) {
  left: 62.5%;
}

.about-web .about-course-line .about-course-line-1200 > .ac-cell:nth-child(4) {
  left: 87.5%;
}

.about-web .about-course-line .about-course-line-1200 > .ac-cell:nth-child(5) {
  left: 0;
}

.about-web .about-course-line .about-course-line-1200 > .ac-cell:nth-child(6) {
  left: 25%;
}

.about-web .about-course-line .about-course-line-1200 > .ac-cell:nth-child(7) {
  left: 50%;
}

.about-web .about-course-line .about-course-line-1200 > .ac-cell:nth-child(8) {
  left: 75%;
}

.about-web .about-course-line .ac-cell {
  position: absolute;
}

.about-web .about-course-line .ac-cell1 {
  top: -100px;
}

.about-web .about-course-line .ac-cell1 > p:nth-child(2) {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
}

.about-web .about-course-line .ac-cell1 > p:nth-child(1) {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 10px;
}

.about-web .about-course-line .ac-cell1 .ac-line {
  top: 61px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about-web .about-course-line .ac-cell2 {
  top: 51px;
}

.about-web .about-course-line .ac-cell2 > p:nth-child(1) {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-web .about-course-line .ac-cell2 > p:nth-child(2) {
  color: #FFFFFF;
  font-size: 14px;
}

.about-web .about-course-line .ac-cell2 .ac-line {
  top: -58px;
}

.about-web .about-course-line .ac-line {
  display: inline-block;
  width: 16px;
  height: 48px;
  position: absolute;
  left: 40px;
}

.about-web .about-course-line .ac-line > span:nth-child(1) {
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #868a99;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.about-web .about-course-line .ac-line > span:nth-child(1) span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-web .about-course-line .ac-line > span:nth-child(2) {
  display: inline-block;
  width: 0px;
  height: 22px;
  border-right: 1px dashed #868a99;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.about-web .about-course-line .ac-line > span:nth-child(3) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #868a99;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.about-web .about-honor {
  background-color: #f5f7fa;
}

.about-web .about-honor .about-honor-1200 {
  width: 1200px;
  padding: 92px 0 116px 0;
  margin: 0 auto;
}

.about-web .about-honor .about-honor-1200 ul li {
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
}

.about-web .about-honor .about-honor-1200 ul li:hover {
  box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.3);
}

.about-web .about-honor .about-honor-1200 ul li:before {
  content: '';
  display: inline-block;
  width: 100%;
}

.about-web .about-honor .about-honor-1200 ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-web .about-honor .about-honor-list-first {
  margin-top: 62px;
  font-size: 0;
}

.about-web .about-honor .about-honor-list-first > li:last-child {
  margin-right: 0;
}

.about-web .about-honor .about-honor-list-first li {
  width: 22.41%;
  margin-right: 3.45%;
}

.about-web .about-honor .about-honor-list-first li:before {
  padding-top: 140.5%;
}

.about-web .about-honor .about-honor-list-second {
  font-size: 0;
  margin-top: 40px;
}

.about-web .about-honor .about-honor-list-second > li:last-child {
  margin-right: 0;
}

.about-web .about-honor .about-honor-list-second li {
  width: 30.58%;
  margin-right: 4.13%;
}

.about-web .about-honor .about-honor-list-second li:before {
  padding-top: 70.8%;
}

.about-web .about-course-new {
  background: #FFFFFF;
}

.about-web .about-course-new .about-course-new-1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 92px 0 116px 0;
}

.about-web .about-course-new .history-line {
  min-width: 100%;
}

.about-web .about-course-new .history-line .line-outer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}

.about-web .about-course-new .history-line .line-outer ul {
  font-size: 0;
}

.about-web .about-course-new .history-line .line-outer ul li.history-item {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 10px;
  width: 22%;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.about-web .about-course-new .history-line .line-outer ul li.history-item.short-item {
  width: 6%;
}

.about-web .about-course-new .history-line .line-outer ul li.history-item .year {
  font-size: 20px;
  position: absolute;
  top: 14px;
  right: -25px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.about-web .about-course-new .history-line .line-outer ul li.history-item .year:hover {
  font-size: 22px;
}

.about-web .about-course-new .history-line .line-outer ul li.history-item.current-year .year {
  right: -32px;
  font-size: 25px;
}

.about-web .about-course-new .history-line .line-outer ul li.history-item:last-child {
  border-right-color: transparent;
}

.about-web .about-course-new .history-line .line-outer .ul-mask {
  position: absolute;
  left: 0;
  top: 18px;
  right: 0;
  height: 14px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.8);
}

.about-web .about-course-new .history-line .line-outer .ul-mask::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: url("./image/current-arrow.png") no-repeat center/contain;
}

.about-web .about-course-new .history-line .event-list-outer {
  padding-left: 50px;
  padding-top: 70px;
}

.about-web .about-course-new .history-line .event-list-outer .event-ul .event-li {
  vertical-align: top;
  margin-bottom: 35px;
}

.about-web .about-course-new .history-line .event-list-outer .event-ul .event-li span {
  vertical-align: top;
}

.about-web .about-course-new .history-line .event-list-outer .event-ul .event-li .month {
  display: inline-block;
  font-size: 16px;
  color: #7c8087;
  line-height: 40px;
  margin-right: 36px;
}

.about-web .about-course-new .history-line .event-list-outer .event-ul .event-li .event {
  display: inline-block;
  width: 180px;
  border-radius: 20px;
  color: #4d78e7;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: #f0f4fd;
  margin-right: 36px;
  padding: 0 20px;
  min-height: 40px;
}

.about-web .about-course-new .history-line .event-list-outer .event-ul .event-li .event.no-bgc {
  background-color: #fff;
}

.about-web .about-course-new .history-line .event-list-outer .event-ul .event-li .des {
  display: inline-block;
  max-width: 800px;
  font-size: 16px;
  color: #43474e;
  padding-top: 4px;
  line-height: 30px;
}

.about-web .about-course-new .history-line .line-outer ul li.history-item {
  width: 29.33333%;
}

.about-web .about-course-new .history-line .line-outer ul li.history-item.current-year .year {
  right: -32px;
  font-size: 25px;
}

.about-web .about-course-new .event-ul {
  display: none;
}

.about-web .about-course-new .event-ul.active {
  display: block;
}

@media screen and (max-width: 1300px) {
  .about-web .about-culture-1200 {
    width: 96%;
  }
  .about-web .acc-left-cell > div {
    padding-left: 32px;
  }
  .about-web .acc-left {
    padding: 0 38px;
  }
  .about-web .about-manage-1200 {
    width: 96%;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(2) {
    margin-bottom: 20px;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(3) {
    margin-bottom: 24px;
  }
  .about-web .about-course-line-1200 {
    width: 96%;
  }
  .about-web .about-honor .about-honor-1200 {
    width: 96%;
  }
}

@media screen and (max-width: 1200px) {
  .about-web .about-culture-1200 {
    width: 96%;
  }
  .about-web .acc-left-cell > div {
    padding-left: 26px;
  }
  .about-web .acc-left {
    padding: 0 30px;
  }
  .about-web .about-manage-1200 {
    width: 96%;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(2) {
    margin-bottom: 16px;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(3) {
    margin-bottom: 20px;
  }
  .about-web .about-us-info .culture-right .cell p {
    width: 80%;
  }
  .about-web .about-course-new .about-course-new-1200 {
    width: 96%;
  }
  .about-web .about-course-new .history-line .event-list-outer {
    padding-left: 40px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1100px) {
  .about-web .about-culture-1200 {
    width: 96%;
  }
  .about-web .acc-left-cell > div {
    padding-left: 22px;
  }
  .about-web .acc-left {
    padding: 0 24px;
  }
  .about-web .about-manage-1200 {
    width: 96%;
  }
  .about-web .about-manage-cell .amc-text {
    padding: 18px 0 0 38px;
  }
  .about-web .about-manage-list > .about-manage-cell:nth-child(2n) .amc-text {
    padding: 18px 38px 0 0;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(2) {
    margin-bottom: 12px;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(3) {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .about-web .acc-left {
    width: 70%;
  }
  .about-web .acc-right {
    width: 30%;
  }
  .about-web .acc-left-cell > span {
    width: 60px;
    height: 60px;
  }
  .about-web .acc-left-cell > span i {
    font-size: 40px;
    line-height: 60px;
  }
  .about-web .about-manage-cell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-web .about-honor .about-honor-list-first li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .about-web .about-honor .about-honor-list-first > li:nth-child(2n) {
    margin-right: 0;
  }
  .about-web .about-honor .about-honor-list-second li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .about-web .about-honor .about-honor-list-second li:nth-child(2n) {
    margin-right: 0;
  }
  .about-web .about-manage-cell > div {
    padding: 16px;
  }
  .about-web .about-manage-cell .amc-text {
    padding: 10px 0 0 16px;
  }
  .about-web .about-manage-list > .about-manage-cell:nth-child(2n) .amc-text {
    padding: 10px 16px 0 0;
  }
  .about-web .about-us-info .culture-right .cell p {
    width: 90%;
  }
}

@media screen and (max-width: 760px) {
  .about-web .about-honor .about-honor-list-first li {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .about-web .about-honor .about-honor-list-first > li:nth-child(2n) {
    margin-right: 0;
  }
  .about-web .about-honor .about-honor-list-second li {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .about-web .about-honor .about-honor-list-second li:nth-child(2n) {
    margin-right: 0;
  }
  .about-web .about-culture {
    padding: 30px 0 30px 0;
  }
  .about-web .about-culture-content {
    margin-top: 30px;
  }
  .about-web .about-manage {
    padding: 40px 0 30px;
  }
  .about-web .about-manage-list {
    padding-top: 30px;
    margin-top: 0;
  }
  .about-web .about-course .about-course-content {
    padding: 38px 0 0;
  }
  .about-web .about-honor .about-honor-1200 {
    padding: 30px 0 50px 0;
  }
  .about-web .about-culture-content > div {
    position: static;
    height: auto;
  }
  .about-web .about-culture-content:before {
    padding-top: 0;
  }
  .about-web .acc-left {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
  }
  .about-web .acc-right {
    z-index: 98;
    width: 100%;
    height: 400px;
  }
  .about-web .acc-left-cell {
    height: auto;
    padding: 10px 0;
  }
  .about-web .acc-left-cell > div > p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .about-web .acc-left-cell > div > p:nth-child(2) {
    font-size: 14px;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .about-web .about-manage-cell .amc-text > p:nth-child(3) {
    margin-bottom: 6px;
  }
  .about-web .about-manage-cell .amc-text > p {
    font-size: 12px;
    line-height: 20px;
  }
  .about-web .about-manage-cell .amc-text {
    padding: 12px 12px 0 10px;
  }
  .about-web .about-course {
    height: auto;
  }
  .about-web .about-course-line {
    display: none;
  }
  .about-web .about-course-line-mobile {
    display: block;
    width: 100%;
    height: 1000px;
    position: relative;
  }
  .about-web .about-course-line-mobile .about-line-mobile {
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(-50%, 0);
       -moz-transform: rotate(-50%, 0);
        -ms-transform: rotate(-50%, 0);
            transform: rotate(-50%, 0);
    top: 0;
    height: 1000px;
    width: 2px;
    background-color: #FFFFFF;
  }
  .about-web .about-course-line-mobile .about-line-mobile > .ac-cell:nth-child(1) {
    top: 14.5%;
  }
  .about-web .about-course-line-mobile .about-line-mobile > .ac-cell:nth-child(2) {
    top: 39.5%;
  }
  .about-web .about-course-line-mobile .about-line-mobile > .ac-cell:nth-child(3) {
    top: 64.5%;
  }
  .about-web .about-course-line-mobile .about-line-mobile > .ac-cell:nth-child(4) {
    top: 89.5%;
  }
  .about-web .about-course-line-mobile .about-line-mobile > .ac-cell:nth-child(5) {
    top: 2%;
  }
  .about-web .about-course-line-mobile .about-line-mobile > .ac-cell:nth-child(6) {
    top: 27%;
  }
  .about-web .about-course-line-mobile .about-line-mobile > .ac-cell:nth-child(7) {
    top: 52%;
  }
  .about-web .about-course-line-mobile .about-line-mobile > .ac-cell:nth-child(8) {
    top: 77%;
  }
  .about-web .about-course-line-mobile .ac-cell {
    position: absolute;
    width: 36vw;
  }
  .about-web .about-course-line-mobile .ac-cell1 {
    left: 50px;
  }
  .about-web .about-course-line-mobile .ac-cell1 > p:nth-child(2) {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
  }
  .about-web .about-course-line-mobile .ac-cell1 > p:nth-child(1) {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about-web .about-course-line-mobile .ac-cell1 .ac-line {
    left: -57px;
  }
  .about-web .about-course-line-mobile .ac-cell2 {
    right: 50px;
  }
  .about-web .about-course-line-mobile .ac-cell2 > p:nth-child(1) {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: right;
  }
  .about-web .about-course-line-mobile .ac-cell2 > p:nth-child(2) {
    color: #FFFFFF;
    font-size: 14px;
    text-align: right;
  }
  .about-web .about-course-line-mobile .ac-cell2 .ac-line {
    right: -57px;
    top: 34%;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .about-web .about-course-line-mobile .ac-line {
    display: inline-block;
    width: 48px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .about-web .about-course-line-mobile .ac-line > span:nth-child(1) {
    display: inline-block;
    width: 16px;
    height: 16px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #868a99;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-web .about-course-line-mobile .ac-line > span:nth-child(1) span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about-web .about-course-line-mobile .ac-line > span:nth-child(2) {
    display: inline-block;
    width: 22px;
    height: 0;
    border-bottom: 1px dashed #868a99;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .about-web .about-course-line-mobile .ac-line > span:nth-child(3) {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #868a99;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .about-web .about-manage-cell:before {
    display: none;
  }
  .about-web .about-manage-cell > div {
    position: static;
  }
  .about-web .about-manage-cell .amc-img {
    float: none;
    width: 100%;
    height: auto;
  }
  .about-web .about-manage-cell .amc-text {
    float: none;
    width: 100%;
    height: auto;
  }
  .about-web .about-manage-list > .about-manage-cell:nth-child(2n) .amc-img {
    float: none;
  }
  .about-web .about-manage-list > .about-manage-cell:nth-child(2n) .amc-text {
    float: none;
  }
  .about-web .about-us-info .culture {
    height: auto;
  }
  .about-web .about-us-info .culture-left {
    float: none;
  }
  .about-web .about-us-info .culture-right {
    margin-left: 0;
  }
  .about-web .about-us-info .culture-right .cell > p:nth-child(1) > span:nth-child(2) {
    display: block;
  }
  .about-web .about-us-info .culture-right .cell {
    vertical-align: top;
  }
  .about-web .about-course-new .about-course-new-1200 {
    padding: 30px 0 30px 0;
  }
  .about-web .about-course-new .history-line .event-list-outer {
    padding-left: 20px;
    padding-top: 30px;
  }
}

.index-web .index-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #01A9A8;
}

.index-web .index-more .iconfont {
  display: inline-block;
  font-size: 18px;
  color: #01A9A8;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.index-web .index-more span {
  font-size: 14px;
  font-weight: 400;
  color: #01A9A8;
}

.index-web .index-more-white {
  color: #ffffff;
}

.index-web .index-more-white .iconfont {
  color: #ffffff;
}

.index-web .index-more-white span {
  color: #ffffff;
}

.index-web .index-banner {
  height: 820px;
  position: relative;
}

.index-web .index-banner .index-banner-swiper {
  height: 100%;
}

.index-web .index-banner .index-banner-swiper {
  height: 100%;
}

.index-web .index-banner .swiper-slide {
  height: 100%;
}

.index-web .index-banner .swiper-slide .index-banner-bac {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index-web .index-banner .index-banner-a {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.index-web .index-banner .swiper-pagination {
  bottom: 40px;
}

.index-web .index-banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 6px;
  opacity: 0.5;
  background: #ffffff;
  border-radius: 0;
}

.index-web .index-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.index-web .index-product .index-product-content {
  height: 428px;
  width: 1200px;
  margin: 0 auto;
  padding: 98px 0 80px 0;
  position: relative;
}

.index-web .index-product .ip-img1 {
  display: inline-block;
  width: 238px;
  height: 64px;
  position: absolute;
  top: 98px;
  left: 0;
}

.index-web .index-product .ip-img1 img {
  width: 100%;
  height: 100%;
}

.index-web .index-product .ip-img2 {
  display: inline-block;
  width: 250px;
  height: 233px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-web .index-product .ip-img2 img {
  width: 100%;
  height: 100%;
}

.index-web .index-product .index-product-right {
  float: right;
  width: 820px;
  height: 100%;
}

.index-web .index-product .index-product-title {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 30px;
}

.index-web .index-product .index-product-list {
  font-size: 0;
}

.index-web .index-product .index-product-list .index-product-cell {
  display: inline-block;
  width: 20%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 6.6666666%;
}

.index-web .index-product .index-product-list .index-product-cell > img:nth-child(1) {
  display: inline-block;
  width: 98px;
  height: 113px;
  margin-bottom: 30px;
}

.index-web .index-product .index-product-list .index-product-cell > p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}

.index-web .index-product .index-product-list .index-product-cell > p:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 25px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}

.index-web .index-product .index-product-list > .index-product-cell:nth-child(4n) {
  margin-right: 0;
}

.index-web .index-solution {
  height: 600px;
  background: url("../static/images/index-solution-bac.png") center/cover no-repeat;
}

.index-web .index-solution .index-solution-content {
  width: 1200px;
  margin: 0 auto;
  padding: 92px 0 0 0;
}

.index-web .index-solution .index-solution-title {
  text-align: center;
  margin-bottom: 52px;
}

.index-web .index-solution .index-solution-title img {
  padding-left: 8px;
}

.index-web .index-solution .index-solution-list {
  font-size: 0;
}

.index-web .index-solution .index-solution-list > .index-solution-cell:nth-child(1) {
  background: #01a9a8;
  margin-right: 20px;
}

.index-web .index-solution .index-solution-list > .index-solution-cell:nth-child(2) {
  background: rgba(0, 0, 0, 0.4);
}

.index-web .index-solution .index-solution-cell {
  display: inline-block;
  width: 590px;
  height: 227px;
  border-radius: 5px;
  vertical-align: middle;
  padding: 37px 53px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.index-web .index-solution .index-solution-cell > p:nth-child(1) {
  margin-bottom: 30px;
}

.index-web .index-solution .index-solution-cell > p:nth-child(1) i {
  font-size: 30px;
  color: #ffffff;
  margin-right: 26px;
  vertical-align: middle;
}

.index-web .index-solution .index-solution-cell > p:nth-child(1) span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
}

.index-web .index-solution .index-solution-cell > p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 19px;
  height: 38px;
}

.index-web .index-info {
  height: 872px;
  background: #f5f7fa;
}

.index-web .index-info .index-info-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 74px;
}

.index-web .index-info .index-info-title {
  text-align: center;
  margin-bottom: 22px;
}

.index-web .index-info .index-info-title img {
  width: auto;
  height: auto;
  padding-left: 8px;
}

.index-web .index-info .index-info-list {
  font-size: 0;
}

.index-web .index-info .index-info-list > .index-info-cell:last-child {
  margin-right: 0;
}

.index-web .index-info .index-info-cell {
  display: inline-block;
  width: 31.6666%;
  background: #ffffff;
  margin-right: 2.5%;
  vertical-align: middle;
  position: relative;
}

.index-web .index-info .index-info-cell:before {
  display: inline-block;
  content: '';
  padding-top: 123.68%;
  width: 100%;
}

.index-web .index-info .index-info-cell-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  z-index: 99;
}

.index-web .index-info .index-info-news-cell .index-info-news-cell-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
}

.index-web .index-info .index-info-news-cell .index-info-news-cell-absolute:hover .index-info-img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.index-web .index-info .index-info-news-cell .index-info-img {
  height: 48.5%;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}

.index-web .index-info .index-info-news-cell .index-info-img img {
  width: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.index-web .index-info .index-info-news-cell .index-news-content {
  height: 51.5%;
  width: 100%;
  padding: 42px 35px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(1) {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

.index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(2) {
  color: #999999;
  font-size: 14px;
  margin-bottom: 24px;
}

.index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(2) .iconfont {
  margin-right: 6px;
}

.index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(3) {
  color: #666666;
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 20px;
  height: 40px;
}

.index-web .index-info .index-info-dynamic-list-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 58px 34px 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.index-web .index-info .index-info-dynamic-cell {
  display: inline-block;
  margin-bottom: 38px;
}

.index-web .index-info .index-info-dynamic-cell > p:nth-child(1) {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.index-web .index-info .index-info-dynamic-cell > p:nth-child(3) {
  color: #999999;
  font-size: 14px;
}

.index-web .index-info .index-info-dynamic-cell > p:nth-child(3) .iconfont {
  margin-right: 6px;
}

.index-web .index-info .index-info-dynamic-cell > p:nth-child(2) {
  color: #666666;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 20px;
  height: 40px;
}

.index-web .index-info .index-info-btm {
  text-align: center;
  font-size: 0;
  margin-top: 62px;
}

.index-web .index-info .index-info-btm > a:first-child {
  margin-right: 20px;
}

.index-web .index-info .index-info-btm a {
  display: inline-block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #01a9a8;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #01a9a8;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.index-web .index-info .index-info-btm a:hover {
  background: #01a9a8;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .index-web .index-product .index-product-content {
    height: 428px;
    width: 96%;
    padding: 98px 0 80px 0;
  }
  .index-web .index-product .ip-img1 {
    width: 20%;
    height: auto;
    top: 98px;
    left: 0;
  }
  .index-web .index-product .ip-img1 img {
    width: 100%;
    height: 100%;
  }
  .index-web .index-product .ip-img2 {
    width: 20%;
    height: auto;
    bottom: 80px;
    left: 0;
  }
  .index-web .index-product .ip-img2 img {
    width: 100%;
    height: 100%;
  }
  .index-web .index-product .index-product-right {
    width: 76%;
  }
  .index-web .index-product .index-product-title {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .index-web .index-product .index-product-list {
    font-size: 0;
  }
  .index-web .index-product .index-product-list .index-product-cell {
    width: 20%;
    margin-right: 6.6666666%;
  }
  .index-web .index-product .index-product-list .index-product-cell > img:nth-child(1) {
    width: 98px;
    height: 113px;
    margin-bottom: 30px;
  }
  .index-web .index-product .index-product-list .index-product-cell > p:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .index-web .index-product .index-product-list .index-product-cell > p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 24px;
    height: 72px;
  }
  .index-web .index-product .index-product-list > .index-product-cell:nth-child(4n) {
    margin-right: 0;
  }
  .index-web .index-solution {
    height: 600px;
  }
  .index-web .index-solution .index-solution-content {
    width: 96%;
    padding: 92px 0 0 0;
  }
  .index-web .index-solution .index-solution-title {
    margin-bottom: 52px;
  }
  .index-web .index-solution .index-solution-title img {
    width: 333px;
    height: auto;
    padding-left: 8px;
  }
  .index-web .index-solution .index-solution-list {
    font-size: 0;
  }
  .index-web .index-solution .index-solution-list > .index-solution-cell:nth-child(1) {
    margin-right: 2%;
  }
  .index-web .index-solution .index-solution-cell {
    width: 49%;
    height: 227px;
    padding: 37px 53px;
  }
  .index-web .index-solution .index-solution-cell > p:nth-child(1) {
    margin-bottom: 30px;
  }
  .index-web .index-solution .index-solution-cell > p:nth-child(1) i {
    font-size: 30px;
    margin-right: 26px;
  }
  .index-web .index-solution .index-solution-cell > p:nth-child(1) span {
    font-size: 20px;
    font-weight: 700;
  }
  .index-web .index-solution .index-solution-cell > p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .index-web .index-info {
    height: auto;
  }
  .index-web .index-info .index-info-content {
    width: 96%;
    padding-top: 74px;
  }
  .index-web .index-info .index-info-title {
    margin-bottom: 22px;
  }
  .index-web .index-info .index-info-title img {
    width: 348px;
    height: 122px;
    padding-left: 8px;
  }
  .index-web .index-info .index-info-list {
    font-size: 0;
  }
  .index-web .index-info .index-info-list > .index-info-cell:nth-child(2) {
    margin-right: 0;
  }
  .index-web .index-info .index-info-list > .index-info-cell:last-child {
    margin-right: 0;
  }
  .index-web .index-info .index-info-cell {
    margin-right: 2.5%;
  }
  .index-web .index-info .index-info-cell:before {
    content: '';
    padding-top: 0;
    width: 100%;
  }
  .index-web .index-info .index-info-cell-type {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .index-web .index-info .index-info-news-cell {
    width: 48%;
    margin-bottom: 30px;
  }
  .index-web .index-info .index-info-news-cell .index-info-news-cell-absolute {
    position: static;
    width: 100%;
    height: 100%;
  }
  .index-web .index-info .index-info-news-cell .index-info-img {
    height: 48.5%;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .index-web .index-info .index-info-news-cell .index-info-img img {
    width: 100%;
  }
  .index-web .index-info .index-info-news-cell .index-news-content {
    height: 51.5%;
    width: 100%;
    padding: 32px 30px;
  }
  .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(2) .iconfont {
    margin-right: 6px;
  }
  .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(3) {
    font-size: 14px;
    margin-bottom: 26px;
    line-height: 20px;
    height: 40px;
  }
  .index-web .index-info .index-info-dynamic-list {
    width: 100%;
  }
  .index-web .index-info .index-info-dynamic-list-absolute {
    position: static;
    width: 100%;
    height: 100%;
    padding: 48px 28px 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .index-web .index-info .index-info-dynamic-cell {
    display: inline-block;
    margin-bottom: 28px;
  }
  .index-web .index-info .index-info-dynamic-cell > p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .index-web .index-info .index-info-dynamic-cell > p:nth-child(3) {
    font-size: 14px;
  }
  .index-web .index-info .index-info-dynamic-cell > p:nth-child(3) .iconfont {
    margin-right: 6px;
  }
  .index-web .index-info .index-info-dynamic-cell > p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 20px;
    height: 40px;
  }
  .index-web .index-info .index-info-btm {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .index-web .index-info .index-info-btm > a:first-child {
    margin-right: 20px;
  }
  .index-web .index-info .index-info-btm a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 1100px) {
  .index-web .index-banner {
    height: 400px;
  }
}

@media screen and (max-width: 760px) {
  .index-web .index-product .index-product-content {
    height: auto;
    width: 96%;
    padding: 98px 0 30px 0;
  }
  .index-web .index-product .ip-img1 {
    width: 60%;
    height: auto;
    top: 20px;
    left: 0;
  }
  .index-web .index-product .ip-img1 img {
    width: 100%;
    height: 100%;
  }
  .index-web .index-product .ip-img2 {
    display: none;
  }
  .index-web .index-product .index-product-right {
    width: 100%;
  }
  .index-web .index-product .index-product-title {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .index-web .index-product .index-product-list {
    font-size: 0;
  }
  .index-web .index-product .index-product-list .index-product-cell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
  }
  .index-web .index-product .index-product-list .index-product-cell > img:nth-child(1) {
    width: 98px;
    height: 113px;
    margin-bottom: 10px;
  }
  .index-web .index-product .index-product-list .index-product-cell > p:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .index-web .index-product .index-product-list .index-product-cell > p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 24px;
    height: 72px;
  }
  .index-web .index-product .index-product-list > .index-product-cell:nth-child(4n) {
    margin-right: 0;
  }
  .index-web .index-solution {
    height: auto;
  }
  .index-web .index-solution .index-solution-content {
    width: 96%;
    padding: 20px 0 0 0;
  }
  .index-web .index-solution .index-solution-title {
    margin-bottom: 22px;
  }
  .index-web .index-solution .index-solution-title img {
    width: 247px;
    height: auto;
    padding-left: 8px;
  }
  .index-web .index-solution .index-solution-list {
    font-size: 0;
  }
  .index-web .index-solution .index-solution-list > .index-solution-cell:nth-child(1) {
    margin-right: 0;
  }
  .index-web .index-solution .index-solution-cell {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .index-web .index-solution .index-solution-cell > p:nth-child(1) {
    margin-bottom: 16px;
  }
  .index-web .index-solution .index-solution-cell > p:nth-child(1) i {
    font-size: 30px;
    margin-right: 26px;
  }
  .index-web .index-solution .index-solution-cell > p:nth-child(1) span {
    font-size: 20px;
    font-weight: 700;
  }
  .index-web .index-solution .index-solution-cell > p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 16px;
  }
  .index-web .index-info {
    height: auto;
  }
  .index-web .index-info .index-info-content {
    width: 96%;
    padding-top: 24px;
  }
  .index-web .index-info .index-info-title {
    margin-bottom: 22px;
  }
  .index-web .index-info .index-info-title img {
    width: 80%;
    height: auto;
    padding-left: 0;
  }
  .index-web .index-info .index-info-list {
    font-size: 0;
  }
  .index-web .index-info .index-info-list > .index-info-cell:last-child {
    margin-right: 0;
  }
  .index-web .index-info .index-info-cell {
    width: 100%;
    margin-right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .index-web .index-info .index-info-cell:before {
    content: '';
    padding-top: 0;
    width: 100%;
  }
  .index-web .index-info .index-info-cell-type {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .index-web .index-info .index-info-news-cell .index-info-news-cell-absolute {
    position: static;
    width: 100%;
    height: 100%;
    padding: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .index-web .index-info .index-info-news-cell .index-info-img {
    height: 48.5%;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .index-web .index-info .index-info-news-cell .index-info-img img {
    width: 100%;
  }
  .index-web .index-info .index-info-news-cell .index-news-content {
    height: 51.5%;
    width: 100%;
    padding: 16px 10px 0;
  }
  .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(2) .iconfont {
    margin-right: 6px;
  }
  .index-web .index-info .index-info-news-cell .index-news-content > p:nth-child(3) {
    font-size: 14px;
    margin-bottom: 26px;
    line-height: 20px;
    height: 40px;
  }
  .index-web .index-info .index-info-dynamic-list-absolute {
    position: static;
    width: 100%;
    height: 100%;
    padding: 48px 28px 0px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .index-web .index-info .index-info-dynamic-cell {
    margin-bottom: 28px;
  }
  .index-web .index-info .index-info-dynamic-cell > p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .index-web .index-info .index-info-dynamic-cell > p:nth-child(3) {
    font-size: 14px;
  }
  .index-web .index-info .index-info-dynamic-cell > p:nth-child(3) .iconfont {
    margin-right: 6px;
  }
  .index-web .index-info .index-info-dynamic-cell > p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 20px;
    height: 40px;
  }
  .index-web .index-info .index-info-btm {
    text-align: center;
    font-size: 0;
    margin-top: 32px;
    margin-bottom: 0;
  }
  .index-web .index-info .index-info-btm > a:first-child {
    margin-right: 20px;
  }
  .index-web .index-info .index-info-btm a {
    width: 30%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
  }
}

.news-web {
  background: #fafafb;
  padding-bottom: 80px;
}

.news-web .news-banner {
  position: relative;
}

.news-web .news-banner-img {
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news-web .news-tab > a:last-child span {
  border: none;
}

.news-web .news-ul {
  min-height: 600px;
  width: 1200px;
  margin: 50px auto 80px;
  font-size: 0;
}

.news-web .news-ul > .news-li:nth-child(3n) {
  margin-right: 0;
}

.news-web .news-li {
  display: inline-block;
  width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
  background: transparent;
  padding: 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.news-web .news-li:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
}

.news-web .news-li:hover img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

.news-web .news-img {
  position: relative;
  margin-bottom: 34px;
  overflow: hidden;
}

.news-web .news-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.news-web .news-img:before {
  display: inline-block;
  content: '';
  padding-top: 57.14%;
}

.news-web .news-text {
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.news-web .news-text > p:nth-child(1) {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

.news-web .news-text > p:nth-child(2) {
  color: #999999;
  font-size: 14px;
  margin-bottom: 24px;
}

.news-web .news-text > p:nth-child(2) .iconfont {
  margin-right: 6px;
}

.news-web .news-text > p:nth-child(3) {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .news-web .news-tab {
    width: 96%;
  }
  .news-web .news-ul {
    width: 96%;
  }
}

@media screen and (max-width: 1000px) {
  .news-web .news-ul .news-li {
    width: 49%;
    margin-right: 2%;
    background: #FFFFFF;
    box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
  }
  .news-web .news-ul > .news-li:nth-child(3n) {
    margin-right: 2%;
  }
  .news-web .news-ul > .news-li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 760px) {
  .news-web {
    padding-bottom: 40px;
  }
  .news-web .news-ul {
    margin: 20px auto 40px;
  }
  .news-web .news-ul .news-li {
    width: 100%;
    margin-right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
  }
  .news-web .news-ul > .news-li:nth-child(3n) {
    margin-right: 0;
  }
  .news-web .news-ul > .news-li:nth-child(2n) {
    margin-right: 0;
  }
  .news-web .news-tab {
    height: 50px;
    margin: -25px auto 20px;
  }
  .news-web .news-tab a {
    padding-top: 12.5px;
    font-size: 14px;
  }
  .news-web .news-tab span {
    height: 25px;
    line-height: 25px;
  }
  .news-web .news-tab span i {
    font-size: 18px;
  }
}

.news-detail-web .news-detail-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  font-size: 0;
}

.news-detail-web .news-detail-text {
  display: inline-block;
  width: 67.8%;
  padding-right: 53px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-right: 1px solid #e7e7e7;
  vertical-align: top;
}

.news-detail-web .news-detail-more {
  display: inline-block;
  width: 32.2%;
  padding-left: 53px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: top;
}

.news-detail-web .news-detail-more a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 18px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.news-detail-web .news-detail-more a:hover {
  color: #01A9A8;
}

.news-detail-web .news-detail-more > p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 28px;
}

.news-detail-web .news-detail-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 28px;
  text-align: center;
  position: relative;
  padding-right: 120px;
}

.news-detail-web .news-detail-back {
  display: inline-block;
  width: 80px;
  font-size: 14px;
  color: #999999;
  padding: 5px 0;
  border: 1px solid #cccccc;
  font-weight: normal;
  border-radius: 4px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-align: center;
  line-height: normal;
}

.news-detail-web .news-detail-back:hover {
  border-color: #01A9A8;
  color: #01A9A8;
}

.news-detail-web .news-detail-back i {
  margin-right: 6px;
  font-size: 18px;
  vertical-align: middle;
}

.news-detail-web .news-detail-back span {
  vertical-align: middle;
}

.news-detail-web .news-detail-back-top {
  right: 0;
  top: 50%;
}

.news-detail-web .news-detail-back-bottom {
  right: 0;
  bottom: 0;
}

.news-detail-web .news-detail-time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 36px;
  text-align: center;
}

.news-detail-web .news-detail-time i {
  margin-right: 4px;
}

.news-detail-web .news-detail-time span {
  margin-right: 26px;
}

.news-detail-web .news-detail-content {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding-top: 36px;
  padding-bottom: 50px;
  border-top: 1px solid #e7e7e7;
  position: relative;
}

.news-detail-web .news-detail-content p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

.news-detail-web .news-detail-content img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .news-detail-web .news-detail-wrap {
    width: 94%;
  }
}

@media screen and (max-width: 1000px) {
  .news-detail-web .news-detail-text {
    padding-right: 40px;
  }
  .news-detail-web .news-detail-more {
    padding-left: 40px;
  }
}

@media screen and (max-width: 760px) {
  .news-detail-web .news-detail-wrap {
    padding-top: 40px;
  }
  .news-detail-web .news-detail-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news-detail-web .news-detail-time {
    margin-bottom: 20px;
  }
  .news-detail-web .news-detail-content p {
    margin-bottom: 20px;
  }
  .news-detail-web .news-detail-content img {
    margin-bottom: 20px;
  }
  .news-detail-web .news-detail-content {
    padding-top: 20px;
  }
  .news-detail-web .news-detail-text {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 30px;
  }
  .news-detail-web .news-detail-more {
    padding-left: 0;
    border-left: 0;
    width: 100%;
    padding-top: 30px;
  }
}

.product-web .product-built {
  padding: 87px 0 87px;
  background: #F5F7FA;
}

.product-web .product-built-1200 {
  width: 1200px;
  margin: 0 auto;
}

.product-web .product-built-content {
  text-align: center;
  margin-top: 56px;
  height: 492px;
  font-size: 0;
}

.product-web .pbc-right {
  display: inline-block;
  width: 70.6%;
  height: 100%;
  vertical-align: middle;
}

.product-web .pbc-right-cell {
  display: none;
  width: 100%;
  height: 100%;
}

.product-web .pbc-right-cell img {
  width: 100%;
}

.product-web .pbc-right-cell .swiper-container {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-web .pbc-right-cell .pbc-bac {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-web .pbc-right-cell-action {
  display: inline-block;
}

.product-web .pbc-left {
  display: inline-block;
  width: 27%;
  height: 100%;
  vertical-align: middle;
  margin-right: 2.4%;
}

.product-web .pbc-left > .pbc-left-cell:last-child {
  margin-bottom: 0;
}

.product-web .pbc-left-cell {
  height: 111px;
  text-align: left;
  padding: 14px 28px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

.product-web .pbc-left-cell:hover .line {
  opacity: 1;
}

.product-web .pbc-left-cell:hover > p:nth-child(2) {
  color: #01b6b5;
}

.product-web .pbc-left-cell .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #01b6b5;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.product-web .pbc-left-cell > p:nth-child(2) {
  color: #221815;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.product-web .pbc-left-cell > p:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
}

.product-web .pbc-left-cell-action .line {
  opacity: 1;
}

.product-web .pbc-left-cell-action > p:nth-child(2) {
  color: #01b6b5;
}

@media screen and (max-width: 1240px) {
  .product-web .product-built-1200 {
    width: 96%;
  }
  .product-web .product-built {
    padding: 40px 0 40px;
  }
  .product-web .product-built-content {
    height: auto;
  }
  .product-web .pbc-left {
    width: 100%;
    margin-right: 0;
  }
  .product-web .pbc-right {
    width: 100%;
    margin-right: 0;
  }
  .product-web .pbc-left-cell {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .product-web .pbc-left > .pbc-left-cell:nth-child(2n) {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .product-web .pbc-left > .pbc-left-cell:last-child {
    margin-bottom: 16px;
  }
}

.product-built-new .pbc-top {
  font-size: 0;
}

.product-built-new .pbc-top > div:nth-child(4) {
  margin-right: 0;
}

.product-built-new .pbc-top div {
  display: inline-block;
  width: 22.5%;
  padding: 28px 0;
  border-radius: 8px;
  margin-right: 3.333%;
  color: #FFFFFF;
  font-size: 18px;
  background: url("../static/images/product_14.png") center/cover no-repeat;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.product-built-new .pbc-top div:hover {
  -webkit-transform: translate(0, -14px);
     -moz-transform: translate(0, -14px);
      -ms-transform: translate(0, -14px);
          transform: translate(0, -14px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.product-built-new .pbc-top .pbc-top-action {
  -webkit-transform: translate(0, -14px);
     -moz-transform: translate(0, -14px);
      -ms-transform: translate(0, -14px);
          transform: translate(0, -14px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.product-built-new .tips {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: 64px 0;
}

.product-built-new .product-built {
  padding: 87px 0 0;
  background: #F5F7FA;
}

.product-built-new .product-built-1200 {
  width: 1200px;
  margin: 0 auto;
}

.product-built-new .product-built-content {
  text-align: center;
  margin-top: 56px;
  height: auto;
  font-size: 0;
}

.product-built-new .pbc-right {
  display: inline-block;
  width: 100%;
  height: 632px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-top: 8px solid #202020;
  border-left: 8px solid #202020;
  border-right: 8px solid #202020;
  border-bottom: 8px solid #202020;
  border-radius: 30px 30px 30px 30px;
}

.product-built-new .pbc-right-cell {
  display: none;
  width: 100%;
  height: 100%;
}

.product-built-new .pbc-right-cell img {
  width: 100%;
}

.product-built-new .pbc-right-cell .swiper-container {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-built-new .pbc-right-cell .pbc-bac {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-built-new .pbc-right-cell-action {
  display: inline-block;
}

@media screen and (max-width: 760px) {
  .product-built-new .product-built-1200 {
    width: 96%;
  }
  .product-built-new .product-built {
    padding: 40px 0 0;
  }
  .product-built-new .product-built-content {
    height: auto;
  }
}

.product-web {
  background: #fafafb;
}

.product-web .product-value {
  padding: 82px 0 74px;
  background: url("../static/images/product_img112.png") center/cover no-repeat;
}

.product-web .product-value .small-title {
  color: #FFFFFF;
}

.product-web .product-value .small-intro {
  color: #FFFFFF;
}

.product-web .product-value-1200 {
  width: 1200px;
  margin: 0 auto;
}

.product-web .product-value-1200 ul {
  font-size: 0;
  padding-top: 54px;
}

.product-web .product-value-1200 ul > li:nth-child(3n) {
  margin-right: 0;
}

.product-web .product-value-1200 li {
  display: inline-block;
  float: left;
  height: 348px;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  background-color: #FFFFFF;
  padding: 42px 32px 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
}

.product-web .product-value-1200 li > p:nth-child(1) {
  text-align: center;
  margin-bottom: 20px;
}

.product-web .product-value-1200 li > p:nth-child(1) i {
  color: #00b7b6;
  font-size: 55px;
}

.product-web .product-value-1200 li > p:nth-child(2) {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 24px;
}

.product-web .product-value-1200 li > p:nth-child(3) {
  margin-bottom: 22px;
}

.product-web .product-value-1200 li > p:nth-child(3), .product-web .product-value-1200 li > p:nth-child(4) {
  font-size: 14px;
  color: #595757;
  text-align: left;
  line-height: 22px;
}

.product-web .product-value-1200 li > p:nth-child(3) span, .product-web .product-value-1200 li > p:nth-child(4) span {
  font-weight: 700;
}

.product-web .product-feature {
  padding: 82px 0 124px;
  background: #FFFFFF;
}

.product-web .product-feature-1200 {
  width: 1200px;
  margin: 0 auto;
}

.product-web .product-feature-content {
  text-align: center;
  padding-top: 110px;
}

.product-web .product-feature-center {
  display: inline-block;
  width: 355px;
  height: 355px;
  position: relative;
}

.product-web .product-feature-center > img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-web .product-feature-center > .product-feature-cell:nth-child(1) {
  top: -34px;
  left: -390px;
}

.product-web .product-feature-center > .product-feature-cell:nth-child(2) {
  top: 78px;
  left: -440px;
}

.product-web .product-feature-center > .product-feature-cell:nth-child(3) {
  top: 190px;
  left: -440px;
}

.product-web .product-feature-center > .product-feature-cell:nth-child(4) {
  top: 300px;
  left: -390px;
}

.product-web .product-feature-center > .product-feature-cell:nth-child(5) {
  top: -34px;
  right: -390px;
}

.product-web .product-feature-center > .product-feature-cell:nth-child(6) {
  top: 78px;
  right: -440px;
}

.product-web .product-feature-center > .product-feature-cell:nth-child(7) {
  top: 190px;
  right: -440px;
}

.product-web .product-feature-center > .product-feature-cell:nth-child(8) {
  top: 300px;
  right: -390px;
}

.product-web .product-feature-cell {
  width: 420px;
  position: absolute;
  font-size: 0;
}

.product-web .product-feature-cell .pfc-text {
  display: inline-block;
  vertical-align: middle;
  width: 356px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.product-web .product-feature-cell .pfc-text > p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 14px;
}

.product-web .product-feature-cell .pfc-text > p:nth-child(2) {
  font-size: 14px;
  color: #666666;
}

.product-web .product-feature-cell .pfc-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: rgba(1, 182, 181, 0.2);
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.product-web .product-feature-cell .pfc-icon i {
  color: #00b7b6;
  font-size: 44px;
  line-height: 64px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.product-web .product-feature-cell:hover .pfc-icon {
  background-color: #01b6b5;
}

.product-web .product-feature-cell:hover .pfc-icon i {
  color: #FFFFFF;
}

.product-web .product-feature-cell-left {
  text-align: right;
}

.product-web .product-feature-cell-left .pfc-text {
  padding-right: 20px;
  text-align: right;
}

.product-web .product-feature-cell-right {
  text-align: left;
}

.product-web .product-feature-cell-right .pfc-text {
  padding-left: 20px;
  text-align: left;
}

.product-web .product-try {
  margin-top: 20px;
  height: 240px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  background: url("../static/images/product-img2.png") center/cover no-repeat;
}

.product-web .product-try .product-try-content {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-web .product-try p {
  display: block;
  margin: 0 auto 30px;
  color: #FFFFFF;
  font-size: 34px;
  text-align: center;
}

.product-web .product-try a {
  margin: 0 auto;
  display: block;
  width: 150px;
  padding: 12px;
  border: 1px solid #ffffff;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.product-web .product-try a:hover {
  background-color: #00b7b6;
  border: 1px solid #00b7b6;
}

.product-web .product-try a i {
  font-size: 18px;
  margin-left: 12px;
  vertical-align: middle;
}

.product-web .product-try a span {
  vertical-align: middle;
}

.product-web .product-value-new {
  padding: 80px 0 120px 0;
  background: #f5f7fa;
}

.product-web .product-value-new .product-value-new-1200 {
  height: 404px;
  width: 1200px;
  margin: 104px auto 0;
  font-size: 0;
  position: relative;
}

.product-web .product-value-new .product-value-new-1200 > .pvn-div {
  padding-top: 50px;
  position: relative;
}

.product-web .product-value-new .product-value-new-1200 > .pvn-div > p {
  font-size: 14px;
  text-align: left;
  line-height: 24px;
}

.product-web .product-value-new .product-value-new-1200 > .pvn-div > p span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #666666;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 10px;
}

.product-web .product-value-new .product-value-new-1200 > .pvn-div > p .iconfont {
  color: #99DCDC;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.product-web .product-value-new .product-value-new-1200 > div > p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.product-web .product-value-new .pvn-center {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 448px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #01a9a8;
  border-radius: 10px;
  text-align: center;
  padding-top: 22px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 999;
}

.product-web .product-value-new .pvn-center img {
  display: inline-block;
  width: 84px;
  height: 84px;
  margin-bottom: 30px;
}

.product-web .product-value-new .pvn-center p {
  position: relative;
  margin-bottom: 36px;
}

.product-web .product-value-new .pvn-center p i {
  vertical-align: middle;
  font-size: 28px;
  margin-right: 22px;
  color: #FFFFFF;
}

.product-web .product-value-new .pvn-center p .pvn-text {
  vertical-align: middle;
  font-size: 16px;
  color: #FFFFFF;
}

.product-web .product-value-new .pvn-center p > .pvn-line {
  display: inline-block;
  width: 28px;
  height: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-bottom: 1px dashed #FFFFFF;
}

.product-web .product-value-new .pvn-center p > .pvn-line:nth-child(1) {
  left: 0;
}

.product-web .product-value-new .pvn-center p > .pvn-line:nth-child(2) {
  right: 0;
}

.product-web .product-value-new .pvn-left {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  border: 2px dashed #b6b7b9;
  padding-right: 150px;
  padding-left: 36px;
  text-align: center;
}

.product-web .product-value-new .pvn-left > p {
  color: #666666;
  margin-bottom: 36px;
}

.product-web .product-value-new .pvn-left > p:nth-child(1) {
  color: #333333;
  margin-bottom: 42px;
}

.product-web .product-value-new .pvn-left img {
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  left: -2px;
  top: -2px;
}

.product-web .product-value-new .pvn-right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  border: 2px dashed #01a8a7;
  padding-left: 150px;
  padding-right: 36px;
  text-align: center;
}

.product-web .product-value-new .pvn-right > p {
  color: #333333;
  margin-bottom: 40px;
}

.product-web .product-value-new .pvn-right > p:nth-child(1) {
  color: #01A9A8;
  margin-bottom: 42px;
}

.product-web .product-value-new .pvn-right img {
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  right: -2px;
  top: -2px;
}

.product-web .product-technology .product-technology-1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 78px 0 92px;
}

.product-web .product-technology .product-technology-content {
  font-size: 0;
  padding-top: 62px;
}

.product-web .product-technology .pt-left {
  display: inline-block;
  width: 41%;
  vertical-align: middle;
  padding-right: 2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.product-web .product-technology .pt-left > p:nth-child(1) {
  margin-bottom: 40px;
}

.product-web .product-technology .pt-left p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.product-web .product-technology .pt-right {
  display: inline-block;
  width: 58%;
  vertical-align: middle;
}

.product-web .product-technology .pt-right img {
  width: 100%;
}

.product-web .product-technology .pt-right-title {
  color: #333333;
  font-size: 14px;
  margin-bottom: 40px;
}

.product-web .product-technology .pt-right-cell {
  display: block;
  font-size: 0;
  margin-bottom: 20px;
}

.product-web .product-technology .pt-right-cell > span {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #01A9A8;
  text-align: center;
}

.product-web .product-technology .pt-right-cell > span i {
  display: inline-block;
  line-height: 48px;
  color: #01A9A8;
  font-size: 28px;
}

.product-web .product-technology .pt-right-cell > div {
  margin-left: 72px;
}

.product-web .product-technology .pt-right-cell > div > p:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
  color: #01A9A8;
  margin-bottom: 4px;
}

.product-web .product-technology .pt-right-cell > div > p:nth-child(2) {
  font-size: 14px;
  color: #333333;
}

.product-web .product-framework .product-framework-1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 78px 0 92px;
}

.product-web .product-framework-content {
  font-size: 0;
}

.product-web .product-framework-content .pf-left {
  display: inline-block;
  width: 59%;
  vertical-align: middle;
}

.product-web .product-framework-content .pf-left img {
  width: 100%;
}

.product-web .product-framework-content .pf-right {
  display: inline-block;
  width: 41%;
  vertical-align: middle;
  padding-left: 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.product-web .product-framework-content .pf-right > p:nth-child(1) {
  color: #333333;
  font-size: 14px;
  margin-bottom: 42px;
  padding-right: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.product-web .product-framework-content .pf-right .pf-tab {
  padding-bottom: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.product-web .product-framework-content .pf-right .pf-tab-list > .pf-tab-cell:last-child {
  margin-right: 0;
}

.product-web .product-framework-content .pf-right .pf-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
}

.product-web .product-framework-content .pf-right .pf-triangle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #e2e2e2;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  left: 10px;
  background: #FFFFFF;
  -webkit-transition: left .4s;
  -moz-transition: left .4s;
  transition: left .4s;
}

.product-web .product-framework-content .pf-right .pf-tab-cell {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #01a9a8;
  margin-right: 24px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
  opacity: .5;
}

.product-web .product-framework-content .pf-right .pf-tab-cell i {
  display: inline-block;
  font-size: 28px;
  color: #01a9a8;
  line-height: 48px;
}

.product-web .product-framework-content .pf-right .pf-tab-cell-active {
  opacity: 1;
}

.product-web .product-framework-content .pf-right .pf-list .pf-cell {
  display: none;
}

.product-web .product-framework-content .pf-right .pf-list .pf-cell > p:nth-child(1) {
  color: #01A9A8;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.product-web .product-framework-content .pf-right .pf-list .pf-cell > p:nth-child(2) {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
}

.product-web .product-framework-content .pf-right .pf-list .pf-cell-active {
  display: inline-block;
}

.product-web .product-m11 .pro {
  padding: 102px 0;
}

.product-web .product-m11 .pro p {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  width: 1166px;
  margin: 0 auto;
  text-align: center;
}

.product-web .product-m11 .content {
  height: 610px;
  background: url("../static/images/product_m11_1.png") center/cover no-repeat;
  padding-top: 70px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.product-web .product-m11 .title {
  color: #000000;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 70px 0;
  text-align: center;
}

.product-web .product-m11 .content-1300 {
  margin: 0 auto;
  width: 1300px;
  height: 425px;
  font-size: 0;
}

.product-web .product-m11 .content-1300 > .content-1300-cell:nth-child(1) {
  margin-right: 2.8%;
  padding-left: 50px;
}

.product-web .product-m11 .content-1300 > .content-1300-cell:nth-child(1) .absolute {
  left: 0px;
  border-radius: 10px 0 0 0;
}

.product-web .product-m11 .content-1300 > .content-1300-cell:nth-child(2) {
  padding-right: 50px;
}

.product-web .product-m11 .content-1300 > .content-1300-cell:nth-child(2) .absolute {
  right: 0px;
  border-radius: 0 10px 0 0;
}

.product-web .product-m11 .content-1300-cell {
  display: inline-block;
  width: 48.6%;
  height: 425px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  vertical-align: middle;
}

.product-web .product-m11 .absolute {
  position: absolute;
  width: 60px;
  height: 70%;
  bottom: 0;
  background: rgba(250, 250, 250, 0.5);
}

.product-web .product-m11 .content-1300-wrap {
  border-radius: 10px 10px 0 0;
  background: #FFFFFF;
  height: 100%;
  padding: 60px 74px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.product-web .product-m11 .content-1300-wrap .title {
  color: #01B6B5;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.product-web .product-m11 .content-1300-wrap .title span {
  vertical-align: middle;
}

.product-web .product-m11 .content-1300-wrap .title .iconfont {
  vertical-align: middle;
  font-size: 44px;
  margin-right: 20px;
}

.product-web .product-m11 .content-1300-wrap .content-cell {
  margin-bottom: 36px;
}

.product-web .product-m11 .content-1300-wrap .content-cell > p:nth-child(1) {
  margin-bottom: 14px;
}

.product-web .product-m11 .content-1300-wrap .content-cell > p:nth-child(1) i {
  color: #252525;
  font-size: 22px;
  margin-right: 10px;
}

.product-web .product-m11 .content-1300-wrap .content-cell > p:nth-child(1) span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.product-web .product-m11 .content-1300-wrap .content-cell > p:nth-child(2) {
  color: #252525;
  font-size: 14px;
  line-height: 24px;
}

.product-web .product-m11 .content-1300-wrap .content-cell > p:nth-child(2) .color {
  color: #01B6B5;
}

@media screen and (max-width: 1340px) {
  .product-web .product-m11 .content-1300 {
    width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  .product-web .product-value {
    padding: 52px 0 44px;
  }
  .product-web .product-value-1200 {
    width: 96%;
  }
  .product-web .product-value-1200 li {
    padding: 40px 30px 30px;
  }
  .product-web .product-feature-1200 {
    width: 96%;
  }
  .product-web .product-feature {
    padding: 42px 0 60px;
  }
  .product-web .product-feature-content {
    padding-top: 60px;
  }
  .product-web .product-feature-content .product-feature-center .product-feature-cell {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 90%;
    margin-bottom: 20px;
  }
  .product-web .product-feature-content .product-feature-center .product-feature-cell .pfc-text {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin-left: 78px;
  }
  .product-web .product-feature-content .product-feature-center .product-feature-cell .pfc-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .product-web .product-feature-center {
    width: 80%;
    height: auto;
  }
  .product-web .product-feature-center img {
    position: absolute;
    width: 40%;
    height: auto;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .product-web .product-feature-cell-left {
    text-align: left;
  }
  .product-web .pbc-left {
    width: 100%;
    margin-right: 0;
  }
  .product-web .pbc-right {
    width: 100%;
    margin-right: 0;
  }
  .product-web .pbc-left-cell {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .product-web .pbc-left > .pbc-left-cell:nth-child(2n) {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .product-web .pbc-left > .pbc-left-cell:last-child {
    margin-bottom: 16px;
  }
  .product-web .product-try {
    height: 160px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    background: url("../static/images/product-img2.png") center/cover no-repeat;
  }
  .product-web .product-try .product-try-content {
    width: 100%;
  }
  .product-web .product-try p {
    margin: 0 auto 20px;
    font-size: 22px;
  }
  .product-web .product-try a {
    width: 120px;
    padding: 8px;
    font-size: 16px;
  }
  .product-web .product-try a i {
    font-size: 14px;
  }
  .product-web .product-value-new .product-value-new-1200 {
    width: 96%;
  }
  .product-web .product-technology .product-technology-1200 {
    width: 96%;
  }
  .product-web .product-framework .product-framework-1200 {
    width: 96%;
  }
  .product-web .product-framework-content .pf-left {
    width: 100%;
  }
  .product-web .product-framework-content .pf-right {
    width: 100%;
    padding-left: 0;
  }
  .product-web .product-m11 .pro p {
    width: 80%;
  }
  .product-web .product-m11 .pro {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1100px) {
  .product-web .product-value-1200 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .product-web .product-value-1200 ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .product-web .product-value-1200 ul > li:nth-child(3n) {
    margin-right: 2%;
  }
  .product-web .product-m11 .content-1300-wrap {
    padding: 50px 50px 0;
  }
  .product-web .product-m11 .content-1300-wrap .title {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 1000px) {
  .product-web .product-value-1200 li {
    padding: 20px;
  }
  .product-web .product-value-1200 li > p:nth-child(1) {
    margin-bottom: 16px;
  }
  .product-web .product-value-1200 li > p:nth-child(2) {
    margin-bottom: 20px;
  }
  .product-web .product-value-new .product-value-new-1200 > .pvn-div {
    padding-top: 30px;
  }
  .product-web .product-value-new .pvn-left {
    padding-right: 140px;
    padding-left: 20px;
  }
  .product-web .product-value-new .pvn-right {
    padding-left: 140px;
    padding-right: 20px;
  }
  .product-web .product-value-new .pvn-right > p {
    margin-bottom: 30px;
  }
  .product-web .product-m11 .content-1300-wrap {
    padding: 40px 40px 0;
  }
  .product-web .product-m11 .content-1300-wrap .title {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 760px) {
  .product-web .product-value-new {
    padding: 40px 0 60px 0;
  }
  .product-web .product-value-new .product-value-new-1200 {
    margin: 44px auto 0;
  }
  .product-web .product-technology .product-technology-1200 {
    padding: 40px 0 50px;
  }
  .product-web .product-technology .product-technology-content {
    padding-top: 40px;
  }
  .product-web .product-value-1200 {
    width: 96%;
  }
  .product-web .product-value-1200 ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .product-web .product-value-1200 li {
    width: 100%;
    margin-right: 0;
  }
  .product-web .product-value-1200 li {
    padding: 40px 30px 30px;
  }
  .product-web .product-feature-1200 {
    width: 96%;
  }
  .product-web .product-feature {
    padding: 42px 0 60px;
  }
  .product-web .product-feature-content {
    padding-top: 60px;
  }
  .product-web .product-feature-content .product-feature-center .product-feature-cell {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 40px;
  }
  .product-web .product-feature-content .product-feature-center .product-feature-cell .pfc-text {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin-left: 78px;
  }
  .product-web .product-feature-content .product-feature-center .product-feature-cell .pfc-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .product-web .product-feature-center {
    width: 100%;
    height: auto;
  }
  .product-web .product-feature-center img {
    display: none;
  }
  .product-web .product-feature-cell-left {
    text-align: left;
  }
  .product-web .pbc-left {
    width: 100%;
    margin-right: 0;
  }
  .product-web .pbc-right {
    width: 100%;
    margin-right: 0;
  }
  .product-web .pbc-left-cell {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .product-web .pbc-left > .pbc-left-cell:nth-child(2n) {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .product-web .pbc-left > .pbc-left-cell:last-child {
    margin-bottom: 16px;
  }
  .product-web .product-try {
    height: 160px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    background: url("../static/images/product-img2.png") center/cover no-repeat;
  }
  .product-web .product-try .product-try-content {
    width: 100%;
  }
  .product-web .product-try p {
    margin: 0 auto 20px;
    font-size: 22px;
  }
  .product-web .product-try a {
    width: 120px;
    padding: 8px;
    font-size: 16px;
  }
  .product-web .product-try a i {
    font-size: 14px;
  }
  .product-web .product-value-new .product-value-new-1200 {
    height: auto;
  }
  .product-web .product-value-new .pvn-left {
    width: 100%;
  }
  .product-web .product-value-new .pvn-right {
    width: 100%;
  }
  .product-web .product-value-new .pvn-center {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .product-web .product-value-new .pvn-center img {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-web .product-value-new .pvn-center p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-web .product-value-new .pvn-center p > .pvn-line {
    display: none;
  }
  .product-web .product-value-new .pvn-left {
    padding-right: 20px;
  }
  .product-web .product-value-new .pvn-right {
    padding-left: 20px;
  }
  .product-web .product-technology .pt-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-web .product-technology .pt-right {
    width: 100%;
  }
  .product-web .product-framework-content .pf-right .pf-tab-cell {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .product-web .product-framework-content .pf-right .pf-tab-cell i {
    font-size: 24px;
    line-height: 40px;
  }
  .product-web .product-m11 {
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .product-web .product-m11 .pro {
    padding: 30px 0;
  }
  .product-web .product-m11 .content {
    height: auto;
    padding-top: 30px;
  }
  .product-web .product-m11 .title {
    font-size: 24px;
    margin: 0 0 40px 0;
  }
  .product-web .product-m11 .content-1300 > .content-1300-cell:nth-child(1) {
    padding: 0;
    margin-right: auto;
  }
  .product-web .product-m11 .content-1300 > .content-1300-cell:nth-child(2) {
    padding: 0;
  }
  .product-web .product-m11 .content-1300 {
    height: auto;
    padding-bottom: 1px;
  }
  .product-web .product-m11 .content-1300-cell {
    display: block;
    width: 96%;
    padding: 0;
    margin: 0 auto 20px;
    height: auto;
  }
  .product-web .product-m11 .content-1300-wrap {
    padding: 20px;
    border-radius: 10px;
  }
  .product-web .product-m11 .absolute {
    display: none;
  }
  .product-web .pbc-top div {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .product-web .pbc-top > div:nth-child(2n) {
    margin-right: 0;
  }
  .product-web .pbc-top .pbc-top-action {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .product-web .pbc-right {
    height: 300px;
  }
}

.product-pm-web {
  background: #fafafb;
}

.product-pm-web .product-need {
  padding: 82px 0 82px;
  background: url("../static/images/product-bac.png") center/cover no-repeat;
}

.product-pm-web .product-need-1200 {
  width: 1200px;
  margin: 0 auto;
}

.product-pm-web .product-need-1200 ul {
  font-size: 0;
  padding-top: 40px;
}

.product-pm-web .product-need-1200 ul > li:last-child {
  margin-right: 0;
}

.product-pm-web .product-need-1200 li {
  display: inline-block;
  background-color: #FFFFFF;
  width: 48.5%;
  height: 130px;
  box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
  text-align: center;
  margin-right: 3%;
}

.product-pm-web .product-need-1200 li i {
  vertical-align: middle;
  font-size: 62px;
  color: #01A9A8;
  margin-right: 42px;
}

.product-pm-web .product-need-1200 li span {
  vertical-align: middle;
  color: #252525;
  font-size: 16px;
}

.product-pm-web .product-advantage {
  padding: 82px 0 82px;
  background-color: #FFFFFF;
}

.product-pm-web .product-advantage-1200 {
  width: 1200px;
  margin: 0 auto;
}

.product-pm-web .product-advantage-1200 ul {
  font-size: 0;
  padding-top: 40px;
}

.product-pm-web .product-advantage-1200 ul > li:last-child {
  border: none;
}

.product-pm-web .product-advantage-1200 li {
  display: inline-block;
  width: 33.3333%;
  height: 180px;
  text-align: center;
  padding: 20px 45px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-right: 1px solid #e9eaf1;
}

.product-pm-web .product-advantage-1200 li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 62px;
  color: #01A9A8;
  margin-bottom: 30px;
}

.product-pm-web .product-advantage-1200 li p {
  color: #221815;
  font-size: 14px;
  line-height: 24px;
}

.product-pm-web .product-framework {
  padding: 62px 0 62px;
  background: url("../static/images/product_pm_2.png") center/cover no-repeat;
}

.product-pm-web .product-framework-1200 {
  width: 1284px;
  margin: 0 auto;
}

.product-pm-web .product-framework-1200 .small-title {
  color: #FFFFFF;
}

.product-pm-web .product-framework-1200 div img {
  width: 100%;
}

.invite-web {
  background-color: #F5F7FA;
  padding-bottom: 92px;
}

.invite-web .small-intro {
  width: 862px;
  margin: 0 auto;
  line-height: 24px;
}

.invite-web .invite-develop {
  padding: 76px 0 74px;
}

.invite-web .invite-develop-1200 {
  width: 1200px;
  margin: 0 auto;
}

.invite-web .invite-develop-content {
  padding-top: 57px;
}

.invite-web .invite-develop-content img {
  width: 100%;
}

.invite-web .invite-society {
  padding: 76px 0 74px;
}

.invite-web .invite-society-1200 {
  width: 1200px;
  margin: 0 auto;
}

.invite-web .invite-society-1200 ul {
  font-size: 0;
  padding-top: 54px;
}

.invite-web .invite-society-1200 ul > a:nth-child(3n) {
  margin-right: 0;
}

.invite-web .invite-society-1200 a {
  display: inline-block;
  float: left;
  height: 387px;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  background-color: #FFFFFF;
  padding: 38px 28px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s;
  cursor: pointer;
}

.invite-web .invite-society-1200 a:hover {
  background-color: #01A9A8;
}

.invite-web .invite-society-1200 a:hover p {
  color: #FFFFFF !important;
}

.invite-web .invite-society-1200 a > p:nth-child(1) {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.invite-web .invite-society-1200 a > p:nth-child(2) {
  color: #333333;
  font-size: 16px;
  margin-bottom: 32px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.invite-web .invite-society-1200 a > p:nth-child(2) i {
  margin-right: 6px;
}

.invite-web .invite-society-1200 a > p:nth-child(3) {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.invite-web .invite-society-1200 a > p:nth-child(4) {
  color: #666666;
  font-size: 14px;
  margin-bottom: 32px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-line-clamp: 20;
}

.invite-web .invite-society-1200 a > p:nth-child(5) {
  color: #01A9A8;
  font-size: 14px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.invite-web .invite-society-1200 a > p:nth-child(5) i {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}

.invite-web .invite-society-1200 a > p:nth-child(5) span {
  vertical-align: middle;
}

.invite-web .btn-wrap {
  text-align: center;
}

.invite-web .btn-wrap .btn2 i {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contact-web {
  background-color: #F5F7FA;
  padding-bottom: 92px;
}

.contact-web .contact-map {
  padding: 76px 0 74px;
}

.contact-web .contact-map-1200 {
  width: 1200px;
  height: 414px;
  margin: 0 auto;
}

.contact-web .cm-left {
  display: inline-block;
  width: 40%;
  height: 100%;
  padding: 50px 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #FFFFFF;
  margin-right: 1%;
  vertical-align: top;
  float: left;
}

.contact-web .cm-left .cm-left-cell {
  margin-bottom: 28px;
  cursor: pointer;
}

.contact-web .cm-left .cm-left-cell i {
  margin-right: 8px;
  font-size: 14px;
}

.contact-web .cm-left .cm-left-cell > p:nth-child(1) {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-web .cm-left .cm-left-cell > p:nth-child(2) {
  color: #000000;
  font-size: 14px;
  margin-bottom: 12px;
}

.contact-web .cm-left .cm-left-cell > p:nth-child(3) {
  color: #000000;
  font-size: 14px;
}

.contact-web .cm-left .cm-left-cell:hover i {
  color: #01A9A8;
}

.contact-web .cm-left .cm-left-cell:hover > p:nth-child(1) {
  color: #01A9A8;
}

.contact-web .cm-left .cm-left-cell:hover span {
  color: #01A9A8;
}

.contact-web .cm-left .action i {
  color: #01A9A8;
}

.contact-web .cm-left .action > p:nth-child(1) {
  color: #01A9A8;
}

.contact-web .cm-left .action span {
  color: #01A9A8;
}

.contact-web .cm-right {
  display: inline-block;
  width: 59%;
  height: 414px;
  padding: 15px;
  background-color: #FFFFFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: top;
}

.contact-web .cm-right > div {
  height: 100%;
}

@media screen and (max-width: 1240px) {
  .contact-web {
    padding-bottom: 40px;
  }
  .contact-web .contact-map-1200 {
    width: 96%;
  }
  .contact-web .cm-left {
    padding: 30px 14px;
  }
}

@media screen and (max-width: 760px) {
  .contact-web {
    padding-bottom: 30px;
  }
  .contact-web .contact-map {
    padding: 30px 0 30px;
  }
  .contact-web .contact-map-1200 {
    height: auto;
  }
  .contact-web .cm-left {
    width: 100%;
    padding: 14px;
  }
  .contact-web .cm-right {
    width: 100%;
  }
}

.search-web .search-input-bac {
  height: 230px;
  background: url("../static/images/search_bac.png") center/cover no-repeat;
}

.search-web .search-input-1200 {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 112px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}

.search-web .search-input-850 {
  height: 42px;
  font-size: 0;
}

.search-web .search-input-850 input {
  width: 760px;
  height: 100%;
  background-color: #FFFFFF;
  vertical-align: middle;
  border: none;
  font-size: 16px;
  color: #000000;
  padding: 0 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.search-web .search-input-850 button {
  display: inline-block;
  width: 90px;
  height: 100%;
  line-height: 42px;
  background-color: #01A9A8;
  color: #FFFFFF;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  border: none;
}

.search-web .search-input-850 button:hover {
  opacity: .7;
}

.search-web .search-type {
  position: absolute;
  height: 46px;
  left: 0;
  bottom: -4px;
}

.search-web .search-type > div {
  display: inline-block;
  height: 100%;
  color: #333333;
  font-size: 16px;
  margin-right: 80px;
  position: relative;
  padding: 0 4px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

.search-web .search-type > div:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #01A9A8;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.search-web .search-type > div:hover {
  color: #01A9A8;
}

.search-web .search-type > div:hover:before {
  opacity: 1;
}

.search-web .search-type .action {
  color: #01A9A8;
}

.search-web .search-type .action:before {
  opacity: 1;
}

.search-web .search-result .search-result-1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 58px 0;
  background-color: #FFFFFF;
  min-height: 600px;
  font-size: 0;
}

.search-web .search-result-left {
  display: inline-block;
  width: 850px;
  vertical-align: top;
}

.search-web .search-result-module {
  height: 226px;
  background: #ffffff;
  border: 1px solid #e3e6ed;
  padding: 30px 36px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.search-web .search-result-img {
  float: left;
}

.search-web .search-result-img img {
  display: inline-block;
  width: 98px;
}

.search-web .search-result-text {
  margin-left: 190px;
}

.search-web .search-result-text > p:nth-child(1) {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.search-web .search-result-text ul {
  margin-bottom: 28px;
}

.search-web .search-result-text ul p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.search-web .search-btn a {
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #01a9a8;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #01a9a8;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-right: 16px;
}

.search-web .search-btn a:hover {
  background: #01a9a8;
  color: #FFFFFF;
}

.search-web .search-result-list li {
  margin-bottom: 12px;
}

.search-web .search-result-list li .title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.search-web .search-result-list li .intro, .search-web .search-result-list li from {
  color: #595757;
  font-size: 14px;
  margin-bottom: 18px;
}

.search-web .search-result-list li .link {
  display: inline-block;
  color: #01a9a8;
  font-size: 14px;
  margin-bottom: 18px;
  cursor: pointer;
}

.search-web .search-result-list li a {
  color: #01a9a8;
}

.search-web .search-recommend {
  display: inline-block;
  width: 350px;
  padding: 0 0 40px 95px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: top;
}

.search-web .search-recommend p {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
}

.search-web .search-recommend ul {
  margin-bottom: 52px;
}

.search-web .search-recommend ul a {
  display: block;
  color: #000000;
  font-size: 14px;
  margin-bottom: 16px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.search-web .search-recommend ul a:hover {
  color: #01A9A8;
}

@media screen and (max-width: 1240px) {
  .search-web .search-input-1200 {
    width: 96%;
  }
  .search-web .search-result .search-result-1200 {
    width: 96%;
    padding: 28px 0;
  }
  .search-web .search-result-left {
    width: 100%;
  }
  .search-web .search-recommend {
    width: 100%;
    padding: 30px 0 0 0;
  }
}

@media screen and (max-width: 920px) {
  .search-web .search-input-850 input {
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .search-web .search-input-850 button {
    width: 90px;
  }
}

.case-web {
  background: #fafafb;
}

.case-web .case-value {
  padding: 82px 0 74px;
  background-color: #f5f7fa;
}

.case-web .case-value-1200 {
  width: 1200px;
  margin: 0 auto;
}

.case-web .case-value-1200 img {
  width: 100%;
  margin-top: 50px;
}

.case-web .case-feature-1200 {
  width: 1200px;
  padding-top: 82px;
  margin: 0 auto;
  font-size: 0;
}

.case-web .case-feature-1200 ul {
  width: 100%;
  height: 102px;
  margin-top: 20px;
  display: inline-block;
}

.case-web .case-feature-1200 ul li {
  float: left;
  height: 100px;
  width: 14%;
  text-align: center;
}

.case-web .case-feature-1200 ul li:hover em {
  opacity: 1;
}

.case-web .case-feature-1200 ul li:hover span {
  color: #00A6A5;
}

.case-web .case-feature-1200 ul .item i {
  width: 100%;
  height: 50px;
  color: #00A6A5;
  font-size: 36px;
  float: left;
}

.case-web .case-feature-1200 ul .item span {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  float: left;
  color: #000000;
}

.case-web .case-feature-1200 ul .item em {
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background-color: #00A6A5;
  opacity: 0;
}

.case-web .case-feature-image-1200 {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

.case-web .case-feature-image {
  width: 100%;
  height: 555px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.case-web .case-feature-image p {
  width: 22.5%;
  margin-right: 8.75%;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

.case-web .case-feature-image img {
  width: 68.75%;
  vertical-align: middle;
}

.case-web .case-built {
  margin-top: 50px;
}

.case-web .case-built-1200 {
  width: 1200px;
  margin: 0 auto;
}

.case-web .case-built-1200 img {
  margin: 28px 0 50px 0;
  width: 100%;
  border: 1px dotted;
}

.case-web .case-built-1200 ul {
  display: inline-block;
  width: 100%;
  margin: 80px 0;
  font-size: 0;
}

.case-web .case-built-1200 li {
  width: 48.5%;
  float: left;
  background: white;
  padding: 20px 0;
  height: 200px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 0;
}

.case-web .case-built-1200 li .image {
  display: inline-block;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}

.case-web .case-built-1200 li .image .icon {
  font-size: 80px;
  color: #00A6A5;
  line-height: 70px;
}

.case-web .case-built-1200 li .content {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-right: 54px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.case-web .case-built-1200 li .content .title {
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
}

.case-web .case-built-1200 li .content .descs {
  color: #000000;
  font-size: 14px;
}

.case-web .case-built-1200 li:nth-child(odd) {
  margin-right: 3%;
}

.product-base-web {
  background: #fafafb;
}

.product-base-web .product-base-list > .product-base-cell:nth-child(2n-1) {
  background-color: #FFFFFF;
}

.product-base-web .product-base-list > .product-base-cell:nth-child(2n-1) .img {
  float: right;
}

.product-base-web .product-base-list > .product-base-cell:nth-child(2n-1) .text {
  float: left;
}

.product-base-web .product-base-list > .product-base-cell:nth-child(2n) {
  background-color: #f5f7fa;
}

.product-base-web .product-base-list > .product-base-cell:nth-child(2n) .img {
  float: left;
}

.product-base-web .product-base-list > .product-base-cell:nth-child(2n) .text {
  float: right;
}

.product-base-web .product-base-list-1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 82px 0 78px 0;
}

.product-base-web .product-base-list-1200 .img {
  display: inline-block;
  width: 46%;
}

.product-base-web .product-base-list-1200 .img img {
  width: 100%;
}

.product-base-web .product-base-list-1200 .text {
  display: inline-block;
  line-height: 280px;
  width: 44%;
}

.product-base-web .product-base-list-1200 .text span {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}

.product-base-web .product-module {
  padding: 68px 0 68px;
  background-color: #FFFFFF;
}

.product-base-web .product-module-1200 {
  width: 1200px;
  margin: 0 auto;
}

.product-base-web .product-module-1200 ul {
  font-size: 0;
  padding-top: 50px;
}

.product-base-web .product-module-1200 ul > li:last-child {
  margin-right: 0;
}

.product-base-web .product-module-1200 li {
  display: inline-block;
  width: 30.8%;
  text-align: center;
  margin-right: 3.8%;
  float: left;
}

.product-base-web .product-module-1200 li img {
  width: 100%;
  margin-bottom: 40px;
}

.product-base-web .product-module-1200 li i {
  display: inline-block;
  color: #01A9A8;
  font-size: 116px;
  margin-bottom: 48px;
}

.product-base-web .product-module-1200 li > p:nth-child(2) {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-base-web .product-module-1200 li > p:nth-child(3) {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.product-base-web .product-module-bac {
  background-color: #f5f7fa;
}

.product-base-web .product-module-bac .product-module-1200 ul li > p:nth-child(3) {
  padding: 0 54px;
}

.case-number-web {
  background: #fafafb;
}

.case-number-web .cn-module1 {
  padding: 100px 0 116px;
}

.case-number-web .cn-module1-1200 {
  width: 1200px;
  margin: 0 auto;
}

.case-number-web .cn-module1-1200 .pic {
  padding-top: 96px;
  text-align: center;
}

.case-number-web .cn-module1-1200 .pic img {
  width: 1116px;
}

.case-number-web .cn-module2 {
  background: url("../static/images/case_number_bac2.jpg") center/cover no-repeat;
}

.case-number-web .cn-module2-1200 {
  width: 1200px;
  height: 526px;
  margin: 0 auto;
  padding: 82px 0 56px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.case-number-web .cn-module2-1200 .pic {
  display: inline-block;
  float: right;
  width: 715px;
  position: relative;
  margin-right: 25px;
}

.case-number-web .cn-module2-1200 .pic img {
  width: 100%;
}

.case-number-web .cn-module2-1200 .text {
  width: 68.67%;
  height: 68.81%;
  background: #ffffff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  top: 48px;
  left: -452px;
}

.case-number-web .cn-module2-1200 .text div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.case-number-web .cn-module2-1200 .text div p {
  white-space: nowrap;
}

.case-number-web .cn-module2-1200 .text div > p:nth-child(1) {
  color: #01B6B5;
  font-size: 36px;
  margin-bottom: 32px;
}

.case-number-web .cn-module2-1200 .text div > p:nth-child(2) {
  color: #333333;
  font-size: 20px;
  line-height: 36px;
}

.case-number-web .cn-module3 {
  padding: 66px 0 118px;
  background: #f5f7fa;
}

.case-number-web .cn-module3-1200 {
  width: 1200px;
  margin: 0 auto;
}

.case-number-web .cn-module3-list > .cn-module3-cell:nth-child(2n) .img {
  float: right;
}

.case-number-web .cn-module3-list > .cn-module3-cell:nth-child(2n) .text {
  float: left;
}

.case-number-web .cn-module3-list > .cn-module3-cell:nth-child(2n-1) .img {
  float: left;
}

.case-number-web .cn-module3-list > .cn-module3-cell:nth-child(2n-1) .text {
  padding-right: 60px;
  float: right;
  text-align: right;
}

.case-number-web .cn-module3-cell {
  background-color: #FFFFFF;
  padding: 14px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 76px 0px rgba(155, 162, 178, 0.28);
  cursor: pointer;
}

.case-number-web .cn-module3-cell:hover img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

.case-number-web .cn-module3-cell:hover .text div p {
  color: #01A9A8;
}

.case-number-web .cn-module3-cell .img {
  display: inline-block;
  width: 30.75%;
  overflow: hidden;
  vertical-align: middle;
  line-height: 160px;
}

.case-number-web .cn-module3-cell .img img {
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  vertical-align: middle;
}

.case-number-web .cn-module3-cell .text {
  display: inline-block;
  width: 69%;
  line-height: 160px;
  padding-left: 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: middle;
}

.case-number-web .cn-module3-cell .text div {
  display: inline-block;
  vertical-align: middle;
  line-height: 160px;
}

.case-number-web .cn-module3-cell .text div > p:nth-child(1) {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.case-number-web .cn-module3-cell .text div > p:nth-child(2) {
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.case-number-web .cn-module4 .cn-module4-1200 {
  width: 1050px;
  margin: 0 auto;
  padding: 62px 0 30px 0;
  font-size: 0;
}

.case-number-web .cn-module4 .cn-module4-1200 > .cn-module4-cell:nth-child(3n) {
  margin-right: 0;
}

.case-number-web .cn-module4 .cn-module4-cell {
  display: inline-block;
  width: 28%;
  margin-right: 8%;
  text-align: center;
  margin-bottom: 44px;
}

.case-number-web .cn-module4 .cn-module4-cell > p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-bottom: 14px;
}

.case-number-web .cn-module4 .cn-module4-cell > p:nth-child(3) {
  font-size: 14px;
  color: #5A5A5A;
}

.case-number-web .cn-module5 .cn-module5-1200 {
  width: 1050px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
  text-align: center;
}

.case-number-web .cn-module5 .cn-module5-1200 img {
  width: 714px;
}

.case-number-web .cn-module5 .cn-module5-title {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  margin-bottom: 62px;
}

.case-number-web .cn-module5 .cn-module5-title span {
  color: #01A9A8;
}

.case-number-web .cn-module6 > .cn-module6-1200:nth-child(2n) {
  background: url("../static/images/n411_cn_img11.png") center/cover no-repeat;
}

.case-number-web .cn-module6 > .cn-module6-1200:nth-child(2n) .cn-module6-left {
  float: right;
}

.case-number-web .cn-module6 > .cn-module6-1200:nth-child(2n) .cn-module6-right {
  float: left;
}

.case-number-web .cn-module6 > .cn-module6-1200:nth-child(2n) .cn-module6-wrap {
  background: #F5F7FA;
}

.case-number-web .cn-module6 .cn-module6-title {
  margin-bottom: 59px;
  text-align: center;
}

.case-number-web .cn-module6 .cn-module6-title img {
  vertical-align: middle;
  margin-right: 24px;
}

.case-number-web .cn-module6 .cn-module6-title span {
  color: #333333;
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}

.case-number-web .cn-module6 .cn-module6-1200 {
  background: url("../static/images/n411_cn_img10.png") center/cover no-repeat;
  padding: 66px 0 70px 0;
}

.case-number-web .cn-module6 .cn-module6-1200 .cn-module6-cell {
  width: 1200px;
  margin: 0 auto;
}

.case-number-web .cn-module6 .cn-module6-wrap-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case-number-web .cn-module6 .cn-module6-wrap {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  box-shadow: 5.5px 9.53px 30.4px 1.6px rgba(196, 201, 209, 0.32);
}

.case-number-web .cn-module6 .cn-module6-wrap:before {
  display: inline-block;
  content: '';
  width: 100%;
  padding-top: 41%;
}

.case-number-web .cn-module6 .cn-module6-left {
  display: inline-block;
  width: 50%;
  height: 100%;
  float: left;
}

.case-number-web .cn-module6 .cn-module6-left img {
  width: 100%;
}

.case-number-web .cn-module6 .cn-module6-right {
  display: inline-block;
  width: 50%;
  height: 100%;
  float: right;
  padding: 46px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.case-number-web .cn-module6 .cn-module6-bottom-img img {
  width: auto;
}

.case-number-web .cn-module6 .cn-module6-top {
  overflow: hidden;
  margin-bottom: 28px;
}

.case-number-web .cn-module6 .cn-module6-top p {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.case-number-web .cn-module6 .cn-module6-top span {
  color: #00A6A5;
  font-weight: 600;
}

.case-number-web .cn-module6 .cn-mb-title {
  margin-bottom: 14px;
}

.case-number-web .cn-module6 .cn-mb-title i {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  vertical-align: middle;
}

.case-number-web .cn-module6 .cn-mb-title span {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  margin: 0 4px;
}

.case-number-web .cn-module6 .cn-mb-title b {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #01A9A8;
  vertical-align: bottom;
  margin-bottom: 4px;
}

.case-number-web .cn-module6 .cn-mb-content div {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}

.case-number-web .cn-module6 .cn-mb-content p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 4px;
}

.case-number-web .cn-module6 .cn-mb-content p:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  background: #01A9A8;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}

.case-number-web .cn-module6 .cn-mb-content p span {
  vertical-align: middle;
  margin-left: 8px;
}

.case-number-web .cn-module6 .cmb-img1 {
  margin-top: 52px;
}

.case-number-web .cn-module6 .cmb-img1 img {
  width: 100%;
}

.case-number-web .cn-module6 .cmb-img2 {
  margin-top: 36px;
}

.case-number-web .cn-module6 .cmb-img2 img {
  width: 83%;
}

.case-number-web .cn-module6 .cmb-img3 {
  margin-top: 52px;
}

.case-number-web .cn-module6 .cmb-img3 img {
  width: 88.5%;
}

.case-number-web .cn-module6 .cmb-img4 {
  margin-top: 60px;
}

.case-number-web .cn-module6 .cmb-img4 img {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .case-number-web .cn-module1 {
    padding: 50px 0 50px;
  }
  .case-number-web .cn-module3 {
    padding: 40px 0 60px;
  }
  .case-number-web .cn-module1-1200 {
    width: 96%;
  }
  .case-number-web .cn-module1-1200 .pic {
    padding-top: 40px;
  }
  .case-number-web .cn-module1-1200 .pic img {
    width: 100%;
  }
  .case-number-web .cn-module2-1200 {
    width: 96%;
    height: auto;
    padding: 42px 0 24px 0;
  }
  .case-number-web .cn-module2-1200 .pic {
    width: 63%;
  }
  .case-number-web .cn-module2-1200 .text {
    width: 68.67%;
    height: 68.81%;
    left: -46%;
    top: 47%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .case-number-web .cn-module2-1200 .text div > p:nth-child(1) {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .case-number-web .cn-module2-1200 .text div > p:nth-child(2) {
    font-size: 18px;
  }
  .case-number-web .cn-module3-list > .cn-module3-cell:nth-child(2n-1) .text {
    padding-left: 44px;
  }
  .case-number-web .cn-module4 .cn-module4-1200 {
    width: 96%;
  }
  .case-number-web .cn-module6 .cn-module6-1200 .cn-module6-cell {
    width: 96%;
  }
  .case-number-web .cn-module6 .cn-module6-right {
    padding: 20px;
  }
  .case-number-web .cn-module6 .cn-module6-top {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1100px) {
  .case-number-web .cn-module6 {
    padding: 0 20%;
  }
  .case-number-web .cn-module6 .cn-module6-title {
    margin-bottom: 30px;
  }
  .case-number-web .cn-module6 .cn-module6-title img {
    width: 100px;
  }
  .case-number-web .cn-module6 .cn-module6-title span {
    font-size: 18px;
  }
  .case-number-web .cn-module6 .cn-module6-1200 {
    padding: 40px 0 50px 0;
  }
  .case-number-web .cn-module6 .cn-module6-left {
    width: 100%;
    text-align: center;
  }
  .case-number-web .cn-module6 .cn-module6-right {
    width: 100%;
    padding: 20px;
  }
  .case-number-web .cn-module6 .cn-mb-title {
    margin-bottom: 8px;
  }
  .case-number-web .cn-module6 .cn-mb-content p {
    line-height: 20px;
    margin-bottom: 2px;
  }
  .case-number-web .cn-module6 .cn-module6-wrap:before {
    display: none;
    content: '';
    width: 100%;
    padding-top: 0;
  }
  .case-number-web .cn-module6 .cn-module6-wrap-absolute {
    position: static;
  }
  .case-number-web .cn-module2-1200 .text div > p:nth-child(1) {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .case-number-web .cn-module5 .cn-module5-1200 {
    width: 96%;
    padding: 40px 0 30px 0;
  }
  .case-number-web .cn-module5 .cn-module5-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .case-number-web .cn-module5 .cn-module5-1200 img {
    width: 60%;
  }
}

@media screen and (max-width: 760px) {
  .case-number-web .cn-module1 {
    padding: 30px 0 30px;
  }
  .case-number-web .cn-module3 {
    padding: 30px 0 30px;
  }
  .case-number-web .cn-module3-list > .cn-module3-cell:nth-child(2n-1) .text {
    float: none;
    width: 100%;
  }
  .case-number-web .cn-module3-cell .text {
    width: 100%;
  }
  .case-number-web .cn-module3-cell .img {
    width: 100%;
  }
  .case-number-web .cn-module2-1200 {
    padding: 20px 0 10px 0;
  }
  .case-number-web .cn-module2-1200 .text {
    height: 150px;
    width: 60%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: absolute;
  }
  .case-number-web .cn-module2-1200 .pic {
    width: 100%;
    text-align: center;
    margin-right: 0;
    position: relative;
  }
  .case-number-web .cn-module2-1200 .text > p:nth-child(1) {
    font-size: 20px;
  }
  .case-number-web .cn-module2-1200 .text > p:nth-child(2) {
    font-size: 16px;
  }
  .case-number-web .cn-module3-list > .cn-module3-cell:nth-child(2n-1) .text {
    padding-left: 20px;
  }
  .case-number-web .cn-module3-cell .text {
    padding-left: 20px;
    line-height: 120px;
  }
  .case-number-web .cn-module4 .cn-module4-cell {
    width: 46%;
    margin-right: 8%;
  }
  .case-number-web .cn-module4 .cn-module4-1200 > .cn-module4-cell:nth-child(3n) {
    margin-right: 8%;
  }
  .case-number-web .cn-module4 .cn-module4-1200 > .cn-module4-cell:nth-child(2n) {
    margin-right: 0;
  }
  .case-number-web .cn-module5 .cn-module5-1200 {
    width: 96%;
    padding: 40px 0 30px 0;
  }
  .case-number-web .cn-module5 .cn-module5-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .case-number-web .cn-module5 .cn-module5-1200 img {
    width: 100%;
  }
  .case-number-web .cn-module6 {
    padding: 0;
  }
  .case-number-web .cn-module6 .cn-module6-left {
    width: 100%;
  }
  .case-number-web .cn-module6 .cn-module6-right {
    width: 100%;
    padding: 20px;
  }
  .case-number-web .cn-module6 .cn-mb-title {
    margin-bottom: 8px;
  }
  .case-number-web .cn-module6 .cn-mb-content p {
    line-height: 20px;
    margin-bottom: 2px;
  }
}

.consult-web {
  background-color: #F5F7FA;
}

.consult-web .consult-content {
  padding: 162px 0 120px;
  background: url("../static/images/consult_bac.png") center/cover no-repeat;
}

.consult-web .consult-content-1200 {
  width: 1200px;
  margin: 0 auto;
  height: 780px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0;
}

.consult-web .consult-left {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  height: 100%;
  background: url("../static/images/consult_img.png") center/cover no-repeat;
}

.consult-web .consult-right {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 64px 0 0 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: right;
}

.consult-web .consult-right .title {
  color: #010101;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 52px;
}

.consult-web .consult-right form {
  text-align: right;
}

.consult-web .form-cell {
  margin-bottom: 22px;
  padding-right: 19.3%;
}

.consult-web .form-cell p {
  display: inline-block;
  color: #010101;
  font-size: 14px;
  vertical-align: top;
  margin-right: 18px;
}

.consult-web .form-cell p span {
  display: inline-block;
  line-height: 42px;
}

.consult-web .form-cell p .must:before {
  content: '*';
  color: red;
  margin-right: 4px;
}

.consult-web .form-cell input {
  vertical-align: middle;
  width: 68.4%;
  height: 42px;
  border: 1px solid #dadbe1;
  border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  color: #000000;
  padding: 0 16px;
}

.consult-web .form-cell textarea {
  vertical-align: top;
  width: 68.4%;
  height: 82px;
  border: 1px solid #dadbe1;
  border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  resize: none;
  font-size: 14px;
  color: #000000;
  padding: 10px 16px;
}

.consult-web .form-cell input[type="button"] {
  background: #01a9a8;
  color: #FFFFFF;
  word-spacing: 10px;
  cursor: pointer;
  box-shadow: 0px 7px 13px 0px rgba(1, 169, 167, 0.15);
}

.consult-web .form-cell input[type="button"]:hover {
  opacity: .7;
}

.consult-web .form-cell .tips {
  display: inline-block;
  width: 68.4%;
  color: #999999;
  line-height: 26px;
  font-size: 14px;
  text-align: left;
}

.consult-web .form-cell .tips a {
  color: #01A9A8;
}

.consult-web .form-cell-button {
  margin-top: 44px;
  margin-bottom: 43px;
}

.consult-web .form-cell-button span {
  vertical-align: middle;
  width: 68.4%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  background: #01a9a8;
  color: #FFFFFF;
  word-spacing: 10px;
  cursor: pointer;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 7px 13px 0px rgba(1, 169, 167, 0.15);
}

.consult-web .form-cell-button span:hover {
  opacity: .7;
}

@media screen and (max-width: 1240px) {
  .consult-web .consult-content-1200 {
    width: 96%;
  }
}

@media screen and (max-width: 1024px) {
  .consult-web .consult-content {
    padding: 100px 0 40px;
  }
  .consult-web .consult-content-1200 {
    height: auto;
  }
  .consult-web .consult-left {
    width: 100%;
    height: 400px;
    background: url("../static/images/consult_img.png") top/cover no-repeat;
  }
  .consult-web .consult-right {
    width: 100%;
    padding: 30px 0 0 0;
  }
}

@media screen and (max-width: 760px) {
  .consult-web .consult-right .title {
    margin-bottom: 30px;
  }
  .consult-web .form-cell {
    padding-right: 20px;
  }
  .consult-web .form-cell-button {
    text-align: center;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .consult-web .form-cell .tips {
    width: 100%;
    padding-left: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}

.popup-content-consult {
  display: inline-block;
  width: 620px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.popup-content-consult .consult-title {
  height: 48px;
  line-height: 48px;
  background: #f2f3f6;
  position: relative;
  padding: 0 20px;
}

.popup-content-consult .consult-text {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.popup-content-consult .cancel-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.popup-content-consult .consult-content {
  padding: 70px 0 70px 70px;
}

.popup-content-consult .consult-content > div {
  vertical-align: middle;
  display: inline-block;
}

.popup-content-consult .consult-content > div img {
  margin-right: 20px;
}

.popup-content-consult .consult-content > div > p:nth-child(1) {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.popup-content-consult .consult-content > div > p:nth-child(2) {
  color: #333333;
  font-size: 18px;
}

.popup-content-consult .consult-content > div > p:nth-child(2) a {
  color: #01A9A8;
}

.invite-detail-web .news-detail-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 178px;
  font-size: 0;
}

.invite-detail-web .news-detail-text {
  display: inline-block;
  width: 100%;
  padding-right: 53px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: top;
}

.invite-detail-web .news-detail-more {
  display: inline-block;
  width: 32.2%;
  padding-left: 53px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: top;
}

.invite-detail-web .news-detail-more a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 18px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.invite-detail-web .news-detail-more a > p:nth-child(1) {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.invite-detail-web .news-detail-more a > p:nth-child(2) {
  color: #888888;
  font-size: 14px;
}

.invite-detail-web .news-detail-more a:hover {
  color: #01A9A8;
}

.invite-detail-web .news-detail-more > p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 28px;
}

.invite-detail-web .news-detail-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 28px;
  text-align: center;
}

.invite-detail-web .news-detail-time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 36px;
  text-align: center;
}

.invite-detail-web .news-detail-time i {
  margin-right: 4px;
}

.invite-detail-web .news-detail-time span {
  margin-right: 26px;
}

.invite-detail-web .news-detail-content {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding-top: 36px;
  border-top: 1px solid #e7e7e7;
}

.invite-detail-web .news-detail-content > p:last-child {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}

.invite-detail-web .news-detail-content > p:last-child span {
  color: #01A9A8;
}

.invite-detail-web .news-detail-content-cell {
  margin-bottom: 20px;
}

.invite-detail-web .news-detail-content-cell p {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
}

.invite-detail-web .news-detail-content-cell > p:nth-child(1) {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.invite-detail-web .btn3 {
  margin-top: 38px;
}

@media screen and (max-width: 1200px) {
  .invite-detail-web .news-detail-wrap {
    width: 94%;
  }
}

@media screen and (max-width: 1000px) {
  .invite-detail-web .news-detail-text {
    padding-right: 40px;
  }
  .invite-detail-web .news-detail-more {
    padding-left: 40px;
  }
}

@media screen and (max-width: 760px) {
  .invite-detail-web .news-detail-wrap {
    padding-top: 40px;
  }
  .invite-detail-web .news-detail-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .invite-detail-web .news-detail-time {
    margin-bottom: 20px;
  }
  .invite-detail-web .news-detail-content p {
    margin-bottom: 20px;
  }
  .invite-detail-web .news-detail-content img {
    margin-bottom: 20px;
  }
  .invite-detail-web .news-detail-content {
    padding-top: 20px;
  }
  .invite-detail-web .news-detail-text {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 30px;
  }
  .invite-detail-web .news-detail-more {
    padding-left: 0;
    border-left: 0;
    width: 100%;
    padding-top: 30px;
  }
}

.policy .main {
  width: 80%;
  margin: 0 auto;
}

.policy .fontw_bold {
  font-weight: bold;
  color: #000000;
}

.policy .maintitle {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 80px 0px 48px 0px;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.policy .maincontent {
  width: auto;
  margin-bottom: 100px;
}

.policy .maincontent p {
  margin-top: 0pt;
  margin-bottom: 0pt;
  font-size: 12pt;
  line-height: 28px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .policy .main {
    margin: 0 auto;
    width: auto;
    padding: 0px 15px;
  }
  .policy .maintitle {
    font-size: 24px;
    line-height: 24px;
  }
  .policy .maincontent p {
    font-size: 13px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
