@charset "UTF-8";

a,
a:before,
a:after,
#goTop,
.maxWidthW,
.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;
}

.lm,
.right,
.left,
.date,
#banner .item span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.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: 14px;
}

.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%;
}


pubBtn html {
  font-size: 14px;
}

body {
  font-family: 'montserrat', Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #555;
  line-height: 1.5714;
  font-size: 14px;
  -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: 1140px;
}

@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 {
  position: relative;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 101;
  width: 25px;
  height: 22px;
  display: none;
}

#menuBtn:active,
#menuBtn:focus {
  outline: 0;
}

#menuBtn span {
  display: block;
  background: #fff;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  position: relative;
  left: 0;
  opacity: 1;
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
}

#menuBtn span:nth-child(1),
#menuBtn span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  -o-transition: -o-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -o-transform .35s ease-in-out;
}

#menuBtn.active span {
  background: #000;
}

#menuBtn.active span:nth-child(1) {
  -webkit-transform: rotate(32deg);
  -o-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
  opacity: .9;
}

#menuBtn.active span:nth-child(2) {
  height: 3px;
  visibility: hidden;
  background-color: transparent;
}

#menuBtn.active span:nth-child(3) {
  -webkit-transform: rotate(-32deg);
  -o-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
  opacity: .9;
}

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

.title {
  line-height: 1.2;
}

span.help-block-error {
  display: inline-block;
  padding-left: 5px;
  color: #a94442;
}

.formTextWaper.has-error input.help-block-error,
.formTextWaper.has-error textarea.help-block-error {
  border-color: #ebccd1;
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 30px 0;
  transition: 0s all ease;
  -moz-transition: 0s all ease;
  -webkit-transition: 0s all ease;
  -o-transition: 0s all ease;
  -ms-transition: 0s all ease;
}

#header.move {
  background: #113448;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  padding: 20px 0;
}

#header .box {
  vertical-align: middle;
}

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

#logo span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #E5E7E9;
  text-transform: uppercase;
  color: #666;
  max-width: 300px;
}

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

#nav>li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}

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

#nav>li>a {
  display: block;
  font-size: 14px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
}

#nav>li.active>a,
#nav>li.selected>a {
  color: #14bf98;
}

#nav>li ul {
  display: block;
  width: 240px;
  position: absolute;
  top: 100%;
  left: -35px;
  z-index: 999;
  transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -moz-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -webkit-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -o-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -ms-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  margin-top: 30px;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#nav>li ul>li {
  line-height: 1.2;
  position: relative;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  background: #fff;
}

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

#nav>li ul>li>a {
  display: block;
  font-size: 14px;
  color: #787976;
  text-transform: capitalize;
  position: relative;
  padding: 7px 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: 4px;
  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;
}

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

#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 ul {
  top: -18px;
  left: 100%;
  margin-top: 0;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  display: none;
}

#nav>li.selected>ul {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

@media screen and (max-width: 875px) {
  #menuBtn {
    display: inline-block;
  }

  #header {
    z-index: 99;
    padding: 15px 0;
  }

  #logo {
    max-width: 80px;
  }

  #nav {
    width: 100%;
    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;
    height: 100vh;
  }

  #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.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;
  }

  #nav>li>span:before {
    content: "";
    font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
  }

  #nav>li.active {
    background: #14bf98;
  }

  #nav>li.active>a {
    color: white;
    background: none;
  }

  #nav>li.active>span {
    color: #fff;
  }

  #nav>li.active:before {
    display: none;
  }

  #nav>li:last-child {
    border-bottom: 0;
  }

  #nav>li:hover>a:before {
    display: none;
  }

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

  #nav>li.selected2 ul {
    display: block;
  }

  #nav>li.selected2>a {
    color: white;
    background: #14bf98;
  }

  #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;
  }

  #nav>li ul>li>a {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  #nav>li ul>li:hover>a,
  #nav>li ul>li.active>a {
    padding-left: 35px;
  }

  #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.hasUl>a:before {
    display: none;
  }

  .searchWrap {
    z-index: 999;
    right: 50%;
    transform: translate3d(60%, 0, 0);
    -ms-transform: translate3d(60%, 0, 0);
    -moz-transform: translate3d(60%, 0, 0);
    -webkit-transform: translate3d(60%, 0, 0);
    -o-transform: translate3d(60%, 0, 0);
  }

  .searchWrap .searchCont {
    top: 0;
    right: 0;
    bottom: 0;
  }

  .searchWrap .search {
    min-height: 36px;
  }

  #header .box {
    display: inline-block;
    width: auto;
  }

  .seaBtn {
    margin-right: 20px;
  }

  #header.move {
    padding: 15px 0;
  }
}

.block1 {
  position: relative;
  margin-bottom: 5.20833%;
}

