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

#pageNum {
  font-family: Arial, Helvetica, SimSun, Sans-serif;
}

body {
  font-family: Arial, Helvetica, SimSun, Sans-serif;
}

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

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

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

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

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

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

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

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

button {
  overflow: visible;
}

pre,
textarea {
  overflow: auto;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

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

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

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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

small {
  font-size: 80%;
}

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

html {
  font-size: 14px;
}

body {
  color: #555555;
  line-height: 1.5714;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

@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: #742121;
  border: 1px solid #742121;
}

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

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%;
  z-index: 2;
}

#header.indexHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#header.move {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.indexHeader .headerMid {
  background: rgba(34, 34, 34, 0.4);
}

.indexHeader #nav>li>a {
  color: #fff;
}

.indexHeader #nav>li.active>a,
.indexHeader #nav>li.selected>a {
  color: #fff;
}

.indexHeader #nav>li:before {
  background: #fff;
}

.headerTop {
  height: 40px;
  line-height: 40px;
  background: #222;
  text-align: right;
}

.searchWrap {
  width: 250px;
  height: 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.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 10px 0 25px;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 3px 0 0 3px;
  color: black;
  font-size: 12px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap label {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  color: #000;
  text-transform: capitalize;
  padding-left: 25px;
  -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 {
  width: 25px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  color: #B9B9BA;
  font-size: 14px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: none;
}

.searchWrap .searchBtn:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.lang {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

.lang span {
  font-size: 14px;
  color: #fff;
  position: relative;
  display: block;
  padding-left: 40px;
  padding-right: 16px;
  cursor: pointer;
}

.lang span:before {
  content: "";
  width: 30px;
  height: 29px;
  background: url(../img/lang.png);
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
}

.lang span:after {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top-color: #fff;
  position: absolute;
  right: 0;
  top: 18px;
}

.lang ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #dc1818;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 14px;
  line-height: 1.2;
  display: none;
  padding: 10px 0;
  text-align: center;
}

.lang ul li {
  margin-bottom: 1px;
}

.lang ul li:last-child {
  margin-bottom: 0;
}

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

.lang ul li:hover>a,
.lang ul li.active>a {
  background: #742121;
}

.hotLine {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 25px;
  position: relative;
  padding-left: 40px;
}

.hotLine:before {
  content: "\e6c7";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

.hotLine span {
  font-size: 14px;
  color: #fff;
}

.hotLine a {
  color: #fff;
}

.hotLine a:hover {
  color: #dc1818;
}

.websiteMap {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding-left: 40px;
}

.websiteMap:before {
  content: "";
  width: 27px;
  height: 22px;
  background: url(../img/site_map.png);
  background-size: cover;
  position: absolute;
  top: 9px;
  left: 0;
}

.websiteMap:hover {
  color: #dc1818;
}

.headerMid {
  text-align: right;
  background: #fff;
}

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

.headerMid .center {
  position: relative;
}

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

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

#nav>li:before {
  content: "";
  height: 3px;
  background: #dc1818;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

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

#nav>li>a {
  display: block;
  color: #222;
  font-size: 17px;
  padding: 40px 0;
  position: relative;
  text-transform: capitalize;
}

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

#nav>li.active:before,
#nav>li.selected:before {
  left: 0;
  right: 0;
}

#nav>li>ul {
  display: block;
  width: 204px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -102px;
  background: #fff;
  padding: 20px 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;
  border-top: 4px solid #dc1818;
  border-bottom: 4px solid #dc1818;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(0, 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: 15px;
  color: #222;
  text-transform: capitalize;
  position: relative;
  padding: 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: 9px;
  right: 10px;
  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: #dc1818;
  color: #fff;
}

#nav>li>ul>li>ul {
  display: none;
  width: 200px;
  position: absolute;
  top: -20px;
  left: 100%;
  background: #fff;
  padding: 20px 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);
  box-shadow: 5px 5px 15px rgba(0, 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: 15px;
  color: #222;
  text-transform: capitalize;
  position: relative;
  padding: 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: #dc1818;
  color: #fff;
}

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

