﻿a,
a:before,
a:after,
#goTop,
.container,
.lm,
span,
.title,
img,
li,
.tab,
i {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s 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;
}

.playBtn {
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.playBtn:before {
  content: "";
  width: 78.5714285714%;
  height: 78.5714285714%;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.playBtn:after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "\e620";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
  padding-left: 4px;
}

.playBtn:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1400px) {
  .playBtn:after {
    font-size: 40px;
  }
}

@media screen and (max-width: 875px) {
  .playBtn:after {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .playBtn:after {
    font-size: 16px;
  }
}

.placeH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.placeH:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.placeH .textMidSon {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 875px) {
  .placeH {
    position: static;
    height: auto;
  }
}

.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: 15px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.box.justify {
  text-align: justify;
}

body {
  font-family: Roboto;
}

.block_10 .box .list-desc .more,
.danBlock05_T22 .contact .center .box .num {
  font-family: 'librefranklinbold', Roboto;
}

.block_10 .box .list-desc .timer {
  font-family: 'librefranklinItalic', Roboto;
}

#pageNum {
  font-family: Roboto;
}

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/icomoon1.eot");
  src: url("../font/icomoon1.eot") format("embedded-opentype"), url("../font/icomoon1.woff") format("woff"), url("../font/icomoon1.woff2") format("woff2"), url("../font/icomoon1.ttf") format("truetype"), url("../font/icomoon1.svg") format("svg");
}

@font-face {
  font-family: 'librefranklinregular';
  src: url("../font/librefranklinregular.eot");
  src: url("../font/librefranklinregular.eot") format("embedded-opentype"), url("../font/librefranklinregular.woff") format("woff"), url("../font/librefranklinregular.woff2") format("woff2"), url("../font/librefranklinregular.ttf") format("truetype"), url("../font/librefranklinregular.svg") format("svg");
}

@font-face {
  font-family: 'librefranklinregular';
  src: url("../font/librefranklinblack.eot");
  src: url("../font/librefranklinblack.eot") format("embedded-opentype"), url("../font/librefranklinblack.woff") format("woff"), url("../font/librefranklinblack.woff2") format("woff2"), url("../font/librefranklinblack.ttf") format("truetype"), url("../font/librefranklinblack.svg") format("svg");
  font-weight: 900;
}

@font-face {
  font-family: 'librefranklinregular';
  src: url("../font/librefranklinItalic.eot");
  src: url("../font/librefranklinItalic.eot") format("embedded-opentype"), url("../font/librefranklinItalic.woff") format("woff"), url("../font/librefranklinItalic.woff2") format("woff2"), url("../font/librefranklinItalic.ttf") format("truetype"), url("../font/librefranklinItalic.svg") format("svg");
  font-style: italic;
}

@font-face {
  font-family: 'librefranklinregular';
  src: url("../font/librefranklinbold.eot");
  src: url("../font/librefranklinbold.eot") format("embedded-opentype"), url("../font/librefranklinbold.woff") format("woff"), url("../font/librefranklinbold.woff2") format("woff2"), url("../font/librefranklinbold.ttf") format("truetype"), url("../font/librefranklinbold.svg") format("svg");
  font-weight: 700;
}

html {
  font-size: 16px;
}

body {
  color: #555555;
  line-height: 1.5714;
  font-size: 15px;
  -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;
}

.search::-webkit-input-placeholder {
  color: white;
}

.search:-moz-placeholder {
  color: white;
}

.search:-ms-input-placeholder {
  color: white;
}

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: 1370px;
}

@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;
}

hr {
  height: 1px;
  width: 100%;
  overflow: hidden;
  border: 0px none;
  box-shadow: none;
  background: #ccc;
}

.headerTtnWrap {
  position: fixed;
  right: 0;
  top: 0;
  background: #EC7823;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid #fff;
  display: none;
}

#menuBtn {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  top: 0;
  cursor: pointer;
  z-index: 999;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

#menuBtn:before {
  font-family: icomoon;
  color: #fff;
}

#menuBtn.active:before {
  content: '\e60b';
  font-size: 28px;
}

#menuBtn {
  position: fixed;
  right: 10px;
  top: 28px;
  background: rgba(0, 0, 0, 0.75);
}

#menuBtn:before {
  content: '\e637';
  font-size: 28px;
}

.fb:before {
  content: '\e62c';
}

.tt:before {
  content: '\e62b';
}

.in:before {
  content: '\e630';
}

.gg:before {
  content: '\e62d';
}

.yt:before {
  content: '\e631';
}

.wx:before {
  content: "\649";
}

.wb:before {
  content: "\647";
}

.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;
}

#pageNum {
  margin-top: 1%;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 1%;
}

#pageNum a,
#pageNum span {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 7px;
  border: 1px solid #d7d7d5;
}

#pageNum a:hover,
#pageNum .cur {
  color: #fff;
  background: #24987E;
  border: 1px solid #24987E;
}

#goTop {
  position: fixed;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  bottom: 6%;
  right: 3%;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  cursor: pointer;
  z-index: 999;
}

#goTop:before {
  content: '\e627';
  font-family: 'icomoon';
  text-align: inherit;
}

#goTop:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

@media screen and (max-width: 900px) {
  #goTop {
    margin-bottom: 50px;
  }
}

.imgWrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.imgWrap img {
  display: block;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

object[id^="tq_as"] {
  overflow: hidden;
  margin: 0;
  height: 0 !important;
}

#div_ser table td,
#div_ser table th {
  border: 0px none;
}

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.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%;
  transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  position: relative;
  z-index: 2;
}

.headerTop {
  text-align: right;
  padding-top: 13px;
  padding-bottom: 30px;
  background: #fff;
}

.headerTop .box {
  vertical-align: middle;
}

.headerTop .msg {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  text-align: left;
  margin-right: 50px;
}

.headerTop .msg li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #E5E5E5;
  text-transform: uppercase;
  line-height: 1.3;
  padding-top: 3px;
  padding-bottom: 5px;
}

.headerTop .msg li img {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}

.headerTop .msg li .wrap {
  overflow: auto;
}

.headerTop .msg li .tit {
  display: block;
  font-size: 13px;
}

.headerTop .msg li .text {
  display: block;
  font-size: 15px;
}

.headerTop .msg li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.headerTop .msg li a {
  color: #8EC31F;
}

.headerTop .msg li a:hover {
  color: #8EC31F;
}

.headerTop .msg li:after {
  width: 30px;
  height: 30px;
  line-height: 34px;
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #8EC31F;
}

.headerTop .msg .tel:after {
  content: "\e691";
  font-size: 18px;
}

.headerTop .msg .eml:after {
  content: "\e67f";
  font-size: 14px;
}

.headerTop .btn {
  display: inline-block;
  vertical-align: middle;
  background: #222931;
  display: inline-block;
  padding: 17px 25px;
  line-height: 1;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 875px) {
  .headerTop .btn {
    padding: 7px 12px;
  }
}

.headerTop .btn:before {
  display: inline-block;
  content: "\e604";
  color: #8EC31F;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 13px;
}

.headerTop .btn:hover {
  background: #8EC31F;
}

.headerTop .btn:hover:before {
  color: #fff;
}

