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 {
  -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 {
  -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.57143%;
  height: 78.57143%;
  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;
  -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: 14px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.box.justify {
  text-align: justify;
  height: 350px;
}




#pageNum {
  font-family: Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}




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;
}



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("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
}

@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans.eot");
  src: local("OpenSans"), url("../fonts/opensans.eot") format("embedded-opentype"), url("../fonts/opensans.woff") format("woff"), url("../fonts/opensans.woff2") format("woff2"), url("../fonts/opensans.ttf") format("truetype"), url("../fonts/opensans.svg#opensans") format("svg");
}




*: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: 1170px;
}

@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: #FE7D0B;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #fff;
  display: none;
}

#menuBtn,
#setBtn {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  top: 0;
  cursor: pointer;
  z-index: 999;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

#menuBtn:before,
#setBtn:before {
  font-family: icomoon;
  color: #fff;
}

#menuBtn.active:before,
#setBtn.active:before {
  content: '\e60b';
  font-size: 24px;
}

#menuBtn {
  padding-right: 6px;
  float: right;
  margin-right: 5px;
}

#menuBtn:before {
  content: '\e637';
  font-size: 36px;
}

#setBtn {
  padding-left: 6px;
  float: left;
  margin-left: 5px;
}

#setBtn:before {
  content: '\e638';
  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: #3c92e2;
  border: 1px solid #3c92e2;
}

#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;
}


.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;
  z-index: 2;
  background: #fff;
}

.headerTop {
  height: 42px;
  line-height: 42px;
  background: #292929;
}

.headerTop .add {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.headerTop .add:before {
  content: "\e600";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -5px;
  font-family: icomoon;
  color: #105697;
  font-size: 16px;
}

.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: 30px;
  padding-left: 30px;
}

.headerTop .msg li:before {
  display: block;
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #105697;
  position: absolute;
  top: 0;
  left: 0;
}

.headerTop .msg li .wrap {
  display: inline-block;
  vertical-align: middle;
}

.headerTop .msg li .text {
  display: block;
  font-size: 14px;
  color: #fff;
}

.headerTop .msg li .text:hover {
  color: #105697;
}

.headerTop .msg li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.headerTop .msg .tel:before {
  content: "\e6c7";
  font-size: 16px;
}

.headerTop .msg .eml:before {
  content: "\e6c6";
  font-size: 18px;
}

.headerTopRig .shareWrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}

.headerTopRig .shareWrap>li {
  margin-right: 2px;
  display: inline-block;
}

.headerTopRig .shareWrap>li:last-child {
  margin-right: 0;
}

.headerTopRig .shareWrap>li>a {
  display: inline-block;
  height: 30px;
  width: 30px;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.headerTopRig .shareWrap>li>a:before {
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #fff;
}

.headerTopRig .shareWrap>li>a.fb:before {
  content: "\e62c";
}

.headerTopRig .shareWrap>li>a.tt:before {
  content: '\e62b';
}

.headerTopRig .shareWrap>li>a.in:before {
  content: "\e630";
}

.headerTopRig .shareWrap>li>a.yt:before {
  content: "\e631";
}

.headerTopRig .shareWrap>li>a.gg:before {
  content: "\e62d";
}

.headerTopRig .shareWrap>li>a:hover:before {
  color: #105697;
}

.lang {
  display: inline-block;
  vertical-align: middle;
}

.lang li {
  display: inline-block;
  margin-right: 15px;
}

.lang li:last-child {
  margin-right: 0;
}

.lang li a {
  color: #fff;
}

.lang li:hover>a,
.lang li.active>a {
  color: #105697;
}

.headerMid {
  text-align: right;
}

.headerMid .box {
  vertical-align: middle;
}

.headerMid .center {
  position: relative;
  padding-top: 23px;
  padding-bottom: 17px;
}

#nav {
  font-size: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  margin-right: 15px;
}

#nav>li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

#nav>li:last-child {
  margin-right: 0;
}

#nav>li>a {
  display: block;
  color: #111;
  font-size: 16px;
  padding: 18px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}

#nav>li.active>a,
#nav>li.selected>a {
  color: #105697;
}

#nav>li.active>a:before,
#nav>li.selected>a:before {
  left: 0;
  right: 0;
}

#nav>li>ul {
  display: block;
  width: 270px;
  position: absolute;
  top: 100%;
  left: -20px;
  background: #105697;
  padding: 25px 0;
  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);
  margin-top: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}

#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: #fff;
  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;
}

#nav>li>ul>li>a:before {
  content: "\e624";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  top: 7px;
  right: 20px;
  font-size: 18px;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  filter: alpha(opacity=0);
  opacity: 0;
}

#nav>li>ul>li.hasUl>a:before {
  filter: alpha(opacity=100);
  opacity: 1;
}

#nav>li>ul>li:hover>a,
#nav>li>ul>li.active>a {
  background: #3c92e2;
}

#nav>li>ul>li>ul {
  display: none;
  width: 270px;
  position: absolute;
  top: -25px;
  left: 100%;
  background: #105697;
  padding: 25px 0;
  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);
}

#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: #fff;
  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;
  position: relative;
}

#nav>li>ul>li>ul>li:hover>a,
#nav>li>ul>li>ul>li.active>a {
  background: #3c92e2;
}

#nav>li.selected>ul {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #111;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 3px;
}

