@charset "UTF-8";
a, a:before, a:after, #goTop, .container, .lm, span, .title, img, li, .tab, i {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.justify, .inner, img, input, textarea, select, button, table, label, .center, .searchForm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  font-size: 0px;
}

.justify:after {
  content: '';
  height: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.justify .line {
  display: inline-block;
  height: 0px;
  overflow: hidden;
}

.justify > * {
  text-align: left;
  font-size: 16px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.box.justify {
  text-align: justify;
}

blockquote, body, button, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, table, textarea, ul {
  margin: 0;
  padding: 0;
}

area:focus, button:focus, input:focus, textarea:focus {
  outline: 0;
}

a img, abbr, acronym, fieldset, img, legend {
  border: 0 none;
}

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

address, caption, cite, code, dfn, th, var {
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  display: inline;
  font-weight: 400;
  font-size: 100%;
}

q:after, q:before {
  content: '';
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button {
  overflow: visible;
}

pre, textarea {
  overflow: auto;
}

button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button, select {
  text-transform: none;
}

button[disabled], html input[disabled] {
  cursor: default;
}

a[href], label[for], select {
  cursor: pointer;
}

a, div, input, span, textarea {
  -webkit-tap-highlight-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

code, kbd, pre, samp {
  font-size: 1em;
  font-family: monospace,monospace;
}

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  background: #ddd;
  font-weight: 700;
}

table td, th {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
}

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot");
  src: url("../font/icomoon.eot?#iefix") format("embedded-opentype"), url("../font/icomoon.woff") format("woff"), url("../font/icomoon.woff2") format("woff2"), url("../font/icomoon.ttf") format("truetype"), url("../font/icomoon.svg#icormoon") format("svg");
}

@font-face {
  font-family: 'pingfang';
  src: url("../font/PingFangRegular.ttf") format("truetype");
}

html {
  font-size: 16px;
}

body {
  font-family: "pingfang",Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #555;
  line-height: 1.5714;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
}

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

*:before, *:after {
  text-align: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="text"], input[type="password"], textarea {
  text-align: left;
  background: transparent;
}

input[type="text"]:focus, input[type="text"].focusOn, input[type="password"]:focus, input[type="password"].focusOn, textarea:focus, textarea.focusOn {
  background: #fff;
}

input, textarea, select, button, label {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}

.center {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media screen and (max-width: 1366px) {
  .center {
    width: 88%;
  }
}

@media screen and (max-width: 1300px) {
  .center {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

i {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

a[href^="mailto:"], a[href^="tel:"] {
  display: inline-block;
}

table {
  line-height: 1.5;
  width: 100%;
}

table.table-left td, table.table-left th {
  text-align: left;
}

.addthis_sharing_toolbox {
  white-space: nowrap;
}

#menuBtn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 99999;
  display: none;
  position: relative;
  background: #57B957;
}

#menuBtn:before {
  font-family: icomoon;
  color: #fff;
}

#menuBtn.active:before {
  content: '\e60b';
  font-size: 20px;
}

#menuBtn:before {
  content: '\e637';
  font-size: 36px;
}

/*图片不超出容器居中*/
.ij1 {
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

/*图片高度百分百,宽度自适应，铺满容器居中*/
.ij2 {
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
}

/*图片铺满容器居中*/
.ij3 {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

/*翻页*/
.turnPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
}

.turnPage a {
  width: 50%;
  background: #000;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 0 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.turnPage a:hover .ij3 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.turnPage a:hover i:after {
  width: 40px;
}

.turnPage .pre {
  text-align: left;
}

.turnPage .pre i {
  right: 100%;
  margin-right: 10px;
}

.turnPage .pre i:before {
  content: "\e625";
  right: 100%;
  margin-right: -6px;
}

.turnPage .next {
  text-align: right;
}

.turnPage .next i {
  left: 100%;
  margin-left: 10px;
}

.turnPage .next i:before {
  content: "\e628";
  left: 100%;
  margin-left: -6px;
}

.turnPage .ij3 {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.turnPage .textW {
  position: relative;
  width: 100%;
}

.turnPage .name {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}

.turnPage .tit {
  display: block;
  font-size: 24px;
  text-transform: capitalize;
  margin-top: 20px;
}

.turnPage i {
  position: absolute;
  top: 11px;
}

.turnPage i:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
  position: absolute;
  top: -11px;
  font-size: 16px;
}

.turnPage i:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  display: inline-block;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}

@media screen and (max-width: 875px) {
  .turnPage a {
    padding: 0 60px;
  }
  .turnPage .name {
    font-size: 14px;
  }
  .turnPage .tit {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .turnPage a {
    width: 100%;
    min-height: 300px;
  }
}

.searchForm {
  position: relative;
  max-width: 100%;
}

.searchForm .search {
  width: 100%;
  border: 0px none;
}

.searchForm .searchBtn {
  border: 0px none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

#goTop {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  display: none;
  cursor: pointer;
  z-index: 999;
  border-radius: 3px;
}

#goTop:before {
  content: '\e665';
  font-family: 'icomoon';
  text-align: inherit;
}

#goTop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 875px) {
  #goTop {
    margin-bottom: 50px;
  }
}