#header {
  width: 100%;
  transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  position: relative;
  z-index: 2;
}

#header .box {
  vertical-align: middle;
}

#header .logo {
  text-align: center;
}

#header .langbox ul {
  width: 100%;
  position: absolute;
  border-radius: 3px;
}

#header .langbox .share {
  display: inline-block;
  border: 1px solid #eaeaea;
  margin-right: 10px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
  margin-left: 10px;
}

#header .langbox .share a {
  display: inline-block;
  padding: 0px 5px;
}

#header .langbox .share .icon:before {
  color: #000;
  font-size: 18px;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

#header .langbox .share .fb:before {
  content: "\e62c";
}

#header .langbox .share .tit:before {
  content: "\e62b";
}

#header .langbox .share .in:before {
  content: "\e630";
}

#header .langbox .share .go:before {
  content: "\e62d";
}

#header .langbox .share .yt:before {
  content: "\e631";
}

#nav {
  font-size: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  /*margin-right: 35px;*/
}

#nav>li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

#nav>li:last-child {
  margin-right: 0;
}

#nav>li>a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 40px 0;
  position: relative;
  text-transform: uppercase;
}

#nav>li>a:before {
  content: "";
  height: 10px;
  background: #0a347f;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  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;
}

#nav>li.hasUl>a:after {
  content: "\e639";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  right: -15px;
}

#nav>li.active>a,
#nav>li.selected>a {
  color: #8EC31F;
}

#nav>li.active>a:before,
#nav>li.selected>a:before {
  left: 0;
  right: 0;
}

#nav>li>ul {
  width: 240px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  display: none;
  padding: 15px 0;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

#nav>li>ul>li {
  line-height: 1.2;
  position: relative;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  margin-bottom: 1px;
}

#nav>li>ul>li:last-child {
  margin-bottom: 0;
}

#nav>li>ul>li>a {
  display: block;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  position: relative;
  padding: 10px 40px 10px 20px;
  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;
  filter: alpha(opacity=0);
  opacity: 0;
}

#nav>li>ul>li:hover>a,
#nav>li>ul>li.active>a {
  background: #8EC31F;
  color: #fff;
}

#nav>li>ul>li>ul {
  display: none;
  width: 270px;
  position: absolute;
  top: -15px;
  left: 100%;
  background: #fff;
  padding: 15px 0;
  z-index: 999;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

#nav>li>ul>li>ul>li {
  line-height: 1.2;
  position: relative;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  margin-bottom: 1px;
}

#nav>li>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

#nav>li>ul>li>ul>li>a {
  display: block;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  position: relative;
  padding: 10px 40px 10px 20px;
  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;
  filter: alpha(opacity=0);
  opacity: 0;
}

#nav>li>ul>li>ul>li:hover>a,
#nav>li>ul>li>ul>li.active>a {
  background: #8EC31F;
  color: #fff;
}

#nav>li>ul>li.selected>ul>li>a {
  filter: alpha(opacity=100);
  opacity: 1;
}

#nav>li.selected2>ul>li>a {
  filter: alpha(opacity=100);
  opacity: 1;
}

.seaBtn {
  display: inline-block;
  border: 1px solid #eaeaea;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}

.seaBtn:before {
  content: "\e655";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.seaBtn.selected:before {
  content: "\e60b";
}

.lang {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  vertical-align: middle;
  font-size: 0;
  padding: 5px 20px 2px 18px;
  border-left: 1px solid #fff;
}

.lang .act {
  font-size: 16px;
  color: #000;
  cursor: pointer;
  position: relative;
}

.lang .act.selected:after {
  content: '\e63a';
}

.lang .act:after {
  content: "\e639";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  right: -15px;
}

.lang ul {
  position: absolute;
  background: #8EC31F;
}

.lang li {
  display: block;
  font-size: 12px;
  color: #000;
}

.lang li:last-child {
  margin-right: 0;
}

.lang li a {
  width: 100%;
  line-height: 2;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
}

.lang li:hover>a,
.lang li.active>a {
  color: #fff;
  background: #0000001c;
}

#header .center {
  position: relative;
}

.searchWrap {
  width: 400px;
  height: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.searchWrap .searchCont {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 100%;
  padding: 0 120px 0 45px;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 3px 0 0 3px;
  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap label {
  font-size: 14px;
  width: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  box-sizing: border-box;
  color: #5F656D;
  text-transform: capitalize;
  padding-left: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.searchWrap .searchBtn {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 10px;
  color: #8EC31F;
  font-weight: 800;
  font-size: 12px;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  background: none;
  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;
}

.searchWrap .searchBtn:hover {
  color: #222931;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #8EC31F;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

@media screen and (max-width: 1400px) {
  #nav>li {
    margin-right: 30px;
  }

  #nav>li>a {
    font-size: 14px;
  }

  .lang .act {
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  #header .logo {
    width: 100%;
    margin-top: 20px;
  }

  #header .box {
    width: 100%;
    text-align: center;
  }

  #header .headerRight {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #nav {
    margin-right: 0;
  }

  #nav>li>a {
    padding: 20px 0;
  }

  #header .langbox {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  #nav>li>ul {
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  #nav>li>a {
    padding: 20px 0;
  }

  .headerTopRig {
    margin-top: 25px;
  }

  .topRig {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #nav {
    margin-left: 0;
    padding: 20px 0 10px;
  }

  #header {
    position: relative;
  }

  .searchWrap {
    width: 600px;
  }

  .headerTop {
    padding-top: 20px;
  }
}

@media screen and (max-width: 875px) {
  #menuBtn {
    display: block;
  }

  .topRig {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #header {
    text-align: center;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  #header #nav {
    width: 240px;
    position: fixed;
    float: none;
    top: 72px;
    right: 10px;
    z-index: 9999;
    margin: 0;
    display: none;
    background: #8EC31F;
    padding: 10px 0;
    box-shadow: 0 0 15px white;
  }

  #nav>li {
    margin: 0;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 0;
    font-size: 14px;
    margin-bottom: 1px;
  }

  #nav>li>a {
    padding: 12px 0;
    display: block;
    color: white;
    font-size: 14px;
  }

  #nav>li:hover,
  #nav>li.active {
    background: #2EA086;
  }

  #nav>li:hover a,
  #nav>li.active a {
    color: white;
    background: none;
  }

  #nav>li:hover>a:before,
  #nav>li.active>a:before {
    left: 50%;
    right: 50%;
  }

  #nav>li:last-child {
    border-bottom: 0;
  }

  #nav>li:hover ul {
    display: none;
  }

  #nav>li:hover>a:before {
    display: none;
  }

  #nav>li:before {
    display: none;
  }

  #nav>li>a:before {
    display: none;
  }

  .searchWrap {
    top: 100%;
    width: 100%;
  }

  .searchWrap .searchCont {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .headerBot {
    text-align: center;
  }

  .headerTop .msg {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .headerTop .msg li,
  .headerTop .msg li:last-child {
    border: 0;
    margin: 5px;
    padding: 0;
  }

  .headerTopRig {
    margin-top: 10px;
  }

  .headerTop .msg li img {
    display: none;
  }
}

#main.indexMain {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #main.indexMain {
    margin-top: 0;
  }
}