.seaBtn:before {
  content: "\e655";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.seaBtn.selected:before {
  content: "\e60b";
}

.searchWrap {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 1;
}

.searchWrap .searchCont {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 100%;
  height: 100%;
  padding: 0 120px 0 45px;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 3px 0 0 3px;
  color: black;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap label {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  color: #5F656D;
  text-transform: capitalize;
  padding-left: 45px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.searchWrap .searchBtn {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 10px;
  color: #105697;
  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: #292929;
}

.searchWrap i {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #105697;
  font-size: 16px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

@media screen and (max-width: 1200px) {
  #header.indexHeader {
    position: static;
    background: #1D1D1D;
  }

  #logo,
  .headerMidRig {
    width: 100%;
    text-align: center;
  }

  .headerMidRig {
    margin-top: 25px;
  }

  .topRig {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #nav {
    margin-left: 0;
  }

  #header {
    position: relative;
  }

  .headerMid .center {
    padding-bottom: 0;
  }

  .headerMid {
    position: relative;
  }
}

@media screen and (max-width: 875px) {
  .topRig {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .headerTtnWrap {
    display: block;
  }

  #header {
    text-align: center;
    padding-top: 40px;
    z-index: 99;
  }

  .headerTop {
    width: 100%;
    position: fixed;
    top: 43px;
    left: 0;
    z-index: 999;
    margin: 0;
    display: none;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    text-align: center;
    height: auto;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #292929;
    text-align: center;
  }

  .headerTop .center {
    text-align: center;
  }

  .headerTop .msg {
    margin-right: 0;
  }

  #header .headerTopRig {
    display: block;
    text-align: center;
  }

  .lang {
    display: block;
  }

  .lang li a {
    color: #fff;
  }

  .headerTop .shareWrap {
    margin-left: 0;
  }

  #nav {
    width: 75%;
    position: fixed;
    float: none;
    top: 40px;
    right: 0;
    z-index: 100;
    margin: 0;
    display: none;
    background: #105697;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }

  #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;
    border-right: 0;
  }

  #nav>li:hover,
  #nav>li.active {
    background: #3c92e2;
  }

  #nav>li:hover a,
  #nav>li.active a {
    color: white;
    background: none;
  }

  #nav>li:hover:before,
  #nav>li.active:before {
    display: none;
  }

  #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;
  }

  #logo {
    margin-bottom: 20px;
  }

  .headerBot {
    text-align: center;
  }

  .headerMid .msg {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .headerMid .msg li,
  .headerMid .msg li:last-child {
    border: 0;
    margin: 5px;
    padding: 0;
  }

  .headerMidRig {
    margin-top: 10px;
  }

  .headerMid .msg li img {
    display: none;
  }

  .headerBot .center {
    position: static;
  }

  .seaBtn {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 99;
    margin-top: 0;
  }

  #logo,
  .headerMidRig {
    width: 100%;
    text-align: left;
  }

  #logo img {
    width: 20%;
  }

  .searchWrap {
    width: 100%;
    top: 100%;
    height: 43px;
    z-index: 9999;
    padding: 0;
  }

  .searchWrap .searchCont {
    top: 0;
    right: 0;
    bottom: 0;
  }

  .searchWrap .search {
    min-height: 43px;
  }

  .headerBot {
    position: static;
  }

  .headerMid .msg li .text {
    font-size: 14px;
  }

  .headerMid .msg li .wrap {
    text-align: left;
  }
}

#footer {
  background: #1D1D1D;
}

.footerTop {
  padding-top: 5.20833%;
  position: relative;
  padding-bottom: 4.16667%;
}

.footerTop .title {
  font-size: 24px;
  text-align:left;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.footerTop .title:before {
  content: "";
  height: 2px;
  width: 60px;
  background: #105697;
  position: absolute;
}

.footerTop .title:before {
  left: 0;
  bottom: 0;
  width: 50px;
  background: #105697;
  height: 2px;
}

.footerContact {
  width: 26.49573%;
}

.footerContact ul>li {
  position: relative;
  color: #b3b3b3;
  font-size: 14px;
  margin-bottom: 1px;
  padding: 20px 0 20px 42px;
  border-bottom: 1px solid #373737;
}

.footerContact ul>li:first-child {
  padding-top: 0;
}

.footerContact ul>li:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  top: 20px;
  left: 0;
  color: #105697;
}