[data-animation] {
  visibility: hidden;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.title {
  line-height: 1.2;
}

#header {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  padding: 15px 0;
}

#header:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 1s all ease;
  -moz-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
}

#header .flexW {
  text-align: right;
  position: relative;
}

#header:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}

#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

#logo a, #logo span {
  display: inline-block;
  vertical-align: middle;
}

#nav {
  font-size: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#nav > li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  padding: 10px 0;
}

#nav > li:last-child {
  margin-right: 0;
}

#nav > li > a {
  display: block;
  font-size: 14px;
  color: #2F3644;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  padding: 5px 0;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  font-weight: bold;
}

#nav > li > a:after {
  content: "";
  font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
  position: absolute;
  top: 12px;
  right: 0;
  font-weight: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 12px;
}

#nav > li.hasUl > a {
  padding-right: 15px;
}

#nav > li.hasUl > a:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

#nav > li:hover > a {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#nav > li:hover > ul {
  top: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

#nav > li ul {
  display: block;
  width: 240px;
  position: absolute;
  left: -10px;
  z-index: 999;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 150%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  padding: 10px 0;
}

#nav > li ul:before {
  content: "";
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 30px;
  bottom: 100%;
}

#nav > li ul > li {
  line-height: 1.2;
  position: relative;
}

#nav > li ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}

#nav > li ul > li > a {
  display: block;
  font-size: 14px;
  color: #2F3644;
  text-transform: capitalize;
  position: relative;
  padding: 15px 10px 7px 35px;
  transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
}

#nav > li ul > li > a:before {
  content: "\e624";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  top: 12px;
  left: 25px;
  font-size: 18px;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  color: #57B957;
}

#nav > li ul > li:hover > a, #nav > li ul > li.active > a {
  padding-left: 45px;
  color: #57B957;
}

#nav > li ul > li:hover > a:before, #nav > li ul > li.active > a:before {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 35px;
}

#nav > li ul > li:hover > ul {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  top: -10px;
}

#nav > li ul ul {
  top: 10px;
  left: 100%;
}

#nav > li ul ul:before {
  display: none;
}

.lang {
  color: #2F3644;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.lang .act {
  position: relative;
  padding-right: 20px;
  font-weight: bold;
}