@media screen and (max-width: 1400px) {
  #nav>li {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1200px) {
  #header.indexHeader {
    position: static;
    background: #434343;
  }

  /* #logo, .headerMidRig { width: 100%; text-align: center; } */
  .headerMidRig {
    margin-top: 20px;
  }

  .headerMid {
    padding-top: 50px;
  }

  .topRig {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #nav {
    margin-left: 0;
  }

  #header {
    position: relative;
  }

  .headerMid .center {
    padding-bottom: 0;
  }

  .headerMid {
    position: relative;
    /*display: none;*/
  }

  .headerTop {
    text-align: center;
  }

  #nav>li>a {
    padding: 20px 0;
  }

  #nav>li {
    margin-right: 30px;
  }
}

@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;
    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: left;
  }

  .lang li a {
    color: #fff;
  }

  .headerTop .shareWrap {
    margin-left: 0;
  }

  #nav {
    width: 100%;
    position: fixed;
    float: none;
    top: 40px;
    right: 0;
    z-index: 100;
    margin: 0;
    display: none;
    background: #dc1818;
    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: #742121;
  }

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

  .headerBot {
    text-align: center;
  }

  .headerMidRig {
    margin-top: 10px;
  }

  .searchWrap {
    margin-bottom: 10px;
  }
}

#main.indexMain {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  #main.indexMain {
    margin-top: 0;
  }
}






#footer {
  background: #434343;
}

.footerTop {
  position: relative;
  padding-top: 2.60417%;
  padding-bottom: 2.34375%;
}

.footerTop .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
}

.footerTop .title:before {
  content: "";
  width: 115px;
  height: 1px;
  background: #696969;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footerLogo {
  width: 11.62791%;
  margin-top: 2.03488%;
}

.footerBoxOne {
  width: 34.88372%;
}

.footerBoxTwo {
  width: 41.27907%;
}

.footerMenu {
  margin-bottom: 35px;
}

.footerMenu li {
  display: inline-block;
  margin-right: 20px;
}

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

.footerMenu li a {
  color: #b4b4b4;
}

.footerMenu li a:hover {
  color: #dc1818;
}

.footerContact ul>li {
  display: inline-block;
  position: relative;
  color: #b4b4b4;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 40px;
}

.footerContact ul>li>span {
  text-transform: capitalize;
  display: inline-block;
  color: #b4b4b4;
}

.footerContact ul>li>a {
  color: #b4b4b4;
}

.footerContact ul>li>a:hover {
  text-decoration: underline;
  color: #dc1818;
}

.footerContact ul>li .cont {
  color: #b4b4b4;
  display: inline-block;
  max-width: 425px;
  vertical-align: top;
}

.footerContact ul>li.eml a {
  color: #dc1818;
}

.footerContact .toForm {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  padding: 8px 20px;
  background: #EFEFEF;
  color: #000;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #dc1818;
  padding: 15px 20px;
  margin-top: 6.09756%;
}

.footerContact .toForm:hover {
  background: #FFC11D;
}

@media screen and (max-width: 875px) {
  .footerContact .toForm {
    font-size: 14px;
  }
}

.footerContact .toForm:before {
  display: inline-block;
  content: "\e604";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  margin-top: -2px;
}

.footerContact .toForm:hover {
  background: #231815;
}

.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: 40px;
  width: 40px; */
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  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: #dc1818;
}

.footerBot {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #222222;
}

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

.footerBot .copyRight {
  display: inline-block;
  margin-right: 40px;
  color: #fff;
  font-size: 14px;
}

.footerBot .support {
  display: inline-block;
  font-size: 14px;
}

.footerBot .support a {
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  position: relative;
}