.footerContact ul>li>span {
  text-transform: uppercase;
  display: block;
  font-family: 'hindbold', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.footerContact ul>li>a {
  color: #b3b3b3;
}

.footerContact ul>li>a:hover {
  text-decoration: underline;
  color: #105697;
}

.footerContact ul>li .cont {
  color: #b3b3b3;
}

.footerContact ul>li.eml:before {
  content: "\e6c6";
  font-size: 20px;
  top: 15px;
  left: 1px;
}

.footerContact ul>li.tel:before {
  content: "\e6c7";
  left: 2px;
  font-size: 18px;
  top: 15px;
}

.footerContact ul>li.wx:before {
  content: "\e649";
  left: 2px;
  font-size: 18px;
  top: 16px;
}

.footerContact ul>li.skype:before {
  content: "\e632";
  left: 2px;
  font-size: 20px;
  top: 15px;
}

.footerContact ul>li.add:before {
  content: "\e605";
  font-size: 20px;
  top: -2px;
}

.footerContact ul>li.mob:before {
  content: "\e609";
  left: 2px;
  font-size: 20px;
  top: 15px;
}

.footerContact ul>li.whatsapp:before {
  content: "\e6b8";
  left: 2px;
  font-size: 21px;
  top: 15px;
}

.footerContact ul>li.fax:before {
  content: "\e6b5";
  left: 2px;
  font-size: 20px;
  top: 15px;
}

.footerAbout {
  width: 22.64957%;
}

.footerAbout .des {
  font-size: 14px;
  line-height: 24px;
  max-height: 192px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  color: #b3b3b3;
  margin-top: 40px;
}

.footerMenu {
  width: 22.22222%;
}

.footerMenu ul li {
  margin-bottom: 1px;
  padding: 12px 0;
  border-bottom: 1px solid #373737;
}

.footerMenu ul li:first-child {
  padding-top: 0;
}

.footerMenu ul li a {
  display: block;
  color: #b3b3b3;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}

.footerMenu ul li a:before {
  content: "\e624";
  color: #fff;
  position: absolute;
  top: -4px;
  left: 0;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 20px;
}

.footerMenu ul li a:hover {
  color: #105697;
}

.footerPro {
  width: 21.79487%;
}

.footerPro ul li {
  margin-bottom: 1px;
  padding: 12px 0;
  border-bottom: 1px solid #373737;
}

.footerPro ul li:first-child {
  padding-top: 0;
}

.footerPro ul li a {
  display: block;
  color: #b3b3b3;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}

.footerPro ul li a:before {
  content: "\e624";
  color: #fff;
  position: absolute;
  top: -4px;
  left: 0;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 20px;
}

.footerPro ul li a:hover {
  color: #105697;
}

.footerShareWrap {
  margin-top: 15.09434%;
}

.footerShareWrap>ul>li {
  margin-right: 1px;
  display: inline-block;
}

.footerShareWrap>ul>li:last-child {
  margin-right: 0;
}

.footerShareWrap>ul>li>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #b3b3b3;
  font-size: 18px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  /* border: 1px solid #105697; */
  border-radius: 5px;
}

.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: #105697;
}

.footerBot {
  padding-top: 1.30208%;
  padding-bottom: 1.04167%;
  text-align: center;
  background: #000000;
}

.footerBot .copyRight {
  display: inline-block;
  margin-right: 40px;
  color: #fff;
}

.footerBot .support {
  display: inline-block;
}

.footerBot .support a {
  color: #105697;
}

.footerBot .support a:hover {
  text-decoration: underline;
}

.footerContact ul>li span {
  display: none;
}

@media screen and (max-width: 875px) {
  .footerTop {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footerContact ul>li span {
    display: inline-block;
  }

  .footerAbout .des,
  .footerTop .footerPro,
  .footerTop .footerMenu {
    display: none;
  }

  .footerTop .top .box {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footerTop .top .box ul {
    margin-top: 15px;
  }

  .footerBot {
    padding-bottom: 20px;
    padding-top: 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;
  }

  .footerTop .title:before {
    display: none;
  }

  .footerPro .tit {
    display: block;
    margin-top: 10px;
  }

  .footerContact ul>li {
    padding: 0;
    border: 0;
  }

  .footerTop .title {
    font-size: 20px;
    padding-bottom: 0;
  }

}

@media screen and (max-width: 500px) {
  .footerBot .center>div {
    width: 100%;
  }
}

.crumbsWrap {
  padding: 6.77083% 0 6.51042%;
  position: relative;
  overflow: hidden;
}

.crumbsWrap i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: url(../images/banner_bg.png); */
}

.crumbsWrap .bg {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.crumbsWrap .box {
  vertical-align: middle;
}

.crumbsWrap .wrap {
  position: relative;
}

.crumbsWrap .cateName {
  color: #4985fd;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.crumbsWrap .crumbs {
  color: #4985fd;
  font-size: 14px;
  text-transform: capitalize;
}

.crumbsWrap .crumbs a {
  color: #4985fd;
}

.crumbsWrap .crumbs a:hover {
  color: #105697;
}

@media screen and (max-width: 1400px) {
  .crumbsWrap .cateName {
    font-size: 30px;
  }
}

@media screen and (max-width: 875px) {
  .crumbsWrap .cateName {
    font-size: 14px;
    font-family: 'hindbold', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  }
}

@media screen and (max-width: 600px) {
  .crumbsWrap {
    padding: 40px 0;
  }
}

.paddingStyle {
  padding-top: 4.16667%;
  padding-bottom: 3.38542%;
}

.bgColor {
  background: #EFEFEF;
}

@media screen and (max-width: 1200px) {
  .paddingStyle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content {
  padding-bottom: 4.16667%;
  position: relative;
  padding-top: 3.125%;
}

.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: 27.35043%;
  float: right;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#aside .asideTitle {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  white-space: nowrap;
  font-size: 0;
}

#aside .asideTitle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

#aside .asideTitle .textMidSon {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
}

#aside .asideTitle .textMidSon {
  display: inline-block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #111;
  vertical-align: bottom;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

#aside .asideTitle .textMidSon:before {
  content: "";
  height: 2px;
  width: 60px;
  background: #105697;
  position: absolute;
}

#aside .asideTitle .textMidSon:before {
  left: 0;
  bottom: 0;
}

#aside .asideList {
  background: #fff;
  margin-top: 20px;
}

#aside .asideList>li {
  position: relative;
}

#aside .asideList>li:last-child {
  margin-bottom: 0;
}

#aside .asideList>li>a {
  display: block;
  padding: 15px 10px 15px 50px;
  color: #292929;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
}

#aside .asideList>li>a:before {
  content: "\e624";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #105697;
  position: absolute;
  top: 4px;
  left: 20px;
  font-size: 30px;
}

#aside .asideList>li:hover>a {
  color: #fff;
  background: #105697;
  padding-left: 60px;
}

#aside .asideList>li:hover>a:before {
  color: #fff;
}

#aside .asideList>li.active>a:before {
  color: #fff;
}

#aside .asideList>li.active>a {
  color: #fff;
  background: #105697;
  padding-left: 60px;
}

#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 12.5%;
  color: #5f656d;
  position: relative;
}

#aside .asideList>li>ul>li:hover>a,
#aside .asideList>li>ul>li.active>a {
  color: #105697;
}

#aside .asideList>li>ul>li:hover>a:before,
#aside .asideList>li>ul>li.active>a:before {
  background: #105697;
}

#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;
    padding-bottom: 40px;
  }

  #aside {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  #aside .asideTitle {
    background: #105697;
    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 .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: #105697;
    border: 0;
  }

  #aside .asideList>li:hover>a,
  #aside .asideList>li.active>a {
    background: #3c92e2;
  }

  #aside .asideList>li.active>ul {
    display: none;
  }

  #aside .asideList>li>ul {
    display: none;
  }

  #aside .asideTitle .textMidSon {
    color: #fff;
  }

  #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: 68.37607%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  min-height: 700px;
  -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;
  }

  #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: 14.0625%;
}

.asidePro .title {
  font-size: 24px;
  color: #111;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
  font-weight: bold;
}

.asidePro .title:before {
  content: "";
  height: 2px;
  width: 60px;
  background: #105697;
  position: absolute;
}

.asidePro .title:before {
  top: 100%;
  left: 0;
}

.asidePro .cont {
  margin-top: 9.375%;
}

.asidePro .box {
  width: 100%;
  margin-bottom: 7.8125%;
}

.asidePro .box:last-child {
  margin-bottom: 0;
}

.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: #105697;
}

.asidePro .tit {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  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: #105697;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.asidePro .date:before {
  content: "\e69e";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
  color: #CECFD0;
}

