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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

img{
	/*max-width: 100%;*/
}

iframe{
	max-width: 100%;
}

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

@media (max-width: 1024px) {
  body, html {
    min-width: 1200px;
  }
}

body {
  font-size: 14px;
  line-height: 1.4286;
  font-family: arial,"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

body {
  background-color: #fff;
  color: #333;
}

.header-banner-wrapper {
  position: relative;
}

.header-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.header-box .searchBox {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: -270px;
  margin-left: -600px;
  height: 183px;
  padding-top: 187px;
  background-color: #0085d0;
  background-color: rgba(0, 133, 208, .9);
  z-index: 1;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  transition: .3s ease-in;
  opacity: 0;
}

.header-box .searchBox .input {
  display: block;
  width: 600px;
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  border: 1px solid #fff;
}

.header-box .searchBox .input input {
  width: 100%;
  vertical-align: middle;
  line-height: normal;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  font-family: "Microsoft Yahei";
}

.header-box .searchBox .input ::-moz-input-placeholder {
  color: #fda19d;
}

.header-box .searchBox .input ::-webkit-input-placeholder {
  color: #fda19d;
}

.header-box .searchBox .input :-ms-input-placeholder {
  color: #fda19d;
}

.header-box .searchBox .closeSearch {
  width: 44px;
  font-size: 7px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -22px;
  cursor: pointer;
}

.header-box .searchBox .closeSearch img {
  vertical-align: middle;
  margin-bottom: 10px;
}

.header-box .searchBox.on {
  top: 0;
  opacity: 1;
}

.page-header-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  background-color: #0085d0;
  position: relative;
  z-index: 2;
}

.header .logo {
  /*width: 135px;*/
  /*height: 55px;*/
  height: 69px;
  margin-left: 35px;
  /*margin-right: 170px;*/
  margin-right: 40px;
  /*margin-top: 23px;*/
  margin-top: 15px;
  vertical-align: middle;
}

.header .logo .link, .header .logo img {
  display: block;
}

.nav .item {
  float: left;
}

.nav .item a {
  display: block;
  text-align: center;
}

.nav .item a .text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.nav .item a .text .chinese, .nav .item a .text .english {
  display: block;
  padding: 0 20px;
  line-height: 1;
}

.nav .item a .text .chinese {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
  border-right: 1px solid #fff;
}

.nav .item a .text .english {
  font-size: 12px;
  color: #c4c5c6;
}

.nav .item.active {
  margin-left: -1px;
}

.nav .item.active a {
  background-color: #fff;
}

.nav .item.active a .text .chinese {
  color: #0085d0;
}

.nav .item:last-child a .text .chinese {
  border: none;
}

.header .search {
  margin-right: 30px;
  font-size: 0;
  line-height: normal;
}

.header .search label {
  display: block;
  padding: 35px 0;
  cursor: pointer;
}

.header .search span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.header .search .input {
  width: 115px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  border-left: 1px solid #fff;
  color: #fda19d;
  padding-left: 20px;
}

.header .search .input input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 100%;
  font-size: 16px;
  font-family: "Microsoft Yahei";
}

.header .search .input ::-moz-input-placeholder {
  color: #fda19d;
}

.header .search .input ::-webkit-input-placeholder {
  color: #fda19d;
}

.header .search .input :-ms-input-placeholder {
  color: #fda19d;
}

.header .start-offer {
  width: 103px;
  height: 103px;
  float: right;
  background-color: #fff;
  color: #0085d0;
  line-height: 200%;
  text-align: center;
  margin-top: 17px;
  margin-right: 15px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 133, 208, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 133, 208, 0.2);
}

.header .start-offer .text {
  font-size: 26px;
  display: block;
  padding: 0 25px;
  margin-top: 10px;
}

.header .start-offer .e {
  font-size: 8px;
  color: #0085d0;
}

.banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.banner .bd a {
  display: block;
  height: 500px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.banner .hd {
  position: absolute;
  width: 100%;
  font-size: 0;
  text-align: center;
  bottom: 40px;
  left: 0;
}

.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 7px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.banner .hd li.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.public-btn {
  position: absolute;
  left: 50%;
  bottom: 95px;
  width: 360px;
  text-align: center;
  margin-left: -180px;
  line-height: 60px;
  background-color: #0085d0;
  color: #fff;
  font-size: 24px;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  transition: background .1s ease-in;
}

.public-btn:hover {
  background-color: #fff;
  color: #0085d0;
}

.step {
  display: none;
}

/*!/css/bootstrap-datepicker3.standalone.css*/
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
/*!/css/dw.scss*/
#canvas {
  background: #ffffff;
}

.content-step {
  background: #eeeff1;
  padding: 1px 0;
}

.step-wrap {
  width: 998px;
  padding: 75px 85px 0;
  margin: 60px auto 160px;
  background: #fff;
  border: 1px solid #eaebed;
  background: #fff;
}

.step-wrap .action-btn {
  text-align: center;
  margin-top: 100px;
}

.step-wrap .action-btn a,.step-wrap .action-btn button {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 284px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #0085d0;
  border: 1px solid #0085d0;
  margin-right: 20px;
}

.step-wrap .action-btn a:last-child {
  margin-right: 0;
}

.step-wrap .action-btn a:hover,.step-wrap .action-btn button:hover {
  color: #0085d0;
  background: #fff;
}

.step {
  margin-bottom: 140px;
}

.step .step-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 70px;
}

.step .step-header small {
  display: block;
  font-family: 'Helvetica';
  font-size: 10px;
  color: #b3b3b3;
  line-height: 1;
}

.step .step-header h3 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin: 6px 0 10px;
}

.step .step-header p {
  font-size: 13px;
  color: #808080;
  line-height: 1;
}

.step-6-6 .step-content {
  margin: 0 auto;
  width: 320px;
}

.step-6-6 .step-content .input-group {
  margin-bottom: 30px;
}

.step-6-6 .step-content .input-group.last-child {
  margin-bottom: 0;
}

.step-6-6 .step-content .input-group label {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-bottom: 10px;
}

.step-6-6 .step-content .input-group input, .step-6-6 .step-content .input-group select {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  color: #333333;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
}

.step-5-6 .step-header p {
  margin-top: 6px;
}

.step-5-6 .step-content {
  text-align: center;
}

.step-5-6 .step-content .datepicker {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 268px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #999999;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  text-align: center;
}

.step-5-6 .step-content span {
  font-size: 14px;
  color: #999999;
  margin: 0 17px;
}

.step-4-6 .step-content {
  text-align: center;
}

.step-4-6 .step-content .add-dist {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 588px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  background: #fff;
  color: #999999;
  cursor: pointer;
}

.step-4-6 .step-content .add-dist i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/add.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.step-4-6 .step-content .distpicker {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 28px;
}