#banner .slick-prev,
#banner .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  font-size: 24px;
  color: #fff;
  background: none;
}

#banner .slick-prev:before {
  content: "\e667";
}

#banner .slick-next:before {
  content: "\e668";
}

@media screen and (max-width: 875px) {
  .block1 {
    margin-bottom: 40px;
  }
}

.block2 {
  margin-bottom: 6.25%;
}

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

.block2 .textW {
  width: 35.08772%;
  vertical-align: middle;
}

.block2 .imgW {
  width: 55.70175%;
  vertical-align: middle;
  position: relative;
}

.block2 .bigTit {
  margin-top: 5px;
}

.block2 .des {
  color: #787976;
  margin-top: 5%;
  font-size: 16px;
}

.block2 .pubBtn {
  margin-top: 20px;
}

.block2 .play {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #14bf98;
  width: 65px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  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;
  z-index: 2;
}

.block2 .play:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -8px;
}

@media screen and (max-width: 875px) {
  .block2 .textW {
    width: 100%;
    text-align: center;
  }

  .block2 .imgW {
    width: 100%;
    margin-top: 30px;
  }

  .block2 .des {
    margin-top: 20px;
  }
}

.block3 {
  padding-top: 5.20833%;
  padding-bottom: 5.20833%;
  background: #FBFBFB;
  text-align: center;
  margin-bottom: 5.20833%;
}

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

.block3 .wrap {
  margin-top: 3.94737%;
}

.block3 .line {
  width: 29.38596%;
}

.block3 .box {
  width: 29.38596%;
  text-align: center;
}

.block3 .imgW {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.block3 .textW {
  padding: 10.44776% 10.44776% 55px;
  background: #fff;
  position: relative;
  border: 1px solid #ebe8e8;
  border-radius: 0 0 5px 5px;
}

.block3 .tit {
  font-size: 18px;
  font-weight: bold;
  color: #484a46;
  line-height: 1.2;
}

.block3 .des {
  color: #787976;
  margin-top: 20px;
}

.block3 .pubBtn {
  position: absolute;
  left: 50%;
  top: 100%;
  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);
}