@media screen and (max-width: 875px) {
  .asidePro {
    display: none;
  }
}

.dan01 {
  padding-top: 3.125%;
}

@media screen and (max-width: 875px) {
  .dan01 {
    padding-top: 20px;
  }
}

.products01 {
  text-align: center;
}

.products01 .title {
  font-size: 34px;
  font-weight: bold;
  color: #111;
}

.products01 .desc {
  color: #444;
  line-height: 28px;
  max-height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 9.40171%;
  margin-top: 2.5641%;
}

.products01 .box {
  width: 47.875%;
  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: 3.75%;
}

.products01 .box:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.products01 .line {
  width: 47.875%;
}

.products01 .botWrap {
  padding: 8.57143% 7.14286% 11.42857%;
  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;
  border-bottom: 1px solid #D5D5D5;
}

.products01 .tit {
  font-size: 20px;
  color: #111;
  font-weight: bold;
}

.products01 .tit:hover {
  color: #105697;
}

.products01 .des {
  font-size: 14px;
  color: #444;
  margin-top: 15px;
  line-height: 24px;
  max-height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: none;
}

.products01 .more {
  display: inline-block;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 11.66667%;
}

.products01 .more:hover {
  color: #105697;
}

@media screen and (max-width: 875px) {
  .products01 .botWrap {
    padding: 0;
    margin-top: 10px;
    border-bottom: 0;
  }

  .products01 .tit {
    font-size: 18px;
  }

  .products01 .box:hover {
    background: none;
    box-shadow: none;
  }

  .products01 .des {
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .products01 .box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.products02 {
  text-align: center;
}

.products02.products04 .box {
  width: 31.625%;
}

.products02.products04 .line {
  width: 31.625%;
}

.products02 .box {
  width: 23.76068%;
  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: 3.75%;
}

.products02 .box:hover .tit {
  color: #105697;
}

.products02 .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);
}

.products02 .line {
  width: 23.76068%;
}

.products02 .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: 10px;
}

.products02 .tit {
  font-size: 20px;
  color: #111;
  font-weight: bold;
}

.products02 .tit:hover {
  color: #105697;
}

