/**
 * 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: 14px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #888;
  /* 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;
}


.hidden { display:none;}
.more_bt { text-align:center;}

/* 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: #888;
}
a:active, a:hover {
  outline: 0;
  /* 2 */
}
a:hover {
  color: #000;
}

/* 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}


.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom: 1; }
.clear{clear:both;}

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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, .index-wrap .banner li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.poa-f, .index-wrap .banner1 li {
  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 {
  transition: all 0.5s;
}

.t-c {
  transition: color 0.5s;
}

.t-bg {
  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%;
  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);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }

  .m {
    display: block !important;
  }
}
header {
  position:fixed;
  left: 0;
  top: 36px;
  z-index: 99999999999;
  width: 100%;
  padding: 6px 0 4px;
  
}
header .hcnt { width:90%; margin:0 auto;}
@media screen and (max-width: 1280px) {
  header {
    width: 96%;
    padding: 0 2%;
  }
}
header img.color {
  display: none;
}
header .language {
  width: 70px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 13px;
  margin: 14px 0 0 45px;
}
header .language a {
  display: inline-block;
  float: left;
  width: 35px;
  height: 24px;
  border-radius: 13px 0 0 13px;
  font-size: 12px;
  line-height: 2;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
header .language a:last-child {
  border-radius: 0 13px 13px 0;
}
header .language a:hover {
  background-color: #fff;
  color: #01125e;
}
header nav {
  float: right;
}
header nav li {
  position: relative;
  float: left;
  padding: 0 17px;
}



header nav li .wxImg {
  height:18px;
  margin-right:4px;
}

header nav li:last-child { position:relative;}
header nav li:last-child .weixin { position:absolute; top:33px; left:22px; z-index:999999 ; display:none; background-color:#FFFFFF; text-align:center; font-size:12px; line-height:18px; border:1px solid #E5E5E5; padding:2px 2px 5px 2px;}
header nav li:last-child:hover .weixin{ display:block;}

.mfixed { background-color:#FFFFFF; top:0;  box-shadow: 6px 1px 10px #D1D1D1;}

@media screen and (max-width: 1600px) {
  header nav li {
    padding: 0 19px;
  }
}
header nav li > a {
  display: inline-block;
  font-size:16px;
  line-height: 30px;
}
header nav li > a:hover {
  color: #888;
}



header nav li .subnav {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  padding-top: 10px;
}
header nav li .subnav::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70%;
 /* height: 1px;
  background: #c81623;*/
  left: 15%;
  top: 18px;
}
header nav li .subnav a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  color: #888;
  text-align: center;
}
header nav li .subnav a:hover {
  color: #888;
}
header.color {
 
  margin: 0 auto;
}
header.color a.logo img {
  display: none;
}
header.color a.logo img.color {
  display: block;
}
header.color .language {
  border-color: #333;
}
header.color .language a {
  color: #888;
}
header.color nav li > a {
  color: #888;
}
header.color nav li > a:hover {color:#000;}
header nav li.on > a { color:#000;}
header.color nav li .subnav {
  padding: 5px 0 5px;
  background-color: #fff;
  /*border-radius: 0 0 8px 8px;*/
}
header.color nav li .subnav a {
  color: #888;
}
header.color nav li .subnav a:hover {color:#000;}
.headerblank { height:110px;}
@media screen and (max-width: 1000px) {

  header {
    top: 18px;
    width: 100%;
    height: 30px;
	    padding: 0;
  }
  header .hcnt { width:90%; margin:0 auto; height:30px;}
  header a.logo {
    position: relative;
    z-index: 2;
    display: block;
    height: 30px;
  }
  header a.logo img {
    height: 20px;
  }
  header .language {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 20px;
    border-radius: 11px;
    margin-top: 4px;
  }
  header .language a {
    width: 36px;
    height: 20px;
    line-height: 20px;
    border-radius: 11px 0 0 11px;
  }
  header .language.color {
    border-color: #01125e;
  }
  header .language.color a {
    color: #01125e;
  }
  header .navbtn {
    position: relative;
    z-index: 2;
    float: right;
    width: 24px;
    height: 22px;
    margin: 9px 0 0 10px;
  }
  header .navbtn .line {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #000;
    transition: all 0.5s;
  }
  header .navbtn .line:nth-child(1) {
    top: 0px;
  }
  header .navbtn .line:nth-child(2) {
    top: 8px;
  }
  header .navbtn .line:nth-child(3) {
    top: 16px;
  }
  header .navbtn .line:nth-child(1) {
    transform-origin: left top;
  }
  header .navbtn .line:nth-child(1).show {
    width: 23.5px;
    left: 0;
    transform: rotate(45deg);
  }
  header .navbtn .line:nth-child(2).show {
    width: 0;
    opacity: 0;
  }
  header .navbtn .line:nth-child(3) {
    transform-origin: left bottom;
  }
  header .navbtn .line:nth-child(3).show {
    width: 23.5px;
    left: 0;
    transform: rotate(-45deg);
  }
  header .navbtn.color .line {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #01125e;
    transition: all 0.5s;
  }
  header .navbtn.color .line:nth-child(1) {
    top: 0px;
  }
  header .navbtn.color .line:nth-child(2) {
    top: 8px;
  }
  header .navbtn.color .line:nth-child(3) {
    top: 16px;
  }
  header .navbtn.color .line:nth-child(1) {
    transform-origin: left top;
  }
  header .navbtn.color .line:nth-child(1).show {
    width: 23.5px;
    left: 0;
    transform: rotate(45deg);
  }
  header .navbtn.color .line:nth-child(2).show {
    width: 0;
    opacity: 0;
  }
  header .navbtn.color .line:nth-child(3) {
    transform-origin: left bottom;
  }
  header .navbtn.color .line:nth-child(3).show {
    width: 23.5px;
    left: 0;
    transform: rotate(-45deg);
  }
  header nav {
    display: none;
    float: none;
    position: absolute;
    left: 0;
    top: -18px;
    width: 100%;
    padding-top: 48px;
    background-color: #fff;
  }
  header nav ul {
    display: block;
    width: 92%;
    padding-bottom: 10px;
    border-top: 1px solid #f7f7f6;
    margin: 15px auto 0;
  }
  header nav ul li {
    float: none;
    width: 96%;
    padding: 0;
    margin: 0 2%;
    border-bottom: 1px solid #a2a2a2;
  }
  header nav ul li:last-child {
    border-bottom: 0;
  }
  header nav ul li > a {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 60px;
    color: #01125e;
    text-align: center;
  }
  header nav ul li > a:hover {
    color: #01125e;
  }
  header nav ul li .subnav {
    position: relative;
    top: 0;
    padding: 0 0 10px 0;
  }
  header nav ul li .subnav::before {
    display: none;
  }
  header nav ul li .subnav a {
    font-size: 14px;
    line-height: 2;
    color: #01125e;
  }
  header nav ul li .subnav a:hover {
    color: #01125e;
  }
  header.color {
    padding: 16px 0px;
  }
  header.color .navbtn .line {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #01125e;
    transition: all 0.5s;
  }
  header.color .navbtn .line:nth-child(1) {
    top: 0px;
  }
  header.color .navbtn .line:nth-child(2) {
    top: 8px;
  }
  header.color .navbtn .line:nth-child(3) {
    top: 16px;
  }
  header.color .navbtn .line:nth-child(1) {
    transform-origin: left top;
  }
  header.color .navbtn .line:nth-child(1).show {
    width: 23.5px;
    left: 0;
    transform: rotate(45deg);
  }
  header.color .navbtn .line:nth-child(2).show {
    width: 0;
    opacity: 0;
  }
  header.color .navbtn .line:nth-child(3) {
    transform-origin: left bottom;
  }
  header.color .navbtn .line:nth-child(3).show {
    width: 23.5px;
    left: 0;
    transform: rotate(-45deg);
  }
  header.color nav {
    top: 0;
  }
}

footer {
  margin-top:100px;
  background-color: #333;
  padding-top:40px;
  color:#888;
  padding-bottom:50px;
}
footer .main {
  width: 90%;
  margin: 0 auto;
  position:relative;
}


footer .main .logo { position:absolute; left:0px; top:13px;}
footer .main .logo img { width:175px; height:auto;}
footer .main .cnt { width:100%;}

footer .main .cnt .list {
  float: right;  
}
footer .main .cnt .list li {
  float: left;
  width:auto;
  margin-left:55px;
}

footer .main .cnt .list li label { font-size:22px;}

footer .main .cnt .list li a {
  display:block;
  font-size: 14px;
  line-height: 26px;
}
footer .main .cnt .list li a.tit {
  font-weight: bold;
  line-height: 58px;
}

footer .main .cnt .address {
  float: right;  
  margin-left:40px;
}
footer .main .cnt .address li { line-height:42px; height:42px; border-bottom:1px solid #888; margin-bottom:3px; padding-bottom:3px;}



footer .main .cnt .erweima { float:right; margin-left:40px;margin-top: 12px;}
footer .main .cnt .erweima label { display:block; font-size:14px; text-align:center; line-height:30px; margin-top:6px;}

footer .main .contact { float:left; width:230px; margin-left:50px;}
footer .main .contact label	 { font-size:26px;}
footer .main .contact .text { line-height:25px; margin-top:4px; font-size:14px;}

footer .main .bquan { float:left; line-height:25px; padding-top:8px; font-size:14px;}


footer .main a.logo {
  display: block;
  float: left;
  height: 59px;
}

footer .main .tips {
  border-top: 1px solid #fff;
  font-size: 14px;
  line-height: 82px;
  color: #fff;
}
footer .main .tips p {
  float: left;
}
footer .main .tips p span {
  margin-left: 35px;
}
footer .main .tips > img {
  float: right;
}


footer .link {
  width: 90%;
  margin: 70px auto 0;
}
footer .link .title { font-size:16px; border-bottom:2px solid #888; line-height:38px; height:38px; padding-bottom:3px; margin-bottom:10px;}
footer .link .alink li { float:left;margin:8px 100px 0px 0px; overflow:hidden; height:24px; line-height:24px; overflow:hidden; font-size:14px;}



@media screen and (max-width: 1000px) {
  footer {
    padding-top: 35px;
  }
  footer .main {
    width: 90%;
    padding-bottom: 25px;
  }
  footer .main a.logo {
    float: none;
    height: 40px;
    margin: 0 auto 35px;
    text-align: center;
  }
  footer .main a.logo img {
    height: 40px;
  }
  footer .main .tips {
    line-height: 35px;
    text-align: center;
  }
  footer .main .tips p {
    float: none;
    text-align: center;
  }
  footer .main .tips p span {
    display: block;
    margin: 0;
  }
  footer .main .tips > img {
    float: none;
    display: block;
    height: 65.6px;
    margin: 0 auto;
  }
}

.index-wrap .banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.index-wrap .banner li {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-wrap .banner li img { display:none;}
.index-wrap .banner li .tips {
  position: absolute;
  left: 13.2%;
  top: 40.35%;
  font-size: 22px;
  line-height: 68px;
  color: #fff;
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .8s;
}
.index-wrap .banner li .tips.show {
  transform: translateY(0);
  opacity: 1;
}
.index-wrap .banner li .tips h2 {
  font-weight: bold;
  font-size: 60px;
  line-height: 104px;
  color: #fff;
}
.index-wrap .banner li .tips a {
  display: inline-block;
  width: 110px;
  height: 48px;
  padding-left: 82px;
  border: 2px solid #fff;
  border-radius: 26px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 48px;
  color: #fff;
  background: url(../img/sign01.png) no-repeat 50px 16px;
}
.index-wrap .banner .btns {
  position: absolute;
  left: 50%;
  bottom: 45px;
}
.index-wrap .banner .btns span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
  cursor: pointer;
}
.index-wrap .banner .btns span.cur {
  background-color: #c81623;
}



.index-wrap .banner1 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin-top:70px;
}
.index-wrap .banner1 li {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-wrap .banner1 li .tips {
  position: absolute;
  left: 13.2%;
  top: 40.35%;
  font-size: 22px;
  line-height: 68px;
  color: #fff;
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .8s;
}
.index-wrap .banner1 li .tips.show {
  transform: translateY(0);
  opacity: 1;
}
.index-wrap .banner1 li .tips h2 {
  font-weight: bold;
  font-size: 60px;
  line-height: 104px;
  color: #fff;
}
.index-wrap .banner1 li .tips a {
  display: inline-block;
  width: 110px;
  height: 48px;
  padding-left: 82px;
  border: 2px solid #fff;
  border-radius: 26px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 48px;
  color: #fff;
  background: url(../img/sign01.png) no-repeat 50px 16px;
}
.index-wrap .banner1 .btns {
  position: absolute;
  left: 50%;
  bottom: 45px;
}
.index-wrap .banner1 .btns span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
  cursor: pointer;
}
.index-wrap .banner1 .btns span.cur {
  background-color: #c81623;
}

@media screen and (max-width: 1000px) {
  .index-wrap { margin-top:90px;}
  .index-wrap .banner {
    height:auto;
	overflow:visible;
	display:none;
  }
  .index-wrap .banner li {
    background-image: none !important;
  }
   .index-wrap .banner li img { width:100%; height:auto; display:block;}
  .index-wrap .banner li .tips {
    top: 30%;
    left: 10%;
    width: 80%;
    font-size: 15px;
    line-height: 32px;
  }
  .index-wrap .banner li .tips h2 {
    font-size: 30px;
    line-height: 2;
  }
  .index-wrap .banner li .tips a {
    width: 90px;
    height: 38px;
    padding-left: 50px;
    line-height: 38px;
    background-position: 25px 11px;
  }
  
  .index-wrap .banner1 {
    height: auto;
  }
  .index-wrap .banner1 li {
    background-image: none !important;
  }
  .index-wrap .banner1 li .tips {
    top: 30%;
    left: 10%;
    width: 80%;
    font-size: 15px;
    line-height: 32px;
  }
  .index-wrap .banner1 li .tips h2 {
    font-size: 30px;
    line-height: 2;
  }
  .index-wrap .banner1 li .tips a {
    width: 90px;
    height: 38px;
    padding-left: 50px;
    line-height: 38px;
    background-position: 25px 11px;
  }
}
.index-wrap .about {
  padding: 7% 12.5%;
  background-color: #f7f7f6;
}
@media screen and (max-width: 1400px) {
  .index-wrap .about {
    padding: 7% 0;
  }
}
.index-wrap .about h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 124px;
  color: #01125e;
  text-align: center;
}
.index-wrap .about .intro {
  width: 922px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  color: #01125e;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .index-wrap .about {
    padding: 8% 0 20%;
  }
  .index-wrap .about h2 {
    font-size: 24px;
    line-height: 62px;
  }
  .index-wrap .about .intro {
    width: 86%;
    font-size: 15px;
  }
}
.index-wrap .about .list {
  width: 1080px;
  margin: 7% auto 0;
}
.index-wrap .about .list .box {
  float: left;
  width: 334px;
  height: 512px;
  border-radius: 16px;
  background-color: #fff;
  margin: 0 13px;
  transition: all 0.5s;
}
.index-wrap .about .list .box:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.index-wrap .about .list .box img {
  border-radius: 16px 16px 0 0;
}
.index-wrap .about .list .box .in {
  padding: 26px 26px 0 38px;
}
.index-wrap .about .list .box h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 65px;
  color: #01125e;
}
.index-wrap .about .list .box p {
  font-size: 18px;
  line-height: 30px;
  color: #01125e;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-wrap .about .list .box span {
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  line-height: 2;
  color: #01125e;
  margin-top: 16px;
  background: url(../img/sign02.png) no-repeat left center;
}
@media screen and (max-width: 1100px) {
  .index-wrap .about .list {
    width: 1000px;
  }
  .index-wrap .about .list .box {
    width: 314px;
    margin: 0 9.5px;
  }
}
@media screen and (max-width: 1000px) {
  .index-wrap .about .list {
    position: relative;
    width: 100%;
  }
  .index-wrap .about .list .boxs-wrap {
    position: relative;
    overflow: hidden;
    width: 333px;
    height: 450px;
    margin: 0 auto;
  }
  .index-wrap .about .list .boxs-wrap .boxs {
    width: 999px;
  }
  .index-wrap .about .list .box {
    height: 450px;
  }
  .index-wrap .about .list .box h3 {
    font-size: 18px;
    line-height: 2;
  }
  .index-wrap .about .list .box p {
    font-size: 15px;
  }
  .index-wrap .about .list .btns {
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 66px;
    height: 12px;
    margin-left: -33px;
  }
  .index-wrap .about .list .btns span {
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
  }
  .index-wrap .about .list .btns span.cur {
    background-color: #01125e;
  }
}
.index-wrap .ad {
  position: relative;
}
.index-wrap .ad .tips {
  position: absolute;
  left: 13%;
  top: 29.6%;
  width: 670px;
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
.index-wrap .ad .tips h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 104px;
  color: #fff;
}
.index-wrap .ad .tips a {
  display: inline-block;
  width: 110px;
  height: 48px;
  padding-left: 82px;
  border: 2px solid #fff;
  border-radius: 26px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 48px;
  color: #fff;
  background: url(../img/sign01.png) no-repeat 50px 16px;
}
@media screen and (max-width: 1000px) {
  .index-wrap .ad .tips {
    left: 10%;
    top: 23%;
    width: 80%;
    font-size: 15px;
  }
  .index-wrap .ad .tips h2 {
    font-size: 30px;
    line-height: 2;
  }
  .index-wrap .ad .tips a {
    width: 90px;
    height: 38px;
    padding-left: 50px;
    line-height: 38px;
    background-position: 25px 11px;
  }
}
.index-wrap .ad.duty .tips {
  top: 40%;
  width: 800px;
}
@media screen and (max-width: 1000px) {
  .index-wrap .ad.duty .tips {
    top: 30%;
    width: 80%;
  }
}
.index-wrap .service {
  padding: 7% 0;
}
.index-wrap .service h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 116px;
  color: #01125e;
  text-align: center;
}
.index-wrap .service .intro {
  margin-bottom: 6%;
  font-size: 18px;
  line-height: 2;
  color: #01125e;
  text-align: center;
}
.index-wrap .service .scroll {
  position: relative;
  overflow: hidden;
  height: 583px;
}
.index-wrap .service .scroll li {
  position: absolute;
  left: 50%;
  top: 0;
  width: 913px;
  height: 583px;
  font-size: 24px;
  line-height: 2;
  color: #01125e;
  margin-left: -456.5px;
  transition: all 0.5s;
}
.index-wrap .service .scroll li img {
  margin-bottom: 25px;
}
.index-wrap .service .scroll li:nth-child(1) {
  top: 55px;
  width: 746px;
  height: 417px;
  margin-left: -1308.5px;
}
.index-wrap .service .scroll li:nth-child(3) {
  top: 55px;
  width: 746px;
  height: 417px;
  margin-left: 562.5px;
}
@media screen and (max-width: 1440px) {
  .index-wrap .service .scroll li {
    transform: scale(0.85);
  }
  .index-wrap .service .scroll li:nth-child(1) {
    margin-left: -1127.65px;
  }
  .index-wrap .service .scroll li:nth-child(3) {
    margin-left: 382.25px;
  }
}
@media screen and (max-width: 1000px) {
  .index-wrap .service {
    padding: 15% 0;
  }
  .index-wrap .service h2 {
    font-size: 24px;
    line-height: 2;
  }
  .index-wrap .service .intro {
    padding: 0 10%;
    font-size: 15px;
  }
  .index-wrap .service .scroll {
    height: 260px;
  }
  .index-wrap .service .scroll li {
    transform: scale(1);
    width: 300px;
    height: 240px;
    margin-left: -150px;
    font-size: 15px;
    text-align: center;
  }
  .index-wrap .service .scroll li img {
    margin-bottom: 12px;
  }
  .index-wrap .service .scroll li:nth-child(1) {
    top: 20px;
    width: 250px;
    height: 200px;
    margin-left: -420px;
  }
  .index-wrap .service .scroll li:nth-child(3) {
    top: 20px;
    width: 250px;
    height: 200px;
    margin-left: 170px;
  }
}