.lang .act:before {
  content: "";
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left-color: #2d3341;
  position: absolute;
  top: 5px;
  right: 0;
  transform-origin: 25% center;
  -moz-transform-origin: 25% center;
  -webkit-transform-origin: 25% center;
  -ms-transform-origin: 25% center;
  -o-transform-origin: 25% center;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.lang:hover .act:before {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.lang:hover ul {
  height: auto;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.lang ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.lang ul li:hover a {
  background: #2d3341;
  color: #fff;
}

.lang ul a {
  display: block;
  padding: 5px 10px;
  color: #2F3644;
}

@media screen and (max-width: 1200px) {
  #header .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #logo {
    position: static;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 875px) {
  #menuBtn {
    display: inline-block;
    vertical-align: middle;
    background: none;
  }
  #menuBtn:before {
    color: #2F3644;
  }
  #header {
    text-align: center;
    padding: 10px 0;
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
  #header .headerMid {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .headerMidRigx .pubBtn {
    display: none;
  }
  #logo {
    padding: 0;
    margin-right: 0;
    border-right: 0;
  }
  #header .headerBot .center {
    text-align: center;
  }
  .headerTop .headerTopRig {
    text-align: center;
  }
  .headerTop .shareWrap {
    margin-left: 0;
  }
  #header.insideHeader .insideNav {
    width: 240px;
    top: 53px;
    right: 10px;
  }
  #header.insideHeader .insideNav > li > a {
    padding: 15px 10px;
  }
  #nav > li > a:after {
    display: none;
  }
  #logo span {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
  #nav {
    width: 90%;
    position: fixed;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-top: 60px;
    transform: translate3d(110%, 0, 0);
    -ms-transform: translate3d(110%, 0, 0);
    -moz-transform: translate3d(110%, 0, 0);
    -webkit-transform: translate3d(110%, 0, 0);
    -o-transform: translate3d(110%, 0, 0);
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    overflow-y: auto;
    padding-bottom: 60px;
  }
  #nav.toLeft {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  #nav > li {
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1;
    padding: 0;
    font-size: 14px;
    margin-bottom: 1px;
  }
  #nav > li > a {
    padding: 15px 30px 15px 20px;
    display: block;
    color: #000;
    font-size: 16px;
    border-right: 0;
  }
  #nav > li > a:before {
    display: none;
  }
  #nav > li.hasUl > span {
    display: block;
  }
  #nav > li > span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 1px;
    right: 0;
    color: #000;
    display: none;
    font-size: 16px;
    z-index: 3;
  }
  #nav > li > span:before {
    content: "";
    font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
  }
  #nav > li:last-child {
    border-bottom: 0;
  }
  #nav > li:hover > a:before {
    display: none;
  }
  #nav > li:before {
    display: none;
  }
  #nav > li.selected2 > a {
    color: white;
    background: #57B957;
  }
  #nav > li.selected2 > span {
    color: #fff;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  #nav > li ul {
    display: none;
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 0;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    border-top: 0;
    box-shadow: none;
    background: none;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
  }
  #nav > li ul > li {
    border-bottom: 0;
  }
  #nav > li ul > li > a {
    color: #000;
    padding: 10px 10px 10px 30px;
  }
  #nav > li ul > li > a:before {
    display: none;
  }
  #nav > li ul ul {
    display: block;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #nav > li ul ul a {
    padding-left: 60px;
    font-size: 13px;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #nav > li ul ul li:hover > a, #nav > li ul ul li.active > a {
    padding-left: 60px;
  }
  #nav > li.proLi {
    position: relative;
  }
  #nav > li .proDrop {
    background: none;
    position: static;
    box-shadow: none;
  }
  #nav > li .proDrop .tit {
    color: #000;
    font-size: 12px;
  }
  #nav > li .proDrop .box {
    width: 24%;
    margin-bottom: 20px;
  }
  #logo, .headerMidRig {
    width: auto;
    margin-top: 0;
  }
  .seaBtn {
    position: static;
  }
  #logo {
    max-height: 40px;
    max-width: 80px;
  }
  #header .headerMid .center {
    position: relative;
  }
}

#banner {
  z-index: 1;
}

#banner a {
  display: block;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#banner img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

#banner .slick-dots {
  bottom: 60px;
}

#banner .slick-dots li button {
  width: 8px;
  height: 8px;
  line-height: 8px;
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
}

#banner .slick-dots li.slick-active button {
  background: #fff;
}

#banner .slick-dots li {
  margin: 0 10px;
}

#banner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  z-index: -1;
}

#banner #circle {
  transition: all 0s;
  stroke-dasharray: 43.9,43.9;
  stroke-dashoffset: 43.9;
}

#banner .slick-active img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 9s all linear;
  -moz-transition: 9s all linear;
  -webkit-transition: 9s all linear;
  -o-transition: 9s all linear;
  -ms-transition: 9s all linear;
}

#banner .slick-dots li.slick-active #circle {
  transition: all 9s linear;
  stroke-dashoffset: 0;
}

.bannerW {
  position: relative;
}

.bannerW .arrowsW {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  text-align: center;
  width: 100%;
  cursor: pointer;
  animation: move 2s linear infinite;
  -webkit-animation: move 2s linear infinite;
}