.products02 .des {
  font-size: 14px;
  color: #444;
  margin-top: 7px;
  line-height: 24px;
  max-height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.products02 .more {
  display: inline-block;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 11.66667%;
}

.products02 .more:hover {
  color: #105697;
}

@media screen and (max-width: 875px) {
  .products02 .tit {
    font-size: 16px;
  }

  .products02 .box,
  .products02 .line {
    width: 31%;
  }

  .products02 .box:hover {
    background: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 600px) {

  .products02 .box,
  .products02.products04 .box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.products03 {
  text-align: center;
}

.products03 .topWrap {
  font-size: 0;
}

.products03 .topWrap li {
  display: inline-block;
  width: 150px;
  height: 50px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 0;
  margin-right: 4px;
  cursor: pointer;
}

.products03 .topWrap li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.products03 .topWrap li .textMidSon {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
}

.products03 .topWrap li .textMidSon {
  font-size: 16px;
  color: #444;
  padding: 0 10px;
  line-height: 1.1;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.products03 .topWrap li.selected {
  border-color: #105697;
  background: #105697;
  color: #fff;
}

.products03 .botWrap {
  margin-top: 4.2735%;
}

.products03 .botWrap .wrap {
  width: 110%;
}

.products03 .botWrap .cont {
  width: 30.30303%;
  position: relative;
  overflow: hidden;
  float: left;
}

.products03 .botWrap .cont:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.products03 .botWrap .cont:hover .tit {
  margin-top: -80px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.products03 .botWrap .cont:hover .more {
  top: 50%;
  margin-top: -22.5px;
}

.products03 .botWrap .cont:hover img {
  transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
}

.products03 .botWrap .cont:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.products03 .botWrap .img img {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.products03 .botWrap .tit {
  width: 100%;
  height: 80px;
  background: #105697;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  z-index: 1;
}

.products03 .botWrap .tit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.products03 .botWrap .tit .textMidSon {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
}

.products03 .botWrap .tit .textMidSon {
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.products03 .botWrap .more {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -22.5px;
  transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  -moz-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  -o-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  -ms-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  z-index: 1;
}

.products03 .botWrap .more:before {
  content: "\e659";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #111;
}

.products03 .botWrap .more:hover:before {
  color: #105697;
}

@media screen and (max-width: 875px) {
  .products03 {
    margin-bottom: 40px;
  }

  .products03 .title {
    font-size: 24px;
  }

  .products03 .botWrap {
    margin-top: 20px;
  }

  .products03 .topWrap li .textMidSon,
  .products03 .botWrap .tit .textMidSon {
    font-size: 14px;
  }

  .products03 .botWrap .tit {
    height: 50px;
  }

  .products03 .botWrap .cont:hover .tit {
    margin-top: -50px;
  }

  .products03 .botWrap .more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .products03 .topWrap li {
    height: 40px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 700px) {
  .products03 .botWrap .cont {
    width: 45.45455%;
  }
}

.proDetail {
  padding-bottom: 2.60417%;
}

.proDetail .proDetTop .left {
  width: 36%;
  position: relative;
  float: left;
}

.proDetail .proDetTop .rig {
  width: 56%;
  float: right;
}

.proDetail .proDetTop .rig .cate {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: #105697;
  padding: 0 10px;
  min-width: 95px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.proDetail .proDetTop .rig .tit {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.proDetail .proDetTop .rig .des {
  font-size: 15px;
  line-height: 25px;
  color: #5f656d;
  margin-top: 5px;
}

.proDetail .proDetTop .rig .playbtn {
  display: inline-block;
  margin-top: 4.2735%;
}

.proDetail .proDetTop .rig .toContact {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.proDetail .proDetTop .rig .toContact span {
  display: inline-block;
  vertical-align: middle;
  color: #105697;
}

.proDetail .proDetTop .rig .toContact:before {
  content: "\e666";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #105697;
  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;
}

.proDetail .proDetTop .rig .msg {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}

.proDetail .proDetTop .rig .msg li {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-right: 50px;
}

.proDetail .proDetTop .rig .msg li:last-child {
  margin-right: 0;
}

.proDetail .proDetTop .rig .msg li a {
  color: #105697;
}

.proDetail .proDetTop .rig .msg li a:hover {
  color: #105697;
}

.proDetail .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: #105697;
}

.proDetail .proDetTop .rig .msg .tel:after {
  content: "\e691";
  font-size: 20px;
}

.proDetail .proDetTop .rig .msg .eml:after {
  content: "\e67f";
  font-size: 16px;
}

.proDetail .proDetTop .rig .shareWrap {
  margin-top: 8.77193%;
}

.proDetail .proDetTop .rig .shareWrap .name {
  display: inline-block;
  vertical-align: middle;
  color: #105697;
  margin-right: 20px;
  font-size: 18px;
}

.proDetail .proDetTop .rig .btnWrap {
  margin-top: 5.34188%;
}

.proDetail .proDetTop .rig .btnWrap a {
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}

@media screen and (max-width: 875px) {
  .proDetail .proDetTop .rig .btnWrap a {
    padding: 7px 12px;
  }
}

.proDetail .proDetTop .rig .btnWrap .moreBtn {
  background: #105697;
  margin-right: 12px;
}

.proDetail .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;
}

.proDetail .proDetTop .rig .btnWrap .moreBtn:hover {
  background: #292929;
}

.proDetail .proDetTop .rig .btnWrap .toForm {
  display: inline-block;
  vertical-align: middle;
  background: #292929;
  color: #fff;
  text-transform: uppercase;
}

.proDetail .proDetTop .rig .btnWrap .toForm:before {
  display: inline-block;
  content: "\e604";
  color: #105697;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
}

.proDetail .proDetTop .rig .btnWrap .toForm:hover {
  background: #105697;
}

.proDetail .proDetTop .rig .btnWrap .toForm:hover:before {
  color: #fff;
}

.proDetail .proDetTop .rig .shareBox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.proDetail .proBanner .item {
  position: relative;
}

.proDetail .proBanner .playBtn {
  display: block;
  width: 13.0719%;
  padding-top: 13.0719%;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
}

.proDetail .proBanner .playBtn:before {
  width: 68%;
  height: 68%;
}

.proDetail .proBanner .playBtn:after {
  font-size: 40px;
}

.proDetail .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;
}

.proDetail .proBanner .slick-dots li button {
  background: #D2E4F4;
  height: 11px;
  width: 105px;
  border-radius: 0;
}

.proDetail .proBanner .slick-dots li.slick-active button {
  background: #105697;
}

@media screen and (max-width: 875px) {
  .proDetail .proBanner .slick-dots li button {
    width: 60px;
    height: 8px;
  }
}

.proDetail .proUl {
  margin-top: 20px;
  margin-right: -10px;
}

.proDetail .proUl .item {
  margin-right: 10px;
  cursor: pointer;
}

.proDetail .proUl .slick-prev {
  left: 0;
}

.proDetail .proUl .slick-prev:before {
  content: "\e63b";
}

.proDetail .proUl .slick-next {
  right: 20px;
}

.proDetail .proUl .slick-next:before {
  content: "\e63c";
}

.proDetail .proUl .slick-prev,
.proDetail .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) {
  .proDetail .proDetail .title {
    font-size: 45px;
  }

  .proDetail .proDetTop .rig .title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 875px) {
  .proDetail .proDetail {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .proDetail .proDetail .title {
    font-size: 30px;
  }

  .proDetail .proDetTop .rig .playBtn span {
    display: none;
  }

  .proDetail .proDetTop .rig .playBtn:after {
    top: 0;
    margin: auto;
  }

  .proDetail .proDetMid .shareWrap {
    display: block;
    margin-top: 10px;
  }

  .proDetail .proDetTop .rig .shareWrap .name {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .proDetail .proBanner .playBtn {
    width: 60px;
    height: 60px;
    padding-top: 0;
  }

  .proDetail .proDetMid {
    margin-top: 10px;
  }

  .proDetail .proDetTop .left {
    width: 100%;
  }

  .proDetail .proDetTop .rig {
    width: 100%;
    margin-top: 20px;
  }

  .proDetail .proDetTop .rig .videoContact {
    margin-top: 20px;
  }

  .proDetail .proDetTop .rig .shareWrap {
    margin-top: 20px;
  }

  .proDetail .proDetTop .rig .tit {
    margin-top: 20px;
    font-size: 24px;
  }
}

.proDetail .proDetTags {
  margin-top: 6.83761%;
}

.proDetail .proDetTags #tags {
  text-transform: uppercase;
  padding: 0 10px;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.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;
  padding: 1.28205% 2.99145%;
  position: absolute;
}

.proDetail .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;
}

.proDetail .proDetTags #proDes #tags li:last-child {
  margin-right: 0;
}

.proDetail .proDetTags #proDes #tags li {
  cursor: pointer;
  font-size: 15px;
  color: #A3A3A3;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}

.proDetail .proDetTags #proDes #tags li.selected {
  color: #000;
  border: 1px solid #E6E8E8;
}

.proDetail .proDetTags #proDes #tags li.selected:before {
  display: block;
}

.proDetail .proDetTags .tagContent:first-child {
  display: block;
}

.proDetail .proDetTags #proDes .tagContent {
  padding: 30px;
  box-sizing: border-box;
}

.proDetail .proDetTags .tagContent {
  word-wrap: break-word;
  word-break: break-word;
  overflow: auto;
  display: none;
  border: 1px solid #E6E8E8;
  margin-top: -1px;
}

.proDetail .proDetTags .tagContent.selected {
  display: block;
}

@media screen and (max-width: 875px) {
  .proDetail .proDetTags {
    margin-top: 35px;
  }

  .proDetail .proDetTags #proDes .tagContent {
    padding: 20px 10px;
  }
}

.proDetail .proForm {
  margin-top: 3.4188%;
}

.proDetail .proForm .title {
  font-size: 20px;
  color: #222931;
  position: relative;
  padding-top: 15px;
  text-transform: uppercase;
  margin-bottom: 2.99145%;
  font-weight: bold;
}

.proDetail .proForm .title:before {
  content: "";
  height: 2px;
  width: 60px;
  background: #105697;
  position: absolute;
}

.proDetail .proForm .title:before {
  top: 0;
  left: 0;
}

@media screen and (max-width: 875px) {
  .proDetail .proForm {
    margin-top: 40px;
  }

  .proDetail .proForm .title {
    font-size: 18px;
  }
}

.proDetail .proRecommend {
  margin-top: 4.2735%;
}

.proDetail .proRecommend .title {
  font-size: 20px;
  color: #222931;
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  font-weight: bold;
}

.proDetail .proRecommend .title:before {
  content: "";
  height: 2px;
  width: 60px;
  background: #105697;
  position: absolute;
}

.proDetail .proRecommend .title:before {
  top: 0;
  left: 0;
}

.proDetail .proRecommend .wrap {
  margin-top: 2.13675%;
}

.proDetail .proRecommend .box {
  width: 30.08547%;
  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: 2.5641%;
}

.proDetail .proRecommend .box:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.proDetail .proRecommend .line {
  width: 30.08547%;
}

.proDetail .proRecommend .botWrap {
  padding: 8.57143% 7.14286% 11.42857%;
  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;
  border-bottom: 1px solid #D5D5D5;
}

.proDetail .proRecommend .tit {
  font-size: 20px;
  color: #111;
  font-weight: bold;
}

.proDetail .proRecommend .tit:hover {
  color: #105697;
}

.proDetail .proRecommend .des {
  font-size: 14px;
  color: #444;
  margin-top: 15px;
  line-height: 24px;
  max-height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.proDetail .proRecommend .more {
  display: inline-block;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 11.66667%;
}

.proDetail .proRecommend .more:hover {
  color: #105697;
}

@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;
  }
}

.proDetail02 .titWrap .title {
  width: 100%;
  font-size: 30px;
  font-family: 'hindbold', Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #105697;
}

.proDetail02 .titWrap .shareWrap {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

.proDetail02 .titWrap .shareWrap span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.proDetail02 .titWrap .shareWrap .shareBox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.proDetail02 .proBanner {
  margin-top: 15px;
}

.proDetail02 .proBanner .item {
  position: relative;
}

.proDetail02 .proBanner .play img {
  display: block;
  width: 12.5%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.proDetail02 .proBanner .slick-dots {
  bottom: 0;
  margin-bottom: -35px;
}

.proDetail02 .proBanner .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
}

.proDetail02 .proBanner .slick-dots li.slick-active button {
  background: #105697;
}

.proDetail02 .proDetTags {
  margin-top: 11.875%;
}

.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;
  position: relative;
  margin-right: 45px;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.proDetail02 .proDetTags #proDes #tags li:last-child {
  margin-right: 0;
}

.proDetail02 .proDetTags #proDes #tags li:before {
  content: "";
  height: 3px;
  width: 100%;
  background: #105697;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.proDetail02 .proDetTags #proDes #tags li:last-child {
  margin-right: 0;
}