@media screen and (max-width: 875px) {
  .block3 .box {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

.block4 {
  margin-bottom: 5.20833%;
}

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

.block4 .bigTit {
  text-align: center;
}

.block4 .wrap {
  margin-top: 2.60417%;
}

.block4 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.block4 .cont:nth-child(2n) {
  flex-direction: row-reverse;
}

.block4 .cont:nth-child(2n) .textW {
  padding-right: 4.16667%;
  padding-left: 15.625%;
}

.block4 .imgW {
  width: 50%;
}

.block4 .textW {
  width: 50%;
  padding-left: 4.16667%;
  padding-right: 15.625%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.block4 .tit {
  color: #484a46;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.block4 .des {
  margin-top: 30px;
}

.block4 .pubBtn {
  margin-top: 30px;
}

@media screen and (max-width: 1400px) {
  .block4 .textW {
    padding-right: 4%;
  }

  .block4 .cont:nth-child(2n) .textW {
    padding-left: 4%;
  }
}

@media screen and (max-width: 875px) {
  .block4 {
    padding: 0 10px;
  }

  .block4 .imgW {
    width: 100%;
  }

  .block4 .textW {
    width: 100%;
    margin-top: 20px;
  }

  .block4 .cont {
    margin-bottom: 30px;
  }

  .block4 .tit {
    font-size: 18px;
  }
}

.block5 {
  padding-top: 5.20833%;
  padding-bottom: 5.20833%;
  background: #FBFBFB;
  text-align: center;
  margin-bottom: 5.20833%;
}

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

.block5 .flexW {
  margin-top: 4.38596%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block5 .item {
  width: 25%;
}

.block5 .item:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.block5 .item:hover .tit {
  filter: alpha(opacity=100);
  opacity: 1;
}

.block5 .imgW {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.block5 .imgW img {
  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;
}

.block5 .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);
}

.block5 .tit {
  width: 100%;
  padding: 0 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;
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  filter: alpha(opacity=0);
  opacity: 0;
  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;
}

@media screen and (max-width: 875px) {
  .block5 .item {
    width: 50%;
  }

  .block5 .tit {
    font-size: 14px;
  }
}

.block6 {
  text-align: center;
  margin-bottom: 5.20833%;
}

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

.block6 .desc {
  max-width: 610px;
  margin: 20px auto 0;
  color: #787976;
}

.block6 .wrap {
  margin-top: 4.38596%;
}

.block6 .line {
  width: 23.68421%;
}

.block6 .box {
  width: 23.68421%;
  text-align: center;
  margin-bottom: 2.63158%;
}

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

.block6 .imgW img {
  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;
}

.block6 .imgW:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.block6 .tit {
  color: #484a46;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 875px) {
  .block6 .box {
    width: 48%;
  }

  .block6 .tit {
    font-size: 14px;
  }
}

.block7 {
  padding-top: 2.60417%;
  padding-bottom: 2.60417%;
  background: #113448;
  margin-bottom: 5.20833%;
  background-image: url(/storage/projects/277/4gwXfAgq7W9gvfR96prLBeWCMfbTiIewLmdm/images/block7_bg.png);
}

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

.block7 .leftWrap {
  width: 75.4386%;
}

.block7 .box {
  vertical-align: middle;
}

.block7 .tit {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.block7 .des {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}

.block7 .pubBtn {
  border-color: #fff;
  background: #fff;
  color: #14bf98;
}

.block7 .pubBtn:hover {
  background: none;
  color: #fff;
}

@media screen and (max-width: 875px) {
  .block7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block7 .tit {
    float: none;
  }

  .block7 .leftWrap {
    width: 100%;
  }

  .block7 .tit {
    font-size: 20px;
  }

  .block7 .pubBtn {
    margin-top: 20px;
  }
}

.block8 {
  margin-bottom: 5%;
}

.block8 .textW {
  width: 48.24561%;
  vertical-align: middle;
}

.block8 .imgW {
  width: 48.24561%;
  vertical-align: middle;
}

.block8 ul {
  margin-top: 20px;
}

.block8 ul>li {
  position: relative;
  color: #787976;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 35px;
}

.block8 ul>li:first-child {
  padding-top: 0;
}

.block8 ul>li:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 20px;
  width: 25px;
  text-align: center;
  color: #14bf98;
}

.block8 ul>li>span {
  text-transform: uppercase;
  display: block;
}

.block8 ul>li>a {
  color: #787976;
}

.block8 ul>li>a:hover {
  text-decoration: underline;
}

.block8 ul>li .cont,
.block8 ul>li .cont a {
  color: #787976;
}
@media screen and (max-width: 875px) {
  .block8 {
    text-align: center;
  }

  .block8 .textW {
    width: 100%;
  }

  .block8 .imgW {
    width: 100%;
  }

  .block8 ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .block8 .des {
    margin-top: 20px;
  }

  .block8 .name {
    font-size: 16px;
  }
}

#footer {
  background: #113448;
  padding-top: 4.6875%;
  padding-bottom: 4.6875%;
  text-align: center;
  margin-bottom:-22px;
}

#footer .footerLogo {
  max-width: 100px;
  display: inline-block;
}

#footer .copyRight {
  font-size: 12px;
  color: #fff;
  margin-top: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 875px) {
  #footer .footerLogo {
    max-width: 70px;
  }

  #footer .copyRight {
    margin-top: 25px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#goTop {
  background: #14bf98;
}

.smTit {
  font-size: 12px;
  color: #14bf98;
}

.bigTit {
  font-size: 24px;
  color: #484a46;
  font-weight: 700;
  margin-top: 10px;
}

.pubBtn {
  border: 2px solid #14bf98;
  border-radius: 5px;
  background: #14bf98;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 25px;
}

.pubBtn:hover {
  background: none;
  color: #14bf98;
}

@media screen and (max-width: 875px) {
  .pubBtn {
    padding: 7px 12px;
    border: 1px solid #14bf98;
  }

  .bigTit {
    font-size: 20px;
  }
}

#goTop {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  cursor: pointer;
  z-index: 999;
}
#goTop i{font-size:32px;font-weight: bold;margin-top: 7px;}

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

#goTop:hover {
  opacity: 0.7;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

#chatToolBox #chatToolMail a {
  font-family: montserrat, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-top: 38px;
  padding-bottom: 28px;
}

#chatToolMail {
  background: #14BF98;
  text-transform: uppercase;
}

.proSlick {
  border: 1px solid #222;
}

.proSlick .item {
  display: none;
}

.proSlick .item:first-child {
  display: block;
}

.proSlick .slick-prev,
.proSlick .slick-next {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
}

.proSlick .slick-prev {
  left: 0;
}

.proSlick .slick-next {
  right: 0;
}

.shareW li {
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

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

.shareW li a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  vertical-align: middle;
  overflow: hidden;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

.shareW li a:before {
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.shareW li a.fb:before {
  content: "\e62c";
}

.shareW li a.tt:before {
  content: '\e62b';
}

.shareW li a.in:before {
  content: "\e630";
}

.shareW li a.yt:before {
  content: "\e634";
}

.shareW li a.ins:before {
  content: "\e6ca";
}

.shareW li a:hover {
  background: #42424E;
}

.videoWrap {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  background: #000;
}

.videoWrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}