@media screen and (max-width: 875px) {
  #banner a {
    height: auto;
  }
  #banner img {
    min-width: none;
    min-height: none;
    position: static;
    width: 100%;
  }
  .bannerW .arrowsW {
    bottom: 5px;
  }
  #banner .slick-dots {
    bottom: 35px;
  }
}

@keyframes move {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes move /* Firefox */ {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes move /* Safari 和 Chrome */ {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes move /* Opera */ {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

.indexProjects {
  padding-top: 50px;
  color: #2F3644;
}

.indexProjects a {
  color: #2F3644;
}

.indexProjects .title {
  font-size: 18px;
}

.indexProjects .wrap {
  margin-top: 25px;
}

.indexProjects .box {
  margin-bottom: 50px;
}

.indexProjects .imgW {
  display: block;
  overflow: hidden;
}

.indexProjects .imgW img {
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}

.indexProjects .imgW:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 2s all ease;
  -moz-transition: 2s all ease;
  -webkit-transition: 2s all ease;
  -o-transition: 2s all ease;
  -ms-transition: 2s all ease;
}

.indexProjects .tit {
  font-size: 18px;
  margin-top: 25px;
}

.indexProjects .date {
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}

.indexProjects .enTit {
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 875px) {
  .indexProjects .box {
    margin-bottom: 30px;
  }
}

#footer {
  padding-top: 3.125%;
  padding-bottom: 3.125%;
}

#footer .footerTop .title {
  font-size: 18px;
  color: #2F3644;
  text-transform: capitalize;
}

#footer .footerTop ul {
  color: #2F3644;
  margin-top: 20px;
  font-size: 13px;
}

#footer .footerTop ul a {
  color: #2F3644;
}

#footer .footerBot {
  text-align: center;
  color: #2F3644;
  padding-top: 50px;
  font-size: 16px;
  position: relative;
}

#footer .shareW {
  position: absolute;
  bottom: 0;
  right: 0;
}

#footer .shareW li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

#footer .shareW li:last-child {
  margin-right: 0;
}

#footer .shareW img {
  max-width: 20px;
}

@media screen and (max-width: 1200px) {
  #footer .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #footer .shareW {
    position: static;
  }
}

@media screen and (max-width: 875px) {
  #footer {
    padding-top: 40px;
  }
  #footer .flexW .coryR, #footer .flexW .shareW {
    width: 100%;
    text-align: left;
  }
  #footer .flexW .shareW {
    margin-top: 10px;
  }
  #footer .footerBot {
    padding-top: 30px;
  }
}

.projectDetail {
  padding-top: 50px;
  color: #2F3644;
}

.projectDetail .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
}

.projectDetail .leftW {
  width: 53.33333%;
}

.projectDetail .leftW img {
  margin-bottom: 4.6875%;
}

.projectDetail .fixed .rightW {
  position: fixed;
  top: 0;
}

.projectDetail .rightW {
  width: 41.66667%;
}

.projectDetail .tit {
  font-size: 18px;
  margin-top: 25px;
}

.projectDetail .date {
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}

.projectDetail .addd {
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 700px) {
  .projectDetail .leftW {
    width: 100%;
  }
  .projectDetail .rightW {
    width: 100%;
  }
  .projectDetail .leftW img {
    margin-bottom: 20px;
  }
  .projectDetail .tit {
    margin-top: 0;
  }
}

.aboutW {
  padding-top: 11.97917%;
  padding-bottom: 10.41667%;
}

.aboutW .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutW .leftW {
  width: 59.16667%;
}

.aboutW .rightW {
  width: 34.16667%;
}

.aboutW .tit {
  font-size: 18px;
  text-transform: capitalize;
}

.aboutW .title {
  font-size: 35px;
  margin-top: 20px;
  color: #2F3644;
}

.aboutW .des {
  font-size: 13px;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 700px) {
  .aboutW .leftW {
    width: 100%;
  }
  .aboutW .rightW {
    width: 100%;
    margin-top: 20px;
  }
  .aboutW .title {
    font-size: 30px;
  }
  .aboutW {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

#circle {
  transition: all 2s;
  stroke-dasharray: 314,314;
  stroke-dashoffset: 314;
}

svg:hover #circle {
  stroke-dashoffset: 0;
}