.product_btn {
  margin-top: 25px;
  width: 180px;
  background: #8EC31F;
  border: none;
  line-height: 55px;
  color: #fff;
  border-radius: 3px;
}

.product_btn:hover {
  background: #000;
}


.footerTop {
  padding-top: 3.6458333333%;
  position: relative;
  padding-bottom: 4.1666666667%;
  color: #fff;
  background: #004D7E;
}

.footerTop .title {
  font-size: 20px;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
}

.footerAbout {
  width: 19.3430656934%;
}

.footerAbout .des {
  font-size: 15px;
  line-height: 25px;
  max-height: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #fff;
  margin-top: 15.0943396226%;
}

.footerServ {
  width: 19.7080291971%;
}

.footerServ .tit {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #222931;
  margin-top: 9.2592592593%;
}

.footerproduct {
  width: 19.5620437956%;
}

.footerproduct li {
  margin-bottom: 3.8461538462%;
}

.footerproduct li .box {
  width: 46.6417910448%;
  color: #fff;
}

.footerMenu {
  width: 16.0583941606%;
}

.footerMenu ul li {
  margin-bottom: 9.0909090909%;
}

.footerMenu ul li a {
  display: block;
  color: #fff;
  padding-left: 15px;
  position: relative;
  text-transform: capitalize;
}

.footerMenu ul li a:after {
  content: "\e624";
  color: #fff;
  position: absolute;
  top: -2px;
  right: 0;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 20px;
}

.footerMenu ul li a:hover {
  color: #8EC31F;
}

.footerContact {
  width: 19.7080291971%;
}

.footerContact ul>li {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-bottom: 12.962962963%;
}

.footerContact ul>li:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #8EC31F;
}

.footerContact ul>li>span {
  text-transform: capitalize;
}

.footerContact ul>li>a {
  color: #fff;
}

.footerContact ul>li>a:hover {
  text-decoration: underline;
  color: #8EC31F;
}

.footerContact ul .promess {
  color: #fff;
}

.footerContact ul .tel>a {
  color: #fff;
}

.footerShareWrap>ul>li {
  margin-right: 5px;
  display: inline-block;
}

.footerShareWrap>ul>li:last-child {
  margin-right: 0;
}

.footerShareWrap>ul>li>a {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #8EC31F;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.footerShareWrap>ul>li>a:before {
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.footerShareWrap>ul>li>a.fb:before {
  content: "\e62c";
}

.footerShareWrap>ul>li>a.tt:before {
  content: '\e62b';
}

.footerShareWrap>ul>li>a.in:before {
  content: "\e630";
}

.footerShareWrap>ul>li>a.yt:before {
  content: "\e631";
}

.footerShareWrap>ul>li>a.gg:before {
  content: "\e62d";
}

.footerShareWrap>ul>li>a:hover:before {
  color: #8EC31F;
}

.footerBot {
  padding-top: 1.5625%;
  padding-bottom: 1.8229166667%;
  text-align: center;
  color: #8EC31F;
}

.footerBot .leftWrap {
  width: 51.0948905109%;
}

.footerBot .footerNav li {
  display: inline-block;
  margin-right: 3.5714285714%;
}

.footerBot .footerNav li a {
  color: #fff;
  text-transform: capitalize;
}

.footerBot .footerNav li a.active,
.footerBot .footerNav li a:hover {
  color: #8EC31F;
}

.footerBot .botWrap {
  font-size: 15px;
}

.footerBot .botWrap .copyRight {
  display: inline-block;
  margin-right: 35px;
}

.footerBot .botWrap .support {
  display: inline-block;
}

.footerBot .botWrap .support a {
  color: #8EC31F;
}

.footerBot .botWrap .support a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .footerMenu ul li {
    margin-bottom: 4.5454545455%;
  }

  .footerContact ul>li {
    margin-bottom: 7.4074074074%;
  }
}

@media screen and (max-width: 875px) {
  .footerTop {
    padding-top: 30px;
    padding-bottom: 0;
  }

  #footer .footerTop .footerAbout,
  #footer .footerTop .footerServ,
  #footer .footerTop .footerMenu,
  #footer .footerTop .footerproduct {
    display: none;
  }

  .footerTop .top .box {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footerTop .top .box ul {
    margin-top: 15px;
  }

  .footerBot {
    padding-bottom: 20px;
  }

  .footerContact ul>li {
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .footerTop .title {
    margin-bottom: 20px;
  }

  .footerContact ul>li:before {
    display: none;
  }

  .footerBot .box {
    width: 100%;
    text-align: center;
  }

  .footerShareWrap {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .footerBot .center>div {
    width: 100%;
  }
}

.crumbsWrap {
  padding: 1.3020833333% 0;
  background: #f8f8f8;
}

.crumbsWrap .box {
  vertical-align: middle;
}

.crumbsWrap .cateName {
  color: #222931;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.crumbsWrap .crumbs {
  color: #222931;
  font-size: 12px;
}

.crumbsWrap .crumbs a {
  color: #222931;
}

.crumbsWrap .crumbs a:hover {
  color: #8EC31F;
}

@media screen and (max-width: 1200px) {
  .crumbsWrap {
    padding: 10px;
  }
}

@media screen and (max-width: 875px) {
  .crumbsWrap .cateName {
    font-size: 18px;
  }
}

.paddingStyle {
  padding-top: 3.3854166667%;
  padding-bottom: 3.3854166667%;
}

.bgColor {
  background: #EFEFEF;
}

@media screen and (max-width: 1200px) {
  .paddingStyle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content {
  padding-bottom: 3.3854166667%;
  position: relative;
}

.contentWrap {
  position: relative;
}

@media screen and (max-width: 1600px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 875px) {
  .contentWrap {
    position: static;
  }
}

#aside {
  width: 30.6569343066%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4.5045045045%;
  padding-left: 5.6306306306%;
}

#aside .wrap {
  padding-bottom: 49.5238095238%;
  border-bottom: 1px solid #ccc;
}

#aside .asideTitle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

#aside .asideTitle .textMidSon {
  font-size: 25px;
  color: #000;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 2.8153153153%;
}

#aside .asideList {
  background: #fff;
  margin-top: 7.1428571429%;
}

#aside .asideList>li {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
}

#aside .asideList>li:last-child {
  margin-bottom: 0;
}

#aside .asideList>li>a {
  display: block;
  line-height: 20px;
  color: #8EC31F;
  position: relative;
  padding-right: 20px;
}

#aside .asideList>li>a:after {
  content: "\e63d";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #8EC31F;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
}

#aside .asideList>li.active:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

#aside .asideList>li.active>a {
  color: #8EC31F;
}

#aside .asideList>li>ul {
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -moz-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -o-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -ms-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  display: none;
}

#aside .asideList>li>ul>li {
  height: auto;
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -moz-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -o-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -ms-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  font-size: 14px;
}

#aside .asideList>li>ul>li>a {
  display: block;
  padding: 5px 10px 5px 9.5238095238%;
  color: #5f656d;
  position: relative;
}

#aside .asideList>li>ul>li:hover>a,
#aside .asideList>li>ul>li.active>a {
  color: #8EC31F;
}