.footerBot .support a:before {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.footerBot .support a:hover:before {
  right: 0;
  left: 0;
}

@media screen and (max-width: 875px) {

  .footerTop .footerLogo,
  .footerTop .footerAbout,
  .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;
    margin-right: 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;
  }

  .footerTop .box {
    width: 100%;
  }

  .footerContact {
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .footerBot .center>div {
    width: 100%;
  }
}

/*.proMenu {*/
/*  padding: 30px 0 20px;*/
/*  position: relative;*/
/*  text-align: center;*/
/*}*/

.proMenu .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.proMenu ul {
  position: relative;
}

/*.proMenu ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}*/

/*.proMenu ul li:last-child {*/
/*  margin-right: 0;*/
/*}*/

.proMenu ul li a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  /*border-radius: 5px;*/
  color: #222;
  background: #fff;
  
}

.proMenu ul li>a:hover,.proMenu ul li .down li>a:hover
.proMenu ul li.active>a {
  background: #dc1818;
  color: #fff;
}

@media screen and (max-width: 875px) {
  .proMenu ul li {
    font-size: 14px;
  }

  .proMenu ul li a {
    width: 130px;
    height: 34px;
    line-height: 34px;
  }
}

.newsBanner {
  font-size: 0;
  position: relative;
}

.newsBanner .imgWrap {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.newsBanner .textWrap {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  padding-left: 4.16667%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.newsBanner .crumbs {
  margin-top: 0;
}

.newsBanner .crumbs,
.newsBanner .insideTit {
  text-align: left;
}

.newsBanner .bg {
  width: 28.22917%;
  position: absolute;
  right: 4.16667%;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 875px) {
  .newsBanner .imgWrap {
    width: 100%;
  }

  .newsBanner .textWrap {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
  }
}

.crumbs {
  color: #333;
  text-transform: capitalize;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.crumbs a {
  color: #333;
}

.crumbs a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 875px) {
  .crumbs {
    font-size: 14px;
  }
}

.paddingStyle {
  padding-top: 2.08333%;
  padding-bottom: 2.34375%;
}

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

.insideTit {
  font-size: 60px;
  color: #dc1818;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .insideTit {
    font-size: 45px;
  }
}

@media screen and (max-width: 875px) {
  .insideTit {
    font-size: 24px;
  }
}

.content {
  padding-bottom: 4.16667%;
  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: 20.93023%;
  float: left;
  margin-top: 70px;
}

#aside .asideTitle {
  color: #000;
  position: relative;
}

#aside .asideTitle .zh {
  font-size: 30px;
  display: block;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#aside .asideTitle .en {
  font-size: 18px;
  text-transform: capitalize;
}

#aside .asideList {
  background: #fff;
  margin-top: 11.11111%;
  position: relative;
  padding-bottom: 9.72222%;
  border-bottom: 1px solid #E9E9E9;
}

#aside .asideList>li {
  position: relative;
  margin-bottom: 35px;
}

#aside .asideList>li:last-child {
  margin-bottom: 0;
}

#aside .asideList>li>a {
  display: block;
  line-height: 20px;
  padding: 0 10px 0 27px;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
}

#aside .asideList>li>a:before {
  content: "\e628";
  position: absolute;
  top: 0;
  left: 0;
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  font-size: 20px;
  color: #000;
}

#aside .asideList>li:hover>a,
#aside .asideList>li.active>a {
  color: #dc1818;
}

#aside .asideList>li:hover>a:before,
#aside .asideList>li.active>a:before {
  color: #dc1818;
}

#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: 7px 10px 7px 5.55556%;
  color: #000;
  position: relative;
}

#aside .asideList>li>ul>li:hover>a,
#aside .asideList>li>ul>li.active>a {
  color: #dc1818;
}

#aside .asideList>li>ul>li:hover>a:before,
#aside .asideList>li>ul>li.active>a:before {
  background: #dc1818;
}