.step-4-6 .step-content .distpicker .delete {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 14px;
  right: -24px;
  background: url("../images/delete.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  cursor: pointer;
}

.step-4-6 .step-content .distpicker select {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 284px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  background: #fff;
  color: #999999;
}

.step-4-6 .step-content .distpicker select.first-child {
  margin-right: 20px;
}

.content {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 1158px;
  position: relative;
  margin: 0 auto;
}

.section-header {
  font-family: "Microsoft Yahei";
  color: #0085d0;
  /*padding-top: 75px;*/
  /*margin-bottom: 120px;*/
  padding-top: 35px;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .img {
  width: 48px;
  height: 58px;
}

.section-header .intro {
  font-size: 13px;
  line-height: 1;
  margin-top: 14px;
}

.section-header .line {
  display: inline-block;
  background: #0085d0;
  height: 1px;
  width: 60px;
  margin: 26px 0;
}

.section-header h3 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 12px;
}

.section-header small {
  display: block;
  color: #b3b3b3;
  font-family: "Helvetica";
  font-size: 13px;
  line-height: 1;
}

.org {
  /*margin-top: 75px;*/
  margin-bottom: 75px;
}

.org .content {
  /*height: 1058px;*/
  padding: 0 88px;
}

.org .slideBox {
  position: relative;
  margin-top: 40px;
}

.org .slideBox .bd{
  margin:0;
}

.org .slideBox .prev, .org .slideBox .next {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 32px;
  margin-top: -16px;
}

.org .slideBox .prev {
  left: -52px;
  background: url("../images/left-grey.png") no-repeat;
}

.org .slideBox .next {
  right: -52px;
  background: url("../images/right-grey.png") no-repeat;
}

.org .slideBox .bd .tempWrap {
  overflow: hidden;
  position: relative;
}

.org .slideBox .bd .cooperativeWrap li {
  float: left;
  width: 163px;
  height: 163px;
}

.org .slideBox .bd .cooperativeWrap li a {
  display: block;
  width: 100%;
  height: 100%;
}
.org .slideBox .bd .cooperativeWrap li a img{
  width: 100%;
}
.bottom-about {
  width: 100%;
  padding-bottom: 215px;
  padding-top: 75px;
/*  background: #eeeff1 url("../images/about.jpg") no-repeat center 75px;*/
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.bottom-about .content {
  height: 568px;
}

.bottom-about .float {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 144px;
  left: 0;
  width: 552px;
  height: 562px;
  padding: 56px 114px 56px 56px;
  background-color: #0085d0;
  font-family: "Microsoft Yahei";
  color: #ffffff;
}

.bottom-about .float .float-header .english {
  font-family: "Helvetica";
  font-size: 10px;
  line-height: 1;
  margin-bottom: 6px;
  color: #c32e28;
}

.bottom-about .float .float-header h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6px;
}

.bottom-about .float .float-header .intro {
  font-size: 14px;
  line-height: 1;
}

.bottom-about .float .float-conteant {
  line-height: 1.8;
  margin-top: 74px;
  margin-bottom: 40px;
  font-size: 14px;
}

.bottom-about .float .float-footer p {
  line-height: 1;
  margin-bottom: 10px;
}

.bottom-about .float .float-footer p.last-child {
  margin-bottom: 0;
}

.footer {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 56px;
  height: 280px;
  background-color: #232729;
}
.footer a{
  color: #fff;
}
.footer .logo {
  width: auto;
  height: 85px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.footer .copyright {
  position: absolute;
  bottom: 0;
  right: 56px;
  text-align: right;
}

.footer .copyright p {
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Helvetica";
  font-size: 10px;
  color: #ffffff;
}

.footer .copyright p.last-child {
  margin-bottom: 0;
}

.footer .return {
  position: absolute;
  top: 0;
  right: 56px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  text-align: center;
}

.footer .return .icon-top {
  display: inline-block;
  width: 14px;
  height: 7px;
  background: url("../images/top.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  vertical-align: middle;
  margin-right: 11px;
}

.footer .return span {
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
}

.footer .bottom .left {
  float: left;
  padding-right: 40px;
  border-right: 1px dashed #ffffff;
}

.footer .bottom .right {
  float: left;
  padding-left: 40px;
}

.footer .bottom p {
  font-family: 'Microsoft YaHei';
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}

.footer .bottom p.last-child {
  margin-bottom: 0;
}

/*!/css/ion.rangeSlider.css*/
/* Ion.RangeSlider
// css version 2.0.3
// æ¼ 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/*!/css/ion.rangeSlider.skinFlat.css*/
/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// æ¼ Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../images/sprite-skin-flat.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 12px; top: 25px;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 22px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #0085d0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}

/*!/css/jquery.flipster.min.css*/
/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */.flipster{display:block;overflow-x:hidden;overflow-y:visible;position:relative}.flipster:focus{outline:none}.flipster__container,.flipster__item{margin:0;padding:0;list-style-type:none;position:relative}.flipster__container{display:block;white-space:nowrap;word-spacing:-0.25em;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.flipster__item{display:inline-block;white-space:normal;word-spacing:normal;vertical-align:bottom}.flipster--click .flipster__item--past,.flipster--click .flipster__item--future{cursor:pointer}.flipster__item img{max-width:100%}.flipster__button{position:absolute;top:50%;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;z-index:999;cursor:pointer;font-size:15px;opacity:.5;-webkit-transition:opacity 500ms ease;-moz-transition:opacity 500ms ease;transition:opacity 500ms ease;margin:-1em 2em}.flipster__button svg{width:2em;stroke:currentColor;fill:transparent;stroke-width:3;stroke-linecap:round}.flipster__button:hover,.flipster__button:focus{opacity:1}.flipster__button--prev{left:0}.flipster__button--next{right:0}.flipster__nav,.flipster__nav__item{list-style-type:none;margin:0;padding:0}.flipster__nav{display:block;margin:0 0 4em;text-align:center;position:relative}.flipster__nav__item{display:inline-block;margin:0 .25em}.flipster__nav__link{display:block;color:inherit;padding:.5em 1em;position:relative;overflow:hidden;-webkit-transition:all 250ms ease-out;-moz-transition:all 250ms ease-out;transition:all 250ms ease-out;-webkit-transition-timing-function:cubic-bezier(.56, .12, .12, .98);-moz-transition-timing-function:cubic-bezier(.56, .12, .12, .98);transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster__nav__link::after{content:'';display:block;background:#232221;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-transform:translateY(100%) translateY(-0.25em);-moz-transform:translateY(100%) translateY(-0.25em);-ms-transform:translateY(100%) translateY(-0.25em);transform:translateY(100%) translateY(-0.25em);-webkit-transition:inherit;-moz-transition:inherit;transition:inherit}.flipster__nav__item--current&gt;.flipster__nav__link,.flipster__nav__link:hover,.flipster__nav__link:focus{color:#fff}.flipster__nav__item--current&gt;.flipster__nav__link::after,.flipster__nav__link:hover::after,.flipster__nav__link:focus::after{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.flipster__nav__child{display:none;position:absolute;top:100%;left:0;right:0;margin-top:-1px;padding:.5em;background:#4e4441;z-index:1}.flipster__nav__child .flipster__nav__link{color:#fff}.flipster__nav__child .flipster__nav__link::after{background:#fff}.flipster__nav__child .flipster__nav__item--current&gt;.flipster__nav__link,.flipster__nav__child .flipster__nav__link:hover,.flipster__nav__child .flipster__nav__link:focus{color:#232221}.flipster__nav__item--current .flipster__nav__child{display:block}.flipster--carousel .flipster__container,.flipster--carousel .flipster__item,.flipster--carousel .flipster__item__content{-webkit-transition:all 350ms ease-in-out;-moz-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out;-webkit-transition-timing-function:cubic-bezier(.56, .12, .12, .98);-moz-transition-timing-function:cubic-bezier(.56, .12, .12, .98);transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--carousel .flipster__item{-webkit-perspective:800px;-moz-perspective:800px;perspective:800px}.flipster--carousel .flipster__item--past,.flipster--carousel .flipster__item--future{opacity:0;-webkit-transition-delay:115ms;-moz-transition-delay:115ms;transition-delay:115ms}.flipster--carousel .flipster__item--past-2,.flipster--carousel .flipster__item--future-2{opacity:.6;-webkit-transition-delay:90ms;-moz-transition-delay:90ms;transition-delay:90ms}.flipster--carousel .flipster__item--past-1,.flipster--carousel .flipster__item--future-1{opacity:.8;-webkit-transition-delay:60ms;-moz-transition-delay:60ms;transition-delay:60ms}.flipster--carousel .flipster__item--past .flipster__item__content{-webkit-transform:translateX(100%) rotateY(-20deg) scale(.5);-moz-transform:translateX(100%) rotateY(-20deg) scale(.5);transform:translateX(100%) rotateY(-20deg) scale(.5)}.flipster--carousel .flipster__item--past-2 .flipster__item__content{-webkit-transform:translateX(25%) rotateY(40deg) scale(.65);-moz-transform:translateX(25%) rotateY(40deg) scale(.65);transform:translateX(25%) rotateY(40deg) scale(.65)}.flipster--carousel .flipster__item--past-1 .flipster__item__content{-webkit-transform:rotateY(45deg) scale(.8);-moz-transform:rotateY(45deg) scale(.8);transform:rotateY(45deg) scale(.8)}.flipster--carousel .flipster__item--future .flipster__item__content{-webkit-transform:translateX(-100%) rotateY(20deg) scale(.5);-moz-transform:translateX(-100%) rotateY(20deg) scale(.5);transform:translateX(-100%) rotateY(20deg) scale(.5)}.flipster--carousel .flipster__item--future-2 .flipster__item__content{-webkit-transform:translateX(-25%) rotateY(-40deg) scale(.65);-moz-transform:translateX(-25%) rotateY(-40deg) scale(.65);transform:translateX(-25%) rotateY(-40deg) scale(.65)}.flipster--carousel .flipster__item--future-1 .flipster__item__content{-webkit-transform:rotateY(-45deg) scale(.8);-moz-transform:rotateY(-45deg) scale(.8);transform:rotateY(-45deg) scale(.8)}.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content{-webkit-transform:translateX(175%) scale(.5);-moz-transform:translateX(175%) scale(.5);-ms-transform:translateX(175%) scale(.5);transform:translateX(175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content{-webkit-transform:translateX(25%) scale(.65);-moz-transform:translateX(25%) scale(.65);-ms-transform:translateX(25%) scale(.65);transform:translateX(25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content{-webkit-transform:translateX(0) scale(.8);-moz-transform:translateX(0) scale(.8);-ms-transform:translateX(0) scale(.8);transform:translateX(0) scale(.8)}.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content{-webkit-transform:translateX(-175%) scale(.5);-moz-transform:translateX(-175%) scale(.5);-ms-transform:translateX(-175%) scale(.5);transform:translateX(-175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content{-webkit-transform:translateX(-25%) scale(.65);-moz-transform:translateX(-25%) scale(.65);-ms-transform:translateX(-25%) scale(.65);transform:translateX(-25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content{-webkit-transform:translateX(0) scale(.8);-moz-transform:translateX(0) scale(.8);-ms-transform:translateX(0) scale(.8);transform:translateX(0) scale(.8)}.flipster--carousel .flipster__item--current .flipster__item__content{-webkit-transform:translateX(0) rotateY(0deg) scale(1);-moz-transform:translateX(0) rotateY(0deg) scale(1);transform:translateX(0) rotateY(0deg) scale(1);-webkit-transition-delay:60ms;-moz-transition-delay:60ms;transition-delay:60ms}.flipster--coverflow .flipster__container,.flipster--coverflow .flipster__item,.flipster--coverflow .flipster__item__content{-webkit-transition:all 350ms ease-in-out;-moz-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out;-webkit-transition-timing-function:cubic-bezier(.56, .12, .12, .98);-moz-transition-timing-function:cubic-bezier(.56, .12, .12, .98);transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--coverflow .flipster__item{-webkit-perspective:800px;-moz-perspective:800px;perspective:800px}.flipster--coverflow .flipster__container{padding-bottom:5%}.flipster--coverflow .flipster__item__content{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;box-reflect:below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(.2, transparent));-webkit-box-reflect:below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(.2, transparent))}.flipster--coverflow .flipster__item__content img:only-child{display:block}.flipster--coverflow .flipster__item--past .flipster__item__content{-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale(.75) rotateY(55deg);-moz-transform:scale(.75) rotateY(55deg);transform:scale(.75) rotateY(55deg)}.flipster--coverflow .flipster__item--future .flipster__item__content{-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale(.75) rotateY(-55deg);-moz-transform:scale(.75) rotateY(-55deg);transform:scale(.75) rotateY(-55deg)}.flipster--coverflow .flip-current .flipster__item__content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);transform:rotateY(0deg)}.flipster--flat .flipster__container,.flipster--flat .flipster__item,.flipster--flat .flipster__item__content{-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out}.flipster--flat .flipster__item--past,.flipster--flat .flipster__item--future{opacity:.5}.flipster--flat .flipster__item--past .flipster__item__content{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.flipster--flat .flipster__item--future .flipster__item__content{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.flipster--wheel{overflow:hidden}.flipster--wheel .flipster__container,.flipster--wheel .flipster__item__content{-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out;-webkit-transition-timing-function:cubic-bezier(.56, .12, .12, .98);-moz-transition-timing-function:cubic-bezier(.56, .12, .12, .98);transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--wheel .flipster__container{padding-bottom:20%}.flipster--wheel .flipster__item__content{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.flipster--wheel .flipster__item--past .flipster__item__content{-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.flipster--wheel .flipster__item--future .flipster__item__content{-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.flipster--wheel .flipster__item__content img:only-child{display:block}.flipster--wheel .flipster__item--past .flipster__item__content{opacity:0;-webkit-transform:rotateZ(-80deg) translate(-170%, 110%);-moz-transform:rotateZ(-80deg) translate(-170%, 110%);-ms-transform:rotate(-80deg) translate(-170%, 110%);transform:rotateZ(-80deg) translate(-170%, 110%)}.flipster--wheel .flipster__item--future .flipster__item__content{opacity:0;-webkit-transform:rotateZ(80deg) translate(170%, 110%);-moz-transform:rotateZ(80deg) translate(170%, 110%);-ms-transform:rotate(80deg) translate(170%, 110%);transform:rotateZ(80deg) translate(170%, 110%)}.flipster--wheel .flipster__item--past-3 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(-60deg) translate(-70%, 75%);-moz-transform:rotateZ(-60deg) translate(-70%, 75%);-ms-transform:rotate(-60deg) translate(-70%, 75%);transform:rotateZ(-60deg) translate(-70%, 75%)}.flipster--wheel .flipster__item--future-3 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(60deg) translate(70%, 75%);-moz-transform:rotateZ(60deg) translate(70%, 75%);-ms-transform:rotate(60deg) translate(70%, 75%);transform:rotateZ(60deg) translate(70%, 75%)}.flipster--wheel .flipster__item--past-2 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(-40deg) translate(-17%, 30%);-moz-transform:rotateZ(-40deg) translate(-17%, 30%);-ms-transform:rotate(-40deg) translate(-17%, 30%);transform:rotateZ(-40deg) translate(-17%, 30%)}.flipster--wheel .flipster__item--future-2 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(40deg) translate(17%, 30%);-moz-transform:rotateZ(40deg) translate(17%, 30%);-ms-transform:rotate(40deg) translate(17%, 30%);transform:rotateZ(40deg) translate(17%, 30%)}.flipster--wheel .flipster__item--past-1 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(-20deg);-moz-transform:rotateZ(-20deg);-ms-transform:rotate(-20deg);transform:rotateZ(-20deg)}.flipster--wheel .flipster__item--future-1 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(20deg);-moz-transform:rotateZ(20deg);-ms-transform:rotate(20deg);transform:rotateZ(20deg)}.flipster--wheel .flip-current .flipster__item__content{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);transform:rotateX(0deg)}
/*!/css/zp.scss*/
.data-block-box {
  width: 1032px;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 90px;
  /*padding-top: 40px;*/
  overflow: hidden;
}

.data-block {
  margin-right: -128px;
}

.data-block .item {
  width: 162px;
  float: left;
  margin-right: 128px;
  line-height: 1;
  position:relative;
}
.data-block .item:after{
  content:'';
  position:absolute;
  width: 0;
  top: 91px;
  left: 0;
  height: 1px;
  background:#0085d0;
  -moz-transition:.3s ease;
  -webkit-transition:.3s ease;
  transition:.3s ease;
}
.data-block .item:hover:after{
  width: 100%;
}
/*.data-block .item:hover .number .text{
  -moz-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}*/
.data-block .item .data-type {
  font-size: 11px;
  color: #808080;
  display: block;
}

.data-block .item .number {
  font-size: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.data-block .item .number .text {
  font-size: 74px;
  color: #0085d0;
  font-weight: 700;
  margin-right: 20px;
  padding: 0;
  position: relative;
  /*-moz-transition:.2s ease;
  -webkit-transition:.2s ease;
  transition:.2s ease;*/
  display:inline-block;
}

.data-block .item .number .text2 {
  font-size: 18px;
  color: #999;
}

.data-block .item .number .detailed {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url(../images/detailed.png) no-repeat;
}

.data-block .item .type-text {
  text-align: center;
  font-size: 18px;
  color: #4d4d4d;
  margin-top: 20px;
}

.visible-box {
  margin-top: 140px;
  padding-top: 1px;
  /*background-color: #eeeff1;*/
  padding-bottom: 75px;
}

.visible-box .content {
  width: 1158px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -50px;
}

.visible-content {
  margin-right: -24px;
}

.visible-content .item {
  /*border: 1px solid #0085d0;*/
  padding-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
  width: 268px;
  height: 394px;
  background-color: #fff;
  text-align: center;
  float: left;
  margin-right: 24px;
}

.visible-content .item .icon img {
  vertical-align: middle;
}

.visible-content .item .title {
  margin-top: 80px;
  margin-bottom: 40px;
}

.visible-content .item .title .english {
  font-size: 11px;
  color: #808080;
}

.visible-content .item .title .chinese {
  font-size: 20px;
  color: #333;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.visible-content .item .title .chinese span{
	color: #0085d0;
}

.visible-content .item .title .chinese:after {
  content: '';
  display: block;
  position: absolute;
  width: 86px;
  height: 1px;
  background-color: #0085d0;
  left: 50%;
  bottom: 0;
  margin-left: -43px;
}

.visible-content .item .text {
  color: #808080;
}

.visible-works {
  background-color: #eeeff1;
  padding-bottom: 43px;
}

.visible-works .works-bg {
  height: 350px;
/*  background: url(../images/work-banne.jpg) no-repeat top;*/
  -webkit-background-size: cover;
          background-size: cover;
}

.visible-works .works-box {
  width: 1158px;
  margin: 55px auto 0;
  /*overflow: hidden;*/
}

.visible-works .works-box .content {
  width: 1182px;
}

.visible-works .works-box .item {
  width: 370px;
  margin-right: 24px;
  float: left;
  margin-bottom: 66px;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.visible-works .works-box .item img{
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.visible-works .works-box .item:hover{
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px);
}
.visible-works .works-box .item:hover img{
      -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
      -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
      box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
}
.visible-works .works-box .item a {
  display: block;
  
}

.visible-works .works-box .item a img {
  vertical-align: middle;
  /*width: 100%;
  height: 318px;*/
  width: 370px;
  height: 208px;
}

.visible-works .works-box .item a .text {
  display: block;
  width: 230px;
  line-height: 45px;
  text-align: center;
  background-color: #0085d0;
  font-size: 18px;
  color: #fff;
  margin: -22px auto 0;
  position: relative;
  z-index: 2;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

.visible-works .works-box .item a .text:hover {
  background-color: #fff;
  color: #0085d0;
}

.visible-works .works-box .item a:hover .text {
  background-color: #fff;
  color: #0085d0;
}

.director-container {
  background-color: #eeeff1;
  margin-top: 120px;
}

.director-container .director-bg {
  height: 799px;
/*  background: url(../images/directors.jpg) no-repeat center;*/
  padding-top: 1px;
  margin-top: 140px;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
}

.director-swiper {
  width: 978px;
  height: 600px;
  overflow: hidden;

}

.none-24 {
  width: 978px;
  margin: -85px auto 0;
  position: relative;
}

.none-24 .next, .none-24 .prev {
  width: 16px;
  height: 32px;
  position: absolute;
  bottom: 80px;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

.none-24 .next {
  right: -58px;
  background: url(../images/right-grey.png) no-repeat center;
}

.none-24 .next:hover {
  background: #000 url(../images/right-grey.png) no-repeat center;
}

.none-24 .prev {
  left: -58px;
  background: url(../images/left-grey.png) no-repeat center;
}

.none-24 .prev:hover {
  background: #000 url(../images/left-grey.png) no-repeat center;
}

.bd {
  margin-right: -24px;
}

.bd .item {
  width: 310px;
  float: left;
  margin-right: 24px;
}

.bd .item a {
  display: block;
  color: #fff;
}

.bd .border {
  width: 290px !important;
  border: 10px solid #0085d0;
  border-bottom: none;
  height: 496px;
  line-height: 486px;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

.bd .border:after, .bd .border:before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  background-color: #0085d0;
  width: 38px;
  bottom: 0;
}

.bd .border:after {
  left: 0;
}

.bd .border:before {
  right: 0;
}

.bd .border.on {
  opacity: 1;
}

.bd .user-headerImg {
  height: 506px;
  text-align: center;
  line-height: 506px;
  position: relative;
}

.bd .user-headerImg img {
  vertical-align: middle;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.bd .text {
  width: 180px;
  margin: -50px auto 0;
  color: #fff;
}

.bd .text .title {
  font-size: 30px;
}

.bd .text .name-info {
  font-size: 14px;
}

.bd .text .info {
  font-size: 14px;
  margin-top: 20px;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes shake {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-webkit-keyframes grow {
  to {
    stroke-dasharray: 101 101;
  }
}

@-moz-keyframes grow {
  to {
    stroke-dasharray: 101 101;
  }
}

@keyframes grow {
  to {
    stroke-dasharray: 101 101;
  }
}

.pie.animated circle {
  -webkit-animation: grow 3s linear forwards;
     -moz-animation: grow 3s linear forwards;
          animation: grow 3s linear forwards;
}

.process .bg {
  background: url(../images/process-font.png) no-repeat center;
  position: relative;
  z-index: 1;
  margin-top: -70px;
  padding-top: 180px;
}

.pie-box {
  width: 576px;
  height: 576px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #B3B3B3;
  position: relative;
  background-color: #fff;
  z-index: 2;
  margin: 0 auto;
}

.pie-box .pie-content {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
  background: url(../images/round-03.png) no-repeat center;
}

.pie-box .pie-content .pie-boxFFF {
  position: absolute;
  width: 295px;
  height: 295px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -147.5px;
  margin-left: -147.5px;
}

.pie-box .pie-content .pie-boxFFF .process {
  position: absolute;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.pie-box .pie-content .pie-boxFFF .process.process-01 {
  left: 50%;
  top: 0;
  margin-left: -34px;
}

.pie-box .pie-content .pie-boxFFF .process.process-01.animated {
  -webkit-animation: .5s shake 0s linear forwards;
     -moz-animation: .5s shake 0s linear forwards;
          animation: .5s shake 0s linear forwards;
}

.pie-box .pie-content .pie-boxFFF .process.process-02 {
  right: 10px;
  top: 57px;
}

.pie-box .pie-content .pie-boxFFF .process.process-02.animated {
  -webkit-animation: .5s shake .5s linear forwards;
     -moz-animation: .5s shake .5s linear forwards;
          animation: .5s shake .5s linear forwards;
}

.pie-box .pie-content .pie-boxFFF .process.process-03 {
  right: 10px;
  bottom: 57px;
}

.pie-box .pie-content .pie-boxFFF .process.process-03.animated {
  -webkit-animation: .5s shake 1s linear forwards;
     -moz-animation: .5s shake 1s linear forwards;
          animation: .5s shake 1s linear forwards;
}

.pie-box .pie-content .pie-boxFFF .process.process-04 {
  left: 50%;
  bottom: 0;
  margin-left: -34px;
}

.pie-box .pie-content .pie-boxFFF .process.process-04.animated {
  -webkit-animation: .5s shake 1.5s linear forwards;
     -moz-animation: .5s shake 1.5s linear forwards;
          animation: .5s shake 1.5s linear forwards;
}

.pie-box .pie-content .pie-boxFFF .process.process-05 {
  left: 10px;
  bottom: 57px;
}

.pie-box .pie-content .pie-boxFFF .process.process-05.animated {
  -webkit-animation: .5s shake 2s linear forwards;
     -moz-animation: .5s shake 2s linear forwards;
          animation: .5s shake 2s linear forwards;
}

.pie-box .pie-content .pie-boxFFF .process.process-06 {
  left: 10px;
  top: 57px;
}

.pie-box .pie-content .pie-boxFFF .process.process-06.animated {
  -webkit-animation: .5s shake 2.5s linear forwards;
     -moz-animation: .5s shake 2.5s linear forwards;
          animation: .5s shake 2.5s linear forwards;
}

.pie-box .pie-content .pie-radius-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 158px;
  height: 158px;
  z-index: 3;
  margin-left: -79px;
  margin-top: -79px;
}

.pie-box .pie-content .pie-radius-text img {
  vertical-align: middle;
}

.pie-box .pie {
  width: 400px;
  height: 400px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  z-index: -1;
}

.pie-box svg {
  background: yellowgreen;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.pie-box circle {
  fill: #f0f0f0;
  stroke: #0085d0;
  stroke-width: 32;
}

.pie-box .link {
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.pie-box .link img {
  vertical-align: middle;
  display: block;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.pie-box .link img:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.pie-box .link.offer {
  top: -150px;
  left: 50%;
  margin-left: -65px;
}

.pie-box .link.offer.animated {
  -webkit-animation: .5s shake 0s linear forwards;
     -moz-animation: .5s shake 0s linear forwards;
          animation: .5s shake 0s linear forwards;
}

.pie-box .link.briefing {
  right: -120px;
  top: -10px;
}

.pie-box .link.briefing.animated {
  -webkit-animation: .5s shake .5s linear forwards;
     -moz-animation: .5s shake .5s linear forwards;
          animation: .5s shake .5s linear forwards;
}

.pie-box .link.outline {
  bottom: -10px;
  right: -120px;
}

.pie-box .link.outline.animated {
  -webkit-animation: .5s shake 1s linear forwards;
     -moz-animation: .5s shake 1s linear forwards;
          animation: .5s shake 1s linear forwards;
}

.pie-box .link.camera {
  bottom: -150px;
  left: 50%;
  margin-left: -65px;
}

.pie-box .link.camera.animated {
  -webkit-animation: .5s shake 1.5s linear forwards;
     -moz-animation: .5s shake 1.5s linear forwards;
          animation: .5s shake 1.5s linear forwards;
}

.pie-box .link.later-stage {
  bottom: -10px;
  left: -120px;
}

.pie-box .link.later-stage.animated {
  -webkit-animation: .5s shake 2s linear forwards;
     -moz-animation: .5s shake 2s linear forwards;
          animation: .5s shake 2s linear forwards;
}

.pie-box .link.spread {
  left: -120px;
  top: -10px;
}

.pie-box .link.spread.animated {
  -webkit-animation: .5s shake 2.5s linear forwards;
     -moz-animation: .5s shake 2.5s linear forwards;
          animation: .5s shake 2.5s linear forwards;
}

.process .text {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-top: 150px;
}

.process-banner {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  line-height: 600px;
  text-align: center;
}

.process-banner .text-wrapper {
  display: inline-block;
  width: 857px;
  vertical-align: middle;
  line-height: normal;
  color: #fff;
}

.process-banner .text-wrapper .title-wrapper {
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.process-banner .text-wrapper .english {
  font-size: 14px;
}

.process-banner .text-wrapper .title {
  font-size: 47px;
  color: #0085d0;
}

.process-banner .text-wrapper .textp {
  font-size: 21px;
  line-height: 180%;
}

.step-wrap {
  position: relative;
  -webkit-box-shadow: -50px 20px 0 -20px #ece6e6;
          box-shadow: -50px 20px 0 -20px #ece6e6;
}

.step-wrap:after {
  content: '';
  position: absolute;
  display: block;
  width: 68px;
  height: 134px;
  right: -1px;
  top: -1px;
  background: url(../images/step-r-t.jpg);
}

.step-nav {
  width: 746px;
  margin: 0 auto 75px;
  position: relative;
}

.step-nav .border-step {
  content: '';
  display: block;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 20px;
}

.step-nav .item {
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-nav .item .number {
  font-size: 16px;
  color: #ccc;
  display: block;
}

.step-nav .item .step-name {
  font-size: 8px;
  color: #ccc;
}

.step-nav .item .radius {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 10px solid #fff;
}

.step-nav .item .radius .radius-con {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  border: 5px solid #cccccc;
  margin: 0 auto;
}

.step-nav .item .step-text2 {
  position: absolute;
  width: 100%;
  text-align: center;
}

.step-nav .item.on .number, .step-nav .item.on .step-name, .step-nav .item.on .step-text2 {
  color: #0085d0;
}

.step-nav .item.on .radius .radius-con {
  border-color: #0085d0;
}

.step-wrap &gt; .titles {
  text-align: center;
  margin-bottom: 115px;
}

.step-wrap &gt; .titles .p1 {
  font-size: 8px;
  color: #0085d0;
}

.step-wrap &gt; .titles .p2 {
  font-size: 16px;
  color: #0085d0;
}

.step-wrap &gt; .titles .text {
  margin-top: 30px;
  font-size: 14px;
  color: #3c3c3c;
}

.step-1-6 .content {
  width: 830px;
  margin: 0 auto;
}

.step-select-item.item {
  width: 318px;
  height: 146px;
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

.step-select-item.item .title {
  font-size: 18px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
}

.step-select-item.item .title:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #0085d0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.step-select-item.item .text {
  color: #666;
  line-height: 180%;
}

.step-select-item.item .link {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #ccc;
  text-decoration: underline;
  z-index: 2;
}

.step-select-item.item .link:hover {
  color: #bb3b3b;
}

.step-select-item.item .radio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer;
}

.step-select-item.item.on {
  border: 1px solid #0085d0;
}

.step-select-item.item.on:after {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/select.png);
  position: absolute;
  top: -14.5px;
  right: -14.5px;
}

.irs-with-grid {
  width: 600px;
  margin: 0 auto;
}

.irs-bar {
  margin-left: -1%;
}

.irs-slider.single {
  width: 28px;
  height: 28px;
  margin-top: -5px;
  background: url(../images/dot.png) no-repeat center;
  cursor: w-resize;
}

.irs-slider.single:hover {
  background: url(../images/dot.png) no-repeat center;
}

.step-2-6 p.text {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 75px;
}

.step-3-6 .content {
  width: 840px;
  margin: 0 auto;
}

.step-3-6 .step-select-item.item {
  width: 198px;
  height: 208px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-wrapper {
  background-color: #edeff0;
  padding: 50px 0;
}

.page-wrapper.page-wrapper2 {
  padding-top: 135px;
}

.page-wrapper .page-container {
  width: 902px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 149px;
}

.screen-video-container .selected-item {
  font-size: 0;
  border-bottom: 1px solid #ccc;
/*  height: 25px;
  line-height: 45px;*/
}

.screen-video-container .selected-item span {
  font-size: 14px;
  display: inline-block;
  color: #0085d0;
  vertical-align: middle;
}

.screen-video-container .selected-item .condition {
  color: #000;
  margin-right: 23px;
}

.screen-video-container .selected-item .condition-list .condition-item {
  margin-right: 20px;
}

.screen-video-container .selected-item .condition-list .item {
  margin-right: 5px;
}

.screen-video-container .selected-item .condition-list .item &gt; a {
  display: inline-block;
  color: #0085d0;
  font-size: 24px;
  vertical-align: middle;
  margin-left: 2px;
}

.screen-video-container .selected-item .clear {
  float: right;
  color: #b3b3b3;
  cursor: pointer;
}

.screen-video-container .screen-list {
  font-size: 0;
  line-height: 45px;
}

 .screen-list a {
  cursor : pointer;
}

.screen-video-container .screen-list a, .screen-video-container .screen-list span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.screen-video-container .screen-list .title {
  color: #999;
  margin-right: 23px;
}

.screen-video-container .screen-list .item {
  margin-right: 30px;
  color: #4d4d4d;
}

.screen-video-container .screen-list .item.on {
  color: #0085d0;
}

.screen-video-container .screen-list .border {
  border-bottom: 1px solid #ccc;
}

.screen-video-container .video-wrapper {
  /*overflow: hidden;*/
  margin-top: 50px;
}
.screen-video-container .screen-list .haofan .item{
  border:1px solid #ccc;
    border-radius: 15px;
    padding: 0 20px;
    line-height: 30px;
}
.screen-video-container .screen-list .haofan .item.on {
  border:1px solid #0085d0;
}

.screen-video-container .video-wrapper .video-content {
  width: 930px;
}

.screen-video-container .video-wrapper .item {
  display: block;
  width: 250px;
  float: left;
  margin-right: 30px;
  margin-bottom: 60px;
  background:#fff;
  padding:0 15px 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.screen-video-container .video-wrapper .item:hover{
-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
-moz-transform:translateY(-10px);
-webkit-transform:translateY(-10px);
transform:translateY(-10px);
}  

.screen-video-container .video-wrapper .item .video-item-img {
  vertical-align: middle;
  margin:0 -15px;
}

.screen-video-container .video-wrapper .item h2 {
  font-size: 16px;
  line-height: 16px;
  color: #4d4d4d;
  border-left: 3px solid #0085d0;
  padding-left: 12px;
  margin-top: 15px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space: nowrap;
}

.screen-video-container .video-wrapper .item p {
  padding-left: 13px;
  font-size: 14px;
  color: #999;
  /*line-height: 180%;*/
  margin-top: 15px;
}

.video-details .section-header {
  padding-top: 0;
  margin-bottom: 68px;
}

.video-details .video-dianz {
  text-align: center;
  margin-top: 84px;
}

.video-details .video-dianz .icon {
  display: inline-block;
  width: 75px;
  height: 74px;
  background: url(../images/video-dianz.png) no-repeat center;
  cursor: pointer;
}

.video-details .video-dianz .icon.on {
  background: url(../images/video-dianzs.png) no-repeat center;
}

.video-details .video-dianz .number {
  font-size: 14px;
  color: #808080;
}

.video-details .video-dianz .text {
  font-size: 12px;
  color: #808080;
}

.video-details .video-information {
  margin-top: 50px;
}

.video-details .video-information .title {
  font-size: 19px;
  line-height: 45px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.video-information-content .left {
  width: 530px;
}

.video-information-content .left .dtTitle {
  font-size: 19px;
  margin-bottom: 10px;
}

.video-information-content .left dd {
  margin-bottom: 70px;
}

.video-information-content .left .text p {
  font-size: 14px;
  color: #666;
  line-height: 180%;
  text-indent: 2em;
}

.video-information-content .right {
  width: 285px;
}

.video-information-content .right .director {
  margin-bottom: 70px;
}

.video-information-content .right .director .director-title {
  font-size: 17px;
  margin-bottom: 15px;
}

.video-information-content .right .director .director-hd {
  overflow: hidden;
}

.video-information-content .right .director .director-hd img {
  vertical-align: middle;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  float: left;
}

.video-information-content .right .director .text {
  padding-left: 88px;
}

.video-information-content .right .director .text h3 {
  font-size: 17px;
  margin-bottom: 5px;
}

.video-information-content .right .director .text p {
  color: #666;
}

.video-information-content .right .director .director-text {
  color: #666;
  text-indent: 2em;
  margin-top: 15px;
}

.video-information-content .right .relevant-video .relevant-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.video-information-content .right .relevant-video .next-prev span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 30px;
}

.video-information-content .right .relevant-video .relevant-item {
  display: block;
  margin-bottom: 25px;
}

.video-information-content .right .relevant-video .relevant-item .relevant-video-img {
  float: left;
  vertical-align: middle;
}

.video-information-content .right .relevant-video .relevant-item .text {
  padding-left: 140px;
}

.video-information-content .right .relevant-video .relevant-item .text h3 {
  color: #4d4d4d;
}

.video-information-content .right .relevant-video .relevant-item .text p {
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video-information-content .right .relevant-video .relevant-item .text .item-data {
  margin-top: 5px;
}

.director-list-wrapper {
  overflow: hidden;
  margin: 20px 0 80px;
}

.director-list {
  width: 930px;
}

.director-list .item {
  width: 280px;
  height: 280px;
  float: left;
  margin: 0 30px 30px 0;
}
.director-list .item img {
  width: 100%;
  height: 280px;
}

.director-list .item a {
  display: block;
  position: relative;
}

.director-list .item a &gt; img {
  vertical-align: middle;
}

.director-list .item a:hover &gt; .text-box {
  opacity: 1;
}

.director-list .item .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 280px;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

.director-list .item .text-box .text {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
  color: #fff;
}

.director-list .item .text-box .text h3 {
  font-size: 19px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.director-list .item .text-box .text h3:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #fff;
  width: 18px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -9px;
}

.director-information .left {
  width: 480px;
}

.director-information .left .name {
  font-size: 34px;
}

.director-information .left .post {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.director-information .left .title-text {
  font-size: 16px;
  line-height: 180%;
  overflow: hidden;
}

.director-information .left .title-text .title {
  float: left;
}

.director-information .left .title-text .text {
  padding-left: 80px;
}

.director-information .left .title-text .item {
  display: inline-block;
  margin-right: 10px;
}

.director-information .left .title-text .item a {
  color: #4d4d4d;
}

.director-information .left .title-text .item a:hover {
  color: #0085d0;
}

.resume {
  margin-top: 40px;
}

.resume .item {
  float: left;
  width: 50%;
}

.resume .item .number {
  font-size: 48px;
  color: #0085d0;
  position: relative;
}

.resume .item .number:after {
  content: '';
  display: block;
  height: 1px;
  width: 14px;
  background-color: #0085d0;
  position: absolute;
  bottom: 0;
}

.resume .item .resume-text {
  color: #4d4d4d;
}

.director-information .left .director-text {
  font-size: 15px;
  color: #808080;
  line-height: 180%;
  margin: 40px 0 45px;
}

.director-information .left a.button {
  display: block;
  width: 180px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #0085d0;
}

.director-information .right img {
  vertical-align: middle;
}

.page-wrapper .works-title {
  font-size: 17px;
  color: #333;
  margin-bottom: 25px;
}

.page {
  text-align: center;
  margin-top: 30px;
}

.page a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  padding: 0 5px;
}

.page a.on, .page a:hover {
  color: #0085d0;
}

.item-data {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.item-data .see, .item-data .dianZ {
  height: 30px;
  line-height: 30px;
  /*float:left !important;*/
  /*margin:0 15px;*/
}
/*.item-data .see{
  margin-right: 20px;
}*/
.item-data span {
  display: block;
  cursor: pointer;
  vertical-align: -2px;
}

.item-data img {
  margin-right: 5px;
  vertical-align: -2px;
}

.page-wrapper .section-header {
  padding-top: 0;
  margin-bottom: 85px;
}

.search-case {
  width: 592px;
  height: 54px;
  overflow: hidden;
  border: 1px solid #808080;
  margin: 0 auto 90px;
  position: relative;
}

.search-case .input-text {
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  font-family: "Microsoft Yahei";
  font-size: 17px;
  color: #999;
}

.search-case .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 100%;
  background: url(../images/search-case-btn.png) no-repeat center;
  border: none;
  cursor: pointer;
}

.search-case .btn:after {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -1px;
  background-color: #666;
}

.video-content {
  margin-top: 20px;
}

.video-content .video-label {
  font-size: 14px;
  color: #808080;
}

.video-content .video-label span {
  display: inline-block;
  margin-right: 12px;
}

.video-content .video-label .see {
  margin-left: 75px;
}

.video-content .video-label .see img {
  vertical-align: middle;
  margin-right: 5px;
}

.video-content .video-share {
  font-size: 14px;
  color: #808080;
}

.video-content .video-share span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.video-content .video-share span img {
  vertical-align: middle;
}

.video-content .video-share .sina {
  margin-right: 10px;
}

.flipster--carousel .flipster__item--past-1, .flipster--carousel .flipster__item--future-1 {
  opacity: 1;
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content, .flipster--carousel .flipster__item--future-1 .flipster__item__content, .flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  opacity: 1;
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content:after, .flipster--carousel .flipster__item--future-1 .flipster__item__content:after, .flipster--carousel .flipster__item--past-2 .flipster__item__content:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.flipster--carousel .flipster__item {
  width: 604px;
  height: 340px;
}

#carousel {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#carousel img {
  vertical-align: middle;
}

#carousel .carousel-next, #carousel .carousel-prev {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 99999;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

#carousel .carousel-prev {
  left: 20px;
}

#carousel .carousel-next {
  right: 20px;
}

#carousel video {
  width: 100%;
  height: 340px;
}

#carousel li {
  background-color: #fff;
}

.dagang {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  width: 604px;
  margin: 0 auto;
}

.section-header .new-title span {
  display: inline-block;
  margin: 0 5px;
}

.section-header .new-title span p {
  font-size: 13px;
  color: #b3b3b3;
  margin-top: 10px;
}
.about{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.about .about-nav {
  height: 45px;
  display: flex;
  margin-bottom: 60px;
}

.about .about-nav li {
  float: left;
  height: 60px;
  line-height: 60px;
  flex-grow: 1;
  text-align: center;
  background-color: #f2f4f5;
  font-size: 18px;
}

.about .about-nav li a {
  display: block;
  color: #4d4d4d;
}

.about .about-nav li.on {
  background-color: #0085d0
}

.about .about-nav li.on a {
  color: #fff;
}
.about .about-content .right{
  width: 285px;
}
.about .about-content .text {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 180%;
}

.about .about-content video {
  width: 100%;
}

.about .about-content .about-left{
  /*width:530px;*/
  width: 100%;
  float:left;
  padding-top: 30px;
}
.about .about-content .about-left p{
  line-height:180%;
  text-indent: 2em;
  color:#666;
}
.about .about-content .title,.organization-title{
  font-size:18px;
  color:#333;
  line-height:18px;
  margin:30px 0 15px;
}
.about .about-content .about-right{
  float:right;
  width: 285px;
}
.brandInformation-item{
  margin-bottom: 25px;
}
.brandInformation .item-img{
  float:left;
  width: 120px;
}
.brandInformation .item-img img{
  width: 120px;
  height: 70px;
}
.brandInformation .item-text{
  padding-left: 135px;
  position:relative;
  height: 70px;
}
.brandInformation .item-text .item-title{
  font-size:14px;
  color:#4d4d4d;
  margin-bottom: 20px;
}
.brandInformation .item-text .date{
  font-size:12px;
  color:#999;
  position:absolute;
  bottom:0;
  left: 135px;
}
.organization-title{
  margin-top: 30px;
  margin-bottom: 20px;
}
.about-organization .cooperativeWrap li{
  float:left;
  width: 150px;
}
.about-organization .cooperativeWrap li {
  display:block;
}
.about-organization .cooperativeWrap li img{
  display:block;
  width: 100%;
  height: 150px;
}
.new-search-case {
  background-color: transparent;
  border-color: #fff;
  width: 600px;
}

.new-search-case .input-text {
  background-color: transparent;
  color: rgba(247, 247, 247, 0.61);
}
.new-search-case .input-text.on{
  color:#fff;
}

.new-search-case ::-moz-input-placeholder {
  color: #fda19d;
}

.new-search-case ::-webkit-input-placeholder {
  color: #fda19d;
}

.new-search-case :-ms-input-placeholder {
  color: #fda19d;
}

.new-search-case .btn:after {
  background-color: #fff;
}

.new-search-case .btn {
  background: url(../images/search.png) no-repeat center;
}

.search-result {
  min-height: 350px;
  line-height: 350px;
}

.search-result .resultcontent {
  display: inline-block;
  width: 100%;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
}

.search-result .resultcontent img {
  vertical-align: middle;
}

.search-result .resultcontent .title {
  font-size: 25px;
  color: #4d4d4d;
  margin-top: 40px;
}

.search-result .resultcontent .text {
  font-size: 14px;
  color: #999;
}

.single-wrapper .single-title {
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.single-wrapper .single-title span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  border-left: 3px solid #0085d0;
  font-size: 19px;
  line-height: 19px;
  padding-left: 15px;
}

.single-wrapper .single-title .show-and-hide {
  float: right;
  font-size: 14px;
  color: #0085d0;
  cursor: pointer;
}

.single-wrapper .single-page {
  margin-bottom: 100px;
}

.single-wrapper .single-basic {
  margin-top: -20px;
}

.single-wrapper .single-basic dd {
  width: 424px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-top: 20px;
}

.single-wrapper .single-basic dd .text {
  font-size: 14px;
  color: #808080;
}

.single-wrapper .single-basic dd .title {
  font-size: 17px;
  color: #333;
  line-height: 17px;
  margin-top: 10px;
}

.single-wrapper .single-basic dd.new-list {
  border-bottom: none;
}

.single-wrapper .single-basic dd.new-list .new-item {
  display: block;
  width: 190px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.single-wrapper .single-basic dd.new-list2 {
  border-bottom: 1px solid #ccc;
}

.single-wrapper .single-basic dd.new-list2 .new-item {
  border: none;
  padding-bottom: 0;
}

.single-wrapper .single-basic dd.noborder {
  border: none;
}

.single-wrapper .single-state .number {
  font-size: 29px;
  color: #0085d0;
}

.single-wrapper .single-state .progress-wrapper {
  height: 2px;
  width: 100%;
  background-color: #ccc;
  margin: 5px 0;
}

.single-wrapper .single-state .progress-wrapper .progress {
  height: 2px;
  background-color: #0085d0;
}

.single-wrapper .single-state .text {
  font-size: 14px;
  color: #808080;
}

.progress-details .list {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.progress-details .list .list-title {
  font-size: 17px;
  color: #333;
  padding-bottom: 20px;
  padding: 20px 0;
}

.progress-details .list .list-title .icon {
  background: url(../images/list-show-icon.png) no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  float: right;
  margin-top: 5px;
}

.progress-details .list .list-content {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}

.progress-details .list .list-content td {
  font-size: 14px;
  color: #666;
  line-height: 14px;
  padding-bottom: 30px;
  vertical-align: top;
}

.progress-details .list .list-content td.red {
  color: #0085d0;
}

.progress-details .list.on .icon {
  background: url(../images/list-hide-icon.png) no-repeat center;
}

.progress-details .list.on .list-content {
  display: block;
}

.quote-detail .single-title {
  margin-bottom: 0;
}

.quote-detail .quoteDetail-table {
  width: 100%;
  font-size: 17px;
  color: #333;
}

.quote-detail .quoteDetail-table td {
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}

.quote-detail .remarks {
  line-height: 180%;
  margin-top: 25px;
}

.quote-detail .remarks h3 {
  color: #333;
}

.quote-detail .remarks p {
  color: #666;
}

.download-quote {
  margin-top: 120px;
  text-align: center;
}

.download-quote .btn {
  display: inline-block;
  width: 285px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #0085d0;
  margin: 0 10px 45px;
}

.download-quote .download-prompt {
  text-align: center;
  color: #0085d0;
  line-height: 180%;
}


/*!/css/magnific-popup.scss*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
         transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
         transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
         transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.banner-swiper{height: 500px;position:relative; width: 100%;}
.banner-swiper .bd{height: 500px; width: 100%;}
.banner-swiper .bd a{display:block;background-repeat:no-repeat;background-size:cover;height: 500px; line-height:500px;}
.banner-swiper-item-text{display:inline-block;line-height:normal;vertical-align:middle; text-align: center; width: 100%;}
.banner-swiper-item-text .title{font-size:35px;color:#fff;opacity:.6;}
.banner-swiper-item-text .textp{font-size:42px;color:#fff;}
.banner-swiper-item-text .xian {display:inline-block;width: 75px;height: 1px;background:#fff;margin: 35px 0;}
.banner-swiper .hd{position:absolute;bottom:30px;left:0;width:100%;text-align:center;font-size:0; line-height:0;}
.banner-swiper .hd li{display:inline-block;border-radius:50%; width: 6px;height: 6px;border:2px solid #fff;margin:0 5px; opacity: .5;}
.banner-swiper .hd li.on{opacity:1;}
.banner-swiper .prev, .banner-swiper .next {
  position: absolute;
  top: 250px;
  width: 32px;
  height: 64px;
  margin-top: -32px;
  z-index:11;
  cursor:pointer;
}

.banner-swiper .prev {
  left: 15px;
  background: url("../images/prevV3.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.banner-swiper .next {
  right: 15px;
  background: url("../images/nextV2.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/*.banner-swiper .prev:hover {
  background: #000 url(../images/left-grey.png) no-repeat center;
  background-size: cover;
}
.banner-swiper .next:hover {
  background: #000 url(../images/right-grey.png) no-repeat center;
  background-size: cover;
}*/

    .chuanboguang {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    
    .chuanboguang .title {
        font-size: 28px;
        color: #333;
        margin-bottom: 15px;
    }
    .chuanboguang .label  {
        width: 530px;
    }
    .chuanboguang .label .data,
    .chuanboguang .label .label-itel {
        display: inline-block;
        vertical-align: middle;
        color: #666;
        margin-right: 20px;
    }
    
    .chuanboguang .item-data {
        width: 130px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-left: 60px;
        float: right;
    }
    .chuanboguang-content{
      margin-bottom: 30px;
      text-align : justify;
    }
    .chuanboguang-content .img {
        vertical-align: middle;
        margin: 20px 0;
    }
    
    .chuanboguang-content p {
        font-size: 15px;
        color: #808080;
        line-height: 180%;
    }
    .chuanboguang-right .item-img{
      position: relative;
    }
    .chuanboguang-right .item-img img{
      width: 100%;
    }
    .screen-video-container .video-wrapper .item{
      position: relative;
    }
    .chuanboguang-right .item-img .label,.screen-video-container .video-wrapper .item .label{
      position: absolute;
      left: 5px;
      top: 5px;
      background:rgba(0,0,0,.6);
      color:#fff;
      line-height:30px;
      font-size:12px;
      padding:0 15px;
      border-radius:15px;
    }
    .chuanboguang-right li{
      margin-bottom: 20px;
    }
    .chuanboguang-right .item-title {
        color:#333;
        border-left:2px solid #fa423a;
        padding-left: 10px;
        text-overflow: ellipsis;
        white-space:nowrap;
        overflow:hidden;
        margin:10px 0;
    }
    .chuanboguang-right .item-data{margin-top: 10px;}
    .jiathis_separator{
      background:none !important;
      padding:0 !important;
      margin:0 !important;
      float:none !important;
      display: inline-block !important;
      width: auto !important;
      height: auto !important;
      overflow: visible !important;
      /*padding-left: 0 !important;*/

    }
    .jiathis_button_tsina,.jiathis_button_weixin {
      display: inline-block !important;
      margin:0 !important;
    }
    .jiathis_style_24x24 .jtico.jtico.jtico.jtico.jtico.jtico.jtico{
      padding-left: 0 !important;
    }
    /*.communication-home{
      padding-top: 20px;
    }*/
    .communication-home .communication-container{
      width: 1160px;
      margin:0 auto;
      /*overflow:hidden;*/
    }
    .communication-home .communication-container .img img{
      width: 100%;
      vertical-align:middle;
    }
    .communication-list{
      margin-right: -13px;
      margin-top: 55px;
      margin-bottom: 40px;
    }
    .communication-list .item{
      width: 280px;
      float:left;
      background: #fff;
      margin-right: 13px;
      -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
      -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
      box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
     -moz-transition: .3s ease;
     -webkit-transition: .3s ease;
     transition: .3s ease;
    }
    .communication-list .item:hover{
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px);
    }  
    .communication-list .item a{
      display:block;
    }
    .communication-list .item .item-img{
      height: 218px;
      width: 100%;
      vertical-align: middle;
    }
    .communication-list .item .item-hight h2{
      font-size:16px;
      color:#4d4d4d;
      border-left:2px solid #0085d0;
      line-height: 16px;
      padding-left: 10px;
      overflow:hidden;
      margin-top: 5px;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .communication-list .item .item-hight p{
        padding-left: 13px;
        font-size: 14px;
        color: #999;
        margin-top: 15px;
    }
    .communication-list .item .item-data{
      margin-top: 10px; 
    }
    .btn-shadow{
      -moz-transition: .3s ease;
      -webkit-transition: .3s ease;
      transition: .3s ease;
    }
    .btn-shadow:hover{
      -moz-box-shadow: 3px 11px 27px rgba(0,0,0,.2);
      -webkit-box-shadow: 3px 11px 27px rgba(0,0,0,.2);
      box-shadow: 3px 11px 27px rgba(0,0,0,.2);
    }
   .communication-home .btn{
     display: block;
     width: 369px;
     line-height: 45px;
     margin:0 auto;
     text-align: center;
     font-size: 18px;
     color:#fff;
     background: #0085d0;     
     margin-bottom: 55px;
     position: relative;
   }
   .process-v2{
     text-align: center;
     margin-top: 90px;
   }
   .process-v2 li{
     display: inline-block;
     position: relative;
     margin: 0 40px;
   }
   .process-v2 li:after{
     content:'';
     display: block;
     width: 58px;
     height: 18px;
     background:url(../images/process-v2-after.png) no-repeat center;
     position: absolute;
      right: -62px;
      top: 67px;
     margin: -9px;
   }
   .process-v2 li:last-of-type:after{
     display: none;
   }
   .process-v2 li .garden{
     width: 140px;
     height: 140px;
     border-radius: 50%;
     line-height: 140px;
     background: #0085d0;
     margin-bottom: 40px;
     -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
     box-shadow: 0 0 10px rgba(0,0,0,.5);
     -moz-transition:.3s ease;
     -webkit-transition:.3s ease;
     transition:.3s ease;
   }
   .process-v2 li a:hover .garden{
     -moz-transform:translateY(-20px);
     -webkit-transform:translateY(-20px);
     transform:translateY(-20px);
     -moz-box-shadow: 0 25px 40px rgba(0,0,0,.3);
     -webkit-box-shadow: 0 25px 40px rgba(0,0,0,.3);
     box-shadow: 0 25px 40px rgba(0,0,0,.3);
   }
   .process-v2 li .middle{
     display: inline-block;
     line-height: normal;
     vertical-align: middle;
   }
   .process-v2 li .middle .icons{
     display: inline-block;
     margin-bottom: 10px;
   }
   .process-v2 li .middle .icons img{
     vertical-align: middle;
   }
   .process-v2 li .middle .garden-text {
     font-size: 15px;
     color:#fff;
   }
   .process-v2 li .number{
     font-size: 32px;
     color:#0085d0;
   }
   .process-v2 li .eng{
     font-size: 12px;
     color:#ccc;
   }
   /*.data-block-box-v2{
     width: 980px;
   }
  .data-block-box-v2 .data-block .item{
    width: 148px;
  }*/
  .process2-v2{
    margin-bottom: 80px;
    margin-top: 0;
  }
  .process2-v2 li .garden{
    width: 100px;
    height: 100px;
    background:#0085d0;
    line-height: 100px;
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    /*-moz-transform:translateY(0) !important;
    -webkit-transform:translateY(0) !important;
    transform:translateY(0) !important;*/
    cursor: pointer;
  }
  .process2-v2 li:after{
    top: 50px;
  }
/*  .process2-v2  li .middle .garden-text{
    color: #0085d0;
  }*/

  .process2-v2 li a:hover .garden,.process2-v2 li.on .garden{
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px);
    -moz-box-shadow: 0 25px 40px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 25px 40px rgba(0,0,0,.3);
    box-shadow: 0 25px 40px rgba(0,0,0,.3);
}
.step-select-itemV3.item{
  width: 320px;
  height: 40px;
  line-height: 40px;
  margin:50px auto 0 !important;
  padding:0;
  text-align: center;
}
#carousel-slid{
  width: 785px;
  margin:0 auto;
  position:relative;

}
.slid-content{
  height: 440px;
  overflow:hidden;
}
#carousel-slid .next,#carousel-slid .prev{
  position:absolute;
  top: 460px;
  margin-top: -9px;
  cursor:pointer;
}
#carousel-slid .prev{
  left: -60px;
}
#carousel-slid .next{
  right: -60px;
}
.search-nav{
  line-height: 45px;
  border-bottom: 1px solid #b46666;
  position: relative;
  font-size: 0;
  margin-bottom: 15px;
}
.search-nav span,.search-list_v5 span{
  display: inline-block;
  padding-left: 15px;
  box-sizing: border-box;
}
.search-nav span{
  color:#808080;
  font-size: 18px;
}
.search-nav:after{
    content:'';
    display: block;
    height: 20px;
    width: 3px;
    background: #ff3f36;
    position: absolute;
    left: 0; 
    top: 15px;
  }
.search-list_v5 a{
  display: block;
  line-height: 40px;
  font-size: 0;
}
.search-list_v5 a span{
  color:#333;
  font-size: 16px;
}
.search-list_v5 a:hover span{
  color:#d95757;
}

.news-wraper .news-list li{
  zoom: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.news-wraper .news-list li .item-img{
  float: left;
  width: 281px;
  margin-right: 20px;
}

.news-wraper .news-list li .item-title{
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}</pre></body></html>