#aside .asideList>li>ul>li:hover>a:before,
#aside .asideList>li>ul>li.active>a:before {
  background: #8EC31F;
}

#aside .asideList>li.active>ul {
  display: block;
}

#aside .asideList>li.active>ul>li {
  margin-bottom: 1px;
}

#aside .asideList>li.active>ul>li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 875px) {
  .content {
    position: relative;
    padding-top: 50px;
    margin-top: 0;
    margin-top: 1px;
    padding-bottom: 0;
  }

  .content .listDefault_03 {
    border-right: none;
    padding-right: 0px;
  }

  #aside {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  #aside .asideTitle {
    background: #8EC31F;
    color: white;
    padding: 13px 60px 13px 10px;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 1px;
    font-size: 20px;
    height: auto;
    margin-top: 0;
  }

  #aside .asideTitle:before {
    display: none;
  }

  #aside .asideTitle:after {
    display: block;
    content: "Open \e636";
    font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
    width: 60px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -15px;
    margin-left: -60px;
    z-index: 99;
    font-size: 12px;
    background: none;
  }

  #aside .wrap {
    border-bottom: none;
    padding-bottom: 0;
  }

  #aside .asideList {
    display: none;
    padding: 0;
    margin-top: 0;
  }

  #aside .asideList>li {
    margin-bottom: 1px;
  }

  #aside .asideList>li>a {
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    background: #8EC31F;
    border: 0;
  }

  #aside .asideList>li:hover>a,
  #aside .asideList>li.active>a {
    background: #24987E;
  }

  #aside .asideList>li.active>ul {
    display: none;
  }

  #aside .asideList>li>ul {
    display: none;
  }

  #aside .asideTitle .textMidSon {
    color: #000;
  }

  #aside .listside:after {
    content: "Close \e656";
  }

  #aside .asideList:before {
    display: none;
  }

  #aside .asideList>li>a:before,
  #aside .asideList>li.hasUl>a:after {
    display: none;
  }
}

.mainRight {
  width: 69.3430656934%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  min-height: 700px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 875px) {
  #aside .asideTitle .textMidSon {
    font-size: 20px;
  }

  .mainRight {
    width: 100%;
    min-height: auto;
    padding: 30px 0;
  }

  #aside .asideTitle {
    text-align: left;
    border-radius: 0;
    position: relative;
  }

  #aside .asideList>li.hasUl>span {
    display: none;
  }

  #aside .asideList>li>a {
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
  }

  #aside .asideList>li:hover>a,
  #aside .asideList>li.active>a {
    color: #fff;
  }

  #aside .asideTitle .textMidSon {
    background: none;
    padding: 0;
  }

  #aside .asideTitle .textMidSon {
    font-size: 18px;
  }
}

.asidePro {
  margin-top: 26.1904761905%;
}

.asidePro .title {
  font-size: 25px;
  color: #000;
  padding-bottom: 14.2857142857%;
}

.asidePro .cont li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  margin-bottom: 5%;
}

.asidePro .cont li span {
  color: #000;
  text-transform: capitalize;
}

.asidePro .cont li a {
  color: #000;
  line-height: 20px;
  margin-left: 5px;
}

.asidePro .cont li:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  top: -4px;
  left: 0;
  color: #000;
  width: 24px;
  text-align: center;
  font-size: 20px;
}

.asidePro .cont .add:before {
  content: "\e606";
}

.asidePro .cont .tel:before {
  content: "\e6c7";
}

.asidePro .cont .eml:before {
  content: "\e6c6";
}

.asidePro .cont .skype:before {
  content: "\e632";
}

.asidePro .cont .fax:before {
  content: "\e6b5";
}

.asidePro .cont .whatsapp:before {
  content: "\e6bc";
}

.asidePro .cont .mob:before {
  content: "\e608";
}

.asidePro .cont .eml a {
  color: #8EC31F;
}

.asidePro .box {
  width: 100%;
  margin-bottom: 5.9523809524%;
}

.asidePro .box: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);
}

.asidePro .box:hover .tit {
  color: #8EC31F;
}

.asidePro .tit {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #222931;
  display: inline-block;
  margin-top: 10px;
}