.proDetail02 .proDetTags #proDes #tags li {
  cursor: pointer;
  font-size: 20px;
  color: #888;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}

.proDetail02 .proDetTags #proDes #tags li.selected {
  color: #105697;
}

.proDetail02 .proDetTags #proDes #tags li.selected:before {
  display: block;
}

.proDetail02 .proDetTags .tagContent:first-child {
  display: block;
}

.proDetail02 .proDetTags #proDes .tagContent {
  padding: 30px 0;
  box-sizing: border-box;
}

.proDetail02 .proDetTags .tagContent {
  word-wrap: break-word;
  word-break: break-word;
  overflow: auto;
  display: none;
  border-top: 1px solid #E6E8E8;
}

.proDetail02 .proDetTags .tagContent.selected {
  display: block;
}

@media screen and (max-width: 875px) {
  .proDetail02 .proDetTags {
    margin-top: 55px;
  }

  .proDetail02 .proDetTags #proDes .tagContent {
    padding: 20px 0;
  }

  .proDetail02 .titWrap .title {
    font-size: 20px;
  }

  .proDetail02 .proDetTags #proDes #tags li {
    font-size: 16px;
  }
}

.proDetail02 .proRecommend {
  margin-top: 4.2735%;
}

.proDetail02 .proRecommend .title {
  font-size: 20px;
  color: #222931;
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  font-weight: bold;
}

.proDetail02 .proRecommend .title:before {
  content: "";
  height: 2px;
  width: 60px;
  background: #105697;
  position: absolute;
}

.proDetail02 .proRecommend .title:before {
  top: 0;
  left: 0;
}

.proDetail02 .proRecommend .wrap {
  margin-top: 2.13675%;
}

.proDetail02 .proRecommend .box {
  width: 30.08547%;
  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: 2.5641%;
}

.proDetail02 .proRecommend .box:hover .tit {
  color: #105697;
}

.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 .line {
  width: 30.08547%;
}

.proDetail02 .proRecommend .botWrap {
  padding: 8.57143% 0 11.42857%;
  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;
  border-bottom: 1px solid #D5D5D5;
}

.proDetail02 .proRecommend .tit {
  font-size: 20px;
  color: #111;
  font-weight: bold;
}

.proDetail02 .proRecommend .tit:hover {
  color: #105697;
}

.proDetail02 .proRecommend .des {
  font-size: 14px;
  color: #444;
  margin-top: 15px;
  line-height: 24px;
  max-height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.proDetail02 .proRecommend .more {
  display: inline-block;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 11.66667%;
}

.proDetail02 .proRecommend .more:hover {
  color: #105697;
}

@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;
  }
}

.listDefault_02 {
  padding-bottom: 2.60417%;
}

.listDefault_02 .wrap {
  overflow: hidden;
}

.listDefault_02 .cont {
  width: 110%;
  padding-bottom: 3.4188%;
}

.listDefault_02 .fBox {
  width: 30.30303%;
  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;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11.53846% 7.69231%;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
}

.listDefault_02 .shade01 .tit {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #105697;
  display: inline-block;
  padding: 0 10px;
  min-width: 80px;
  -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.18182%;
}