#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;
    padding-bottom: 0;
    margin-top: 1px;
  }

  #aside {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  #aside .asideTitle {
    background: #dc1818;
    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: #dc1818;
    border: 0;
  }

  #aside .asideList>li:hover>a,
  #aside .asideList>li.active>a {
    background: #742121;
  }

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

  #aside .asideTitle .zh {
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    margin-bottom: 0;
  }

  #aside .asideTitle .en {
    display: none;
  }
}

.mainRight {
  width: 73.25581%;
  -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: right;
}

@media screen and (max-width: 875px) {
  #aside .asideTitle .textMidSon {
    font-size: 20px;
  }

  .mainRight {
    width: 100%;
    min-height: auto;
    padding-bottom: 35px;
  }

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

.proList .wrap {
  max-width: 1260px;
  margin: 3.48837% auto 0;
}

.proList .box {
  width: 48.01587%;
  text-align: center;
  margin-bottom: 3.96825%;
}

.proList .box:hover .tit {
  color: #dc1818;
}

.proList .box:hover .imgWrap {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.proList .imgWrap {
  display: flex;
  justify-content: center;
  border: 1px solid #E9E9E9;
}

.proList .imgWrap img {
  display: block;
}

.proList .tit {
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    /* margin-top: 20px; */
    transform: translateY(-100%);
    width: 100%;
    background: rgba(0,0,0,.3);
    line-height: 4rem;
}

.proList .des {
  color: #333;
  line-height: 24px;
  height: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.proList .more {
  display: inline-block;
  color: #dc1818;
  border: 1px solid #dc1818;
  border-radius: 5px;
  padding: 8px 25px;
  margin-top: 25px;
}

.proList .more:hover {
  background: #dc1818;
  color: #fff;
}

.proList .pageNum {
  text-align: center;
}

@media screen and (max-width: 875px) {
  .proList .tit {
    font-size: 16px;
  }

  .proList .more {
    padding: 4px 10px;
    margin-top: 15px;
  }

  .proList .box {
    margin-bottom: 30px;
  }
}

.proDetail {
  max-width: 1260px;
  margin: 2.32558% auto 0;
}

.proDetail .shareWrap {
  text-align: center;
}

.proDetail .shareWrap .shareBox {
  display: inline-block;
  margin-top: 20px;
}

.proDetail .msg {
  color: #555;
  margin-top: 15px;
  text-align: center;
}

.proDetail .msg li {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  margin-right: 18px;
}

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

.proDetail .msg li a {
  color: #555;
}

.proDetail .msg li a:hover {
  color: #dc1818;
}

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

.proDetail .msg .tel:after {
  content: "\e67c";
  font-size: 16px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: #D1D1D1;
  color: #fff;
  border-radius: 3px;
  top: 1px;
}

.proDetail .msg .eml:after {
  content: "\e67f";
  font-size: 17px;
}

.proDetail .msg .eml a {
  color: #c00000;
}

.proBanner {
  max-width: 605px;
  margin: 20px auto 0;
}

.proBanner .item {
  position: relative;
}

.proBanner .playbtn img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18.34711%;
}

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

.proBanner .slick-dots li button {
  background: #D2E4F4;
  height: 11px;
  width: 105px;
  border-radius: 0;
}

.proBanner .slick-dots li.slick-active button {
  background: #dc1818;
}

.proBanner .slick-prev,
.proBanner .slick-next {
  color: #dc1818;
  font-size: 100px;
  width: 50px;
  height: 100px;
  line-height: 100px;
}

.proBanner .slick-prev {
  left: auto;
  right: 100%;
}

.proBanner .slick-next {
  right: auto;
  left: 100%;
}

.proBanner .slick-prev:before {
  content: "\e625";
}

.proBanner .slick-next:before {
  content: "\e628";
}

@media screen and (max-width: 875px) {
  .proBanner .slick-dots li button {
    width: 60px;
    height: 8px;
  }

  .proBanner .slick-prev,
  .proBanner .slick-next {
    color: #dc1818;
    font-size: 50px;
    width: 30px;
    height: 50px;
    line-height: 50px;
  }

  .proBanner .slick-prev {
    right: auto;
    left: 5%;
  }

  .proBanner .slick-next {
    left: auto;
    right: 5%;
  }
}

.proUl {
  margin-top: 10px;
  margin-right: -8px;
}

.proUl .item {
  margin-right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .proDetTop .rig .title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 875px) {
  .proDetMid .shareWrap {
    display: block;
    margin-top: 10px;
  }

  .proDetTop .rig {
    width: 100%;
    margin-top: 20px;
  }

  .proDetTop .playbtn {
    margin-top: 10px;
  }

  .proDetTop .left {
    width: 100%;
  }

  .proDetail .msg li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .proDetMid {
    margin-top: 10px;
  }
}

.proDetTags {
  margin-top: 4.7619%;
}

.proDetTags #tags {
  text-align: center;
  font-size: 0;
}