.asidePro .des {
  color: #5f656d;
  line-height: 25px;
  max-height: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.asidePro .date {
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 13px;
  color: #8EC31F;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.asidePro .date img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

@media screen and (max-width: 875px) {
  .asidePro {
    display: none;
  }
}

.products_01 .box {
  width: 30.5109489051%;
  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;
  margin-bottom: 7.299270073%;
}

.products_01 .line {
  width: 30.5109489051%;
}

.products_01 .box .imgWrap {
  margin-bottom: 6.3291139241%;
}

.products_01 .botWrap {
  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;
}

.products_01 .tit {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.products_01 .des {
  font-size: 18px;
  color: #888888;
  margin-top: 2.0833333333%;
  line-height: 35px;
  max-height: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}

.products_01 .more {
  display: inline-block;
  padding: 17px 25px;
  line-height: 1;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #ccc;
  margin-top: 8.6505190311%;
  border-radius: 3px;
}

@media screen and (max-width: 875px) {
  .products_01 .more {
    padding: 7px 12px;
  }
}

.products_01 .more:hover {
  background: #222931;
  color: #fff;
}

@media screen and (max-width: 875px) {
  .products_01 .botWrap {
    padding: 0;
    margin-top: 10px;
  }

  .products_01 .tit {
    font-size: 18px;
  }

  .products_01 .box:hover {
    background: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 600px) {
  .products_01 .box {
    width: 47%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 450px) {
  .products_01 .box {
    width: 100%;
  }
}

.products_02 .box {
  width: 47.4452554745%;
  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;
  margin-bottom: 7.299270073%;
}

.products_02 .box .imgWrap {
  margin-bottom: 6.3291139241%;
}

.products_02 .botWrap {
  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;
}

.products_02 .tit {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 7.2332730561%;
}

.products_02 .des {
  font-size: 18px;
  color: #888888;
  margin-top: 2.0833333333%;
  line-height: 35px;
  max-height: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products_02 .more {
  display: inline-block;
  padding: 17px 25px;
  line-height: 1;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #ccc;
  margin-top: 8.6505190311%;
  border-radius: 3px;
}

@media screen and (max-width: 875px) {
  .products_02 .more {
    padding: 7px 12px;
  }
}

.products_02 .more:hover {
  background: #222931;
  color: #fff;
}

@media screen and (max-width: 875px) {
  .products_02 .botWrap {
    padding: 0;
    margin-top: 10px;
  }

  .products_02 .tit {
    font-size: 18px;
  }

  .products_02 .box:hover {
    background: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 600px) {
  .products_02 .box {
    width: 47%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 450px) {
  .products_02 .box {
    width: 100%;
  }
}

.proDetail {
  padding-bottom: 2.60417%;
  margin-top: 6.1936936937%;
}

.proDetail .titWrap {
  text-align: right;
}

.proDetail .titWrap .box {
  vertical-align: bottom;
  margin-bottom: 15px;
}

.proDetail .titWrap .title {
  font-size: 40px;
  font-family: 'ralewayheavy', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #8EC31F;
  width: 100%;
  text-align: left;
}

.proDetail .titWrap .shareWrap>span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.proDetail .titWrap .shareWrap .shareBox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.proDetail .proBanner {
  margin-top: 3.5503%;
}

.proDetail .proBanner .item {
  position: relative;
}

.proDetail .proBanner .play img {
  display: block;
  width: 15.85799%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.proDetail .proBanner .slick-dots {
  bottom: 0;
  margin-bottom: -35px;
}

.proDetail .proBanner .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
}

.proDetail .proBanner .slick-dots li.slick-active button {
  background: #8EC31F;
}

.proDetail .proDetTags {
  margin-top: 11.2426%;
}

.proDetail .proDetTags #proDes #tags li {
  display: inline-block;
  box-sizing: border-box;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  position: relative;
  margin-right: 45px;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.proDetail .proDetTags #proDes #tags li:last-child {
  margin-right: 0;
}

.proDetail .proDetTags #proDes #tags li:before {
  content: "";
  height: 3px;
  width: 100%;
  background: #8EC31F;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.proDetail .proDetTags #proDes #tags li:last-child {
  margin-right: 0;
}

.proDetail .proDetTags #proDes #tags li {
  cursor: pointer;
  font-size: 24px;
  color: #888;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  font-family: 'ralewayheavy', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.proDetail .proDetTags #proDes #tags li.selected {
  color: #8EC31F;
}

.proDetail .proDetTags #proDes #tags li.selected:before {
  display: block;
}

.proDetail .proDetTags .tagContent:first-child {
  display: block;
}

.proDetail .proDetTags #proDes .tagContent {
  padding: 30px 0;
  box-sizing: border-box;
}

.proDetail .proDetTags .tagContent {
  word-wrap: break-word;
  word-break: break-word;
  overflow: auto;
  display: none;
  border-top: 1px solid #E6E8E8;
}

.proDetail .proDetTags .tagContent.selected {
  display: block;
}

@media screen and (max-width: 875px) {
  .proDetail {
    margin-top: 0;
  }

  .proDetail .proDetTags {
    margin-top: 55px;
  }

  .proDetail .proDetTags #proDes #tags li {
    padding-bottom: 5px;
    font-size: 16px;
    margin-right: 20px;
  }

  .proDetail .proDetTags #proDes .tagContent {
    padding: 20px 10px;
  }
}

.proDetail .proForm .title {
  font-size: 28px;
  font-weight: bold;
  color: #8EC31F;
  text-transform: capitalize;
  font-family: 'ralewayheavy', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  margin-bottom: 20px;
}

.proDetail .proRecommend {
  margin-top: 5.91716%;
}

.proDetail .proRecommend .title {
  font-size: 28px;
  font-weight: bold;
  color: #8EC31F;
  text-transform: capitalize;
  font-family: 'ralewayheavy', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.proDetail .proRecommend .wrap {
  margin-top: 4.14201%;
}

.proDetail .proRecommend .line {
  width: 31.62393%;
}

.proDetail .proRecommend .box {
  width: 31.62393%;
  margin-bottom: 3.4188%;
}

.proDetail .proRecommend .box: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);
}

.proDetail .proRecommend .box:hover .tit {
  color: #272D33;
}

.proDetail .proRecommend .tit {
  display: inline-block;
  font-size: 24px;
  color: #8EC31F;
  font-family: 'ralewayheavy', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  margin-top: 15px;
}

