
@charset "UTF-8";
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f, .navbg, .index-wrap .ban li, .about-wrap .history .list .box .in .year span, .about-wrap .video .box .video-in video, .about-wrap .video .list li .bg, .products-wrap .pddetail .box .image .scroll, .join-wrap .conditions .boxs .box, .dealer-login, .dealer-login .bg, .design-wrap .cases .main .all .bg, .calculator-out, .calculator-out .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} 

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.fwn {
  font-weight: normal;
}

.tac {
  text-align: center;
}

.t-f {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.t-c {
  -webkit-transition: color 0.5s;
          transition: color 0.5s;
}

.t-bg {
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
          animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.index-wrap .news .box:nth-child(1) .tips::after, .index-wrap .news .box:nth-child(2) .tips::after, .index-wrap .news .box:nth-child(3) .tips::after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.m {
  display: none;
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }

  .m {
    display: block;
  }
}
.mw {
  width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mw {
    width: 90%;
  }
  header .top .mw {
    width: 82%;
  }
}

header {
  position: relative;
  z-index: 10;
}
header .top {
  height: 90px;
  border-bottom: 1px solid #e5e5e5;
}
header .top .mw {
  width: 1062px;
}
@media screen and (max-width: 1200px) {
  header .top .mw {
    width: 82%;
  }
}
header .top a.logo {
  float: left;
  display: block;
  height: 90px;
}
header .top .links {
  float: right;
  width: 400px;
  margin-top: 35px;
}
 .links-top {
  display: inline-block;
  float: right;
  width: 82px;
  height:29px;
  border-radius: 15px;
  margin-left: 4px;
  color: #666;
  border: 1px solid #d9dcdc;
  font-size: 14px;
  line-height: 31px;
  margin-left: 10px;
  text-align: center;
  /*-webkit-transition: all 0.5s;
          transition: all 0.5s;
*/
}

.links-top span{
  margin-left: -7px;
}
 .top-links-i{
  display: block;
  height: 29px;
  width: 31px;
  float: left;
  border-radius: 50%;
/*  -webkit-transition: all 0.5s;
          transition: all 0.5s;*/


}
.top-links-i1{
  background: url(../img/search-top-1.jpg) no-repeat 100%;
  margin-left:4px;
}
.top-links-i2{
  background: url(../img/sign03.png) no-repeat 100%;
  background-color: #666;
  height: 31px;
   margin-top: -1px;
}
.top-links-i3{
   margin-top: -1px;
  background: url(../img/sign02.png) no-repeat 100%;
  background-color: #666;
  height: 31px;
}
 .links-top:hover{
  background-color: #01938c;
  color: #fff;
  border: 1px solid #01938c;
}
/* .links-top:hover .top-links-i{
    background-color:none;
}*/
.links-top1:hover .top-links-i1{
  background: url(../img/saerch-top.png) no-repeat 100%;
}
.links-top3:hover{
    background-color:red;
    border: 1px solid red;
}
.links-top2:hover{
    background-color:red;
    border: 1px solid red;

}
.links-top3:hover .top-links-i3{
  background: url(../img/sign02.png) no-repeat 100%;
    background-color:red;
}
.links-top2:hover .top-links-i2{
  background: url(../img/sign03.png) no-repeat 100%;
  background-color:red;
}
.links-top:nth-child(3){
  width: 120px;
}
@media screen and (max-width: 1023px) {
  header .top {
    height: 45px;
  }
  header .top .mw {
    width: 95%;
    margin-left: 5%;
  }
  header .top a.logo {
    height: 45px;
  }
}
header .top .navbtn {
  position: relative;
  float: right;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
header .top .navbtn .line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #000;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
header .top .navbtn .line:nth-child(1) {
  top: 14px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
header .top .navbtn .line:nth-child(2) {
  top: 20px;
}
header .top .navbtn .line:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
header .top .navbtn.cur {
  background-color: #00948d;
}
header .top .navbtn.cur .line {
  left: 35%;
  height: 2px;
  background-color: #fff;
}
header .top .navbtn.cur .line:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .top .navbtn.cur .line:nth-child(2) {
  width: 0;
  opacity: 0;
}
header .top .navbtn.cur .line:nth-child(3) {
  top: 28px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav {
  height: 50px;
  background-color: #f7faf9;
}
header nav li {
  float: left;
  position: relative;
  width: 14.28%;
  text-align: center;
}
header nav li::after {
  right: 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 13px;
  background-color: #c5c8c7;
  margin-top: -6.5px;
}
header nav li:last-child::after {
  display: none;
}
header nav li a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 50px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
header nav li a:hover{
  background-color: #01938c;
  color: #fff;
}
header nav li a.cur {
  color: #f39800;
}
@media screen and (max-width: 1023px) {
  header nav {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    height: auto;
    overflow: hidden;
    padding-top: 8px;
    border-top: 1px solid #f7f7f7;
    background-color: #fff;
  }
  header nav::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  header nav .mw {
    width: 100%;
  }
  header nav .search p {
    padding-bottom: 4px;
  }
  header nav .search p span {
    position: relative;
    float: left;
    padding: 0 22px;
    font-size: 14px;
    line-height: 2;
    color: #666;
  }
  header nav .search p span:first-child::after {
    right: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 1px;
    height: 12px;
    background-color: #c5c8c7;
    margin-top: -6px;
  }
  header nav .search input {
    float: left;
    width: calc(100% - 89px);
    height: 34px;
    padding: 0 22px;
    border: 0;
    background-color: #e9e9e9;
    font-size: 14px;
    line-height: 34px;
    color: #666;
  }
  header nav .search input::-webkit-input-placeholder {
    color: #666;
  }
  header nav .search input[type='submit'] {
    width: 45px;
    height: 34px;
    padding: 0;
    background: #e9e9e9 url(../img/bg_btn02.png) no-repeat center/cover;
  }
  header nav li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  header nav li::after {
    top: 0;
    width: 40px;
    height: 38px;
    background: url(../img/bg_sign01.png) no-repeat center/cover;
    margin-top: 0;
    opacity: .5;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
  header nav li:first-child::after {
    display: none;
  }
  header nav li:last-child::after {
    display: block;
  }
  header nav li a.tit {
    width: calc(100% - 44px);
    padding: 0 22px;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    text-align: left;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
  header nav li .subnav {
    display: none;
    padding: 4px 22px;
    border-top: 4px solid #fff;
    background-color: #f5f5f5;
  }
  header nav li .subnav a {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #666;
    text-align: left;
  }
  header nav li.cur::after {
    opacity: 0;
  }
  header nav li.cur a.tit {
    background-color: #00948d;
    color: #fff;
  }
}

.navbg {
  display: none;
  top: 45px;
  z-index: 5;
  height: calc(100% - 45px);
  background-color: rgba(0, 0, 0, 0.5);
}

footer {
  padding: 2.5% 0;
  background-color: #4a4a4a;
}
footer .list {
  margin-bottom: 45px;
}
footer .list li {
  float: left;
  width: 11.11%;
}
footer .list li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
footer .list li a.tit {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  footer .list li a.tit {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
footer .list li a:hover {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  footer .list li {
    width: 33.33%;
  }
  footer .list li a {
    font-size: 12px;
    line-height: 1.5;
  }
  footer .list li a.tit {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
footer .links {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid #403e3d;
  margin-bottom: 1px;
}
footer .links > a {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
footer .links > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #6e6e6e;
  margin-top: -6px;
}

footer .links > a:first-child {
  padding-left: 0;
}
footer .links > a:nth-child(2)::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  footer .links > a {
    padding: 0 10px;
    font-size: 12px;
  }
}
footer .links .share {
  position: absolute;
  right: 0;
  top: -72px;
  z-index: 200;
}
footer .links .share img {
  display: inline-block;
  position: relative;
  width: 98px;
  height: 98px;
  padding: 0;
  margin: 0 0 0 10px;
/*  background: url(../img/bg_sign11.png) no-repeat center;*/
}
footer .links .share a:last-child {
 /* background-image: url(../img/bg_sign12.png);*/
}
footer .links .share a img{
  display: none;
  position: absolute;
  left: 50%;
  top: -115px;
  width: 200px;
  margin-left: -100px;
}
footer .links .share a:hover img{
  display: block;
}
footer .tips .linksin{
  position: relative;
  float: right;
  margin-top: 14px;
  z-index: 201;
  width: 209px;
  height: 27px;
  background: url(../img/bg_sign42.jpg) no-repeat center;
  cursor: pointer;
}
footer .tips .linksin .box{
  display: none;
  position: absolute;
  left: 0;
  bottom: 27px;
  width: 197px;
  padding: 5px;
  border: 1px solid #5c5c5c;
  border-bottom: 0;
  background-color: #4a4a4a;
}
footer .tips .linksin .box a{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: .5;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
footer .tips .linksin .box a:hover{
  opacity: 1;
}

footer .tips {
  border-top: 1px solid #5c5c5c;
  font-size: 14px;
  line-height: 52px;
  color: rgba(255, 255, 255, 0.5);
}
footer .tips p {
  float: left;
  margin-right:24px;
}
footer .tips a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
footer .tips a:hover {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  footer .links .linksin{
    position: relative;
    right: 0;
    top: 0;
    float: left;
    margin-top: 5px;
  }
  footer .tips {
    font-size: 12px;
    line-height: 2;
    text-align: center;
  }
  footer .tips p {
    float: none !important;
  }
}

.turn {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.turn a {
  display: inline-block;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.turn a.back {
  position: absolute;
  right: 0;
  top: 15px;
  width: 86px;
  padding-left: 50px;
  border: 1px solid #d1d1d1;
  border-radius: 22px;
  background: url(../img/bg_sign27.png) no-repeat 30px center;
  font-size: 14px;
  line-height: 42px;
  color: #666;
}
.turn a:hover {
  color: #f39800;
}
@media screen and (max-width: 1023px) {
  .turn {
    padding-top: 25px;
    line-height: 1.5;
  }
  .turn p {
    margin-bottom: 2%;
  }
}

.index-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .index-wrap {
    background: url(../img/bg_bg01.jpg) repeat-y center/cover;
  }
}
.index-wrap .ban {
  position: relative;
  z-index: 1;
}
.index-wrap .ban li {
  display: none;
}
.index-wrap .ban li .tips {
  position: absolute;
  left: 50%;
  top: 35.5%;
  width: 60%;
  margin-left: -30%;
}
.index-wrap .ban li .tips h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
}
.index-wrap .ban li .tips p.en {
  font: 24px/28px Arial;
  color: #fff;
}
.index-wrap .ban li .tips > * {
  position: relative;
  opacity: 0;
  top: 15%;
}
@media screen and (max-width: 1023px) {
  .index-wrap .ban li .tips {
    left: 0;
    top: 28%;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .index-wrap .ban li .tips h2 {
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  .index-wrap .ban li .tips p.en {
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
}
.index-wrap .ban .btns {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.index-wrap .ban .btns span {
  display: inline-block;
  float: left;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 8px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
/*.index-wrap .ban .btns span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: 2;
  width: 0;
  height: 1px;
  background-color: #00948d;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}*/
.index-wrap .ban .btns span:hover, .index-wrap .ban .btns span.cur {
  background-color: #00948d;
}
.index-wrap .ban .btns span:hover::before, .index-wrap .ban .btns span.cur::before {
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .index-wrap .ban .btns {
    bottom: 0;
  }
  .index-wrap .ban .btns span {
    margin-right: 15px;
    font-size: 14px;
    line-height: 2;
  }
}
.index-wrap .news {
  position: relative;
  z-index: 2;
}
.index-wrap .news .mw {
  position: relative;
}
.index-wrap .news .name {
  position: absolute;
  left: 384px;
  top: 350px;
  z-index: 2;
  width: 303px;
  height: 235px;
  padding: 135px 0 0 97px;
  background-color: #01938c;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .news .name.show {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.index-wrap .news .name p.en {
  font: 30px/38px Arial;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.index-wrap .news .name h2 {
  font-size: 48px;
  line-height: 62px;
  color: #fff;
}
.index-wrap .news .name h2 a{
  color: #fff;
}
.index-wrap .news .name h3,
.index-wrap .news .name span {
  display: none;
}
.index-wrap .news .box {
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.index-wrap .news .box .tips {
  position: relative;
  z-index: 2;
  width: 334px;
  height: 227px;
  padding: 123px 25px 0;
  background-color: #fff;
}
.index-wrap .news .box .tips::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.index-wrap .news .box .tips a {
  display: inline-block;
  height: 48px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .news .box .tips a.tit {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.index-wrap .news .box .tips a.tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -25px;
  width: 50px;
  height: 1px;
  background-color: #00948d;
}
.index-wrap .news .box .tips a:hover {
  color: #f39800;
}
.index-wrap .news .box .tips p {
  font: 14px/2 Arial;
  color: #666;
}
.index-wrap .news .box .image {
  position: relative;
  overflow: hidden;
}
.index-wrap .news .box .image img {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .news .box .image img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-wrap .news .box:nth-child(1) {
  float: left;
  width: 784px;
  height: 350px;
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
  opacity: 0;
}
.index-wrap .news .box:nth-child(1).show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.index-wrap .news .box:nth-child(1)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 400px;
  bottom: -1px;
  width: 760px;
  height: 1px;
  background-color: #e9eceb;
}
.index-wrap .news .box:nth-child(1) .tips {
  float: left;
}
.index-wrap .news .box:nth-child(1) .tips::after {
  right: -20px;
  top: 50%;
  margin-top: -20px;
  border-left: 20px solid #fff;
  border-top: 20px dashed transparent;
  border-bottom: 20px dashed transparent;
}
.index-wrap .news .box:nth-child(1) .image {
  float: right;
  width: 400px;
  height: 350px;
}
.index-wrap .news .box:nth-child(2) {
  float: right;
  width: 384px;
  height: 816px;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 0;
}
.index-wrap .news .box:nth-child(2).show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.index-wrap .news .box:nth-child(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 350px;
  width: calc(100% + 376px);
  height: 1px;
  background-color: #e9eceb;
}
.index-wrap .news .box:nth-child(2) .m-img {
  display: none;
}
.index-wrap .news .box:nth-child(2) .tips::after {
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  border-top: 20px solid #fff;
  border-left: 20px dashed transparent;
  border-right: 20px dashed transparent;
}
.index-wrap .news .box:nth-child(2) .image {
  width: 384px;
  height: 458px;
}
.index-wrap .news .box:nth-child(2) .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -229px 0 0 -192px;
}
.index-wrap .news .box:nth-child(3) {
  float: right;
  width: 784px;
  height: 148px;
  padding-left: 384px;
  margin-top: -95px;
  -webkit-transform: translateX(15%);
      -ms-transform: translateX(15%);
          transform: translateX(15%);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
}
.index-wrap .news .box:nth-child(3).show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.index-wrap .news .box:nth-child(3)::before, .index-wrap .news .box:nth-child(3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 384px;
  bottom: 0;
  width: calc(100% + 376px);
  height: 1px;
  background-color: #e9eceb;
}
.index-wrap .news .box:nth-child(3)::before {
  top: -1px;
  bottom: auto;
}
.index-wrap .news .box:nth-child(3) .tips {
  width: 714px;
  height: 120px;
  padding: 28px 0 0 70px;
}
.index-wrap .news .box:nth-child(3) .tips::after {
  left: -20px;
  top: 50%;
  margin-top: -20px;
  border-right: 20px solid #fff;
  border-top: 20px dashed transparent;
  border-bottom: 20px dashed transparent;
}
.index-wrap .news .box:nth-child(3) .tips a.tit {
  min-height: 24px;
}
.index-wrap .news .box:nth-child(3) .tips a.tit::before {
  top: -7px;
}
.index-wrap .news .box:nth-child(3) .tips p {
  display: none;
}
.index-wrap .news .box:nth-child(3) .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 384px;
  height: 518px;
}
.index-wrap .news .box:nth-child(1) .image > img,
.index-wrap .news .box:nth-child(3) .image > img {
  display: none;
}
.index-wrap .news .box:nth-child(3) .image a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -259px 0 0 -192px;
}
.index-wrap .news .btns {
  display: none;
  height: 12px;
  margin-top: 15px;
  text-align: center;
}
.index-wrap .news .btns span {
  display: inline-block;
  width: 40px;
  height: 12px;
  border-radius: 6px;
  background-color: #686868;
  cursor: pointer;
}
.index-wrap .news .btns span:hover, .index-wrap .news .btns span.cur {
  background-color: #00948d;
}
@media screen and (max-width: 1200px) {
  .index-wrap .news {
    padding: 8% 0 4%;
  }
  .index-wrap .news .mw {
    width: 93.75%;
  }
  .index-wrap .news .name {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    margin-bottom: 16px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    text-align: center;
  }
  .index-wrap .news .name p.en {
    display: none;
  }
  .index-wrap .news .name h2 {
    padding-top: 6px;
    background: url(../img/bg_sign02.png) no-repeat center top;
    font-size: 28px;
    line-height: 40px;
    color: #00948d;
    text-align: center;
  }
  .index-wrap .news .name h3 {
    display: block;
    font: 44px/1 Helvetica, Arial;
    color: #999;
    text-transform: uppercase;
  }
  .index-wrap .news .name span {
    display: inline-block;
    border-top: 1px solid #666;
    margin-top: 8px;
    font: 9px/25px Arial;
    color: #666;
    text-transform: uppercase;
  }
  .index-wrap .news .box .tips::after {
    display: none !important;
  }
  .index-wrap .news .box .tips a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-wrap .news .box:nth-child(1) {
    width: 32%;
    height: auto;
    margin-top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .index-wrap .news .box:nth-child(1)::after {
    display: none;
  }
  .index-wrap .news .box:nth-child(1) .image {
    width: 100%;
    height: auto;
  }
  .index-wrap .news .box:nth-child(2) {
    float: left;
    width: 32%;
    height: auto;
    margin: 0 2%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .index-wrap .news .box:nth-child(2)::after {
    display: none;
  }
  .index-wrap .news .box:nth-child(2) .m-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .index-wrap .news .box:nth-child(2) .m-img a {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-wrap .news .box:nth-child(2) .m-img a img {
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
  .index-wrap .news .box:nth-child(2) .m-img a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .index-wrap .news .box:nth-child(2) .image {
    display: none;
  }
  .index-wrap .news .box:nth-child(3) {
    float: left;
    width: 32%;
    height: auto;
    padding-left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .index-wrap .news .box:nth-child(3)::before, .index-wrap .news .box:nth-child(3)::after {
    display: none;
  }
  .index-wrap .news .box:nth-child(1) .image,
  .index-wrap .news .box:nth-child(3) .image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .index-wrap .news .box:nth-child(1) .image > img,  
  .index-wrap .news .box:nth-child(3) .image > img {
    display: block;
  }
  .index-wrap .news .box:nth-child(1) .image a,
  .index-wrap .news .box:nth-child(3) .image a {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-wrap .news .box:nth-child(3) .tips p {
    display: block;
  }
  .index-wrap .news .box {
    float: left;
  }
  .index-wrap .news .box .tips {
    width: calc(100% - 30px) !important;
    height: auto !important;
    padding: 15px !important;
    padding-bottom: 22px !important;
  }
  .index-wrap .news .box .tips a.tit {
    height: 48px !important;
  }
  .index-wrap .news .box .tips a.tit::before {
    display: none;
  }
  .index-wrap .news .btns {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .index-wrap .news {
    padding-bottom: 8%;
  }
  .index-wrap .news .mw {
    overflow: hidden;
  }
  .index-wrap .news .name h2 {
    padding-top: 0;
    font-size: 18px;
    line-height: 2;
    background-size: 110% auto;
  }
  .index-wrap .news .name h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .index-wrap .news .move {
    position: relative;
    overflow: hidden;
  }
  .index-wrap .news .box:nth-child(1), .index-wrap .news .box:nth-child(2), .index-wrap .news .box:nth-child(3) {
    width: 100%;
    margin: 0;
    -webkit-transition: none;
            transition: none;
  }
}
.index-wrap .products {
  padding: 6% 0 7.6%;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .index-wrap .products {
    padding: 12% 0;
  }
}
.index-wrap .products .list {
  margin-top: 7%;
}
.index-wrap .products .list li {
  position: relative;
  float: left;
  width: 32.8%;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .products .list li .bg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .products .list li .tips {
  position: absolute;
  left: 5%;
  top: 30%;
  width: 90%;
}
.index-wrap .products .list li .tips h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.index-wrap .products .list li .tips h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: -16px;
}
.index-wrap .products .list li .tips .sign {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 21px;
  background: url(../img/bg_sign03.png) no-repeat center/cover;
  margin: 24% auto 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .products .list li:hover .bg {
  background-color: rgba(1, 147, 140, 0.7);
}
.index-wrap .products .list li:hover .tips .sign {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.index-wrap .products .list li:nth-child(2) {
  margin: 9% .8% 0;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.index-wrap .products .list li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .index-wrap .products .list li {
    width: 100%;
    background-color: #f8f8f8;
    -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    opacity: 0;
  }
  .index-wrap .products .list li img.m {
    float: left;
  }
  .index-wrap .products .list li .tips {
    position: relative;
    left: 0;
    top: 0;
    float: right;
    width: 49.4%;
  }
  .index-wrap .products .list li .tips h2 {
    margin-top: 20%;
    padding-bottom: 7.5%;
    font-size: 16px;
    line-height: 2;
    color: #666;
  }
  .index-wrap .products .list li .tips h2::after {
    background-color: #ddd;
  }
  .index-wrap .products .list li .tips .sign {
    margin-top: 10%;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    border-color: #c5c5c5;
    background: url(../img/bg_sign04.png) no-repeat top/100% auto;
  }
  .index-wrap .products .list li:nth-child(2) {
    -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
            transform: translate(10%, 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    margin: 0;
  }
  .index-wrap .products .list li:nth-child(2) img.m {
    float: right;
  }
  .index-wrap .products .list li:nth-child(2) .tips {
    float: left;
  }
  .index-wrap .products .list li.show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.index-wrap .brand {
  padding: 7% 0 5%;
  background: url(../img/bg_bg02.jpg) no-repeat center top/1920px auto;
}
.index-wrap .brand .tips {
  margin: 1.5% auto 5%;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-align: center;
}
.index-wrap .brand .tips a {
  display: inline-block;
  margin-top: 3.5%;
  width: 175px;
  border: 1px solid #999;
  border-radius: 21px;
  font: 14px/40px Arial;
  color: #999;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .brand .tips a:hover {
  border-color: #f39800;
  color: #f39800;
}
.index-wrap .brand .tips > * {
  position: relative;
  opacity: 0;
  top: 10%;
}
@media screen and (max-width: 1023px) {
  .index-wrap .brand .tips {
    margin: 5% auto;
    font-size: 14px;
    line-height: 1.5;
  }
  .index-wrap .brand .tips a {
    font-size: 13px;
    line-height: 2.5;
  }
}
.index-wrap .brand .box {
  float: left;
  width: 48.9%;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.index-wrap .brand .box.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.index-wrap .brand .box h2 {
  margin-top: 19.8%;
  font-size: 24px;
  line-height: 2;
  color: #999;
  text-align: right;
}
.index-wrap .brand .box h2 b {
  font-size: 36px;
  line-height: 48px;
  color: #24a39d;
}
.index-wrap .brand .box p.en {
  font: 16px/18px Arial;
  color: rgba(153, 153, 153, 0.5);
  text-align: right;
}
.index-wrap .brand .box:last-child {
  float: right;
  width: 48.5%;
  margin-top: 8%;
}
@media screen and (max-width: 1023px) {
  .index-wrap .brand .box h2 {
    font-size: 16px;
    line-height: 2;
  }
  .index-wrap .brand .box h2 b {
    font-size: 18px;
  }
  .index-wrap .brand .box p.en {
    font-size: 12px;
    line-height: 1.5;
  }
}
.index-wrap .cases {
  padding: 4% 0 9%;
  background: url(../img/bg_bg02.jpg) no-repeat center top/1920px auto;
}
.index-wrap .cases .list {
  margin-top: 3%;
}
.index-wrap .cases .list .partl {
  float: left;
  width: 67.5%;
}
.index-wrap .cases .list .partl .box {
  position: relative;
  position: relative;
  opacity: 0;
  top: 15%;
}
.index-wrap .cases .list .partl .box a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index-wrap .cases .list .partl .box a img {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .cases .list .partl .box a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.index-wrap .cases .list .partl .box .tips {
  position: absolute;
  left: 6%;
  bottom: 5.6%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.index-wrap .cases .list .partl .box .tips h2 {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.index-wrap .cases .list .partl .bottom {
  height: 166px;
  margin-top: 15px;
  position: relative;
  opacity: 0;
  top: 15%;
}
.index-wrap .cases .list .partl .bottom > a {
  display: block;
  float: left;
  width: 30%;
  position: relative;
  overflow: hidden;
}
.index-wrap .cases .list .partl .bottom > a img {
  float: left;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .cases .list .partl .bottom > a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-wrap .cases .list .partl .bottom .tips {
  float: left;
  padding: 74px 0 0 20px;
}
.index-wrap .cases .list .partl .bottom .tips a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .cases .list .partl .bottom .tips a.tit {
  font-size: 24px;
  line-height: 44px;
  color: #666;
}
.index-wrap .cases .list .partl .bottom .tips a img {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .cases .list .partl .bottom .tips a:hover {
  color: #f39800;
}
@media screen and (max-width: 1023px) {
  .index-wrap .cases .list .partl {
    float: none;
    width: 100%;
  }
  .index-wrap .cases .list .partl .box .tips h2 {
    font-size: 20px;
  }
  .index-wrap .cases .list .partl .bottom {
    height: auto;
    padding-bottom: 10px;
  }
  .index-wrap .cases .list .partl .bottom > a {
    float: none;
    width: 100%;
  }
  .index-wrap .cases .list .partl .bottom > a img {
    float: none;
    width: 100%;
    height: auto !important;
  }
  .index-wrap .cases .list .partl .bottom .tips {
    float: none;
    width: calc(100% - 10px);
    padding: 10px 0 0 10px;
  }
}
.index-wrap .cases .list .partr {
  float: right;
  width: 31.2%;
}
.index-wrap .cases .list .partr .box {
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
  top: 15%;
}
.index-wrap .cases .list .partr .box a {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .cases .list .partr .box a.tit {
  margin-top: 10px;
  font-size: 24px;
  line-height: 44px;
  color: #666;
}
.index-wrap .cases .list .partr .box a img {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.index-wrap .cases .list .partr .box a:hover {
  color: #f39800;
}
.index-wrap .cases .list .partr .box a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
  .index-wrap .cases .list .partr {
    float: none;
    width: 100%;
  }
}
.index-wrap .service {
  padding: 3% 0 5.5%;
  background-color: #f7f7f7;
}
.index-wrap .service .list {
  margin-top: 5%;
}
.index-wrap .service .list li {
  float: left;
  width: 16.66%;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: center;
  position: relative;
  opacity: 0;
  left: 20px;
}
.index-wrap .service .list li .sign {
  height: 72px;
  margin-bottom: 33px;
}
.index-wrap .service .list li:nth-child(1) .sign {
  background: url(../img/bg_sign05.png) no-repeat center top;
}
.index-wrap .service .list li:nth-child(2) .sign {
  background: url(../img/bg_sign06.png) no-repeat center top;
}
.index-wrap .service .list li:nth-child(3) .sign {
  background: url(../img/bg_sign07.png) no-repeat center top;
}
.index-wrap .service .list li:nth-child(4) .sign {
  background: url(../img/bg_sign08.png) no-repeat center top;
}
.index-wrap .service .list li:nth-child(5) .sign {
  background: url(../img/bg_sign09.png) no-repeat center top;
}
.index-wrap .service .list li:nth-child(6) .sign {
  background: url(../img/bg_sign010.png) no-repeat center top;
  background-image: url(../img/bg_sign10.png);
}
@media screen and (max-width: 1023px) {
  .index-wrap .service {
    padding: 8% 0;
  }
  .index-wrap .service .list li {
    width: 33.33%;
    margin-bottom: 5%;
    font-size: 14px;
  }
  .index-wrap .service .list li p {
    min-height: 42px;
  }
  .index-wrap .service .list li .sign {
    margin-bottom: 25px;
  }
}

.ititle {
  text-align: center;
}
.ititle h2 {
  padding-top: 6px;
  background: url(../img/bg_sign02.png) no-repeat center top;
  font-size: 28px;
  line-height: 40px;
  color: #00948d;
  text-align: center;
}
.ititle h2 a{
  color: #00948d;
}
.ititle h3 {
  display: block;
  font: 44px/1 Helvetica, Arial;
  color: #999;
  text-transform: uppercase;
}
.ititle span {
  display: inline-block;
  border-top: 1px solid #666;
  margin-top: 8px;
  font: 9px/25px Arial;
  color: #666;
  text-transform: uppercase;
}
.ititle > * {
  position: relative;
  opacity: 0;
  top: 10%;
}
@media screen and (max-width: 1023px) {
  .ititle h2 {
    padding-top: 0;
    font-size: 18px;
    line-height: 2;
    background-size: 110% auto;
  }
  .ititle h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.insban {
  position: relative;
}
.insban .tips {
  position: absolute;
  left: 50%;
  top: 39.5%;
  width: 533px;
  margin-left: -267px;
}
.insban .tips p {
  position: relative;
  margin-top: 18px;
  font-size: 24px;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.insban .tips p::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 68px;
  width: 13px;
  height: 16px;
  background: url(../img/bg_sign13.png) no-repeat center;
  -webkit-animation: down 1s linear infinite;
          animation: down 1s linear infinite;
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
.insban .tips * {
  position: relative;
  opacity: 0;
  top: 15%;
}
@media screen and (max-width: 1023px) {
  .insban .tips {
    left: 10%;
    width: 80%;
    margin-left: 0;
  }
}

.path {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #ebebeb;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.path p.fl a {
  float: left;
  display: inline-block;
  width: 40px;
  height: 66px;
  background: url(../img/bg_sign14.png) no-repeat left 45%;
}
.path p.fl span {
  display: inline-block;
  font-size: 14px;
  line-height: 66px;
  color: #999;
}
.path p:nth-child(2) {
  text-align: right;
}
.path p:nth-child(2) a {
  position: relative;
  display: inline-block;
  margin-left: 3.5%;
  font-size: 14px;
  line-height: 66px;
  color: #999;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.path p:nth-child(2) a::after{
  content: "";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 17px;
  width: calc(100% + 16px);
  height: 30px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;  
}
.path p:nth-child(2) a:hover, .path p:nth-child(2) a.cur {
  color: #f39800;
}
.path p:nth-child(2) a:hover::after, .path p:nth-child(2) a.cur::after {
  border-color: #f39800;
}
@media screen and (max-width: 1023px) {
  .path .mw{
    width: 95%;
    padding-left: 5%;
  }
  .path p.fl a,
  .path p.fl span {
    height: 40px;
    line-height: 40px;
  }
  .path p:nth-child(2) {
    position: absolute;
    right: 0;
    top: 40px;
    width: 40%;
    background-color: #00948d;
    text-align: center;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
  .path p:nth-child(2) a {
    width: 100%;
    margin-left: 0;
    line-height: 40px;
    color: #fff;
  }
  .path p:nth-child(2) a::after{
    display: none;
  }
  .path p:nth-child(2).show {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: .9;
  }
  .path .menubtn {
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
  .path .menubtn .line {
    position: absolute;
    left: 25%;
    width: 50%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #000;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
  .path .menubtn .line:nth-child(1) {
    top: 14px;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .path .menubtn .line:nth-child(2) {
    top: 20px;
  }
  .path .menubtn .line:nth-child(3) {
    top: 26px;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .path .menubtn.cur {
    background-color: #00948d;
  }
  .path .menubtn.cur .line {
    left: 35%;
    width: 52%;
    height: 2px;
    background-color: #fff;
  }
  .path .menubtn.cur .line:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .path .menubtn.cur .line:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .path .menubtn.cur .line:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.ins-step {
  position: relative;
  width: 293px;
  padding: 70px 0 0 7px;
}
.ins-step .bg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 300px;
  height: 0;
  background: url(../img/bg_sign15.png) no-repeat center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.ins-step .bg.show {
  top: 0;
  height: 118px;
}
.ins-step .line {
  position: absolute;
  left: 0;
  top: 63px;
  width: 0;
  height: 1px;
  background-color: #010101;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.ins-step .line.show {
  width: 300px;
}
.ins-step span {
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 32px;
  font: 14px/2 Arial;
  color: #484848;
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.ins-step span.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.ins-step h3 {
  font: 22px/30px Arial;
  color: #666;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.ins-step h3.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.ins-step h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #018787;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.ins-step h2.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .ins-step {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}

.about-wrap .intro {
  position: relative;
  overflow: hidden;
  padding: 25px 0 3%;
}
@media screen and (max-width: 1023px) {
  .about-wrap .intro {
    padding: 8% 0;
  }
}
.about-wrap .intro .main {
  position: relative;
  width: 74%;
  padding-left: 26%;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .intro .main.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .about-wrap .intro .main {
    width: 100%;
    padding-left: 0;
  }
}
.about-wrap .intro .main .ins-step {
  position: absolute;
  left: 63px;
  top: 27px;
}
.about-wrap .intro .tips {
  position: absolute;
  left: 34px;
  top: 55%;
  font-size: 14px;
  line-height: 32px;
  color: #333;
}
.about-wrap .intro .tips h2 {
  position: relative;
  padding-top: 17px;
  font: 72px/74px Arial;
  color: #333;
}
.about-wrap .intro .tips h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 10px;
  background: url(../img/bg_sign16.png) no-repeat left center;
  -webkit-animation: wave 1s linear infinite;
          animation: wave 1s linear infinite;
}
@-webkit-keyframes wave {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes wave {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@media screen and (max-width: 1023px) {
  .about-wrap .intro .tips {
    position: relative;
    left: 0;
    top: 0;
    margin: 5% 0;
  }
}
.about-wrap .intro .detail {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.about-wrap .intro .detail img {
  max-width: 100%;
}
.about-wrap .intro .detail .in {
  position: relative;
  overflow: hidden;
  height: 240px;
  margin-top: 24px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .intro .detail .in.show {
  height: auto;
}
.about-wrap .intro .detail span {
  display: inline-block;
  width: 174px;
  border: 1px solid #00948d;
  border-radius: 20px;
  background-color: #00948d;
  font: 14px/38px Arial;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .intro .detail span:hover {
  background: none;
  color: #00948d;
}
.about-wrap .message {
  position: relative;
  overflow: hidden;
  padding: 3% 0;
  background: url(../img/bg_bg03.jpg) no-repeat center/cover;
}
.about-wrap .message .mw > img {
  display: block;
  float: left;
  width: 32.3%;
  margin-left: 0.85%;
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .message .mw > img.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about-wrap .message .detail {
  position: relative;
  float: right;
  width: 47.5%;
  padding: 12.5% 0 0 16.4%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  -webkit-transform: translateX(15%);
      -ms-transform: translateX(15%);
          transform: translateX(15%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .message .detail.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about-wrap .message .detail .ins-step {
  position: absolute;
  left: 0;
  top: 0;
}
.about-wrap .message .detail .ins-step .bg {
  background-image: url(../img/bg_sign17.png);
}
.about-wrap .message .detail .in h2 {
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 36px;
  color: #00958c;
  font-family: "华文中宋", "宋体";
}
.about-wrap .message .detail .in img {
  float: right;
  margin-top: 68px;
}
@media screen and (max-width: 1023px) {
  .about-wrap .message {
    padding: 8% 0;
  }
  .about-wrap .message .mw > img {
    float: none;
    width: 100%;
    margin: 0 0 5% 0;
  }
  .about-wrap .message .detail {
    float: none;
    width: 100%;
    padding: 0;
  }
  .about-wrap .message .detail .in {
    padding-top: 5%;
  }
}
.about-wrap .culture {
  position: relative;
  overflow: hidden;
  padding: 4% 0 5%;
}
@media screen and (max-width: 1023px) {
  .about-wrap .culture {
    padding: 8% 0;
  }
}
.about-wrap .culture .image {
  float: left;
  width: 24.4%;
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .culture .image.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about-wrap .culture .image h2 {
  margin-top: 52%;
  font-size: 22px;
  line-height: 36px;
  color: #01948e;
}
.about-wrap .culture .image h2 span {
  font-size: 24px;
  line-height: 38px;
}
.about-wrap .culture .image h3 {
  font: 18px/22px Arial;
  color: #999;
}
@media screen and (max-width: 1023px) {
  .about-wrap .culture .image {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
  .about-wrap .culture .image h2 {
    margin-top: 5%;
  }
}
.about-wrap .culture .detail {
  float: right;
  width: 67.2%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  -webkit-transform: translateX(15%);
      -ms-transform: translateX(15%);
          transform: translateX(15%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .culture .detail.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about-wrap .culture .detail .ins-step .bg {
  background-image: url(../img/bg_sign18.png);
}
.about-wrap .culture .detail .in {
  position: relative;
  overflow: hidden;
  height: 390px;
  padding-top: 10px;
}
.about-wrap .culture .detail .in h2 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 2;
  color: #01948e;
}
.about-wrap .culture .detail .in p {
  text-indent: 2em;
}
.about-wrap .culture .detail .in b{
  color: #01948e;
}
@media screen and (max-width: 1023px) {
  .about-wrap .culture .detail {
    float: none;
    width: 100%;
  }
}
.about-wrap .culture .more {
  position: relative;
  margin-top: 5%;
  padding-left: 66%;
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.about-wrap .culture .more.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.about-wrap .culture .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 62%;
  height: 1px;
  background-color: #c2c2c2;
}
.about-wrap .culture .more a {
  display: inline-block;
  width: 174px;
  border: 1px solid #00948d;
  border-radius: 20px;
  background-color: #00948d;
  font: 14px/38px Arial;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .culture .more a:hover {
  background: none;
  color: #00948d;
}
@media screen and (max-width: 1023px) {
  .about-wrap .culture .more {
    padding-left: 0;
    text-align: center;
  }
  .about-wrap .culture .more::before {
    display: none;
  }
}
.about-wrap .history {
  padding: 7% 0 6%;
  background: url(../img/bg_bg04.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1023px) {
  .about-wrap .history {
    padding: 8% 0;
  }
}
.about-wrap .history .list {
  margin-top: 3%;
}
.about-wrap .history .list .box {
  height: 196px;
  margin-bottom: 6%;
}
@media screen and (max-width: 1023px) {
  .about-wrap .history .list .box {
    height: 252px;
  }
}
.about-wrap .history .list .box .btn {
  float: left;
  width: 10.5%;
  height: 196px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .history .list .box .btn.prev {
  background: url(../img/prev01.png) no-repeat 12% center;
}
.about-wrap .history .list .box .btn.prev:hover {
  background-position: left center;
}
.about-wrap .history .list .box .btn.next {
  background: url(../img/next01.png) no-repeat right 12% center;
}
.about-wrap .history .list .box .btn.next:hover {
  background-position: right center;
}
.about-wrap .history .list .box .in {
  float: left;
  width: 79%;
  height: 196px;
}
.about-wrap .history .list .box .in .year {
  float: left;
  position: relative;
  overflow: hidden;
  width: calc(43% - 1px);
  height: 196px;
  border-right: 1px solid #000;
  font: 92px/196px Arial;
  color: #333;
  text-align: center;
}
.about-wrap .history .list .box .in .year span:first-child {
  top: -100%;
}
.about-wrap .history .list .box .in .year span:last-child {
  top: 100%;
}
.about-wrap .history .list .box .in .det {
  float: right;
  display: table;
  width: 48%;
  padding-left: 9%;
  height: 196px;
}
.about-wrap .history .list .box .in .det span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .about-wrap .history .list .box .btn{
    height: 106px;
  }
  .about-wrap .history .list .box .in {
    height: 252px;
  }
  .about-wrap .history .list .box .in .year {
    width: 100%;
    height: 54px;
    border-right: 0;
    border-bottom: 1px solid #000;
    font-size: 36px;
    line-height: 54px;
  }
  .about-wrap .history .list .box .in .det {
    display: block;
    position: relative;
    overflow: auto;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.about-wrap .history .list .move {
  position: relative;
  overflow: hidden;
  height: 73px;
}
.about-wrap .history .list .move .in {
  padding-top: 23px;
  height: 50px;
  background: url(../img/bg_sign19.png) no-repeat center top;
}
@media screen and (max-width: 1200px) {
  .about-wrap .history .list .move .in {
    width: 759px;
    background-position: left top;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .about-wrap .history .list .move .in {
    width: 254px;
    background-position: -127px top;
  }
}
.about-wrap .history .list .move li {
  float: left;
  width: 254px;
  font: 24px/50px Arial;
  color: #666;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .history .list .move li:first-child {
  margin-left: -48px;
}
@media screen and (max-width: 1200px) {
  .about-wrap .history .list .move li:first-child {
    margin-left: -127px;
  }
}
@media screen and (max-width: 1023px) {
  .about-wrap .history .list .move li:first-child {
    margin-left: 0;
  }
}
.about-wrap .history .list .move li.cur {
  color: #00948d;
}
.about-wrap .honor {
  position: relative;
  overflow: hidden;
  padding: 4% 0 6%;
}
@media screen and (max-width: 1023px) {
  .about-wrap .honor {
    padding: 8% 0;
  }
}
.about-wrap .honor .list {
  margin: 3% auto;
}
.about-wrap .honor .list li {
  float: left;
  width: 23%;
  margin: 0 2.6% 3% 0;
  position: relative;
  opacity: 0;
  left: 15%;
}
.about-wrap .honor .list li p{
  height: 58px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .honor .list li:nth-child(4n) {
  margin-right: 0;
}
.about-wrap .honor .list li:hover img {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.about-wrap .honor .list li:hover p{
  color: #00948d;
}
@media screen and (max-width: 1023px) {
  .about-wrap .honor .list li {
    width: 48%;
    margin-right: 0;
  }
  .about-wrap .honor .list li:nth-child(2n) {
    float: right;
  }
}
.about-wrap .honor .btn {
  text-align: center;
}
.about-wrap .honor .btn a {
  display: inline-block;
  width: 174px;
  border: 1px solid #00948d;
  border-radius: 20px;
  background-color: #00948d;
  font: 14px/38px Arial;
  color: #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .honor .btn a:hover {
  background: none;
  color: #00948d;
}
.about-wrap .video {
  padding: 5% 0 6%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1023px) {
  .about-wrap .video {
    padding: 8% 0;
  }
}
.about-wrap .video .box {
  margin-top: 3%;
  background-color: #f1f1f1;
}
.about-wrap .video .box .detail {
  float: left;
  width: 31.5%;
  padding: 9% 6.5% 0;
}
.about-wrap .video .box .detail h2 {
  position: relative;
  padding-top: 32px;
  font-size: 18px;
  line-height: 2;
  color: #000;
}
.about-wrap .video .box .detail h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 10px;
  background: url(../img/bg_sign16.png) no-repeat left center;
  -webkit-animation: wave 1s linear infinite;
          animation: wave 1s linear infinite;
}
.about-wrap .video .box .detail a {
  display: inline-block;
  margin-top: 8%;
  font-size: 14px;
  line-height: 2;
  color: #1c1c1c;
}
@media screen and (max-width: 1023px) {
  .about-wrap .video .box .detail {
    float: none;
    width: 88%;
    padding: 6%;
  }
}
.about-wrap .video .box .video-in {
  float: right;
  position: relative;
  width: 55.5%;
  background-color: #000;
}
.about-wrap .video .box .video-in img {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .about-wrap .video .box .video-in {
    float: none;
    width: 100%;
  }
}
.about-wrap .video .box .video-in.full {
  float: none;
  width: 100%;
}
.about-wrap .video .list li {
  float: left;
  position: relative;
  width: 25%;
  cursor: pointer;
}
/*.videoout, .videoout .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}*/
.videoout .bg{
  height: 200px;
  width:200px;
}
.about-wrap .video .list li .bg {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-wrap .video .list li span {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  padding-top: 24%;
  background: url(../img/bg_sign20.png) no-repeat center top/44px auto;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.about-wrap .video .list li:hover .bg {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .about-wrap .video .list li {
    width: 50%;
  }
  .about-wrap .video .list li span {
    top: 20%;
    background-size: 30px auto;
  }
}
.about-wrap .duty {
  padding: 3% 0 3.5%;
  background: url(../img/bg_bg05.jpg) no-repeat center/cover;
}
.about-wrap .duty .list {
  margin-top: 5%;
}
.about-wrap .duty .revolve {
  position: relative;
  overflow: hidden;
  width: 819px;
  height: 300px;
  margin: 0 auto;
}
.about-wrap .duty .revolve li {
  position: absolute;
  left: 167px;
  top: 0;
  width: 485px;
  height: 300px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .about-wrap .duty .revolve {
    width: 485px;
    margin: -10% 0;
    -webkit-transform: translateX(-11.5%) scale(0.7);
        -ms-transform: translateX(-11.5%) scale(0.7);
            transform: translateX(-11.5%) scale(0.7);
  }
  .about-wrap .duty .revolve li {
    left: 0;
  }
}
.about-wrap .duty .tips {
  height: 56px;
  margin-top: 7px;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.about-wrap .duty .btn {
  position: absolute;
  top: 0;
  width: 40px;
  height: 300px;
  cursor: pointer;
}
.about-wrap .duty .btn.prev {
  left: 0;
  background: url(../img/prev02.png) no-repeat center;
}
.about-wrap .duty .btn.next {
  right: 0;
  background: url(../img/next02.png) no-repeat center;
}
@media screen and (max-width: 1023px) {
  .about-wrap .duty {
    padding: 8% 0;
  }
  .about-wrap .duty .mw {
    width: 100%;
  }
}

.news-wrap .brand,
.news-wrap .media {
  padding: 30px 0 40px;
  background-color: #f1f1f1;
}
.news-wrap .brand .mw,
.news-wrap .media .mw {
  margin-top: 3%;
}
@media screen and (max-width: 1023px) {
  .news-wrap .brand .mw,
  .news-wrap .media .mw {
    margin-top: 5%;
  }
}
.news-wrap .brand .imagelist,
.news-wrap .media .imagelist {
  float: left;
  width: 23.8%;
}
.news-wrap .brand .imagelist li,
.news-wrap .media .imagelist li {
  position: relative;
  margin-bottom: 10px;
}
.news-wrap .brand .imagelist li p,
.news-wrap .media .imagelist li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 20px);
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 2;
  color: #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .brand .imagelist li:hover p,
.news-wrap .media .imagelist li:hover p {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  .news-wrap .brand .imagelist,
  .news-wrap .media .imagelist {
    float: none;
    width: 100%;
  }
}
.news-wrap .brand .list,
.news-wrap .media .list {
  float: right;
  width: 74.5%;
}
.news-wrap .brand .list .box,
.news-wrap .media .list .box {
  min-height: 80px;
  padding: 12px 27px;
  background-color: #fff;
  margin-bottom: 4px;
}
.news-wrap .brand .list .box a,
.news-wrap .media .list .box a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .brand .list .box a.tit,
.news-wrap .media .list .box a.tit {
  font-size: 16px;
  line-height: 2;
  color: #00948d;
}
.news-wrap .brand .list .box a:hover,
.news-wrap .media .list .box a:hover {
  color: #00948d;
}
.news-wrap .brand .list li,
.news-wrap .media .list li {
  position: relative;
  padding: 0 27px;
  background-color: #fff;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 53px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .brand .list li a,
.news-wrap .media .list li a {
  display: inline-block;
  float: left;
  padding-right: 33px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .brand .list li a.new,
.news-wrap .media .list li a.new {
  background: url(../img/bg_sign38.png) no-repeat right center;
}
.news-wrap .brand .list li span,
.news-wrap .media .list li span {
  display: inline-block;
  float: right;
  color: #666;
  font-family: Arial;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .brand .list li:hover,
.news-wrap .media .list li:hover {
  background-color: #00948d;
}
.news-wrap .brand .list li:hover a,
.news-wrap .media .list li:hover a {
  color: #fff;
}
.news-wrap .brand .list li:hover span,
.news-wrap .media .list li:hover span {
  color: #fff;
}
.news-wrap .brand .list .page,
.news-wrap .media .list .page {
  margin-top: 4.5%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .news-wrap .brand .list,
  .news-wrap .media .list {
    float: none;
    width: 100%;
  }
  .news-wrap .brand .list li,
  .news-wrap .media .list li {
    padding: 15px 25px;
    line-height: 1.5;
  }
}
.news-wrap .sales {
  padding: 3.5% 0;
}
@media screen and (max-width: 1023px) {
  .news-wrap .sales {
    padding: 8% 0;
  }
}
.news-wrap .sales .list {
  margin: 3% auto;
}
.news-wrap .sales .list li {
  float: left;
  width: 31%;
  margin-bottom: 3%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .sales .list li .tips {
  padding: 10px 5px 22px;
}
.news-wrap .sales .list li .tips a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.news-wrap .sales .list li .tips a.tit {
  height: 36px;
  font-size: 18px;
  line-height: 2;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-wrap .sales .list li .tips span {
  display: inline-block;
  padding-left: 26px;
  background: url(../img/bg_sign22.png) no-repeat left center;
  margin-top: 20px;
  font: 14px/20px Arial;
  color: #999;
}
.news-wrap .sales .list li:hover {
  background-color: #f1f1f1;
}
.news-wrap .sales .list li:nth-child(3n-1) {
  margin: 0 3.5%;
}
@media screen and (max-width: 1023px) {
  .news-wrap .sales .list li {
    width: 100%;
    margin: 0 0 3% !important;
  }
}
.news-wrap .publication {
  padding: 3% 0 7%;
}
@media screen and (max-width: 1023px) {
  .news-wrap .publication {
    padding: 8% 0;
  }
}
.news-wrap .publication .list {
  margin-top: 3%;
}
.news-wrap .publication .list li {
  float: left;
  width: 31.5%;
  margin-bottom: 4%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .publication .list li .tips {
  margin-top: 20px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .publication .list li .tips a {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.news-wrap .publication .list li .tips a.view {
  margin-top: 20px;
  padding-left: 25px;
  background: url(../img/bg_sign23.png) no-repeat left center;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  font-family: "宋体";
}
.news-wrap .publication .list li .tips p {
  font: 14px/22px Arial;
  color: #747474;
}
.news-wrap .publication .list li:hover {
  background-color: #f1f1f1;
}
.news-wrap .publication .list li:hover .tips {
  padding: 0 10px;
}
.news-wrap .publication .list li:nth-child(3n-1) {
  margin: 0 2.75% 4%;
}
@media screen and (max-width: 1023px) {
  .news-wrap .publication .list li {
    width: 48%;
    margin: 0 0 4% !important;
  }
  .news-wrap .publication .list li:nth-child(2n) {
    float: right;
  }
  .news-wrap .publication .list li .tips a {
    font-size: 15px;
    line-height: 1.5;
  }
}
.news-wrap .info {
  padding: 6% 0;
}
.news-wrap .info h2 {
  font-size: 20px;
  line-height: 2;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .news-wrap .info h2 {
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.news-wrap .info .time {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  font: 13px/2 Arial;
  color: #999;
  text-align: center;
}
.news-wrap .info .img{
  margin: 0 auto 20px;
  text-align: center;
}
.news-wrap .info .img img{
  max-width: 100%;
}
.news-wrap .info .btn {
  margin-top: 25px;
}
.news-wrap .info .btn a {
  display: inline-block;
  width: 174px;
  border: 1px solid #00948d;
  border-radius: 20px;
  background-color: #00948d;
  font: 14px/38px Arial;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .info .btn a:hover {
  background: none;
  color: #00948d;
}
.news-wrap .info .detail {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news-wrap .info .detail img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news-wrap .info .detail .tips span {
  color: #01948e;
}

.products-wrap{ margin-bottom:40px;}

@media screen and (max-width: 640px) 
{ 
.products-wrap{ margin-bottom:20px;}
}

.products-wrap li {
  float: left;
  width: 32%;
  margin-bottom: 3%;
}
.products-wrap li .tips {
  padding: 22px 0;
  border: 1px solid #ddd;
  border-top: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.products-wrap li .tips a.tit {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 22px;
  font-size: 18px;
  line-height: 40px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.products-wrap li .tips a.tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 41px;
  width: 40px;
  height: 1px;
  background-color: #ddd;
  margin-left: -20px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.products-wrap li .tips a.tit:hover {
  color: #e4992e;
}
.products-wrap li .tips a.tit:hover::after {
  background-color: #e4992e;
}
.products-wrap li .tips a.more {
  display: inline-block;
  width: 136px;
  border: 1px solid #999;
  border-radius: 21px;
  font: 14px/40px Arial;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.products-wrap li .tips a.more:hover {
  border-color: #e4992e;
  color: #e4992e;
}
.products-wrap li .tips:hover {
  border-color: #e4992e;
}
.products-wrap li:nth-child(3n-1) {
  margin: 0 2% 3%;
}
@media screen and (max-width: 1023px) {
  .products-wrap li {
    width: 100%;
  }
  .products-wrap li .tips a.tit {
    font-size: 16px;
    line-height: 36px;
  }
  .products-wrap li .tips a.more {
    width: 40%;
    font-size: 12px;
    line-height: 30px;
  }
  .products-wrap li:nth-child(3n-1) {
    margin: 0 0 3%;
  }
}
.products-wrap .btn {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .products-wrap .btn {
    margin-top: 5%;
  }
}
.products-wrap .btn a {
  display: inline-block;
  width: 174px;
  border: 1px solid #00948d;
  border-radius: 20px;
  background-color: #00948d;
  font: 14px/38px Arial;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.products-wrap .btn a:hover {
  background: none;
  color: #00948d;
}
.products-wrap .new {
  padding: 3% 0 4%;
  background: url(../images/bg_bg06.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1023px) {
  .products-wrap .new {
    padding: 8% 0;
  }
}
.products-wrap .new .main .ins-step {
  float: left;
  margin-top: 13.7%;
}
.products-wrap .new .main .image {
  float: right;
  width: calc(98% - 300px);
}
@media screen and (max-width: 1023px) {
  .products-wrap .new .main .ins-step {
    float: none;
    margin: 0 auto;
  }
  .products-wrap .new .main .image {
    float: none;
    width: 100%;
    margin-top: 2.5%;
  }
}
.products-wrap .new .list {
  margin-top: 3.5%;
}
.products-wrap .series {
  padding: 2.5% 0 4%;
}
@media screen and (max-width: 1023px) {
  .products-wrap .series {
    padding: 8% 0;
  }
}
.products-wrap .series .main .image {
  float: left;
  width: calc(98% - 300px);
}
.products-wrap .series .main .ins-step {
  float: right;
  margin-top: 13.7%;
}
.products-wrap .series .main .ins-step .bg {
  background-image: url(../images/bg_sign17.png);
}
@media screen and (max-width: 1023px) {
  .products-wrap .series .main .ins-step {
    float: none;
    margin: 0 auto;
  }
  .products-wrap .series .main .image {
    float: none;
    width: 100%;
    margin-top: 2.5%;
  }
}
.products-wrap .series .list {
  margin-top: 30px;
}
.products-wrap .series .list h2 {
  font-size: 24px;
  line-height: 52px;
  color: #666;
  text-align: center;
}
.products-wrap .series .list .tab {
  margin: 1% 0 2%;
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: center;
}
.products-wrap .series .list .tab span {
  display: inline-block;
  padding: 0 55px 0 10px;
}
.products-wrap .series .list .tab label:last-child span {
  padding-right: 0;
}
.products-wrap .series .list form {
  margin-bottom: 3%;
}
.products-wrap .series .list form select {
  float: left;
  width: 23%;
  height: 42px;
  padding-left: 8px;
  border: 1px solid #bfbfbf;
  margin-right: 2.6%;
  font-size: 14px;
  line-height: 42px;
  color: #666;
}
.products-wrap .series .list form select:last-child {
  margin-right: 0;
}
.products-wrap .cases .main .ins-step .bg {
  background-image: url(../images/bg_sign18.png);
}
.products-wrap .pdtips {
  position: relative;
  background: url(../images/bg_bg07.jpg) no-repeat center/cover;
  z-index: 999;
}
.products-wrap .pdtips .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/ph04.png) no-repeat center/cover;

}
.products-wrap .pdtips .image .jqzoom {
  position: absolute;
  left: 50%;
  top: 0;
  width: 54.6%;
  margin-left: -27.3%;
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.products-wrap .pdtips .image .jqzoom.show {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .products-wrap .pdtips .image {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.products-wrap .pdtips .tips {
  float: right;
  box-sizing: border-box;
  width: 50%;
  padding: 2% 5% 2% 3.5%;
  min-height:350px;
}
.products-wrap .pdtips .tips h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #a9a4aa;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 2;
  color: #e4992e;
}
.products-wrap .pdtips .tips td {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.products-wrap .pdtips .tips .calculator {
  padding: 10px 0 25px;
  border-bottom: 1px solid #a9a4aa;
  font-size: 14px;
  line-height: 2;
  color: rgba(102, 102, 102, 0.7);
}
.products-wrap .pdtips .tips .calculator img {
  display: block;
  margin-top: 8px;
  cursor: pointer;
}
.products-wrap .pdtips .tips .calculator .in {
  display: none;
}
.products-wrap .pdtips .tips .calculator .in label {
  display: block;
  position: relative;
  width: calc(98% - 20px);
  margin-top: 15px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.products-wrap .pdtips .tips .calculator .in label::after {
  content: "㎡";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0;
}
.products-wrap .pdtips .tips .calculator .in label input {
  width: calc(100% - 12px);
  height: 40px;
  padding: 0 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 40px;
  color: #666;
}
.products-wrap .pdtips .tips .calculator .in label input::-webkit-input-placeholder {
  color: #666;
}
.products-wrap .pdtips .tips .calculator .in label b {
  color: #01948e;
}
.products-wrap .pdtips .tips .share {
  height: 64px;
  font: 18px/64px Arial;
  color: #666;
}
.products-wrap .pdtips .tips .share a {
  display: inline-block;
  float: left;
  width: 35px;
  height: 64px;
  padding: 0;
  background: url(../img/bg_sign24.png) no-repeat center;
  margin: 0;
}
.products-wrap .pdtips .tips .share a:last-child {
  background-image: url(../img/bg_sign25.png);
}
@media screen and (max-width: 1023px) {
  .products-wrap .pdtips .tips {
    float: none;
    width: 100%;
    padding: 5%;
  }
  .products-wrap .pdtips .tips h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .products-wrap .pdtips .tips td {
    padding: 5px 0;
    line-height: 1.5;
  }
}
.products-wrap .pddetail {
  box-sizing: border-box;
  padding: 0 0 6% 4.6%;
  background: url(../img/bg_sign26.png) no-repeat left bottom;
  margin: 7% auto 3%;
}
@media screen and (max-width: 1023px) {
  .products-wrap .pddetail {
    padding: 0 0 10% 0;
    margin-bottom: 7%;
  }
}
.products-wrap .pddetail .box {
  float: left;
  width: 53.6%;
  padding-top: 4%;
}
@media screen and (max-width: 1023px) {
  .products-wrap .pddetail .box {
    float: none;
    width: 100%;
  }
}
.products-wrap .pddetail .box .image {
  position: relative;
  overflow: hidden;
}
.products-wrap .pddetail .box .image .scroll li {
  width: 100%;
  margin-bottom: 0;
}
.products-wrap .pddetail .box .btns {
  height: 34px;
  margin-top: 20px;
}
.products-wrap .pddetail .box .btns span {
  display: inline-block;
  float: right;
  width: 34px;
  height: 34px;
  cursor: pointer;
  margin-left: 20px;
}
.products-wrap .pddetail .box .btns span.prev {
  background: url(../img/prev03.png) no-repeat center;
}
.products-wrap .pddetail .box .btns span.next {
  background: url(../img/next03.png) no-repeat center;
}
.products-wrap .pddetail .box h2 {
  position: relative;
  padding-left: 10px;
  margin-top: 14%;
  font-size: 30px;
  line-height: 78px;
  color: #000;
}
.products-wrap .pddetail .box h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15.6%;
  top: -2px;
  width: 26.5%;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 1023px) {
  .products-wrap .pddetail .box h2 {
    margin-top: 10%;
    font-size: 26px;
    line-height: 2.5;
  }
}
.products-wrap .pddetail .box .in {
  padding: 10px 0 0 16%;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.products-wrap .pddetail .imgbox {
  float: right;
  width: 39%;
}
.products-wrap .drawing {
  padding-bottom: 7.5%;
}
.products-wrap .drawing .ititle {
  margin: 3% 0;
}
.products-wrap .drawing .list {
  position: relative;
  overflow: hidden;
  height: 312px;
}
.products-wrap .drawing .list li {
  float: left;
  width: 252px;
  height: 312px;
  margin: 0 !important;
  margin-right: 54px !important;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}
.products-wrap .drawing .list li img {
  width: calc(100% - 2px);
  margin-bottom: 12px;
  border: 1px solid #d2d2d2;
}

.network-search {
  padding: 20px 0;
  background-color: #888;
}
.network-search h2 {
  float: left;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .network-search h2 {
    margin-bottom: 10px;
  }
}
.network-search form {
  float: right;
}
.network-search form select {
  width: 140px;
  height: 35px;
  border: 1px solid #c4c4c4;
  background-color: #c4c4c4;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .network-search form select {
    width: 49%;
    margin-bottom: 5px;
  }
}
.network-search form input {
  width: 238px;
  height: 35px;
  padding: 0 10px;
  border: 0;
  background-color: #c4c4c4;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}
.network-search form input[type='submit'] {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  background-color: #f39800;
}
@media screen and (max-width: 1023px) {
  .network-search form input {
    width: calc(100% - 20px);
    margin-bottom: 5px;
  }
}

.join-wrap .advantage {
  position: relative;
  overflow: hidden;
  padding: 4% 0 5%;
}
@media screen and (max-width: 1023px) {
  .join-wrap .advantage {
    padding: 8% 0;
  }
}
.join-wrap .advantage .mw > h2 {
  margin-bottom: 3.5%;
  font-size: 24px;
  line-height: 1.5;
  color: #00958c;
  font-family: "华文中宋", "宋体";
  text-align: center;
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.join-wrap .advantage .mw > h2.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .join-wrap .advantage .mw > h2 {
    margin: 5% 0;
    font-size: 20px;
  }
}
.join-wrap .advantage .list-four {
  padding-bottom: 4%;
  border-bottom: 2px solid #a4a4a4;
}
.join-wrap .advantage .list-four li {
  float: left;
  box-sizing: border-box;
  width: calc(22.8% - 2px);
  padding: 3% 2.5% 4%;
  border: 1px solid #ccc;
  margin-right: 2.9%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-align: center;
  position: relative;
  opacity: 0;
  left: 15%;
}
.join-wrap .advantage .list-four li:last-child {
  margin-right: 0;
}
.join-wrap .advantage .list-four li h2 {
  font-size: 20px;
  line-height: 62px;
  color: #333;
}
.join-wrap .advantage .list-four li p {
  min-height: 96px;
  margin-bottom: 2%;
}
@media screen and (max-width: 1023px) {
  .join-wrap .advantage .list-four li {
    width: calc(48% - 2px);
    margin: 0 0 3%;
    font-size: 14px;
  }
  .join-wrap .advantage .list-four li:nth-child(2n) {
    float: right;
  }
}
.join-wrap .advantage .list-three {
  margin: 3.6% 0;
}
.join-wrap .advantage .list-three li {
  float: left;
  width: 24.4%;
  padding: 0 5.5% 1% 1.8%;
  border-right: 1px solid #dbdbdb;
  margin-right: 4%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  position: relative;
  opacity: 0;
  top: 15%;
}
.join-wrap .advantage .list-three li h2 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.join-wrap .advantage .list-three li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .join-wrap .advantage .list-three li {
    width: 90%;
    padding: 0 5% 2%;
    border-right: 0;
    border-bottom: 1px solid #dbdbdb;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.join-wrap .advantage .bar h2 {
  padding: 0 3.5%;
  font-size: 24px;
  line-height: 90px;
  color: #fff;
  background-color: #01948e;
}
.join-wrap .advantage .bar h2 span {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .join-wrap .advantage .bar h2 {
    padding: 3.5%;
    font-size: 20px;
    line-height: 1.5;
  }
  .join-wrap .advantage .bar h2 span {
    font-size: 16px;
  }
}
.join-wrap .advantage .circle {
  width: 1126px;
  margin: 8.8% auto 0;
}
.join-wrap .advantage .circle li {
  float: left;
  box-sizing: border-box;
  width: 314px;
  height: 314px;
  padding: 78px 82px 0 42px;
  border: 7px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-left: -62px;
  text-align: center;
  position: relative;
  opacity: 0;
  left: 15%;
}
.join-wrap .advantage .circle li h2 {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1.5;
  color: #333;
}
.join-wrap .advantage .circle li:nth-child(1) {
  margin-left: 0;
  background-color: #e1e8ea;
}
.join-wrap .advantage .circle li:nth-child(2) {
  background-color: #e9e3dc;
}
.join-wrap .advantage .circle li:nth-child(3) {
  background-color: #dfe6d5;
}
.join-wrap .advantage .circle li:nth-child(4) {
  padding: 78px 62px 0;
  background-color: #e7e5d3;
}
@media screen and (max-width: 1200px) {
  .join-wrap .advantage .circle {
    width: 100%;
  }
  .join-wrap .advantage .circle li {
    padding: 78px 110px 0 22px;
    margin-left: -118px;
  }
}
@media screen and (max-width: 1023px) {
  .join-wrap .advantage .circle li {
    width: 214px;
    height: 214px;
    padding: 40px 92px 0 20px;
    margin: 0 0 3% -92px;
    font-size: 12px;
    line-height: 1.5;
  }
  .join-wrap .advantage .circle li h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
  .join-wrap .advantage .circle li:nth-child(2), .join-wrap .advantage .circle li:nth-child(4) {
    padding: 40px 42px 0;
  }
  .join-wrap .advantage .circle li:nth-child(3) {
    margin-left: 0;
  }
}
.join-wrap .conditions {
  padding-top: 4%;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .join-wrap .conditions {
    padding-top: 8%;
  }
}
.join-wrap .conditions .main {
  width: 994px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .join-wrap .conditions .main {
    width: 90%;
  }
}
.join-wrap .conditions .detail {
  padding-top: 4%;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.join-wrap .conditions .detail p {
  padding-bottom: 15px;
}
.join-wrap .conditions .detail p span {
  color: #01948e;
}
@media screen and (max-width: 1023px) {
  .join-wrap .conditions .detail {
    font-size: 14px;
    line-height: 2;
  }
}
.join-wrap .conditions .boxs {
  position: relative;
  overflow: hidden;
  height: 423px;
  margin-top: 6%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .join-wrap .conditions .boxs {
    height: auto;
  }
}
.join-wrap .conditions .boxs .box .tips {
  float: left;
  width: 177px;
  height: 372px;
  padding-top: 51px;
  background-color: #01948e;
  text-align: center;
}
.join-wrap .conditions .boxs .box .tips h2 {
  font-size: 30px;
  line-height: 47px;
  color: #fff;
}
.join-wrap .conditions .boxs .box .tips h3 {
  font: 14px/29px Arial;
  color: #fff;
  text-transform: uppercase;
}
.join-wrap .conditions .boxs .box .det {
  float: left;
  width: 801px;
  border-top: 1px solid #d5d5d5;
  padding: 15px 15px 0 0;
  text-align: right;
}
.join-wrap .conditions .boxs .box:nth-child(2) {
  left: 179px;
  top: 130px;
}
.join-wrap .conditions .boxs .box:nth-child(2) .tips {
  background-color: #c3a573;
}
.join-wrap .conditions .boxs .box:nth-child(2) .det {
  width: 622px;
}
.join-wrap .conditions .boxs .box:nth-child(3) {
  left: 358px;
  top: 225px;
}
.join-wrap .conditions .boxs .box:nth-child(3) .tips {
  background-color: #51b4b0;
}
.join-wrap .conditions .boxs .box:nth-child(3) .det {
  width: 443px;
}
.join-wrap .conditions .boxs .box:nth-child(4) {
  left: 537px;
  top: 328px;
}
.join-wrap .conditions .boxs .box:nth-child(4) .tips {
  background-color: #deab54;
}
.join-wrap .conditions .boxs .box:nth-child(4) .det {
  width: 262px;
}
@media screen and (max-width: 1023px) {
  .join-wrap .conditions .boxs .box {
    position: relative;
  }
  .join-wrap .conditions .boxs .box .tips {
    width: 90%;
    height: auto;
    padding: 5%;
  }
  .join-wrap .conditions .boxs .box .tips h2 {
    font-size: 20px;
    line-height: 2;
  }
  .join-wrap .conditions .boxs .box .tips h3 {
    line-height: 1.5;
  }
  .join-wrap .conditions .boxs .box .det {
    width: 90%;
    height: auto;
    padding: 5%;
    text-align: left;
  }
  .join-wrap .conditions .boxs .box:nth-child(2), .join-wrap .conditions .boxs .box:nth-child(3), .join-wrap .conditions .boxs .box:nth-child(4) {
    left: 0;
    top: 0;
  }
}
.join-wrap .support {
  padding: 5% 0;
}
@media screen and (max-width: 1023px) {
  .join-wrap .support {
    padding: 8% 0;
  }
}
.join-wrap .support .list {
  margin-top: 4.5%;
}
.join-wrap .support .list li {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.join-wrap .support .list li h2 {
  background-color: #999;
  font-size: 20px;
  line-height: 3;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .join-wrap .support .list li h2 {
    padding: 5%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.join-wrap .support .list li .det {
  padding: 3% 2.5%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.join-wrap .support .list li:hover {
  border-color: #01948e;
}
.join-wrap .support .list li:hover h2 {
  background-color: #01948e;
}
.join-wrap .online {
  padding: 5% 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .join-wrap .online {
    padding: 8% 0 10%;
  }
}
.join-wrap .online form {
  margin-top: 5%;
}
.join-wrap .online form td {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 44px;
  color: #999;
}
.join-wrap .online form td span {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .join-wrap .online form td {
    display: inline-block;
    float: left;
    width: 20%;
  }
  .join-wrap .online form td:nth-child(2n) {
    width: 80%;
  }
  .join-wrap .online form td span {
    margin-left: 0;
  }
}
.join-wrap .online form input {
  width: calc(96% - 2px);
  height: 42px;
  padding: 0 2%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-size: 14px;
  line-height: 42px;
  color: #999;
}
.join-wrap .online form input.small {
  float: left;
  width: 10%;
}
@media screen and (max-width: 1023px) {
  .join-wrap .online form input.small {
    width: 20%;
  }
}
.join-wrap .online form input[type='submit'] {
  width: 25%;
  height: 44px;
  border-color: #01948e;
  background-color: #01948e;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .join-wrap .online form input[type='submit'] {
    width: 30%;
  }
}
.join-wrap .online form textarea {
  width: calc(96% - 2px);
  height: 96px;
  padding: 0 2%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.join-wrap .online form img {
  float: left;
  margin: 0 10px;
}

.dealer-wrap .policy {
  padding: 4% 0;
}
@media screen and (max-width: 1023px) {
  .dealer-wrap .policy {
    padding: 8% 0;
  }
}
.dealer-wrap .policy .list {
  margin-top: 5px;
}
.dealer-wrap .policy .list li {
  float: left;
  box-sizing: border-box;
  width: 31.6%;
  padding: 2.5% 2.5% 5%;
  margin-bottom: 3%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.dealer-wrap .policy .list li:nth-child(2n) {
  margin: 0 2.6% 3%;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
}
.dealer-wrap .policy .list li a {
  display: inline-block;
  min-height: 66px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.dealer-wrap .policy .list li a.tit {
  min-height: 48px;
  padding-top: 18px;
  border-top: 2px solid #717070;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  -webkit-line-clamp: 2;
}
.dealer-wrap .policy .list li a.more {
  width: 122px;
  height: 24px;
  min-height: 0;
  border: 1px solid #c0c0c2;
  margin-top: 28px;
  font: 12px/24px Arial;
  color: #c0c0c2;
  text-transform: uppercase;
  text-align: center;
}
.dealer-wrap .policy .list li a:hover {
  color: #00948b;
}
.dealer-wrap .policy .list li a:hover.more {
  background-color: #00948b;
  color: #fff;
}
.dealer-wrap .policy .list li img {
  display: block;
  margin-bottom: 28px;
}
.dealer-wrap .policy .list li:hover {
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .dealer-wrap .policy .list li {
    width: 100%;
  }
  .dealer-wrap .policy .list li:nth-child(2n) {
    margin: 0 0 3%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.dealer-wrap .policy .page {
  margin-top: 8%;
  text-align: center;
}
.dealer-wrap .special {
  padding: 4% 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .dealer-wrap .special {
    padding: 8% 0;
  }
}
.dealer-wrap .special .list {
  border-top: 1px solid #c7c7c7;
  margin-top: 20px;
  padding-top: 3%;
}
.dealer-wrap .special .list li {
  padding: 1.7% 2.5%;
  border: 1px solid #d9d8d8;
  border-radius: 8px;
  background-color: #f7f7f7;
  margin-bottom: 14px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.dealer-wrap .special .list li a {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.dealer-wrap .special .list li span {
  display: inline-block;
  float: right;
  padding-left: 20px;
  border-left: 1px solid #c6c6c6;
  font: 14px/20px Arial;
  color: #999;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.dealer-wrap .special .list li:hover {
  background-color: #00948b;
}
.dealer-wrap .special .list li:hover a,
.dealer-wrap .special .list li:hover span {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .dealer-wrap .special .list li {
    padding: 3%;
  }
  .dealer-wrap .special .list li a {
    font-size: 15px;
  }
  .dealer-wrap .special .list li span {
    padding-left: 0;
    border-left: 0;
    margin-top: 2%;
    font-size: 12px;
  }
}
.dealer-wrap .special .list .page {
  margin-top: 30px;
}
.dealer-wrap .download {
  padding: 4% 0;
}
@media screen and (max-width: 1023px) {
  .dealer-wrap .download {
    padding: 8% 0;
  }
}
.dealer-wrap .download .list {
  margin: 25px auto 30px;
  border-top: 1px solid #999;
}
.dealer-wrap .download .list li {
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.dealer-wrap .download .list li a {
  display: inline-block;
  width: 93%;
  padding: 0 5% 0 2%;
  background: url(../img/bg_sign28.png) no-repeat right 5% top;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.dealer-wrap .download .list li:hover {
  background-color: #249c96;
}
.dealer-wrap .download .list li:hover a {
  color: #fff;
  background-position: right 5% bottom;
}
.dealer-wrap .download .list .page {
  margin-top: 30px;
}

.dealer-login {
  z-index: 10;
  top: 140px;
  height: calc(100% - 140px);
  display: none;
}
.dealer-login .bg {
  background-color: rgba(0, 0, 0, 0.7);
}
.dealer-login .main {
  position: absolute;
  left: 50%;
  width: 514px;
  height: 312px;
  background-color: #fff;
  margin-left: -257px;
}
.dealer-login .main h2 {
  padding-left: 38px;
  border-bottom: 1px solid #d7d7d7;
}
.dealer-login .main h2 span {
  display: inline-block;
  padding: 0 6px;
  border-bottom: 3px solid #848484;
  font-size: 16px;
  line-height: 60px;
  color: #000;
}
.dealer-login .main form {
  margin: 30px 45px 0;
}
.dealer-login .main form input {
  width: calc(100% - 40px);
  height: 42px;
  padding-left: 38px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: url(../img/bg_sign29.png) no-repeat left center;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 42px;
  color: #666;
}
.dealer-login .main form input::-webkit-input-placeholder {
  color: #bebebe;
}
.dealer-login .main form input[type='password'] {
  background-image: url(../img/bg_sign30.png);
}
.dealer-login .main form input[type='checkbox'] {
  float: left;
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
}
.dealer-login .main form input[type='submit'] {
  float: right;
  width: 128px;
  height: 34px;
  padding: 0;
  border: 1px solid #249c96;
  background: #249c96;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}
.dealer-login .main form span {
  float: left;
  margin-left: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #249c96;
}

.service-wrap .idea {
  padding: 4% 0 6%;
}
@media screen and (max-width: 1023px) {
  .service-wrap .idea {
    padding: 8% 0;
  }
}
.service-wrap .idea .main {
  padding-top: 25px;
}
.service-wrap .idea .main h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #00958c;
  font-family: "华文中宋", "宋体";
  text-align: center;
}
.service-wrap .idea .main .detail {
  padding: 25px 0 50px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .service-wrap .idea .main .detail {
    font-size: 14px;
    line-height: 2;
  }
}
.service-wrap .idea .main h3 {
  font-size: 20px;
  line-height: 68px;
  color: #333;
  text-align: center;
}
.service-wrap .idea .main h4 {
  border-top: 1px solid #e0e0e0;
  font-weight: normal;
  font-size: 16px;
  line-height: 62px;
  color: #01948e;
}
.service-wrap .idea .main .list {
  width: 1116px;
  margin: 28px auto 50px;
}
.service-wrap .idea .main .list li {
  float: left;
  position: relative;
  width: 154px;
  height: 75px;
  padding-top: 103px;
  background: url(../img/bg_sign31.png) no-repeat center top;
  margin: 0 16px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
}
.service-wrap .idea .main .list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 46px;
  width: 154px;
  height: 43px;
}
.service-wrap .idea .main .list li:nth-child(1)::before {
  background: url(../img/bg_sign32.png) no-repeat center;
}
.service-wrap .idea .main .list li:nth-child(2)::before {
  background: url(../img/bg_sign33.png) no-repeat center;
}
.service-wrap .idea .main .list li:nth-child(3)::before {
  background: url(../img/bg_sign34.png) no-repeat center;
}
.service-wrap .idea .main .list li:nth-child(4)::before {
  background: url(../img/bg_sign35.png) no-repeat center;
}
.service-wrap .idea .main .list li:nth-child(5)::before {
  background: url(../img/bg_sign36.png) no-repeat center;
}
.service-wrap .idea .main .list li:nth-child(6)::before {
  background: url(../img/bg_sign37.png) no-repeat center;
}
@media screen and (max-width: 1200px) {
  .service-wrap .idea .main .list {
    width: 558px;
  }
  .service-wrap .idea .main .list li {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .service-wrap .idea .main .list {
    position: relative;
    overflow: hidden;
    width: 324px;
    margin: 3% auto 5%;
  }
  .service-wrap .idea .main .list li {
    margin: 0 0 16px;
  }
  .service-wrap .idea .main .list li:nth-child(odd) {
    margin-right: 8px;
  }
  .service-wrap .idea .main .list li:nth-child(even) {
    margin-left: 8px;
  }
}
.service-wrap .idea .main .tips {
  margin-top: 20px;
}
.service-wrap .idea .main .tips li {
  float: left;
  width: calc(24.6% - 2px);
  padding: 22px 0;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  margin-right: .4%;
  font-size: 18px;
  line-height: 2;
  color: #666;
  text-align: center;
}
.service-wrap .idea .main .tips li:nth-child(2n) {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .service-wrap .idea .main .tips li {
    width: calc(48.6% - 2px);
    padding: 12px 0;
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .service-wrap .idea .main .tips li:nth-child(2n) {
    float: right;
  }
}
.service-wrap .promise {
  padding: 4% 0 2%;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .service-wrap .promise {
    padding: 8% 0;
  }
}
.service-wrap .promise .main {
  width: 646px;
  margin: 4% auto 0;
}
.service-wrap .promise .main img {
  float: left;
}
.service-wrap .promise .main img:nth-child(2) {
  float: right;
}
@media screen and (max-width: 1023px) {
  .service-wrap .promise .main {
    width: 90%;
  }
  .service-wrap .promise .main img {
    float: none;
    width: 100%;
    margin-bottom: 3%;
  }
}
.service-wrap .process,
.service-wrap .support {
  padding: 4% 0;
}
@media screen and (max-width: 1023px) {
  .service-wrap .process,
  .service-wrap .support {
    padding: 8% 0;
  }
}
.service-wrap .process .main,
.service-wrap .support .main {
  padding-top: 30px;
  min-height: 300px;
  font-size: 18px;
  line-height: 2;
  color: #999;
}
.service-wrap .guide {
  padding: 4% 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .service-wrap .guide {
    padding: 8% 0;
  }
}
.service-wrap .guide .list {
  margin: 5% auto 6%;
}
.service-wrap .guide .list li {
  float: left;
  box-sizing: border-box;
  width: 20.7%;
  padding: 2% 1.8% 2.7%;
  border: 1px solid #d9d8d8;
  background-color: #fff;
  margin-right: 5.7%;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.service-wrap .guide .list li:nth-child(4n) {
  margin-right: 0;
}
.service-wrap .guide .list li:nth-child(2n) {
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
}
.service-wrap .guide .list li h2 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2;
  color: #333;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.service-wrap .guide .list li p {
  height: 120px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.service-wrap .guide .list li a {
  display: inline-block;
  width: 62%;
  border: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  margin-top: 50px;
  font: 12px/32px Arial;
  color: #c0c0c2;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.service-wrap .guide .list li:hover {
  background-color: #01948e;
  color: #fff;
}
.service-wrap .guide .list li:hover h2,
.service-wrap .guide .list li:hover p {
  color: #fff;
}
.service-wrap .guide .list li:hover a {
  border-color: #41afaa;
  background-color: #01948e;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .service-wrap .guide .list li {
    width: 49%;
    padding: 3% 3% 6%;
    margin: 0 0 3%;
  }
  .service-wrap .guide .list li:nth-child(2n) {
    float: right;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .service-wrap .guide .list li a {
    margin-top: 15%;
  }
}
.service-wrap .faq {
  padding: 4% 0 3%;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .service-wrap .faq {
    padding: 8% 0;
  }
}
.service-wrap .faq .list {
  margin-top: 30px;
}
.service-wrap .faq .list li {
  padding: 2% 3%;
  border: 1px solid #d9d8d8;
  background-color: #fff;
  margin-bottom: 12px;
}
.service-wrap .faq .list li h2 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 2;
  color: #01948e;
}
.service-wrap .faq .list li .in {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.service-wrap .faq .list li .in span {
  display: inline-block;
  float: left;
  width: 32px;
}
.service-wrap .faq .list li .in p {
  float: right;
  width: calc(100% - 32px);
}
@media screen and (max-width: 1023px) {
  .service-wrap .faq .list li {
    padding: 4%;
  }
  .service-wrap .faq .list li h2 {
    font-size: 16px;
  }
  .service-wrap .faq .list li .in {
    font-size: 14px;
  }
}
.service-wrap .faq .list .page {
  margin-top: 30px;
}
.service-wrap .message {
  padding: 5% 0 7%;
}
@media screen and (max-width: 1023px) {
  .service-wrap .message {
    padding: 8% 0;
  }
}
.service-wrap .message .main {
  margin-top: 20px;
}
.service-wrap .message .main .tab {
  font-size: 18px;
  line-height: 2;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}
.service-wrap .message .main .tab span {
  display: inline-block;
  padding: 0 55px 0 10px;
}
.service-wrap .message .main .tab label:last-child span {
  padding-right: 0;
}
.service-wrap .message .main form {
  margin-top: 5%;
}
.service-wrap .message .main form td {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 44px;
  color: #999;
}
.service-wrap .message .main form td span {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .service-wrap .message .main form td {
    display: inline-block;
    float: left;
    width: 20%;
  }
  .service-wrap .message .main form td:nth-child(2n) {
    width: 80%;
  }
  .service-wrap .message .main form td span {
    margin-left: 0;
  }
}
.service-wrap .message .main form input[type=text] {
  width: calc(96% - 2px);
  height: 42px;
  padding: 0 2%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-size: 14px;
  line-height: 42px;
  color: #999;
}
.service-wrap .message .main form input[type=submit] {
  width: calc(96% - 2px);
  height: 42px;
  padding: 0 2%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-size: 14px;
  line-height: 42px;
  color: #999;
}
/*.service-wrap .message .main form input*/
.service-wrap .message .main form input.small {
  float: left;
  width: 10%;
}
@media screen and (max-width: 1023px) {
  .service-wrap .message .main form input.small {
    width: 20%;
  }
}
.service-wrap .message .main form input[type='submit'] {
  width: 25%;
  height: 44px;
  border-color: #01948e;
  background-color: #01948e;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .service-wrap .message .main form input[type='submit'] {
    width: 30%;
  }
}
.service-wrap .message .main form textarea {
  width: calc(96% - 2px);
  height: 96px;
  padding: 0 2%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.service-wrap .message .main form img {
  float: left;
  margin: 0 10px;
}

.green-wrap .building,
.green-wrap .factory,
.green-wrap .tecnology {
  padding: 4% 0;
}
@media screen and (max-width: 1023px) {
  .green-wrap .building,
  .green-wrap .factory,
  .green-wrap .tecnology {
    padding: 8% 0;
  }
}
.green-wrap .building .list,
.green-wrap .factory .list,
.green-wrap .tecnology .list {
  margin-top: 5px;
}
.green-wrap .building .list li,
.green-wrap .factory .list li,
.green-wrap .tecnology .list li {
  float: left;
  box-sizing: border-box;
  width: 31.6%;
  padding: 2.5% 2.5% 5%;
  margin-bottom: 3%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.green-wrap .building .list li:nth-child(2n),
.green-wrap .factory .list li:nth-child(2n),
.green-wrap .tecnology .list li:nth-child(2n) {
  margin: 0 2.6% 3%;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
}
.green-wrap .building .list li a,
.green-wrap .factory .list li a,
.green-wrap .tecnology .list li a {
  display: inline-block;
  min-height: 66px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.green-wrap .building .list li a.tit,
.green-wrap .factory .list li a.tit,
.green-wrap .tecnology .list li a.tit {
  min-height: 48px;
  padding-top: 18px;
  border-top: 2px solid #717070;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  -webkit-line-clamp: 2;
}
.green-wrap .building .list li a.more,
.green-wrap .factory .list li a.more,
.green-wrap .tecnology .list li a.more {
  width: 122px;
  height: 24px;
  min-height: 0;
  border: 1px solid #c0c0c2;
  margin-top: 28px;
  font: 12px/24px Arial;
  color: #c0c0c2;
  text-transform: uppercase;
  text-align: center;
}
.green-wrap .building .list li a:hover,
.green-wrap .factory .list li a:hover,
.green-wrap .tecnology .list li a:hover {
  color: #00948b;
}
.green-wrap .building .list li a:hover.more,
.green-wrap .factory .list li a:hover.more,
.green-wrap .tecnology .list li a:hover.more {
  background-color: #00948b;
  color: #fff;
}
.green-wrap .building .list li img,
.green-wrap .factory .list li img,
.green-wrap .tecnology .list li img {
  display: block;
  margin-bottom: 28px;
}
.green-wrap .building .list li:hover,
.green-wrap .factory .list li:hover,
.green-wrap .tecnology .list li:hover {
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .green-wrap .building .list li,
  .green-wrap .factory .list li,
  .green-wrap .tecnology .list li {
    width: 100%;
  }
  .green-wrap .building .list li:nth-child(2n),
  .green-wrap .factory .list li:nth-child(2n),
  .green-wrap .tecnology .list li:nth-child(2n) {
    margin: 0 0 3%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.green-wrap .building .page,
.green-wrap .factory .page,
.green-wrap .tecnology .page {
  margin-top: 8%;
  text-align: center;
}
.green-wrap .factory {
  background-color: #f1f1f1;
}
.green-wrap .factory .list li:hover {
  background-color: #fff;
}
.green-wrap .honor {
  padding: 4% 0 7%;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .green-wrap .honor {
    padding: 8% 0;
  }
}
.green-wrap .honor .list {
  position: relative;
  width: 912px;
  margin: 3% auto 0;
}
.green-wrap .honor .list .revolve {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 912px;
  height: 472px;
}
.green-wrap .honor .list .revolve li {
  position: absolute;
  left: 281px;
  top: 0;
  width: 350px;
  height: 472px;
}
.green-wrap .honor .list .btn {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 30%;
  height: 472px;
  cursor: pointer;
}
.green-wrap .honor .list .btn.prev {
  left: 0;
}
.green-wrap .honor .list .btn.next {
  right: 0;
}
.green-wrap .honor .list .tips {
  margin-top: 2%;
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .green-wrap .honor .list {
    width: 350px;
  }
  .green-wrap .honor .list .revolve {
    width: 350px;
  }
  .green-wrap .honor .list .revolve li {
    left: 0;
  }
}

.contact-wrap .contact {
  padding: 30px 0 4%;
}
.contact-wrap .contact .main {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.contact-wrap .contact .main table {
  margin: 5% 0;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .contact .main table td {
    float: left;
    width: 100%;
  }
}
.contact-wrap .contact .main .map {
  height: 390px;
  border: 1px solid #e7e7e7;
  margin-top: 4.5%;
}
.contact-wrap .message {
  padding: 4% 0 7%;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .message {
    padding: 8% 0;
  }
}
.contact-wrap .message form {
  margin-top: 5%;
}
.contact-wrap .message form td {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 44px;
  color: #999;
}
.contact-wrap .message form td span {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .message form td {
    display: inline-block;
    float: left;
    width: 20%;
  }
  .contact-wrap .message form td:nth-child(2n) {
    width: 80%;
  }
  .contact-wrap .message form td span {
    margin-left: 0;
  }
}
.contact-wrap .message form input {
  width: calc(96% - 2px);
  height: 42px;
  padding: 0 2%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-size: 14px;
  line-height: 42px;
  color: #999;
}
.contact-wrap .message form input.small {
  float: left;
  width: 10%;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .message form input.small {
    width: 20%;
  }
}
.contact-wrap .message form input[type='submit'] {
  width: 25%;
  height: 44px;
  border-color: #01948e;
  background-color: #01948e;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .message form input[type='submit'] {
    width: 30%;
  }
}
.contact-wrap .message form textarea {
  width: calc(96% - 2px);
  height: 96px;
  padding: 0 2%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.contact-wrap .message form img {
  float: left;
  margin: 0 10px;
}

.design-wrap .trends {
  padding: 4% 0;
}
@media screen and (max-width: 1023px) {
  .design-wrap .trends {
    padding: 8% 0;
  }
}
.design-wrap .trends .list {
  margin-top: 5px;
}
.design-wrap .trends .list li {
  float: left;
  box-sizing: border-box;
  width: 31.6%;
  padding: 2.5% 2.5% 5%;
  margin-bottom: 3%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .trends .list li:nth-child(2n) {
  margin: 0 2.6% 3%;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
}
.design-wrap .trends .list li a {
  display: inline-block;
  min-height: 66px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .trends .list li a.tit {
  min-height: 48px;
  padding-top: 18px;
  border-top: 2px solid #717070;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  -webkit-line-clamp: 2;
}
.design-wrap .trends .list li a.more {
  width: 122px;
  height: 24px;
  min-height: 0;
  border: 1px solid #c0c0c2;
  margin-top: 28px;
  font: 12px/24px Arial;
  color: #c0c0c2;
  text-transform: uppercase;
  text-align: center;
}
.design-wrap .trends .list li a:hover {
  color: #00948b;
}
.design-wrap .trends .list li a:hover.more {
  background-color: #00948b;
  color: #fff;
}
.design-wrap .trends .list li img {
  display: block;
  margin-bottom: 28px;
}
.design-wrap .trends .list li:hover {
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .design-wrap .trends .list li {
    width: 100%;
  }
  .design-wrap .trends .list li:nth-child(2n) {
    margin: 0 0 3%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.design-wrap .trends .page {
  margin-top: 8%;
  text-align: center;
}
.design-wrap .teacher {
  padding: 4% 0 8%;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .design-wrap .teacher {
    padding-top: 8%;
  }
}
.design-wrap .teacher .main {
  margin-top: 4%;
}
.design-wrap .teacher .main .list {
  float: left;
  width: 126px;
  padding: 0 16px;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.design-wrap .teacher .main .list .btn {
  height: 42px;
  cursor: pointer;
}
.design-wrap .teacher .main .list .btn.prev {
  background: url(../img/prev04.png) no-repeat center;
}
.design-wrap .teacher .main .list .btn.next {
  background: url(../img/next04.png) no-repeat center;
}
.design-wrap .teacher .main .list .in {
  position: relative;
  overflow: hidden;
  height: 474px;
}
.design-wrap .teacher .main .list .in li {
  height: 158px;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .teacher .main .list .in li img {
  border: 4px solid #f1f1f1;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .teacher .main .list .in li:hover, .design-wrap .teacher .main .list .in li.cur {
  color: #01948e;
}
.design-wrap .teacher .main .list .in li:hover img, .design-wrap .teacher .main .list .in li.cur img {
  border-color: #01948e;
}
@media screen and (max-width: 1023px) {
  .design-wrap .teacher .main .list {
    float: none;
    width: 100%;
    padding: 16px 0;
    border: 0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
  }
  .design-wrap .teacher .main .list .btn {
    float: left;
    width: 42px;
    height: 158px;
  }
  .design-wrap .teacher .main .list .btn.prev {
    background: url(../img/prev05.png) no-repeat center;
  }
  .design-wrap .teacher .main .list .btn.next {
    background: url(../img/next05.png) no-repeat center;
  }
  .design-wrap .teacher .main .list .in {
    float: left;
    height: 158px;
    width: calc(100% - 84px);
  }
  .design-wrap .teacher .main .list .in li {
    float: left;
    width: 100%;
  }
}
.design-wrap .teacher .main .detail {
  float: right;
  width: calc(91.6% - 162px);
  padding: 0 4.2%;
}
.design-wrap .teacher .main .detail h2 {
  font-size: 24px;
  line-height: 54px;
  color: #333;
}
.design-wrap .teacher .main .detail h2 span {
  font-size: 14px;
  color: #666;
}
.design-wrap .teacher .main .detail .det {
  padding: 14px 0 6%;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.design-wrap .teacher .main .detail .projects h3 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 2;
  color: #01948e;
}
.design-wrap .teacher .main .detail .projects li {
  float: left;
  width: 27%;
  padding-bottom: 22px;
  border-bottom: 1px solid #d0d0d0;
  margin-right: 1.8%;
}
.design-wrap .teacher .main .detail .projects li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.design-wrap .teacher .main .detail .projects li a img {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .teacher .main .detail .projects li a:hover {
  color: #01948e;
}
.design-wrap .teacher .main .detail .projects li a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.design-wrap .teacher .main .detail .btn {
  margin-top: 4%;
  text-align: right;
}
.design-wrap .teacher .main .detail .btn a {
  display: inline-block;
  width: 122px;
  border: 1px solid #01948e;
  background-color: #01948e;
  font: 12px/28px Arial;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .teacher .main .detail .btn a:hover {
  background: none;
  color: #01948e;
}
@media screen and (max-width: 1023px) {
  .design-wrap .teacher .main .detail {
    float: none;
    width: 100%;
    padding: 4% 0;
  }
  .design-wrap .teacher .main .detail h2 {
    line-height: 1;
  }
  .design-wrap .teacher .main .detail .projects li {
    width: 100%;
    margin-bottom: 3%;
  }
  .design-wrap .teacher .main .detail .projects li a {
    width: 100%;
  }
}
.design-wrap .cases {
  padding: 4% 0 6%;
}
@media screen and (max-width: 1023px) {
  .design-wrap .cases {
    padding: 8% 0;
  }
}
.design-wrap .cases .main {
  margin-top: 2%;
}
.design-wrap .cases .main li {
  float: left;
  width: 22.3%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .cases .main li a {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.design-wrap .cases .main li a img {
  display: block;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .cases .main li .tips {
  float: left;
  width: 100%;
  padding: 32% 0 26.5%;
  text-align: center;
}
.design-wrap .cases .main li .tips h3 {
  font-size: 18px;
  line-height: 2;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .cases .main li .tips p {
  font: 14px/34px Arial;
  color: #666;
  opacity: .5;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .cases .main li:hover {
  background-color: #f39a02;
}
.design-wrap .cases .main li:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.design-wrap .cases .main li:hover .tips h3,
.design-wrap .cases .main li:hover .tips p {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .design-wrap .cases .main li {
    width: 50%;
  }
  .design-wrap .cases .main li .tips {
    padding: 22% 0;
  }
  .design-wrap .cases .main li:last-child {
    width: 100%;
  }
  .design-wrap .cases .main li:last-child a,
  .design-wrap .cases .main li:last-child .tips {
    float: left;
    width: 50%;
  }
  .design-wrap .cases .main li:last-child .tips {
    padding: 11% 0;
  }
  .design-wrap .cases .main li:last-child .tips a {
    width: 100%;
  }
}
.design-wrap .cases .main .all {
  float: right;
  position: relative;
  width: 33.1%;
}
.design-wrap .cases .main .all .bg {
  background-color: #01948e;
  opacity: .8;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.design-wrap .cases .main .all .tips {
  position: absolute;
  left: 27.5%;
  top: 37.8%;
  width: 47%;
  padding: 10px 0;
  border-top: 2px solid #80cac7;
  border-bottom: 2px solid #80cac7;
  text-align: center;
}
.design-wrap .cases .main .all .tips h2 {
  font-size: 22px;
  line-height: 42px;
  color: #fff;
}
.design-wrap .cases .main .all .tips h3 {
  font: 30px/42px Arial;
  color: #fff;
  text-transform: uppercase;
  opacity: .5;
}
.design-wrap .cases .main .all:hover .bg {
  opacity: .4;
}
@media screen and (max-width: 1023px) {
  .design-wrap .cases .main .all {
    width: 100%;
  }
}

.teacher-info {
  padding: 4% 0 5%;
}
@media screen and (max-width: 1023px) {
  .teacher-info {
    padding: 8% 0;
  }
}
.teacher-info .detail {
  position: relative;
  margin-bottom: 7.5%;
}
.teacher-info .detail::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 66%;
  height: 1px;
  background-color: #dbdbdb;
}
@media screen and (max-width: 1023px) {
  .teacher-info .detail::before {
    display: none;
  }
}
.teacher-info .detail img {
  float: left;
  width: 29.4%;
}
@media screen and (max-width: 1023px) {
  .teacher-info .detail img {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}
.teacher-info .detail .in {
  float: right;
  width: 61.5%;
  padding-right: 4.5%;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.teacher-info .detail .in h2 {
  font-size: 24px;
  line-height: 60px;
  color: #333;
}
.teacher-info .detail .in h2 span {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .teacher-info .detail .in {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 5%;
    border-bottom: 1px solid #dbdbdb;
  }
  .teacher-info .detail .in h2 {
    margin-bottom: 3%;
    line-height: 1;
  }
}

.cases_list {
  margin-top: 3%;
  padding-top: 6%;
  border-top: 1px solid #dbdbdb;
}
.cases_list li {
  float: left;
  width: 31.8%;
  margin-bottom: 4%;
}
.cases_list li:nth-child(3n-1) {
  margin: 0 2.3% 4%;
}
.cases_list li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.cases_list li a:last-child {
  margin-bottom: 0;
}
.cases_list li a img {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.cases_list li a:hover {
  color: #00948d;
}
.cases_list li a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
  .cases_list li {
    width: 48%;
  }
  .cases_list li:nth-child(3n-1) {
    margin: 0 0 4%;
  }
  .cases_list li:nth-child(2n) {
    float: right;
  }
  .cases_list li a {
    margin-bottom: 2.5%;
    line-height: 1.5;
  }
}

.caseslist {
  padding: 3% 0;
}
@media screen and (max-width: 1023px) {
  .caseslist {
    padding: 8% 0;
  }
}
.caseslist .tab {
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
  text-align: center;
}
.caseslist .tab a {
  display: inline-block;
  width: 112px;
  border: 1px solid #ccc;
  border-radius: 19px;
  margin: 0 5px 10px;
  font-size: 18px;
  line-height: 2;
  color: #666;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.caseslist .tab a:hover, .caseslist .tab a.cur {
  border-color: #01948e;
  background-color: #01948e;
  color: #fff;
}

.activity-wrap {
  padding-bottom: 4%;
}
@media screen and (max-width: 1023px) {
  .activity-wrap {
    padding-bottom: 8%;
  }
}
.activity-wrap h2 {
  background-color: #f2f2f2;
  font-size: 24px;
  line-height: 2.5;
  color: #333;
}
.activity-wrap > .mw {
  min-height: 300px;
  padding: 4% 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.jqZoomPup {
  background: #fff;
  border: 1px solid #e6e6e6;
  opacity: 0.5;
  position: absolute;
  visibility: hidden;
  z-index: 1;
}

.zoomdiv {
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #e6e6e6;
  display: none;
  overflow: hidden;
  position: absolute;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .zoomdiv {
    background: #fff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #e6e6e6;
    display: none;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 999;
    top: -100%!important;
    left: 0!important;
  }
}
.jobs-wrap {
  margin-bottom: 8%;
}
.jobs-wrap .idea {
  padding: 4% 0 6%;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .idea {
    padding: 8% 0;
  }
}
.jobs-wrap .idea .main {
  margin-top: 3%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.jobs-wrap .idea .main img {
  float: right;
  width: 41%;
  margin: 1.5% 0 3% 4%;
}
.jobs-wrap .idea .main h2 {
  margin-bottom: 1.8%;
  font-size: 24px;
  line-height: 1.5;
  color: #00958c;
  font-family: "华文中宋", "宋体";
}
.jobs-wrap .idea .main b {
  color: #00958c;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .idea .main {
    margin-top: 5%;
  }
  .jobs-wrap .idea .main img {
    float: none;
    width: 100%;
    margin: 0 0 3%;
  }
  .jobs-wrap .idea .main h2 {
    margin-bottom: 2%;
    font-size: 20px;
  }
}
.jobs-wrap .guide {
  padding: 4% 0 11.5%;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .guide {
    padding: 8% 0;
  }
}
.jobs-wrap .guide .mw {
  margin-top: 10%;
}
.jobs-wrap .jobs {
  padding: 4% 0 3%;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs {
    padding: 8% 0 4%;
  }
}
.jobs-wrap .jobs .main {
  margin-top: 23px;
  border-top: 1px solid #d2d2d2;
}
.jobs-wrap .jobs .main h2 {
  padding: 1.7%;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.jobs-wrap .jobs .main h2 span {
  padding-left: 6px;
  font: 12px/32px "华文中宋", Arial;
  color: rgba(81, 81, 81, 0.5);
}
.jobs-wrap .jobs .main .search {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.jobs-wrap .jobs .main .search form {
  padding: 2% 1.7%;
  border-top: 3px solid #ccdeee;
  border-bottom: 3px solid #ccdeee;
  border-radius: 5px;
}
.jobs-wrap .jobs .main .search form select {
  float: left;
  width: 16%;
  height: 24px;
  border: 1px solid #abadb3;
  margin-right: 1.8%;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.jobs-wrap .jobs .main .search form input {
  width: 31.4%;
  height: 20px;
  padding: 0 1%;
  border: 1px solid #abadb3;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.jobs-wrap .jobs .main .search form input::-webkit-input-placeholder {
  color: #333;
}
.jobs-wrap .jobs .main .search form input[type='submit'] {
  float: right;
  width: 12%;
  height: 22px;
  background-color: #01948e;
  margin-top: 1px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .search form select {
    width: 48%;
    margin-bottom: 2%;
  }
  .jobs-wrap .jobs .main .search form input {
    width: 45.2%;
  }
  .jobs-wrap .jobs .main .search form input[type='submit'] {
    float: none;
    width: calc(100% - 2px);
    height: 26px;
  }
}
.jobs-wrap .jobs .main .list {
  border: 1px solid #e8e8e8;
  margin-top: 3.5%;
}
.jobs-wrap .jobs .main .list .top {
  height: 32px;
  border-bottom: 1px solid #e8e8e8;
  background: -webkit-linear-gradient(top, #fff, #f6f6f6);
  background: linear-gradient(top, #fff, #f6f6f6);
}
.jobs-wrap .jobs .main .list .top b {
  display: inline-block;
  float: left;
  border-right: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 32px;
  color: #00968d;
}
.jobs-wrap .jobs .main .list .top b:first-child {
  width: 25.3%;
  padding-left: 5%;
}
.jobs-wrap .jobs .main .list .top b:nth-child(2) {
  width: 33.2%;
  padding-left: 2.3%;
}
.jobs-wrap .jobs .main .list .top b:nth-child(3) {
  width: 9.5%;
  text-align: center;
}
.jobs-wrap .jobs .main .list .top b:nth-child(4) {
  width: 14%;
  text-align: center;
}
.jobs-wrap .jobs .main .list .top b:nth-child(5) {
  width: 10%;
  border-right: 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .list .top b {
    display: none;
  }
  .jobs-wrap .jobs .main .list .top b:first-child {
    display: block;
    width: calc(70% - 1px);
  }
  .jobs-wrap .jobs .main .list .top b:nth-child(5) {
    display: block;
    width: 25%;
  }
}
.jobs-wrap .jobs .main .list ul {
  width: 95.37%;
  padding-bottom: 3%;
  margin: 0 auto;
}
.jobs-wrap .jobs .main .list ul li {
  border-bottom: 1px solid #eaeaea;
}
.jobs-wrap .jobs .main .list ul li .tips {
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  color: #696969;
  cursor: pointer;
}
.jobs-wrap .jobs .main .list ul li .tips span {
  display: inline-block;
  float: left;
  height: 46px;
}
.jobs-wrap .jobs .main .list ul li .tips span:first-child {
  width: 26.9%;
  padding-left: 2.3%;
}
.jobs-wrap .jobs .main .list ul li .tips span:nth-child(2) {
  width: 35.2%;
  padding-left: 2.3%;
}
.jobs-wrap .jobs .main .list ul li .tips span:nth-child(3) {
  width: 10%;
  text-align: center;
}
.jobs-wrap .jobs .main .list ul li .tips span:nth-child(4) {
  width: 15%;
  text-align: center;
}
.jobs-wrap .jobs .main .list ul li .tips span:nth-child(5) {
  width: 8%;
  border-right: 0;
  text-align: center;
}
.jobs-wrap .jobs .main .list ul li .tips span:nth-child(5) em {
  display: inline-block;
  width: 100%;
  height: 46px;
  background: url(../img/bg_sign39.png) no-repeat right 25% top;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .list ul li .tips span {
    display: none;
  }
  .jobs-wrap .jobs .main .list ul li .tips span:first-child {
    display: block;
    width: 74%;
  }
  .jobs-wrap .jobs .main .list ul li .tips span:nth-child(5) {
    display: block;
    width: 19%;
  }
}
.jobs-wrap .jobs .main .list ul li.cur .tips span:nth-child(5) em {
  background-position: right 25% bottom;
}
.jobs-wrap .jobs .main .list ul li .detail {
  display: none;
  padding: 3.5% 1.8%;
  background-color: #f5f5f5;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .list ul li .detail {
    padding: 3.5%;
  }
}
.jobs-wrap .jobs .main .list ul li .detail td {
  font-size: 14px;
  line-height: 34px;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .list ul li .detail td {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 2;
  }
}
.jobs-wrap .jobs .main .list ul li .detail .boxs {
  padding-top: 3%;
  border-top: 1px solid #e5e5e5;
  margin-top: 2.2%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .list ul li .detail .boxs {
    font-size: 12px;
    line-height: 22px;
  }
}
.jobs-wrap .jobs .main .list ul li .detail .boxs h3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .list ul li .detail .boxs h3 {
    font-size: 15px;
  }
}
.jobs-wrap .jobs .main .list ul li .detail .boxs .box {
  float: left;
}
.jobs-wrap .jobs .main .list ul li .detail .boxs .box:first-child {
  width: 37%;
  margin-right: 15%;
}
.jobs-wrap .jobs .main .list ul li .detail .boxs .box:first-child .in {
  padding-right: 18%;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .list ul li .detail .boxs .box:first-child {
    float: none;
    width: 100%;
  }
  .jobs-wrap .jobs .main .list ul li .detail .boxs .box:first-child .in {
    padding-right: 0;
    padding-bottom: 5%;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2.5%;
  }
}
.jobs-wrap .jobs .main .list ul li .detail .boxs .box:last-child {
  width: 45%;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .jobs .main .list ul li .detail .boxs .box:last-child {
    float: none;
    width: 100%;
  }
}
.jobs-wrap .jobs .main .list ul li .detail h4 {
  padding-top: 1.5%;
  border-top: 1px solid #e5e5e5;
  margin-top: 5%;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: #01948e;
}
.jobs-wrap .jobs .main .list ul li .detail h4 a {
  color: #01948e;
}
.jobs-wrap .jobs .main .page {
  margin-top: 2.5%;
}
.jobs-wrap .online {
  padding: 1.5% 3.4% 1.5% 12.8%;
  background: #01948e url(../img/bg_sign40.png) no-repeat left center/auto 100%;
}
.jobs-wrap .online .tips {
  float: left;
  font-size: 16px;
  line-height: 28px;
  color: #ccc;
}
.jobs-wrap .online .tips h2 {
  font-size: 24px;
  line-height: 36px;
  color: #f1f1f1;
}
.jobs-wrap .online .tips a {
  color: #ccc;
}
@media screen and (max-width: 1100px) {
  .jobs-wrap .online .tips {
    font-size: 14px;
  }
  .jobs-wrap .online .tips h2 {
    font-size: 20;
  }
}
.jobs-wrap .online a.down {
  display: inline-block;
  float: right;
  width: 160px;
  padding-left: 64px;
  background: #f59800 url(../img/bg_sign41.png) no-repeat 11% center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .online {
    padding: 3.5%;
    background: none;
    background-color: #01948e;
  }
  .jobs-wrap .online .tips {
    float: none;
    font-size: 14px;
    line-height: 1.5;
  }
  .jobs-wrap .online .tips h2 {
    font-size: 16px;
  }
  .jobs-wrap .online a.down {
    float: none;
    margin-top: 5%;
  }
}

.videoout {
  z-index: 10;
  display: none;
}
.videoout .bg {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.videoout .main {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 600px;
  height: 400px;
  background-color: #000;
  margin-left: -300px;
}
.videoout .main .close {
  position: absolute;
  right: -40px;
  top: 0;
  font: 30px/40px Arial;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .videoout .main {
    left: 5%;
    width: 90%;
    margin-left: 0;
  }
}
.calculator-out {
  display: none;
  z-index: 10;
}
.calculator-out .bg {
  background: rgba(0, 0, 0, 0.8);
}
.calculator-out .main {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 378px;
  height: 202px;
  padding: 47px 62px 0;
  border-radius: 20px;
  background-color: #fff;
  margin-left: -251px;
}
.calculator-out .main .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  font: 18px/25px Arial;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.calculator-out .main label {
  display: block;
  position: relative;
  width: 378px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.calculator-out .main label::after {
  content: "㎡";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0;
}
.calculator-out .main label input {
  width: 366px;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 40px;
  color: #666;
}
.calculator-out .main label input::-webkit-input-placeholder {
  color: #666;
}
.calculator-out .main label b {
  color: #01948e;
}
.backtop-btn{
  position: fixed;
  bottom: 220px;
  right: 30px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 20;
}