.proDetTags #proDes #tags li {
  display: inline-block;
  box-sizing: border-box;
  border-right: 1px solid white;
  text-transform: capitalize;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 5px solid transparent;
}

.proDetTags #proDes #tags li {
  white-space: nowrap;
  cursor: pointer;
  font-size: 28px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  color: #333;
  box-sizing: border-box;
  position: relative;
}

.proDetTags #proDes #tags li span {
  white-space: normal;
  line-height: 1.2;
  width: 100%;
}

.proDetTags #proDes #tags li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: none;
}

.proDetTags #proDes #tags li.selected {
  border-left-color: #E9E9E9;
  border-right-color: #E9E9E9;
  border-top-color: #dc1818;
}

.proDetTags #proDes #tags li.selected:after {
  display: block;
}

.proDetTags .tagContent:first-child {
  display: block;
}

.proDetTags #proDes .tagContent {
  border: 1px solid #E9E9E9;
  padding: 30px;
  box-sizing: border-box;
}

.proDetTags .tagContent {
  word-wrap: break-word;
  word-break: break-word;
  overflow: auto;
  display: none;
}

.proDetTags .tagContent.selected {
  display: block;
}

@media screen and (max-width: 875px) {
  .proDetTags {
    margin-top: 30px;
  }

  #proDes #tags li {
    text-align: center;
    margin-bottom: 1px;
  }

  .proDetTags #proDes .tagContent {
    padding: 20px 10px;
  }

  .proDetTags #proDes #tags li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}

.proForm {
  margin-top: 3.96825%;
}

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

.proRecommend {
  margin-top: 4.36508%;
}

.proRecommend .title {
  font-size: 28px;
  color: #222;
  text-align: center;
}

.proRecommend .wrap {
  margin-top: 3.1746%;
}

.proRecommend .line {
  width: 24.20635%;
}

.proRecommend .box {
  width: 24.20635%;
  text-align: center;
}

.proRecommend .box:hover .imgWrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.proRecommend .box:hover .tit {
  color: #dc1818;
}

.proRecommend .imgWrap {
  display: block;
  overflow: hidden;
  border: 1px solid #E9E9E9;
}

.proRecommend .imgWrap img {
  width: 100%;
  display: block;
}