.proDetail .proRecommend .des {
  color: #6a6d6f;
  line-height: 26px;
  max-height: 78px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 875px) {
  .proDetail .proRecommend {
    margin-top: 40px;
  }

  .proDetail .proRecommend .title {
    font-size: 18px;
  }

  .proDetail .proRecommend .wrap {
    margin-top: 20px;
  }

  .proDetail .proRecommend .botWrap {
    padding: 0;
    margin-top: 10px;
  }

  .proDetail .proRecommend .tit {
    font-size: 18px;
  }

  .proDetail .proRecommend .box:hover {
    background: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 600px) {
  .proDetail .proRecommend .box {
    width: 47%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 450px) {
  .proDetail .proRecommend .box {
    width: 100%;
  }
}

.proDetail02 {
  padding-bottom: 2.60417%;
  margin-top: 6.1936936937%;
}

.proDetail02 .proDetTop .left {
  width: 56.41026%;
  position: relative;
  float: left;
}

.proDetail02 .proDetTop .rig {
  width: 40%;
  float: right;
}

.proDetail02 .proDetTop .rig .cate {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: #8EC31F;
  padding: 0 10px;
  min-width: 95px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.proDetail02 .proDetTop .rig .tit {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  margin-top: 7.47863%;
}

.proDetail02 .proDetTop .rig .des {
  font-size: 15px;
  line-height: 25px;
  color: #5f656d;
  margin-top: 5px;
}

.proDetail02 .proDetTop .rig .playbtn {
  display: inline-block;
  margin-top: 4.2735%;
}

.proDetail02 .proDetTop .rig .toContact {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.proDetail02 .proDetTop .rig .toContact span {
  display: inline-block;
  vertical-align: middle;
  color: #8EC31F;
}

.proDetail02 .proDetTop .rig .toContact:before {
  content: "\e666";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #8EC31F;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-right: 10px;
}

.proDetail02 .proDetTop .rig .msg {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}

.proDetail02 .proDetTop .rig .msg li {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-right: 50px;
}

.proDetail02 .proDetTop .rig .msg li:last-child {
  margin-right: 0;
}

.proDetail02 .proDetTop .rig .msg li a {
  color: #8EC31F;
}

.proDetail02 .proDetTop .rig .msg li a:hover {
  color: #8EC31F;
}

.proDetail02 .proDetTop .rig .msg li:after {
  width: 30px;
  height: 30px;
  line-height: 34px;
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #8EC31F;
}

.proDetail02 .proDetTop .rig .msg .tel:after {
  content: "\e691";
  font-size: 20px;
}

.proDetail02 .proDetTop .rig .msg .eml:after {
  content: "\e67f";
  font-size: 16px;
}

.proDetail02 .proDetTop .rig .shareWrap {
  margin-top: 8.77193%;
}

.proDetail02 .proDetTop .rig .shareWrap .name {
  display: inline-block;
  vertical-align: middle;
  color: #8EC31F;
  margin-right: 20px;
  font-size: 18px;
}

.proDetail02 .proDetTop .rig .btnWrap {
  margin-top: 5.34188%;
}

.proDetail02 .proDetTop .rig .btnWrap a {
  display: inline-block;
  padding: 17px 25px;
  line-height: 1;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
  font-weight: 800;
}

@media screen and (max-width: 875px) {
  .proDetail02 .proDetTop .rig .btnWrap a {
    padding: 7px 12px;
  }
}

.proDetail02 .proDetTop .rig .btnWrap .moreBtn {
  background: #8EC31F;
  margin-right: 12px;
}

.proDetail02 .proDetTop .rig .btnWrap .moreBtn:after {
  content: "\e63c";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -2px;
}

.proDetail02 .proDetTop .rig .btnWrap .moreBtn:hover {
  background: #292929;
}

.proDetail02 .proDetTop .rig .btnWrap .toForm {
  display: inline-block;
  vertical-align: middle;
  background: #292929;
  display: inline-block;
  padding: 17px 25px;
  line-height: 1;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 875px) {
  .proDetail02 .proDetTop .rig .btnWrap .toForm {
    padding: 7px 12px;
  }
}

.proDetail02 .proDetTop .rig .btnWrap .toForm:before {
  display: inline-block;
  content: "\e604";
  color: #8EC31F;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
}

.proDetail02 .proDetTop .rig .btnWrap .toForm:hover {
  background: #8EC31F;
}

.proDetail02 .proDetTop .rig .btnWrap .toForm:hover:before {
  color: #fff;
}

.proDetail02 .proDetTop .rig .shareBox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.proDetail02 .proBanner .item {
  position: relative;
}

.proDetail02 .proBanner .playBtn {
  display: block;
  width: 13.0719%;
  padding-top: 13.0719%;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
}

.proDetail02 .proBanner .playBtn:before {
  width: 68%;
  height: 68%;
}

.proDetail02 .proBanner .playBtn:after {
  font-size: 40px;
}

.proDetail02 .proBanner .slick-dots {
  bottom: -20px;
  text-align: left;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

.proDetail02 .proBanner .slick-dots li button {
  background: #D2E4F4;
  height: 11px;
  width: 105px;
  border-radius: 0;
}

.proDetail02 .proBanner .slick-dots li.slick-active button {
  background: #8EC31F;
}

@media screen and (max-width: 875px) {
  .proDetail02 .proBanner .slick-dots li button {
    width: 60px;
    height: 8px;
  }
}

.proDetail02 .proUl {
  margin-top: 20px;
  margin-right: -10px;
}

.proDetail02 .proUl .item {
  margin-right: 10px;
  cursor: pointer;
}

.proDetail02 .proUl .slick-prev {
  left: 0;
}

.proDetail02 .proUl .slick-prev:before {
  content: "\e63b";
}

.proDetail02 .proUl .slick-next {
  right: 20px;
}

.proDetail02 .proUl .slick-next:before {
  content: "\e63c";
}

.proDetail02 .proUl .slick-prev,
.proDetail02 .proUl .slick-next {
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #6A6A6A;
  top: 50%;
  margin-top: -15px;
}

@media screen and (max-width: 1400px) {
  .proDetail02 .proDetail02 .title {
    font-size: 45px;
  }

  .proDetail02 .proDetTop .rig .title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 875px) {
  .proDetail02 .proDetail02 {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .proDetail02 .proDetail02 .title {
    font-size: 30px;
  }

  .proDetail02 .proDetTop .rig .playBtn span {
    display: none;
  }

  .proDetail02 .proDetTop .rig .playBtn:after {
    top: 0;
    margin: auto;
  }

  .proDetail02 .proDetMid .shareWrap {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 650px) {
  .proDetail02 .proBanner .playBtn {
    width: 60px;
    height: 60px;
    padding-top: 0;
  }

  .proDetail02 .proDetMid {
    margin-top: 10px;
  }

  .proDetail02 .proDetTop .left {
    width: 100%;
  }

  .proDetail02 .proDetTop .rig {
    width: 100%;
    margin-top: 20px;
  }

  .proDetail02 .proDetTop .rig .videoContact {
    margin-top: 20px;
  }

  .proDetail02 .proDetTop .rig .shareWrap {
    margin-top: 20px;
  }

  .proDetail02 .proDetTop .rig .tit {
    margin-top: 20px;
    font-size: 24px;
  }
}

.proDetail02 .proDetTags {
  margin-top: 6.83761%;
}

.proDetail02 .proDetTags #tags {
  text-transform: uppercase;
  padding: 0 10px;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.proDetail02 .proDetTags #proDes #tags li {
  display: inline-block;
  box-sizing: border-box;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  padding: 1.28205% 2.99145%;
  position: absolute;
}

.proDetail02 .proDetTags #proDes #tags li:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  z-index: 1;
  display: none;
}

.proDetail02 .proDetTags #proDes #tags li:last-child {
  margin-right: 0;
}

.proDetail02 .proDetTags #proDes #tags li {
  cursor: pointer;
  font-size: 15px;
  color: #A3A3A3;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}

.proDetail02 .proDetTags #proDes #tags li.selected {
  color: #000;
  border: 1px solid #E6E8E8;
}

.proDetail02 .proDetTags #proDes #tags li.selected:before {
  display: block;
}

.proDetail02 .proDetTags .tagContent:first-child {
  display: block;
}

.proDetail02 .proDetTags #proDes .tagContent {
  padding: 30px;
  box-sizing: border-box;
}

.proDetail02 .proDetTags .tagContent {
  word-wrap: break-word;
  word-break: break-word;
  overflow: auto;
  display: none;
  border: 1px solid #E6E8E8;
  margin-top: -1px;
}

.proDetail02 .proDetTags .tagContent.selected {
  display: block;
}

@media screen and (max-width: 875px) {
  .proDetail02 .proDetTags {
    margin-top: 35px;
  }

  .proDetail02 .proDetTags #proDes .tagContent {
    padding: 20px 10px;
  }
}

.proDetail02 .proForm {
  margin-top: 3.4188%;
}

.proDetail02 .proForm .title {
  font-size: 20px;
  color: #222931;
  font-family: 'hindbold', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  position: relative;
  padding-top: 15px;
  text-transform: uppercase;
  margin-bottom: 2.99145%;
}

.proDetail02 .proForm .title:before {
  content: "";
  height: 3px;
  width: 20px;
  background: #8EC31F;
  position: absolute;
}

.proDetail02 .proForm .title:before {
  top: 0;
  left: 0;
}

@media screen and (max-width: 875px) {
  .proDetail02 .proForm {
    margin-top: 40px;
  }

  .proDetail02 .proForm .title {
    font-size: 18px;
  }
}

.proDetail02 .proRecommend {
  margin-top: 4.2735%;
}

.proDetail02 .proRecommend .title {
  font-size: 20px;
  color: #222931;
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  font-family: 'hindbold', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.proDetail02 .proRecommend .title:before {
  content: "";
  height: 3px;
  width: 20px;
  background: #8EC31F;
  position: absolute;
}

.proDetail02 .proRecommend .title:before {
  top: 0;
  left: 0;
}

.proDetail02 .proRecommend .wrap {
  margin-top: 2.13675%;
}

.proDetail02 .proRecommend .box {
  width: 31.53846%;
  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;
  margin-bottom: 4.2735%;
}

.proDetail02 .proRecommend .box: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);
}

.proDetail02 .proRecommend .box:hover .tit {
  color: #8EC31F;
}

.proDetail02 .proRecommend .box:hover .tit:before {
  background: #292929;
}

.proDetail02 .proRecommend .botWrap {
  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;
  margin-top: 6.77507%;
}

.proDetail02 .proRecommend .tit {
  font-family: 'hindbold', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 20px;
  color: #222931;
  text-transform: uppercase;
  position: relative;
  line-height: 1.1;
  padding-bottom: 10px;
}

.proDetail02 .proRecommend .tit:before {
  content: "";
  height: 3px;
  width: 20px;
  background: #8EC31F;
  position: absolute;
}