.insban {
  position: relative;
  width: 96.4%;
  margin: 0 auto 8%;
}
.insban img {
  border-radius: 18px;
}
.insban .tips {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 22px;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.insban .tips h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 74px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .insban {
    width: 90%;
    padding-top: 5%;
    border-top: 1px solid #a2a2a2;
  }
  .insban .tips {
    top: 45%;
  }
  .insban .tips h2 {
    font-size: 25px;
  }
}

.inswrap {
  width: 996px;
  margin: 0 auto 15%;
}
.inswrap .menu {
  float: left;
  width: 120px;
  padding: 10px 0 0 4px;
}
.inswrap .menu a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 56px;
  color: #a2a2a2;
}
.inswrap .menu a:hover, .inswrap .menu a.cur {
  font-weight: bold;
  color: #01125e;
}
.inswrap .detail {
  float: right;
  width: 740px;
}
.inswrap .detail h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 40px;
  line-height: 2;
  color: #01125e;
}
.inswrap .detail h2.mt {
  margin-top: 25px;
}
.inswrap .detail h2.mt img {
  float: left;
  margin: -25px 20px 0 0;
}
.inswrap .detail .intro {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2;
  color: #01125e;
}
.inswrap .detail .intro img {
  display: block;
  max-width: 100%;
}
.inswrap .detail .list li {
  float: left;
  width: 235px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.inswrap .detail .list li:nth-child(3n-1) {
  margin: 0 17.5px 20px;
}
.inswrap .detail a.more {
  display: block;
  width: 110px;
  height: 48px;
  padding-left: 82px;
  border: 2px solid #01125e;
  border-radius: 26px;
  margin: 40px auto 0;
  font-size: 15px;
  line-height: 48px;
  color: #01125e;
  background: url(../img/sign02.png) no-repeat 50px 16px;
}
@media screen and (max-width: 1000px) {
  .inswrap {
    width: 90%;
  }
  .inswrap .menu {
    float: none;
    position: relative;
    width: calc(90% - 2px);
    height: 46px;
    padding: 0 5%;
    border: 1px solid #a2a2a2;
    border-radius: 10px;
  }
  .inswrap .menu .btn {
    position: absolute;
    right: 5%;
    top: 15px;
    width: 16px;
    height: 16px;
    background: url(../img/sign05.png) no-repeat center/100% auto;
  }
  .inswrap .menu p {
    font-size: 15px;
    line-height: 46px;
    color: #01125e;
  }
  .inswrap .menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    width: calc(90% - 2px);
    padding: 5px 5%;
    border: 1px solid #a2a2a2;
    border-radius: 10px;
    background-color: #fff;
  }
  .inswrap .menu .submenu a {
    font-size: 15px;
    line-height: 36px;
    color: #01125e;
  }
  .inswrap .detail {
    float: none;
    width: 100%;
    margin-top: 10%;
  }
  .inswrap .detail h2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 2;
  }
  .inswrap .detail h2.mt {
    text-align: center;
    margin-top: 40px;
  }
  .inswrap .detail h2.mt img {
    float: none;
    height: 50px;
    margin-left: -30px;
  }
  .inswrap .detail .intro {
    margin-bottom: 25px;
    font-size: 15px;
  }
  .inswrap .detail .list li {
    width: 48%;
    margin-bottom: 12.5px;
  }
  .inswrap .detail .list li:nth-child(3n-1) {
    margin: 0 0 12.5px;
  }
  .inswrap .detail .list li:nth-child(2n) {
    float: right;
  }
  .inswrap .detail .list a.more {
    width: 100px;
    height: 38px;
    padding-left: 60px;
    line-height: 38px;
    background-position: 25px 11px;
  }
}
.inswrap .history {
  padding: 35px 45px 0 0;
}
.inswrap .history .box {
  margin-bottom: 80px;
}
.inswrap .history .box .tips {
  float: left;
  width: 345px;
  font-size: 18px;
  line-height: 2;
  color: #01125e;
}
.inswrap .history .box .tips h2 {
  height: 45px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 45px;
  color: #01125e;
}
.inswrap .history .box .tips h2 span {
  float: left;
  width: 34px;
  height: 34px;
  border: 2px solid #01125e;
  border-radius: 19px;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #01125e;
  text-align: center;
  margin: 4.5px 10px 0 0;
}
.inswrap .history .box img {
  float: right;
}
@media screen and (max-width: 1000px) {
  .inswrap .history {
    padding: 15px 0;
  }
  .inswrap .history .box {
    margin-bottom: 40px;
  }
  .inswrap .history .box .tips {
    float: none;
    width: 100%;
    font-size: 15px;
  }
  .inswrap .history .box .tips h2 {
    height: 36px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 2;
  }
  .inswrap .history .box .tips h2 span {
    width: 26px;
    height: 26px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 26px;
    margin: 3px 10px 0 0;
  }
  .inswrap .history .box img {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.inswrap .scroll .in {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.inswrap .scroll .in li {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .inswrap .scroll .in {
    margin-bottom: 30px;
  }
}
.inswrap .scroll .buttons {
  width: 158px;
  height: 30px;
  margin: 0 auto;
}
.inswrap .scroll .buttons .btn {
  float: left;
  width: 26px;
  height: 26px;
  border: 2px solid #01125e;
  border-radius: 15px;
  cursor: pointer;
}
.inswrap .scroll .buttons .btn.prev {
  background: url(../img/prev01.png) no-repeat left center;
}
.inswrap .scroll .buttons .btn.next {
  background: url(../img/next01.png) no-repeat right center;
}
.inswrap .scroll .buttons .btn:hover {
  background-color: #01125e;
}
.inswrap .scroll .buttons .btn:hover.prev {
  background-position: right center;
}
.inswrap .scroll .buttons .btn:hover.next {
  background-position: left center;
}
.inswrap .scroll .buttons .num {
  float: left;
  width: 98px;
  font-size: 18px;
  line-height: 30px;
  color: #01125e;
  text-align: center;
}
.inswrap .contact p {
  font-size: 18px;
  line-height: 38px;
  color: #a2a2a2;
  text-transform: uppercase;
}
.inswrap .contact h3 {
  font-size: 24px;
  line-height: 46px;
  color: #01125e;
}
@media screen and (max-width: 1000px) {
  .inswrap .contact {
    text-align: center;
  }
  .inswrap .contact p {
    font-size: 15px;
    line-height: 2;
  }
  .inswrap .contact h3 {
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.5;
  }
}
.inswrap .join {
  border-top: 1px solid #01125e;
}
.inswrap .join .box {
  padding: 45px 0;
  border-bottom: 1px solid #01125e;
  font-size: 18px;
  line-height: 2;
  color: #01125e;
}
.inswrap .join .box:last-child { border-bottom:0px;} 
.inswrap .join .box td {
  min-width: 80px;
  padding: 0 0 15px 12px;
}
@media screen and (max-width: 1000px) {
  .inswrap .join .box {
    padding: 25px 0;
    font-size: 15px;
  }
  .inswrap .join .box td {
    padding: 0 0 10px 0;
  }
}
.inswrap .cooperation {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  color: #01125e;
}
.inswrap .cooperation input {
  width: calc(88% - 2px);
  height: 68px;
  padding: 0 5%;
  border: 1px solid #cbcbcb;
  font-size: 16px;
  line-height: 68px;
  color: #01125e;
  margin-bottom: 10px;
}
.inswrap .cooperation input[type="submit"] {
  display: block;
  width: 180px;
  height: 48px;
  padding-left: 82px;
  border: 2px solid #01125e;
  border-radius: 26px;
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 48px;
  color: #01125e;
  background: url(../img/sign02.png) no-repeat 50px 16px;
}
.inswrap .cooperation input[type="button"] {
  display: block;
  width: 180px;
  height: 48px;
  padding-left: 82px;
  border: 2px solid #01125e;
  border-radius: 26px;
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 48px;
  color: #01125e;
  background: url(../img/sign02.png) no-repeat 50px 16px;
}
.inswrap .cooperation td {
  padding-bottom: 8px;
}
.inswrap .cooperation td:nth-child(2n) input {
  width: calc(90% - 2px);
}
.inswrap .cooperation textarea {
  width: calc(90% - 2px);
  height: 96px;
  padding: 0 5%;
  border: 1px solid #cbcbcb;
  font-size: 16px;
  line-height: 2;
  color: #01125e;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .inswrap .cooperation {
    margin-top: 20px;
    font-size: 14px;
  }
  .inswrap .cooperation input {
    height: 48px;
    line-height: 48px;
  }
  .inswrap .cooperation input[type="submit"] {
    width: 160px;
    padding-left: 60px;
    background-position: 40px 16px;
  }
}

.tongji {
   width:60%; margin:90px auto 110px; height:auto;
}
.tongji ul li { float:left; width:25%; text-align:center;}
.tongji ul li span { display:block; text-align:center; font-size:18px; position:relative;}
.tongji ul li span label { font-size:52px;}
.tongji ul li span ins {  text-decoration:none; display:block; text-align:center; position:absolute; top:74px; width:100%; font-size:14px; color:#888;}



.caselist {
   width:90%; margin:0px auto;
}
.caselist .titleline { height:30px; line-height:30px;}
.caselist .titleline label { font-size:26px;}
.caselist .titleline ins { font-size:16px; text-align:center; text-decoration:none; display:block;}
.caselist .titleline .catslist { float:right; height:30px; line-height:45px;}
.caselist .titleline .catslist a { margin-right:20px;}
.caselist .titleline .catslist a.cur { color:#c81623; font-weight:bold;}
.caselist .titleline .catslist a:last-child{ margin-right:0;}
.caselist .list { margin-top:26px;}
.caselist .list li { float:left;margin-bottom:1%; width:24.25%; height:auto; margin-right:1%;}
.caselist .list li:last-child { margin-right:0px;}
.caselist .list li a.img { display:block; width:100%; height:auto; position:relative; overflow:hidden;}
.caselist .list li a.img label { display:block; width:58px; height:58px; background:url(../img/flag1.png) ; position:absolute; top:calc(50% - 29px);  left:calc(50% - 29px);  z-index:99999;}
.caselist .list li a.img .smark { display:none; width:100%; height:100%; position:absolute; top:0; left:0px; z-index:999; background-color:#000000; opacity:0.5;}
.caselist .list li a.img .content {width:100%; height:100%; position:absolute; top:0; left:0px; z-index:9999; color:#fff;}
.caselist .list li a.img .content .tit { height:40px; line-height:40px; padding:0px 10px;}
.caselist .list li a.img .content .tit ins { float:left; line-height:40px; display:block; font-size:14px; text-decoration:none; color:#CCCCCC;}
.caselist .list li a.img .content .desc { position:absolute;line-height:25px; height:auto; overflow:hidden; width:80%; text-align:center; margin:0 auto; left:10%; top:calc(50% - 25px); font-size:22px;  display:none; }
.caselist .list li a.img .content .desc .name { text-align:center;}
.caselist .list li a.img .content .desc .catname { font-size:12px; margin-top:13px;}
.caselist .list li a.img .content .cat { position:absolute; bottom:10px; padding:0px 10px; line-height:25px; height:25px; overflow:hidden; font-size:12px;  display:none;}
.caselist .list li a.img img { width:100%; height:auto;transition: all .5s;}
.caselist .list li a.img:hover img{-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);}
.caselist .list li a.img:hover .smark { display:block;}
.caselist .list li a.img:hover .content .desc { display:block;}
.caselist .list li a.img:hover .content .tit { display:none;}
.caselist .list li a.img:hover .content .cat { display:none;}
.caselist .list li a.img:hover label { display:none;}
.caselist .list li .title { height:50px; line-height:40px;}
.caselist .list li .title label { float:right; font-size:14px; color:#888;}
.caselist .more { text-align:center; padding:25px 0px; font-size:16px;}


.casedetail {
   width:78%; margin:0px auto;
}
.casedetail .title { font-size:26px;}
.casedetail .vedio { margin-top:20px;}
.casedetail .vedio .projekktor { width:100%; height:auto;}
.casedetail .content { margin-top:20px; line-height:28px;}

.casedetail .hxtitle { font-size:22px; margin-top:55px;}


.psdetail {
   margin:0px auto;
}
.psdetail .title { font-size:26px;}
.psdetail .vedio { margin-top:20px;}
.psdetail .vedio .projekktor { width:100%; height:auto;}
.psdetail .content { margin-top:10px; line-height:28px;}
.psdetail .content img { max-width:100%; height:auto;}


.serObj {
   margin:0px auto;
}
.serObj .box { margin-bottom:75px;  position:relative;}
.serObj .cnt { float:left; width:60%; margin-right:5%; padding-top:6px;}
.serObj .cnt .img { width:100%; height:auto;}
.serObj .titleline {line-height:32px; float:left; width:35%; font-size:22px;}
.serObj .titleline p { color:#666666}
.serObj .titleline p:hover { color:#333;}
.serObj .titleline ul {}
.serObj .titleline ul li { font-size:14px; line-height:22px; margin-top:10px;}
.serObj .box .anli { position:absolute; bottom:-9px; left:65%; }
.serObj .box .anli p { font-size:18px;}
.serObj .box .anli .list{}
.serObj .box .anli .list a { font-size:14px; margin-right:20px; text-decoration:underline;}






.newslist {
   margin:0px auto;
}
.newslist .box { margin-bottom:75px;  position:relative;}
.newslist .cnt { float:left; width:60%; margin-right:5%; padding-top:6px;}
.newslist .cnt .img { width:100%; height:auto;}
.newslist .titleline {line-height:32px; float:left; width:35%; font-size:22px;}
.newslist .titleline label { font-size:14px; margin-top:5px; display:block; }
.newslist .titleline a { color:#666666}
.newslist .titleline a:hover { color:#000}


.newslist .titleline .desc { line-height:28px; font-size:14px; position:absolute; left:65%; bottom:-8px;}



.newsdetail {
   width:70%; margin:0px auto;
}
.newsdetail .title { font-size:26px; }
.newsdetail .addtime {font-size:14px;}
.newsdetail .vedio { margin-top:20px;}
.newsdetail .vedio .projekktor { width:100%; height:auto;}
.newsdetail .content { margin-top:20px; line-height:28px;}
.newsdetail .content img { max-width:100%; height:auto;}


.indexcontact {
   width:925px; margin:40px auto 0px; 
}
.indexcontact .titleline { height:30px; line-height:30px; float:left; width:40%;}
.indexcontact .titleline label { font-size:26px; color:#000;}
.indexcontact .cnt {margin-top:26px; width:60%;}
.indexcontact .cnt img { max-width:100%; height:auto;}


.indexabout {
   width:90%; margin:40px auto 0px;
}
.indexabout .titleline { height:30px; line-height:30px; width:30%; }
.indexabout .titleline label { font-size:26px; color:#000;}
.indexabout .cnt {margin-top:26px; }
.indexabout .cnt img { max-width:100%; height:auto;}


.indexequip {
   width:90%; margin:40px auto 0px;
}
.indexequip .titleline { height:30px; line-height:30px; width:30%}
.indexequip .titleline label { font-size:26px; color:#000;}
.indexequip .list { float:left; }
.indexequip .list li { float:left; width:33.333%; height:auto; position:relative;}
.indexequip .list li img { width:100%; height:auto;}
.indexequip .list li label { display:block; line-height:36px; height:36px;  overflow:hidden;}
.indexequip .list .morelink { line-height:40px; text-align:right;}
.indexequip .list li .intro{position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 4px 0px 8px;
background-color: #FFFFFF;
display: none;}
.indexequip .list li .intro .title {height: 35px;
line-height: 35px;
padding: 0px 20px;}
.indexequip .list li .intro .des {font-size: 12px;
height: 36px;
line-height: 18px;
overflow: hidden;
padding: 0px 20px;}
.indexequip .list li:hover .intro { display:block;}



.indextrivia {
   width:90%; margin:40px auto 0px;
}
.indextrivia .titleline { height:30px; line-height:30px;}
.indextrivia .titleline label { font-size:30px;}
.indextrivia .list li { float:left; width:400px; height:auto; margin-right:25px; margin-bottom:25px;}
.indextrivia .list li img { width:100%; height:300px;}
.indextrivia .list li label { display:block; line-height:36px; height:36px;  overflow:hidden;}
.indextrivia .list .morelink { line-height:40px; text-align:right;}


.indexclient {
   width:90%; margin:40px auto 0px;
}
.indexclient .titleline { height:30px; line-height:30px; width:30%}
.indexclient .titleline label { font-size:26px; color:#000;}
.indexclient .cnt {margin-top:26px;}
.indexclient .cnt img { max-width:100%; height:auto;}


.teamlist {
   width:90%; margin:40px auto 0px;
}
.teamlist .titleline { height:30px; line-height:30px;}
.teamlist .titleline label { font-size:30px;}
.teamlist .titleline .teamMore { float:right; height:30px; line-height:45px;}
.teamlist .list { margin-top:26px;}
.teamlist .list li { float:left; margin-right:1%; margin-bottom:1%; width:24.25%; height:auto;}
.teamlist .list li:last-child { margin-right:0px;}
.teamlist .list li a.img { display:block; width:100%;}
.teamlist .list li a.img img { width:100%; height:auto;}
.teamlist .list li .title { height:35px; line-height:35px;}
.teamlist .list li .title label {font-size:12px; color:#888; margin-left:5px;}
.teamlist .list li .des { font-size:12px; height:36px; line-height:18px; overflow:hidden;}

.teamlist .catname { font-size:30px; margin-top:30px;}
.teamlist .catdesc { line-height:29px;}
.teamlist .lists { margin-top:26px;}
.teamlist .lists li { float:left;width:25%; height:auto; position:relative;}
.teamlist .lists li:last-child { margin-right:0px;}
.teamlist .lists li a.img { display:block; width:100%; height:auto;}
.teamlist .lists li a.img img { width:100%; height:auto;}
.teamlist .lists li .title { height:35px; line-height:35px; padding:0px 20px;}
.teamlist .lists li .title label {font-size:12px; color:#888; margin-left:5px;}
.teamlist .lists li .des { font-size:12px; height:36px; line-height:18px; overflow:hidden; padding:0px 20px;}
.teamlist .lists li .intro { position:absolute; width:100%; left:0; bottom:0; padding:4px 0px 8px; background-color:#FFFFFF; display:none;}
.teamlist .lists li:hover .intro { display:block;}

.equipmentlist {
   width:90%; margin:40px auto 0px;
}
.equipmentlist .catname { font-size:30px; margin-top:30px;}
.equipmentlist .catdesc { line-height:22px;}
.equipmentlist .lists { margin-top:26px;}
.equipmentlist .lists li { float:left; margin-right:1%; margin-bottom:1%; width:24.25%; height:auto;}
.equipmentlist .lists li:last-child { margin-right:0px;}
.equipmentlist .lists li a.img { display:block; width:100%; height:auto;}
.equipmentlist .lists li a.img img { width:100%; height:auto;}
.equipmentlist .lists li .title { height:35px; line-height:35px;}
.equipmentlist .lists li .title label {font-size:12px; color:#888; margin-left:5px;}
.equipmentlist .lists li .des { font-size:12px; height:36px; line-height:18px; overflow:hidden;}






.honorlist {
   width:90%; margin:40px auto 0px;
}
.honorlist .titleline { height:30px; line-height:30px;}
.honorlist .titleline label { font-size:30px;}
.honorlist .titleline .teamMore { float:right; height:30px; line-height:45px;}
.honorlist .list { margin-top:26px;}
.honorlist .list li { float:left; margin-right:1%; margin-bottom:1%; width:24.25%; height:auto;}
.honorlist .list li:last-child { margin-right:0px;}
.honorlist .list li a.img { display:block; width:100%; height:auto;}
.honorlist .list li a.img img { width:100%; height:auto;}
.honorlist .list li .title { height:35px; line-height:35px;}
.honorlist .list li .title label {font-size:12px; color:#888; margin-left:5px;}
.honorlist .list li .des { font-size:12px; height:36px; line-height:18px; overflow:hidden;}


.honorlist .catname { font-size:30px; margin-top:30px;}
.honorlist .catdesc { line-height:22px;}
.honorlist .lists { margin-top:26px;}
.honorlist .lists li { float:left; margin-right:1%; margin-bottom:1%; width:24.25%; height:auto;}
.honorlist .lists li:last-child { margin-right:0px;}
.honorlist .lists li a.img { display:block; width:100%; height:auto;}
.honorlist .lists li a.img img { width:100%; height:auto;}
.honorlist .lists li .title { height:35px; line-height:35px;}
.honorlist .lists li .title label {font-size:12px; color:#888; margin-left:5px;}
.honorlist .lists li .des { font-size:12px; height:36px; line-height:18px; overflow:hidden;}


.serverobj {
   width:90%; margin:90px auto 0px;
}
.serverobj .titleline { height:30px; line-height:30px; float:left; width:30%}
.serverobj .titleline label { font-size:26px;}
.serverobj .cnt { float:left; width:auto;}
.serverobj .cnt ul { }
.serverobj .cnt li { float:left; text-align:left; margin-right:180px;}
.serverobj .cnt li:last-child { margin-right:0px;}
.serverobj .cnt li label { font-size:18px; display: block; line-height:30px;}
.serverobj .cnt li a { display:block; line-height:22px; margin-top:10px; font-size:14px;}



.serverliuc {
   width:90%; margin:70px auto 0px;
}
.serverliuc .titleline {float:left; width:33%}
.serverliuc .titleline label { font-size:26px;}
.serverliuc .cnt { float:left; width:67%;}
.serverliuc .cnt .list { margin-bottom:26px; padding-bottom:36px; border-bottom:1px solid #ccc;}
.serverliuc .cnt .list .title { font-size:22px;}
.serverliuc .cnt .list:last-child { margin-bottom:0px;border-bottom:0px;}
.serverliuc .cnt .list .desc { font-size:14px; line-height:26px; margin-top:5px;}

.indexad {
   width:100%; margin:60px auto 0px;
}
.indexad img { width:100%; height:auto;}


.indexps {
   margin:90px auto 0px;
}

.indexps .box { margin-bottom:70px; position:relative;}
.indexps .titleline {float:left; width:35%; font-size:22px; margin-right:5%;}
.indexps .titleline a { color:#666666}
.indexps .titleline a:hover { color:#000;}
.indexps .titleline label { font-size:14px; display:block; position:absolute; left:0px; bottom:0px; line-height:normal; }
.indexps .titleline .desc {   font-size: 14px;
  line-height: 26px;
  margin-top: 5px;
}
.indexps .cnt { float:left; width:60%; padding-top:11px;}
.indexps .cnt .img { width:100%; height:auto;}



.speWidth { width:70%;}
.mrt30 { margin-top:30px;}
.mt80 { margin-top:80px;}
.hidden { display:none;}
.more_bt { margin-top:90px;}
.dyeing-wrap { min-height:400px;}

.wdt80 { width:78%;}






.casedetail .huaxu {
  padding: 80px 0 50px 0;
}
.casedetail .huaxu h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 116px;
  color: #01125e;
  text-align: center;
}
.casedetail .huaxu .intro {
  margin-bottom: 6%;
  font-size: 18px;
  line-height: 2;
  color: #01125e;
  text-align: center;
}
.casedetail .huaxu .scroll {
  position: relative;
  overflow: hidden;
  height: 583px;
}
.casedetail .huaxu .scroll .btn {
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
}
.casedetail .huaxu .scroll .btn.prev {
  left: 0;
}
.casedetail .huaxu .scroll .btn.next {
  right: 0;
}
.casedetail .huaxu .scroll li {
  position: absolute;
  left: 50%;
  top: 0;
  width: 913px;
  height: 583px;
  font-size: 24px;
  line-height: 2;
  color: #01125e;
  margin-left: -456.5px;
  transition: all 0.5s;
}
.casedetail .huaxu .scroll li img {
  margin-bottom: 25px;
}
.casedetail .huaxu .scroll li:nth-child(1) {
  top: 55px;
  width: 746px;
  height: 417px;
  margin-left: -1308.5px;
}
.casedetail .huaxu .scroll li:nth-child(3) {
  top: 55px;
  width: 746px;
  height: 417px;
  margin-left: 562.5px;
}


@media screen and (max-width: 1000px) {
.tongji {
   width:100%; margin:14px auto;
}
.tongji ul li { float:left; width:25%; text-align:center;}
.tongji ul li span { display:block; text-align:center; font-size:15px; position:relative;}
.tongji ul li span label { font-size:22px;}
.tongji ul li span ins {  text-decoration:none; display:block; text-align:center; position:absolute; top:32px; width:100%; font-size:12px; color:#888;}

.caselist {
  width:94%; margin:0 auto;
}
.caselist .titleline { height:auto; line-height:normal;}
.caselist .titleline label { font-size:24px; display:block; text-align:center; margin:60px 0 12px;}
.caselist .titleline .catslist { display:block; height:30px; line-height:30px; text-align:center; float:none;}
.caselist .titleline .catslist a { margin-right:20px; font-size:12px;}
.caselist .titleline .catslist a:last-child{ margin-right:0;}
.caselist .list { margin-top:20px;}
.caselist .list li { float:none; margin-right:0px; margin-bottom:14px; width:100%; height:auto;}
.caselist .list li a.img { width:100%; height:auto; position:relative;}
.caselist .list li a.img label { display:block; width:80px; height:80px; background:url(../img/flag1.png) ; position:absolute; top:calc(50% - 40px);  left:calc(50% - 40px);  z-index:99999}
.caselist .list li a.img img { width:100%; height:100%;}
.caselist .list li .title { height:auto; line-height:40px;}
.caselist .list li .title label { float:right; font-size:12px; color:#888;}


.teamlist {
   width:94%; margin:40px auto 0px;
}
.teamlist .titleline { height:30px; line-height:30px; text-align:center;}
.teamlist .titleline label { font-size:30px;}
.teamlist .titleline .teamMore { float:right; height:30px; line-height:30px; display:none;}
.teamlist .list { margin-top:26px;}
.teamlist .list li { float:none; margin-right:0px; margin-bottom:14px; width:100%; height:auto;}
.teamlist .list li:last-child { margin-right:0px;}
.teamlist .list li a.img { display:block; width:100%; height:auto;}
.teamlist .list li a.img img { width:100%; height:100%;}
.teamlist .list li .title { height:35px; line-height:35px;}
.teamlist .list li .title label {font-size:12px; color:#888; margin-left:5px;}
.teamlist .list li .des { font-size:12px; height:36px; line-height:18px; overflow:hidden;}


.honorlist {
   width:94%; margin:40px auto 0px;
}
.honorlist .titleline { height:30px; line-height:30px; text-align:center;}
.honorlist .titleline label { font-size:30px;}
.honorlist .titleline .teamMore { float:right; height:30px; line-height:30px; display:none;}
.honorlist .list { margin-top:26px;}
.honorlist .list li { float:none; margin-right:0px; margin-bottom:14px; width:100%; height:auto;}
.honorlist .list li:last-child { margin-right:0px;}
.honorlist .list li a.img { display:block; width:100%; height:auto;}
.honorlist .list li a.img img { width:100%; height:100%;}
.honorlist .list li .title { height:35px; line-height:35px;}
.honorlist .list li .title label {font-size:12px; color:#888; margin-left:5px;}
.honorlist .list li .des { font-size:12px; height:36px; line-height:18px; overflow:hidden;}


.indexabout {
   width:94%; margin:40px auto 0px;
}
.indexabout .titleline { height:30px; line-height:30px; text-align:center;}
.indexabout .titleline label { font-size:30px;}
.indexabout .cnt {margin-top:26px;}
.indexabout .cnt img { max-width:100%; height:auto;}

.indexclient {
   width:94%; margin:40px auto 0px;
}
.indexclient .titleline { height:30px; line-height:30px; text-align:center;}
.indexclient .titleline label { font-size:30px;}
.indexclient .cnt {margin-top:26px;}
.indexclient .cnt img { max-width:100%; height:auto;}

.casedetail .huaxu {
    padding: 15% 0;
  }
.casedetail .huaxu h2 {
    font-size: 24px;
    line-height: 2;
  }
.casedetail .huaxu .intro {
    padding: 0 10% 8%;
    font-size: 15px;
  }
.casedetail .huaxu .scroll {
    height: 260px;
  }
.casedetail .huaxu .scroll li {
    transform: scale(1);
    width: 300px;
    height: 240px;
    margin-left: -150px;
    font-size: 15px;
    text-align: center;
  }
.casedetail .huaxu .scroll li img {
    margin-bottom: 12px;
  }
.casedetail .huaxu .scroll li:nth-child(1) {
    top: 20px;
    width: 250px;
    height: 200px;
    margin-left: -420px;
  }
.casedetail .huaxu .scroll li:nth-child(3) {
    top: 20px;
    width: 250px;
    height: 200px;
    margin-left: 170px;
  }
}