.proRecommend .tit {
  display: inline-block;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 700px) {
  .proRecommend {
    margin-top: 40px;
  }

  .proRecommend .title {
    font-size: 24px;
  }

  .proRecommend .box {
    width: 31%;
    margin-bottom: 20px;
  }

  .proRecommend .line {
    width: 31%;
  }

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

@media screen and (max-width: 500px) {
  .proRecommend .box {
    width: 47%;
  }
}

.news .cont {
  width: 47.96512%;
  margin-bottom: 20px;
}

.news .cont .box {
  vertical-align: middle;
}

.news .cont:hover .tit {
  color: #dc1818;
}

.news .imgWrap {
  width: 32.9697%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #E9E9E9;
}

.news .imgWrap img {
  display: block;
}

.news .textWrap {
  width: 63.0303%;
}

.news .tit {
  display: block;
  font-size: 24px;
  color: #222;
}

.news .date {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 5px;
  color: #222;
  background: #D9D9D9;
  margin-top: 3px;
}

.news .des {
  color: #555;
  line-height: 24px;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  text-indent: 28px;
}

.news .more {
  display: inline-block;
  color: #dc1818;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  margin-top: 15px;
}

.news .more:before {
  content: "";
  height: 1px;
  background: #dc1818;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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;
}

.news .more:hover:before {
  right: 50%;
  left: 50%;
}

.news .pageNum {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1400px) {
  .news .tit {
    font-size: 20px;
  }

  .news .imgWrap {
    width: 40%;
  }

  .news .textWrap {
    width: 55%;
  }
}

@media screen and (max-width: 875px) {
  .news .cont {
    width: 100%;
  }

  .news .imgWrap {
    width: 32%;
  }

  .news .textWrap {
    width: 63%;
  }
}

@media screen and (max-width: 450px) {
  .news .imgWrap {
    width: 100%;
  }

  .news .textWrap {
    width: 100%;
  }
}

.newsDetailWrap {
  padding-top: 2.86458%;
  padding-bottom: 2.86458%;
  border-top: 1px solid #E9E9E9;
}

.newsDetailWrap .newsDetail {
  max-width: 1260px;
  margin: 0 auto;
}

.newsDetailWrap .crumbs {
  margin-top: 0;
}

.newsDetailWrap .date {
  font-size: 16px;
  color: #333;
  border-top: 1px solid #E9E9E9;
  padding-top: 5px;
}

.newsDetailWrap .textWrap {
  padding-top: 3.1746%;
  padding-bottom: 4.36508%;
  border-bottom: 1px solid #E9E9E9;
}

.newsDetailWrap .shareBox {
  margin-top: 15px;
}

.case {
  border-top: 1px solid #E9E9E9;
  position: relative;
}

.case .crumbs {
  position: absolute;
  left: 54.16667%;
  top: 0;
  margin-top: 2.86458%;
}

.case .cont {
  margin-bottom: 10px;
}

.case .cont:nth-child(2n) {
  direction: rtl;
}

.case .cont:nth-child(2n) .box {
  direction: ltr;
}

.case .cont:nth-child(2n) .textWrap {
  padding-right: 0;
  padding-left: 6.77083%;
}

.case .cont:nth-child(2n) .tit:before {
  right: 106.66667%;
  margin-right: 0;
}

.case .imgWrap {
  width: 50%;
  vertical-align: middle;
}

.case .textWrap {
  width: 45.83333%;
  padding-right: 6.77083%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.case .tit {
  display: block;
  position: relative;
  font-size: 60px;
  color: #dc1818;
  line-height: 1.2;
}

.case .tit:before {
  content: "";
  width: 6px;
  background: #dc1818;
  position: absolute;
  top: 8px;
  bottom: 5px;
  right: 110.66667%;
  margin-right: -6px;
}

.case .des {
  line-height: 24px;
  height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #000;
  margin-top: 20px;
}

.case .more {
  display: inline-block;
  color: #333;
  padding: 0 20px 0 50px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  position: relative;
  margin-top: 6%;
}

.case .more:before {
  content: "\e63c";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  width: 35px;
  height: 100%;
  background: #d3d8dc;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
}

.case .more:hover {
  border-color: #dc1818;
}

.case .more:hover:before {
  background: #dc1818;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .case .crumbs {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .case .tit {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .case .crumbs {
    position: static;
    padding: 10px;
    border-bottom: 1px solid #E9E9E9;
    margin-top: 0;
  }

  .case .tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 875px) {
  .case .imgWrap {
    width: 100%;
  }

  .case .textWrap {
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
  }

  .case .tit {
    font-size: 24px;
  }

  .case .more {
    margin-top: 20px;
  }

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

  .case .cont:nth-child(2n) .textWrap {
    padding: 0 10px;
  }
}

.dan .crumbs {
  text-align: left;
  margin-top: 15px;
}

.dan .title {
  font-size: 40px;
  color: #000;
  margin-top: 24px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
}

.dan .textWrap {
  padding-top: 35px;
}

@media screen and (max-width: 875px) {
  .dan .title {
    font-size: 24px;
  }

  .dan .textWrap {
    padding-top: 20px;
  }
}

.contact {
  border-top: 1px solid #E9E9E9;
}

.contact .topWrap {
  position: relative;
}

.contact .topWrap .textWrap {
  position: absolute;
  left: 5.20833%;
  bottom: 0;
  margin-bottom: 9.89583%;
  max-width: 400px;
}

.contact .topWrap .cont {
  padding-left: 15px;
  margin-bottom: 45px;
}

.contact .topWrap .cont:last-child {
  margin-bottom: 0;
}

.contact .topWrap .tit {
  font-size: 30px;
  line-height: 1.1;
  color: #000;
  position: relative;
}

.contact .topWrap .tit:before {
  content: "";
  width: 5px;
  background: #E9E9E9;
  position: absolute;
  top: 3px;
  left: -15px;
  bottom: 2px;
}

.contact .topWrap .des {
  margin-top: 20px;
  color: #222;
  line-height: 24px;
}

.contact .topWrap .des span {
  display: inline-block;
  padding-left: 20px;
  margin-right: 15px;
  position: relative;
}

.contact .topWrap .des span:before {
  content: "";
  width: 15px;
  height: 13px;
  background: url(../img/star.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 4px;
}

.contact .botWrap {
  background: #F4F4F4;
}

.contact .botWrap .leftWrap {
  width: 47.91667%;
  padding: 3.125% 5.98958% 4.6875%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #EEEEEE;
  vertical-align: middle;
}

.contact .botWrap .rightWrap {
  width: 34.89583%;
  vertical-align: middle;
}

.contact .botWrap .title {
  font-size: 30px;
  line-height: 1.1;
  color: #000;
  position: relative;
}

.contact .botWrap .title:before {
  content: "";
  width: 5px;
  background: #DDDDDD;
  position: absolute;
  top: 3px;
  left: -15px;
  bottom: 2px;
}

.contact .botWrap .des {
  color: #222;
  margin-top: 25px;
  margin-bottom: 40px;
}

.contact .msg>li {
  position: relative;
  color: #222;
  margin-bottom: 15px;
  padding-left: 40px;
}

.contact .msg>li:last-child {
  margin-bottom: 0;
}

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

.contact .msg>li>span {
  text-transform: capitalize;
}

.contact .msg>li>a {
  color: #222931;
}

.contact .msg>li>a:hover {
  text-decoration: underline;
  color: #dc1818;
}

.contact .msg>li.eml:before {
  content: "\e6c6";
  top: -5px;
}

.contact .msg>li.tel:before {
  content: "\e6c7";
  top: -5px;
  font-size: 20px;
}

.contact .msg>li.add:before {
  content: "\e605";
  top: -5px;
}

.contact .msg>li.user:before {
  content: "\e69c";
  top: -5px;
}

.contact .ewm {
  margin-top: 35px;
  width: 120px;
}

@media screen and (max-width: 1200px) {
  .contact .botWrap .leftWrap {
    padding-top: 8%;
    padding-bottom: 10%;
  }

  .contact .botWrap .rightWrap {
    width: 40%;
  }
}

@media screen and (max-width: 875px) {
  .contact .topWrap .textWrap {
    max-width: none;
    position: static;
    margin-bottom: 35px;
  }

  .contact .topWrap .tit {
    font-size: 20px;
  }

  .contact .topWrap .cont {
    margin-bottom: 20px;
  }

  .contact .topWrap .des {
    margin-top: 10px;
  }
}

@media screen and (max-width: 875px) {
  .contact .botWrap .leftWrap {
    width: 100%;
    padding: 0 10px;
    background: none;
  }

  .contact .botWrap .rightWrap {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }

  .contact .botWrap {
    padding: 30px 0;
  }

  .contact .botWrap .title {
    font-size: 24px;
  }

  .contact .botWrap .des {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.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;
  background: #eee;
  border-radius: 5px;
}

.pageNum span.current,
.pageNum a:hover {
  background: #dc1818;
  color: #fff;
}

@media screen and (max-width: 450px) {
  .pageNum {
    font-size: 12px;
  }
}

.prenext {
  text-transform: capitalize;
  padding-top: 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.prenext div {
  display: inline-block;
  padding-right: 3px;
  color: #000;
}

.prenext a {
  color: #dc1818;
}

.shareBox {
  margin-top: 30px;
}

#menuBtn,
.headerTtnWrap {
  background: #292929;
}

#footerToolBar {
  background: #dc1818;
}

.iniBanner .item {
  display: none;
}

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

.slick-slider .slick-track .item {
  display: block;
}

#chatToolBox #chatToolMail {
  background: #dc1818;
}

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

  #footerMap {
    display: none;
  }
}