.proDetail02 .proRecommend .tit:before {
  top: 100%;
  left: 0;
}

.proDetail02 .proRecommend .imgWrap img {
  transition: 2s all;
  -moz-transition: 2s all;
  -webkit-transition: 2s all;
  -o-transition: 2s all;
  -ms-transition: 2s all;
}

.proDetail02 .proRecommend .des {
  font-size: 14px;
  color: #5f656d;
  margin-top: 30px;
  line-height: 24px;
  max-height: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 875px) {
  .proDetail02 .proRecommend {
    margin-top: 40px;
  }

  .proDetail02 .proRecommend .title {
    font-size: 18px;
  }

  .proDetail02 .proRecommend .wrap {
    margin-top: 20px;
  }

  .proDetail02 .proRecommend .botWrap {
    padding: 0;
    margin-top: 10px;
  }

  .proDetail02 .proRecommend .tit {
    font-size: 18px;
  }

  .proDetail02 .proRecommend .box:hover {
    background: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 600px) {
  .proDetail02 .proRecommend .box {
    width: 47%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 450px) {
  .proDetail02 .proRecommend .box {
    width: 100%;
  }
}

.listDefault_02 {
  padding-bottom: 2.6041666667%;
}

.listDefault_02 .wrap {
  overflow: hidden;
}

.listDefault_02 .cont {
  width: 110%;
  padding-bottom: 2.9197080292%;
}

.listDefault_02 .fBox {
  width: 30.303030303%;
  float: left;
}

.listDefault_02 .fBox:hover .shade01 {
  left: 100%;
}

.listDefault_02 .fBox:hover .shade02 {
  right: 0;
}

.listDefault_02 .shade01 {
  width: 100%;
  height: 100%;
  background: rgba(9, 35, 66, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11.5384615385% 7.6923076923%;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.listDefault_02 .shade01 .tit {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #8EC31F;
  display: inline-block;
  padding: 0 10px;
  min-width: 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;
}

.listDefault_02 .shade01 .des {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 18.1818181818%;
}

.listDefault_02 .shade02 {
  width: 100%;
  height: 100%;
  background: rgba(9, 35, 66, 0.9);
  position: absolute;
  top: 0;
  right: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11.5384615385% 7.6923076923%;
}

.listDefault_02 .shade02 .tit {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 15px;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.listDefault_02 .shade02 .tit:before {
  content: "";
  height: 3px;
  width: 18px;
  background: #8EC31F;
  position: absolute;
}

.listDefault_02 .shade02 .tit:before {
  bottom: 0;
  left: 0;
}

.listDefault_02 .shade02 .des {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}

.listDefault_02 .shade02 .more {
  position: absolute;
  bottom: 6.4102564103%;
  left: 0;
  margin-left: 7.6923076923%;
  font-size: 12px;
  font-weight: bold;
  color: #8EC31F;
  text-transform: uppercase;
}

.listDefault_02 .shade02 .more:after {
  content: "\e63c";
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 15px;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.listDefault_02 .shade02 .more:hover {
  color: #fff;
}

@media screen and (max-width: 1200px) {

  .listDefault_02 .shade01 .des,
  .listDefault_02 .shade02 .tit {
    font-size: 24px;
  }
}

@media screen and (max-width: 875px) {
  .listDefault_02 {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .listDefault_02 .fBox {
    width: 45.4545454545%;
  }

  .listDefault_02 .cont {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 500px) {
  .listDefault_02 .fBox {
    width: 90.9090909091%;
  }
}

.listDefault_03 {
  margin-top: 6.1936936937%;
  padding-right: 6.7567567568%;
  border-right: 1px solid #ccc;
}

.listDefault_03 .cont {
  padding-bottom: 6.1936936937%;
  margin-bottom: 4.5045045045%;
  border-bottom: 1px solid #E5E5E5;
}

.listDefault_03 .cont:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.listDefault_03 .tit {
  font-size: 40px;
  color: #151515;
  display: inline-block;
  margin-bottom: 3.3783783784%;
}

.listDefault_03 .des {
  font-size: 18px;
  color: #888888;
  line-height: 35px;
  max-height: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}

.listDefault_03 .botWrap {
  margin-top: 2.8153153153%;
}

.listDefault_03 .botWrap .box {
  vertical-align: middle;
}

.listDefault_03 .more {
  display: inline-block;
  padding: 17px 25px;
  line-height: 1;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #222931;
}

@media screen and (max-width: 875px) {
  .listDefault_03 .more {
    padding: 7px 12px;
  }
}

.listDefault_03 .more:after {
  content: "\e63c";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #8EC31F;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -2px;
}

.listDefault_03 .more:hover {
  background: #8EC31F;
}

.listDefault_03 .more:hover:after {
  color: #fff;
}

.listDefault_03 .share span,
.listDefault_03 .share .shareBox {
  display: inline-block;
  vertical-align: middle;
}

.listDefault_03 .share span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #222931;
}

.listDefault_03 .share .shareBox {
  margin-top: 0;
}

@media screen and (max-width: 875px) {
  .listDefault_03 .tit {
    font-size: 18px;
  }

  .listDefault_03 .botWrap .share {
    width: 100%;
    margin-top: 10px;
  }
}

.news_01 {
  margin-top: 6.1936936937%;
  padding-right: 6.7567567568%;
  border-right: 1px solid #ccc;
}

.news_01 .cont {
  padding-bottom: 4.5045045045%;
  margin-bottom: 4.5045045045%;
  border-bottom: 1px solid #E5E5E5;
}

.news_01 .cont:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.news_01 .tit {
  font-size: 40px;
  color: #151515;
  display: inline-block;
  margin-bottom: 1.1261261261%;
}

.news_01 .des {
  font-size: 18px;
  color: #888888;
  line-height: 30px;
  max-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3.3783783784%;
}

.news_01 .date {
  font-size: 15px;
  color: #8EC31F;
  margin-bottom: 1.1261261261%;
}

.news_01 .imgWrap {
  margin-bottom: 6.7567567568%;
}

@media screen and (max-width: 875px) {
  .news_01 .tit {
    font-size: 18px;
  }

  .news_01 .botWrap .share {
    width: 100%;
    margin-top: 10px;
  }
}

.news_02 {
  padding-bottom: 2.6041666667%;
  padding-top: 4.0145985401%;
}

.news_02 .box {
  width: 47.4452554745%;
  margin-bottom: 5.1094890511%;
  text-align: center;
}

.news_02 .box: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);
}

.news_02 .imgWrap {
  display: block;
  overflow: hidden;
}

.news_02 .imgWrap img {
  display: block;
}

.news_02 .tit {
  font-size: 40px;
  color: #000;
  line-height: 1.2;
}

.news_02 .tit:hover {
  color: #8EC31F;
}

.news_02 .date {
  font-size: 18px;
  color: #8EC31F;
  margin-top: 10px;
  margin-bottom: 2.9197080292%;
}

@media screen and (max-width: 875px) {
  .news_02 {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .news_02 .tit {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .news_02 .box {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 450px) {
  .news_02 .box {
    width: 100%;
  }
}

.newsDetail {
  margin-top: 6.1936936937%;
  padding-right: 6.7567567568%;
  border-right: 1px solid #ccc;
}

.newsDetail .tit {
  font-size: 40px;
  color: #151515;
  display: inline-block;
  margin-bottom: 3.3783783784%;
}

.newsDetail .box {
  width: 50%;
}

.newsDetail .title {
  border-bottom: 1px solid #ececee;
  margin-bottom: 3.3783783784%;
  padding-bottom: 1.1261261261%;
}

.newsDetail .title .date {
  font-size: 15px;
  color: #8EC31F;
  margin-bottom: 1.1261261261%;
}

.newsDetail .title .share {
  text-align: right;
}

.newsDetail .title .share span {
  color: #000;
  margin-right: 2.2522522523%;
}

.newsDetail .title .shareBox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

@media screen and (max-width: 875px) {
  .news_01 .tit {
    font-size: 18px;
  }

  .newsDetail .tit {
    font-size: 20px;
  }

  .news_01 .share {
    width: 100%;
    margin-top: 10px;
  }

  .newsDetail {
    border-right: none;
  }
}

.productDetail {
  margin-top: 6.1936936937%;
  padding-right: 6.7567567568%;
  border-right: 1px solid #ccc;
}

.productDetail .tit {
  font-size: 40px;
  color: #151515;
  display: inline-block;
  margin-bottom: 3.3783783784%;
}

.productDetail .box {
  width: 50%;
}

.productDetail .title {
  margin-bottom: 3.3783783784%;
  padding-bottom: 1.1261261261%;
}

.productDetail .title .share {
  text-align: right;
}

.productDetail .title .share span {
  color: #000;
  margin-right: 2.2522522523%;
}

.productDetail .title .shareBox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

@media screen and (max-width: 875px) {
  .news_01 .tit {
    font-size: 18px;
  }

  .news_01 .share {
    width: 100%;
    margin-top: 10px;
  }
}

.dan_01 .block_02 {
  width: 62.7737226277%;
  margin: 0 auto 7.96875%;
}

.dan_01 .block_11 {
  margin-bottom: 0px;
}

.contact_01 .contactBot {
  padding-top: 5.7291666667%;
  padding-bottom: 3.6458333333%;
}

.contact_01 .contactBot .title {
  font-size: 40px;
  color: #000;
  margin-bottom: 2.9197080292%;
}

.contact_01 .contactBot .des {
  font-size: 15px;
  color: #8EC31F;
  margin-top: 12px;
  margin-bottom: 35px;
}

.contact_01 .leftWrap {
  width: 31.3868613139%;
}

.contact_01 .rightWrap {
  width: 56.204379562%;
}

.contact_01 .rightWrap .des {
  color: #888888;
}

.contact_01 .msg>li {
  display: block;
  position: relative;
  color: #000;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 16px;
}

.contact_01 .msg>li:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  top: -7px;
  left: 0;
  color: #8EC31F;
  width: 30px;
  text-align: center;
  font-size: 24px;
}

.contact_01 .msg>li>span {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}

.contact_01 .msg>li>.wrap {
  display: inline-block;
  vertical-align: top;
}

.contact_01 .msg>li>.wrap>a {
  display: block;
}

.contact_01 .msg>li a {
  color: #222931;
}

.contact_01 .msg>li a:hover {
  text-decoration: underline;
  color: #8EC31F;
}

.contact_01 .msg>li.eml:before {
  content: "\e6c6";
}

.contact_01 .msg>li.tel:before {
  content: "\e6c7";
}

.contact_01 .msg>li.add:before {
  content: "\e605";
}

.contact_01 .msg>li.skype:before {
  content: "\e632";
}

.contact_01 .msg>li.fax:before {
  content: "\e6b5";
}

.contact_01 .msg>li.whatsapp:before {
  content: "\e6bc";
}

.contact_01 .msg>li.mob:before {
  content: "\e608";
}

.contact_01 .msg>li.tit {
  padding-left: 0;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 875px) {
  .contact_01 .leftWrap {
    width: 100%;
  }

  .contact_01 .msg>li {
    margin-bottom: 15px;
  }

  .contact_01 .contactBot .des {
    margin-bottom: 20px;
  }

  .contact_01 .contactBot {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .contact_01 .rightWrap {
    width: 100%;
    margin-top: 30px;
  }

  .contact_01 .contactBot .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 875px) {
  .dan_01 {
    padding-top: 20px;
  }
}

.pageNum {
  max-width: 100%;
}

.pageNum li{
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 6px;
}
.pageNum a,
.pageNum span {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 6px;
  line-height: 20px;
  padding: 5px 12px;
  color: #333;
  border: 1px solid #D7D7D5;
}
.pageNum a{
  display: block;
  margin: 0;
}
.pageNum li.current a{
  background: #8EC31F;
  color: #fff;
}
.pageNum span.current,
.pageNum a:hover {
  background: #8EC31F;
  color: #fff;
}

@media screen and (max-width: 450px) {
  .pageNum {
    font-size: 12px;
  }
}

.prenext {
  text-transform: capitalize;
  padding-top: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.prenext div {
  display: inline-block;
  padding-right: 3px;
  color: #000;
}

.prenext a {
  color: #8EC31F;
  font-weight: bold;
}

.shareBox {
  margin-top: 30px;
}

#menuBtn {
  background: #222931;
}

#footerToolBar {
  background: #8EC31F;
}

.iniBanner .item {
  display: none;
}

.iniBanner .item:first-child {
  display: block;
}

.slick-slider .slick-track .item {
  display: block;
}

#chatToolBox #chatToolMail {
  background: #8EC31F;
}

@media screen and (max-width: 875px) {
  #footer {
    margin-bottom: 47px;
  }

  #footerMap {
    display: none;
  }
}

#goTop {
  background: #8EC31F;
}

.dan_03 {
  margin-top: 6.1936936937%;
  padding-right: 6.7567567568%;
  border-right: 1px solid #ccc;
  padding-bottom: 5%;
}

@media screen and (max-width: 875px) {
  .dan_03 {
    padding-top: 0;
    padding-bottom: 35px;
    margin-top: 0;
    border: 0;
    padding-right: 0;
  }
}

.proPDF {
  padding-top: 10px;
}

.proPDF li {
  display: inline-block;
  position: relative;
}

.proPDF li span {
  font-size: 12px;
  width: 150px;
  position: absolute;
  line-height: 1.1;
  bottom: 100%;
  left: 0;
  background: #E1E1E1;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  display: none;
}

.proPDF li span:before {
  content: "";
  border-top: 6px solid #E1E1E1;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 20px;
  top: 100%;
}

.block09_T42 .block09_T42Slick .slick-prev,
.block09_T42 .block09_T42Slick .slick-next {
  background: #8EC31F !important;
  border: 2px solid #8EC31F !important;
}

.block_12 .form .product_btn,
.block_08 .list-item .box .iconWrap,
#banner .slick-dots li.slick-active button {
  background: #8EC31F !important;
}


#main .insideBanner {
  display: none !important;
}

.block_10 .box .list-desc .timer,
.block_05 .box .num {
  color: #8EC31F !important;
}

.entm-field_editor{
  line-height:1.75;
  color: #333;
}