.listDefault_02 .shade02 {
  width: 100%;
  height: 100%;
  background: rgba(9, 35, 66, 0.9);
  position: absolute;
  top: 0;
  right: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11.53846% 7.69231%;
}

.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: 2px;
  width: 60px;
  background: #105697;
  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.41026%;
  left: 0;
  margin-left: 7.69231%;
  font-size: 12px;
  font-weight: bold;
  color: #105697;
  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.45455%;
  }

  .listDefault_02 .cont {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 500px) {
  .listDefault_02 .fBox {
    width: 90.90909%;
  }
}

.listDefault_03 {
  padding-bottom: 2.60417%;
}

.listDefault_03 .box {
  width: 31.62393%;
  margin-bottom: 4.2735%;
}

.listDefault_03 .box:hover .shade {
  top: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.listDefault_03 .box:hover .shade .des {
  transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
}

.listDefault_03 .box:hover .shade .more {
  transition: 1s all ease;
  -moz-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
}

.listDefault_03 .box:hover .des,
.listDefault_03 .box:hover .more {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}

.listDefault_03 .line {
  width: 31.62393%;
}

.listDefault_03 .imgWrap {
  display: block;
  position: relative;
}

.listDefault_03 .imgWrap img {
  display: block;
}

.listDefault_03 .shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 12.16216%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 0;
  transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -moz-transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -webkit-transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -o-transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -ms-transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  overflow: hidden;
}

.listDefault_03 .shade:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.listDefault_03 .shade .textMidSon {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
}

.listDefault_03 .shade:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 41, 49, 0.9);
}

.listDefault_03 .des {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transform: translateY(100px);
  -ms-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  position: relative;
  transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -moz-transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -webkit-transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -o-transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -ms-transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
}

.listDefault_03 .more {
  display: inline-block;
  font-size: 12px;
  color: #105697;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15.51724%;
  transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -moz-transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -webkit-transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -o-transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  -ms-transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
  transform: translateY(100px);
  -ms-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  position: relative;
}

.listDefault_03 .more:after {
  content: "\e63c";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #fff;
  display: inline-block;
  margin-left: 17px;
  vertical-align: middle;
  margin-top: -2px;
}

.listDefault_03 .more:hover {
  color: #fff;
}

.listDefault_03 .tit {
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  display: inline-block;
  margin-top: 5.40541%;
  padding-bottom: 10px;
}

.listDefault_03 .tit:before {
  content: attr(data-num);
  font-size: 34px;
  color: #105697;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  margin-top: -7px;
}

.listDefault_03 .tit span {
  font-size: 26px;
  font-weight: bold;
  color: #15233d;
  position: relative;
}

.listDefault_03 .tit span:before {
  content: "";
  height: 2px;
  width: 60px;
  background: #105697;
  position: absolute;
}

.listDefault_03 .tit span:before {
  left: 0;
  top: 100%;
  margin-top: 10px;
}

.listDefault_03 .tit:hover span {
  color: #105697;
}