#goTop {
  background: #dc1818;
}

.fabricationContact {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}

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

.fabricationContact .txt {
  font-size: 26px;
  font-style: italic;
  color: #dc1818;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  position: relative;
  margin-right: 15px;
}

.fabricationContact .txt:before {
  content: "";
  width: 5px;
  height: 40px;
  background: #E7E7E7;
  border-radius: 40px;
  position: absolute;
  left: 100%;
  top: 0;
}

.fabricationContact .msg {
  display: inline-block;
  vertical-align: middle;
}

.fabricationContact .msg li {
  padding-left: 25px;
  position: relative;
}

.fabricationContact .msg li:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #D2D2D2;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
}

.fabricationContact .msg li.eml:before {
  content: "\e6c6";
}

.fabricationContact .msg li.tel:before {
  content: "\e691";
}

.fabricationContact .msg span {
  color: #222;
}

.fabricationContact .msg a {
  color: #222;
}

.fabricationContact .msg .eml a {
  color: #dc1818;
  display: inline-block;
  line-height: 1.2;
  position: relative;
}

.fabricationContact .msg .eml a:before {
  content: "";
  height: 1px;
  background: #dc1818;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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;
}

.fabricationContact .msg .eml a:hover:before {
  right: 50%;
  left: 50%;
}

.fabricationContact .toForm {
  display: inline-block;
  background: #E9E9E9;
  color: #222;
  padding: 12px 25px;
  border-radius: 3px;
  line-height: 1;
  cursor: pointer;
}

.fabricationContact .toForm:hover {
  background: #dc1818;
}
#header .headerMid {
    text-align: right;
    background: rgba(34, 34, 34, 0.4);
}
#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/*product*/
@media screen and (max-width: 875px) {
  .fabricationContact .box {
    width: 100%;
  }

  .fabricationContact .txt {
    padding-right: 0;
    margin-right: 0;
    display: block;
  }

  .fabricationContact .txt:before {
    display: none;
  }

  .fabricationContact .msg {
    margin-top: 10px;
  }

  .fabricationContact .toForm {
    margin-top: 15px;
    padding: 7px 15px;
  }
.proList .box{
    width: calc(100% / 2 - 2rem);
}
#header{
    position: relative;
}
/*.headerMid .box img{*/
/*    display: none;*/
/*}*/
/*.headerMid {*/
/*    text-align: right;*/
/*    background-color: transparent;*/
/*}*/
}