@media screen and (max-width: 875px) {
  .listDefault_03 {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .listDefault_03 .title {
    font-size: 26px;
  }

  .listDefault_03 .tit:before {
    font-size: 24px;
    margin-right: 5px;
  }

  .listDefault_03 .tit span {
    font-size: 18px;
  }

  .listDefault_03 .desc {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .listDefault_03 .box {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  .listDefault_03 .box {
    width: 100%;
  }
}

.news01 {
  text-align: center;
}

.news01 .title {
  font-size: 34px;
  font-weight: bold;
  color: #111;
}

.news01 .desc {
  color: #444;
  line-height: 28px;
  max-height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 9.40171%;
  margin-top: 2.5641%;
}

.news01 .box {
  width: 30.08547%;
  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: 2.5641%;
}

.news01 .box:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.news01 .line {
  width: 30.08547%;
}

.news01 .botWrap {
  padding: 8.57143% 7.14286% 11.42857%;
  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;
  border-bottom: 1px solid #D5D5D5;
}

.news01 .tit {
  font-size: 20px;
  color: #111;
  font-weight: bold;
}

.news01 .tit:hover {
  color: #105697;
}

.news01 .date {
  color: #105697;
  margin-top: 10px;
}

.news01 .date:before {
  content: "\e69e";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.news01 .des {
  font-size: 14px;
  color: #444;
  margin-top: 15px;
  line-height: 24px;
  max-height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news01 .more {
  display: inline-block;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 11.66667%;
}

.news01 .more:hover {
  color: #105697;
}

@media screen and (max-width: 875px) {
  .news01 .botWrap {
    padding: 0;
    margin-top: 10px;
  }

  .news01 .tit {
    font-size: 18px;
  }

  .news01 .box:hover {
    background: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 600px) {
  .news01 .box {
    width: 47%;
    margin-bottom: 15px;
  }
}

.news02 {
  text-align: center;
}

.news02 .title {
  font-size: 34px;
  font-weight: bold;
  color: #111;
}

.news02 .desc {
  color: #444;
  line-height: 28px;
  max-height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 9.40171%;
  margin-top: 2.5641%;
}

.news02 .box {
  width: 100%;
  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: 5.625%;
}

.news02 .box:hover .date {
  background: rgba(0, 0, 0, 0.8);
}

.news02 .box:hover .tit {
  color: #105697;
}

.news02 .botWrap {
  padding: 3.75% 3.375% 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;
}

.news02 .tit {
  font-size: 20px;
  color: #111;
}

.news02 .tit:hover {
  color: #105697;
}

.news02 .date {
  color: #fff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.news02 .date:before {
  content: "\e69e";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
  color: #105697;
}

.news02 .des {
  font-size: 14px;
  color: #444;
  margin-top: 15px;
  line-height: 24px;
  max-height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news02 .more {
  display: inline-block;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 3.75%;
}

.news02 .more:hover {
  color: #105697;
}

@media screen and (max-width: 500px) {
  .news02 .tit {
    font-size: 16px;
  }
}

.newsDetail.newsDetail02 .title {
  text-align: center;
}

.newsDetail .title {
  font-size: 24px;
  color: #151515;
  line-height: 1;
}

.newsDetail .dateShare {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEE;
}

.newsDetail .date {
  color: #105697;
}

.newsDetail .date:before {
  content: "\e69e";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
  color: #105697;
}

.newsDetail .shareWrap span,
.newsDetail .shareWrap .shareBox {
  display: inline-block;
  vertical-align: middle;
}

.newsDetail .shareWrap span {
  margin-right: 10px;
  color: #333;
}

.newsDetail .shareWrap .shareBox {
  margin-top: 0;
}

.newsDetail .textWrap {
  padding-top: 30px;
  color: #5f656d;
}

@media screen and (max-width: 875px) {
  .newsDetail .title {
    font-size: 20px;
  }

  .newsDetail .shareWrap {
    display: block;
    margin-top: 15px;
  }

  .newsDetail.newsDetail02 .title {
    text-align: left;
  }
}

.contact01.contact02 .contactBot {
  padding-top: 2.60417%;
}

.contact01 .contactBot {
  padding-top: 5.20833%;
  padding-bottom: 4.16667%;
}

.contact01 .contactBot .title {
  font-size: 30px;
  color: #292929;
  text-transform: uppercase;
  font-weight: bold;
}

.contact01 .contactBot .des {
  font-size: 15px;
  color: #5f656d;
  margin-top: 12px;
  margin-bottom: 35px;
}

.contact01 .leftWrap {
  width: 34.18803%;
}

.contact01 .leftWrap .des {
  color: #105697;
}

.contact01 .rightWrap {
  width: 58.97436%;
}

.contact01 .msg>li {
  display: inline-block;
  position: relative;
  color: #222931;
  margin-bottom: 18.51852%;
  padding-left: 45px;
  font-size: 18px;
}

.contact01 .msg>li:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  position: absolute;
  top: -5px;
  left: 0;
  color: #105697;
  width: 30px;
  text-align: center;
  font-size: 26px;
}

.contact01 .msg>li>span {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}

.contact01 .msg>li>.wrap {
  display: inline-block;
  vertical-align: top;
}

.contact01 .msg>li>.wrap>a {
  display: block;
}

.contact01 .msg>li a {
  color: #222931;
}

.contact01 .msg>li a:hover {
  text-decoration: underline;
  color: #105697;
}

.contact01 .msg>li.eml:before {
  content: "\e6c6";
}

.contact01 .msg>li.tel:before {
  content: "\e6c7";
}

.contact01 .msg>li.add:before {
  content: "\e605";
}

.contact01 .msg>li.skype:before {
  content: "\e632";
}

.contact01 .msg>li.fax:before {
  content: "\e6b5";
}

.contact01 .msg>li.whatsapp:before {
  content: "\e6bc";
}

.contact01 .msg>li.mob:before {
  content: "\e608";
}

@media screen and (max-width: 875px) {
  .contact01 .contactBot .title {
    font-size: 20px;
  }

  .contact01 .leftWrap {
    width: 100%;
  }

  .contact01 .msg>li {
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 30px;
  }

  .contact01 .msg>li.add:before {
    font-size: 24px;
  }

  .contact01 .msg>li.tel:before {
    font-size: 20px;
    left: 1px;
  }

  .contact01 .msg>li.eml:before {
    font-size: 22px;
    left: 0;
  }

  .contact01 .contactBot .des {
    margin-bottom: 20px;
  }

  .contact01 .contactBot {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .contact01 .rightWrap {
    width: 100%;
    margin-top: 30px;
  }

  .contact01.contact02 .contactBot {
    padding-top: 30px;
  }
}

.pageNum {
  max-width: 100%;
}

.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 span.current,
.pageNum a:hover {
  background: #105697;
  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: #105697;
  font-weight: bold;
}

.shareBox {
  margin-top: 30px;
}

#menuBtn,
.headerTtnWrap {
  background: #292929;
}

#footerToolBar {
  background: #105697;
}

.iniBanner .item {
  display: none;
}

.iniBanner .item:first-child {
  display: block;
}

.slick-slider .slick-track .item {
  display: block;
}

#chatToolBox #chatToolMail {
  background: #105697;
}

@media screen and (max-width: 875px) {
  #footer {
    margin-bottom: 47px;
  }

  #footerMap {
    display: none;
  }

  .block09_T36 {
    display: none;
  }
}

#goTop {
  background: #105697;
}

.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%;
}

.box.justify:nth-last-child(-n+3) {
  display: none !important;
}

.block03_T36 .des {
  overflow: visible !important;
  -webkit-line-clamp: 8 !important;
}

.block02_T36 .tit {
  font-size: 24px !important;
}

.block02_T36 {
  margin-bottom: 0px !important;
}

.block09_T36 .num {
  color: #fff !important;
}

#footerToolBar .footerBarvideo a:before {
  content: '\e6a2';
}

#footerToolBar ul {
  display: flex;
  justify-content: space-between;
}

#footerToolBar ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.block03_T36 .num {
  display: none !important;
}

.block03_T36 .textWrap {
  width: 100% !important;
  height: 100%;
}

.block04_T36 .playBtn {
  border: 2px solid #105697 !important;
}

.block09_T36 {
  background-image: none !important;
  background-color: #8EC220 !important;
}

@media screen and (max-width: 875px) {

  #nav>li:hover ul,
  #nav>li.active ul {
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    position: static !important;
  }

  #nav>li a {
    display: flex !important;
    padding-left: 5px !important;
  }

  #nav>li {
    color: #fff !important;
  }

  #nav>li span {
    float: right;
    position: relative;
    top: -30px;
    padding: 5px;
  }

  #nav>li>ul>li {
    text-align: left;
  }

  #nav>li>ul>li>a {
    padding: 10px 20px 10px 20px !important;
  }

  #nav {
    overflow: auto;
  }

  #nav>li>span:before {
    content: "";
    font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
  }

  .block02_T36 .tit {
    font-size: 21px !important;
  }

  .block02_T36 .center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* .footerShareWrap>ul>li>a svg {
  color: #b3b3b3;
  fill: #b3b3b3;
}

.footerShareWrap>ul>li>a:hover svg {
  color: #105697;
  fill: #105697;
} */