@import url("iconfont/iconfont.css");

/*页面通用样式*/

html,
body {
  padding: 0;
  font-size: 14px;
  /*font-family: 'PingFang SC', '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei', 'Microsoft YaHei UI', '黑体', '宋体', 'arial', 'sans-serif';*/
  /* font-family: "PingFang SC", "黑体", "宋体", "arial", "sans-serif"; */
  font-family: "Microsoft YaHei";
  min-width: 320px;
  max-width: 2560px;
  margin: 0 auto;
  color: #222;
  background: #fff;
}

body > * {
  position: relative;
  z-index: 2;
}

body > canvas#dot-canvas {
  position: fixed;
  pointer-events: none;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

a {
  border: none;
  outline: none;
  color: #222;
  text-decoration: none;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}

a:hover {
  color: #d0141b;
  text-decoration: none;
}

img {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4,
ul,
li,
dl,
ol,
p,
table,
td,
dd {
  padding: 0;
  margin: 0;
}

ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1720 {
  max-width: 1720px;
  margin: 0 auto;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w100 {
  width: 100%;
}

.center {
  margin: 0 auto;
}

.iln {
  display: inline;
}

.ibk {
  display: inline-block;
}

.bk {
  display: block;
}

.p_rel,
.p-rel {
  position: relative;
}

.p_abs,
.p-abs {
  position: absolute;
}

.none {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.cut {
  overflow: hidden;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.bg-white {
  background: #fff;
}

.padding24 {
  padding: 24px;
}

.padding20 {
  padding: 20px;
}

.padding10 {
  padding: 10px;
}

.padding5 {
  padding: 5px;
}

.mg0 {
  margin: 0 !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.x-red {
  color: #f00;
}

.one-t {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.simsun {
  font-family: "simsun", "宋体";
}

div.top_header a span.qrcode {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  width: 240px;
  height: 290px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: -140px 0 0 -120px;
  z-index: 99;
}

div.top_header a span.qrcode img {
  display: block;
  margin: 10px 0 0 10px;
  width: 220px;
  height: 220px;
}

div.top_header a span.qrcode b {
  display: block !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute !important;
  right: -15px;
  top: -15px;
  background: #fff;
  font-weight: normal;
}

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.grey {
  -webkit-filter: grayscale(100%) contrast(0.9);
  -moz-filter: grayscale(100%) contrast(0.9);
  -ms-filter: grayscale(100%) contrast(0.9);
  -o-filter: grayscale(100%) contrast(0.9);
  filter: grayscale(100%) contrast(0.9);
  filter: gray;
  filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

/* toolbar */

div.fixed-toolbar {
  top: 50%;
  right: -73px;
  font-size: 12px;
  z-index: 100;
  position: fixed;
  transform: translateY(-50%);
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.fixed-toolbar:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

div.fixed-toolbar a.side-btn {
  display: block;
  background: #fff;
  text-align: center;
  font-weight: bold;
  /*font-family: "Microsoft YaHei";*/
  position: absolute;
  border-radius: 3px 0 0 3px;
  height: 72px;
  left: -40px;
  padding: 10px;
  width: 20px;
  line-height: 19px;
  font-size: 14px;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.8;
}

.fixed-toolbar.on {
  right: 0;
}

.fixed-toolbar.on a.side-btn {
  font-size: 12px;
  position: static;
  border-radius: 3px 3px 0 0;
  box-shadow: none;
  padding: 0;
  text-align: center;
  height: 28px;
  line-height: 28px;
  width: auto;
  background: #0f0f0f;
  color: #fff;
  opacity: 1;
}

.toolbar-list {
  padding-left: 0;
  list-style-type: none;
  background-color: #fff;
}

.toolbar-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.toolbar-item .toolbar-item-icon {
  font-size: 24px;
}

.toolbar-item .icon-qq {
  font-size: 20px;
}

.toolbar-item .icon-tousu3 {
  font-size: 22px;
}

.toolbar-item .icon-baogao1 {
  font-size: 22px;
}

.toolbar-item .icon-dianhua1,
.toolbar-item .icon-weixin {
  font-size: 27px;
}

.toolbar-item .toolbar-item-link,
.toolbar-item .toolbar-item-icon,
.toolbar-item .toolbar-item-text {
  display: block;
  text-align: center;
}

.toolbar-item .toolbar-item-link {
  padding: 6px 12px;
  color: #666;
  position: relative;
}

.toolbar-item .toolbar-item-link:hover {
  color: #d0141b;
}

.toolbar-item .toolbar-item-link em.pop-info {
  display: block;
  position: absolute;
  right: -500%;
  background: #fff;
  padding: 8px 20px;
  font-size: 15px;
  font-style: normal;
  top: 0;
  border-radius: 5px;
  margin-right: 12px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.toolbar-item .toolbar-item-link em.pop-info:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #fff;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
}

.toolbar-item .toolbar-item-link:hover em.pop-info {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Radial Out */

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #00000026;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c41c2473;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Underline From Left */

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* Grow Shadow */

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Glow */

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Float Shadow */

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

input.layui-upload-file {
  display: none;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate-reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* Float */

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Shrink */

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Glow */

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Float Shadow */

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

@font-face {
  font-family: "DINAlternate";
  src: url("font/DIN-Alternate-Bold.eot");
  src: url("font/DIN-Alternate-Bold.eot?t=1608382346229#iefix")
      format("embedded-opentype"),
    url("font/DIN-Alternate-Bold.woff2") format("woff2"),
    url("font/DIN-Alternate-Bold.woff") format("woff"),
    url("font/DIN-Alternate-Bold.ttf") format("truetype"),
    url("font/DIN-Alternate-Bold.svg") format("svg");
}

@font-face {
  font-family: "DINCondensed";
  src: url("font/DIN-Condensed-Bold.eot");
  src: url("font/DIN-Condensed-Bold.eot?t=1608382346229#iefix")
      format("embedded-opentype"),
    url("font/DIN-Condensed-Bold.woff2") format("woff2"),
    url("font/DIN-Condensed-Bold.woff") format("woff"),
    url("font/DIN-Condensed-Bold.ttf") format("truetype"),
    url("font/DIN-Condensed-Bold.svg") format("svg");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("font/Montserrat-Regular.woff2") format("woff2"),
    url("font/Montserrat-Regular.woff") format("woff"),
    url("font/Montserrat-Regular.ttf") format("truetype"),
    url("font/Montserrat-Regular.eot") format("embedded-opentype"),
    url("font/Montserrat-Regular.svg") format("svg");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("font/Montserrat-Medium.woff2") format("woff2"),
    url("font/Montserrat-Medium.woff") format("woff"),
    url("font/Montserrat-Medium.ttf") format("truetype"),
    url("font/Montserrat-Medium.eot") format("embedded-opentype"),
    url("font/Montserrat-Medium.svg") format("svg");
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("font/Montserrat-Light.woff2") format("woff2"),
    url("font/Montserrat-Light.woff") format("woff"),
    url("font/Montserrat-Light.ttf") format("truetype"),
    url("font/Montserrat-Light.eot") format("embedded-opentype"),
    url("font/Montserrat-Light.svg") format("svg");
}

header.header div.top_header {
  line-height: 35px;
  height: 35px;
  font-size: 13px;
  background: #fff;
  border-bottom: 1px #f2f2f2 solid;
  color: #000;
  padding: 0px 60px;
  font-weight: bold;
}

header.header div.bottom_header {
  padding: 0px 60px;
}

header.header div.top_header div.wel b {
  letter-spacing: 2px;
  color: #d0141b;
}

header.header div.top_header div.link {
  text-align: right;
}

header.header div.top_header div.link > a,
header.header div.top_header div.link > span {
  display: inline-block;
  position: relative;
  margin-left: 13px;
}

header.header div.top_header a .iconfont {
  display: inline-block;
  position: relative;
  font-size: 22px;
  vertical-align: middle;
}

header.header div.top_header a .icon-tianmao {
  color: #d81e06;
}

header.header div.top_header a .icon-taobao2 {
  color: #ff5c00;
}

header.header div.top_header a .icon-jingdong {
  color: #cb0507;
}

header.header div.top_header a .icon-weixin {
  color: #42ae3e;
}

header.header div.top_header a .icon-sousuo {
  font-size: 20px;
}

header.header div.top_header a:hover i {
  display: inline-block;
}

header.header div.top_header .icon-weixin {
  margin-right: 5px;
}

header.header div.link2 {
  display: none;
}

header.header .iconfont {
  color: #747474;
  font-weight: normal;
}

header.header div.top_header .icon-weixin:after {
  content: "";
  display: block;
  width: 2px;
  background: #dfdfdf;
  position: absolute;
  left: 32px;
  top: 9px;
  height: 16px;
}

header.header div.top_header input[type="search"] {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 0;
  line-height: 1.5;
  /*position: absolute;*/
  visibility: hidden;
  /* display: none; */
  background: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  transition: width, box-shadow 0.3s;
  -o-transition: width, box-shadow 0.3s;
  -ms-transition: width, box-shadow 0.3s;
  -moz-transition: width, box-shadow 0.3s;
  -webkit-transition: width, -webkit-box-shadow 0.3s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

header.header div.top_header span.nav-search:hover input[type="search"],
header.header div.top_header span.nav-search input[type="search"]:focus {
  padding: 6px 12px;
  width: 180px;
  position: static;
  visibility: visible;
}

header.header div.top_header input[type="search"]:focus {
  box-shadow: 0 0 3px rgba(78, 78, 78, 0.05), 0 0 5px rgba(78, 78, 78, 0.05),
    inset 0 0 3px rgba(78, 78, 78, 0.05);
  -webkit-box-shadow: 0 0 3px rgba(78, 78, 78, 0.05),
    0 0 5px rgba(78, 78, 78, 0.05), inset 0 0 3px rgba(78, 78, 78, 0.05);
}

header.header {
  padding: 0px;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  /*overflow: hidden;*/
}

header.header a.logo {
  display: block;
  width: 250px;
  overflow: hidden;
  margin-top: 15px;
}

header.header a.logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

header.header a.logo img.normal,
header.header.fixed a.logo img.white {
  display: none;
}

header.header a.toggleMenu {
  display: none;
}

nav.nav {
  font-size: 14px;
  color: #222222;
  line-height: 32px;
}

nav.nav .nav_bt {
  line-height: 80px;
  margin-left: 43px;
  margin-right: 43px;
  font-size: 16px;
}

nav.nav .nav_nav span:last-child .nav_bt {
  margin-right: 0px;
}

nav.nav .nav_nav a,
nav.nav .nav_nav span,
nav.nav .nav_nav span a {
  display: block;
  color: inherit;
  position: relative;
  float: left;
  /*font-family: "Microsoft YaHei";*/
}

nav.nav .nav_nav span a {
  float: none;
  text-align: center;
}

nav.nav .nav_nav span label {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
}

nav.nav .nav_nav span label a:first-child {
  margin-top: 15px;
}

nav.nav .nav_nav span label a:last-child {
  margin-bottom: 15px;
}

nav.nav .nav_nav span label a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav.nav .nav_nav span:hover label {
  display: block;
  width: calc(100% + 0px);
  border-radius: 0 0 5px 5px;
}

nav.nav .nav_nav span label a:hover {
  color: #d0141b !important;
}

nav.nav a.search span {
  display: none;
}

nav.nav a.search i.iconfont {
  font-size: 26px;
}

nav.nav a:hover {
  font-weight: bold;
  color: #000 !important;
}

nav.nav a.on {
  color: #000 !important;
  font-weight: bold;
}

nav.nav a.on:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #d0141b;
  position: absolute;
  left: 0;
  bottom: 0px;
}

header.header.fixed {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px #0000001f;
  box-shadow: 0 10px 10px #0000001f;
}

header.header.fixed a.logo img.normal {
  display: block;
}

header.header.fixed nav.nav a {
  color: #222;
  /*font-family: "Microsoft YaHei";*/
}

header.header.fixed nav.nav .nav_nav span label {
  background: #fff;
}

h3.pro-title {
  font-size: 40px;
  line-height: 40px;
  color: #222222;
  font-weight: bold;
  /*font-family: "Microsoft YaHei";*/
}

h3.pro-title a {
  color: inherit;
}

h3.pro-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background: #d0141b;
  margin-top: 30px;
}

h3.pro-title.tc:after {
  margin-left: auto;
  margin-right: auto;
}

h3.pro-title.white {
  color: #fff;
}

h3.pro-title.white:after {
  background: #fff;
}

.pro-more {
  font-family: "DINAlternate";
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  background: #d0141b;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 36px;
  border-radius: 0 12px 0 12px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.pro-more:hover {
  color: #fff;
}

.pro-more.white {
  background: #fff;
  color: #222;
}

.pro-more.tc {
  margin-left: auto;
  margin-right: auto;
}

footer.footer {
  padding: 30px 0;
  color: #fff;
  background: #0f0f0f;
}

footer.footer div.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

footer.footer div.top img {
  max-width: 100%;
}

footer.footer div.top {
  padding: 0px 50px 30px 50px;
  color: #fff;
  border-bottom: 2px solid #262626;
}

footer.footer div.top a {
  color: inherit;
}

footer.footer nav.footer-nav {
  font-size: 18px;
  text-align: right;
  line-height: 45px;
}

footer.footer div.footer_ewm {
  margin-top: 25px;
  float: right;
  text-align: center;
}

footer.footer div.footer_ewm p {
  margin-top: 10px;
  width: 102px;

  overflow: hidden;
}

footer.footer div.footer_ewm p img {
  display: block;
  width: 100%;
  height: 100%;
}

footer.footer div.footer_ewm div.text-center {
  display: inline-block;
  margin-left: 25px;
}

footer.footer nav.footer-nav a {
  padding-right: 28px;
  margin-left: 28px;
  line-height: 30px;
  position: relative;
}

footer.footer nav.footer-nav a:after {
  content: "";
  display: block;
  width: 2px;
  background: #fff;
  opacity: 0.1;
  position: absolute;
  right: -1px;
  top: 6px;
  height: 14px;
}

footer.footer nav.footer-nav a:last-child:after {
  display: none;
}

footer.footer nav.footer-nav a:last-child {
  padding-right: 0px;
}

footer.footer div.contact {
}

footer.footer div.img-fluid {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

footer.footer div.contact div.item:last-child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

footer.footer div.contact div.item {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  border-right: 2px #272727 solid;
}

footer.footer div.contact a {
  display: table;
  font-size: 25px;
  font-family: "Montserrat-Medium";
}

footer.footer div.footer_logo {
  margin-bottom: 80px;
}

footer.footer div.contact a > span b {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

footer.footer div.contact a > span {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  padding-right: 20px;
}

footer.footer div.contact i.iconfont {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  float: left;
}

footer.footer div.contact a.tel i.iconfont {
  margin-right: 15px;
}

footer.footer div.contact a span.qrcode {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  width: 240px;
  height: 280px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: -140px 0 0 -120px;
  z-index: 99;
}

footer.footer div.contact a span.qrcode img {
  display: block;
  margin: 10px;
  width: 220px;
  height: 220px;
}

footer.footer div.contact a span.qrcode b {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #fff;
  font-weight: normal;
}

footer.footer div.bottom {
  padding: 20px 50px 0px;
  color: rgba(255, 255, 255, 0.25);
  opacity: ;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

footer.footer div.bottom a {
  color: inherit;
}

div.pop-wechat-qrcode {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 5px;
  width: 220px;
  padding: 10px;
  text-align: center;
  color: #555;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.pop-wechat-qrcode img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

div.pop-wechat-qrcode b {
  position: absolute;
  background: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  right: -15px;
  top: -15px;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

div.pop-wechat-qrcode b:hover {
  color: #fff;
  background: #d0141b;
}

body > div.pop-masker {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 999;
}

section.sub-banner {
  height: 718px;
  padding-top: 115px;
  background: #353535 no-repeat center / cover;
  color: #fff;
  position: relative;
  overflow: hidden;
}

section.sub-banner div.wrapper {
  height: 100%;
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.sub-banner div.wrapper h3 {
  bottom: 60px;
  position: absolute;
  font-size: 56px;
  /*font-family: "Microsoft YaHei";*/
  font-weight: bold;
  text-transform: uppercase;
}

section.sub-banner div.wrapper h3 p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}

section.sub-banner div.wrapper h3 p a {
  color: #fff;
}

section.sub-banner div.wrapper h3 p i {
  margin-right: 10px;
  font-size: 22px;
}

section.sub-banner div.wrapper h3 label,
section.sub-banner div.wrapper h3 small,
section.sub-banner div.wrapper h3 span {
  display: block;
}

section.sub-banner div.wrapper h3 small {
  font-family: "Montserrat-Medium";
}

section.sub-channel {
  height: 100px;
  line-height: 100px;

  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 4px #f5f5f5;
  box-shadow: 0 4px 4px #f5f5f5;
  background: #fff;
}

section.sub-channel div.sub-nav h3 {
  font-weight: normal;
  font-size: 18px;
  float: left;
  /*font-family: 'Microsoft YaHei';*/
  padding: 0 43px 0 43px;
  position: relative;
  line-height: inherit;
}

section.sub-channel div.sub-nav h3:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

section.sub-channel div.sub-nav h3:first-child {
  padding-left: 0;
}

section.sub-channel div.sub-nav h3:first-child:before {
  display: none;
}

section.sub-channel div.sub-nav h3:hover a,
section.sub-channel div.sub-nav h3.on a {
  color: #d0141b;
  font-weight: bold;
}

section.sub-channel div.sub-nav p {
  font-size: 16px;
}

section.sub-channel a.home {
  color: #000;
  opacity: 0.4;
  font-size: 16px;
}

section.sub-channel a.home:hover {
  color: #d0141b;
  opacity: 1;
}

section.sub-channel span.line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #ee224d;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

section.container {
  margin: 60px auto;
}

section.container div.container-body p {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 32px;
}

section.container div.container-body * {
  max-width: 100% !important;
}

div.pages {
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
  line-height: 38px;
}

div.pages a {
  display: inline-block;
  font-size: 26px;
  color: #000;
  margin: 0px 2px;
  font-family: "Montserrat-Regular";
  font-weight: bold;
  text-align: center;
}

div.pages a.a1 {
  width: 58px;
  height: 38px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "simsun", "宋体";
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin-left: 40px;
}

div.pages a.a1:first-child {
  margin-right: 40px;
  margin-left: 0;
}

div.pages a.a1:last-child,
div.pages a.a1:hover {
  color: #fff;
  background: #d0141b;
  border-color: #d0141b;
}

div.pages a:hover,
div.pages a.on {
  color: #c41c24;
}

// 格局
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.operation {
  position: fixed;
  right: 0;
  bottom: 0.4rem;
  width: 0.78rem;
  margin-top: -1.5rem;
  background: #d0171b;
  z-index: 9;
  text-align: center;
  font-size: 0;
}

.operation a {
  color: #fff;
  display: block;
}

.operation a.back-to-top {
  background: #d0171b;
  padding: 0.3rem 0;
  justify-content: center;
  display: none;
}

.operation a.back-to-top img {
  width: 0.22rem;
}

/* 新底部 */
.new-footer {
  background: #f6f6f6;
  width: 100%;
  /* margin-top: .4rem; */
}

.new-footer .footer-content {
  width: 83.33%;
  max-width: 1600px;
  margin: 0 auto;
  color: #000;
  text-align: left;
}

.new-footer .f-logo {
  width: 2.53rem;
  max-width: 253px;
  margin: 0.7rem auto 0.93rem;
}

.new-footer .footer-box {
  display: grid;
  grid-template-columns: auto 3.7rem;
}

.new-footer .f-left {
  position: relative;
  flex: 1;
}

.new-footer .f-left dl {
  width: 1rem;
  margin-right: 11%;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.new-footer .f-left dl:last-child {
  margin-right: 0;
}

.new-footer .f-left dl dt {
  position: relative;
  font-weight: normal;
  font-size: 0.18rem;
  color: #000000;
  padding: 0 0 0.36rem;
  text-align: left;
}

.new-footer .f-left dl dd a {
  display: block;
  margin-bottom: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.new-footer .f-left dl a:hover {
  color: #d0171b;
}

.new-footer .footer-box {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(438px, 1fr));
  margin-bottom: 0.5rem;
}

.new-footer .f-right {
  min-width: 4rem;
  text-align: right;
  padding: 0.8rem 0 0;
}

.new-footer .f-right .img-box {
  padding-bottom: 0.4rem;
}

.new-footer .f-right .img-box .img {
  position: relative;
  margin-left: 0.17rem;
  width: 0.55rem;
  cursor: pointer;
  filter: grayscale(100%);
  /* 可选：添加过渡，hover时恢复更丝滑 */
  transition: filter 0.3s ease;
  opacity: 0.6 !important;
}

.new-footer .f-right .img-box .img:hover {
  filter: grayscale(0);
  opacity: 1 !important;
}

.new-footer .f-right .img-box .img img {
  width: 100%;
}

.new-footer .f-right .img-box .img .layer-img {
  position: absolute;
  top: -1.7rem;
  left: 50%;
  width: 1.32rem;
  /* margin-left: -0.68rem; */
  transform: translateX(-50%);
  display: none;
  padding: 0.1rem;
  background: #fff;
  border-radius: 0.1rem;
}

.Index .new-footer .f-right .img-box .img .layer-img {
  top: -1.5rem;
}

.new-footer .f-right .img-box .img .layer-img::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-top: 0.15rem solid #fff;
  display: block;
  /* margin-left: -0.1rem; */
  transform: translateX(-50%);
}

.new-footer .f-right .img-box .img .layer-img img {
  background: #fff;
  border-radius: 0.1rem;
}

.new-footer .f-right .img-box .img:hover .layer-img {
  display: block;
}

.new-footer .f-right .name {
  position: relative;
  font-size: 0.18rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 0 0.16rem;
  margin-bottom: 0.16rem;
}

.new-footer .f-right .name::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0.27rem;
  height: 1px;
  background: #585e67;
}

.new-footer .f-right p.number {
  font-size: 36px;
  color: #d1161b;
  font-weight: 600;
}

.new-footer .copyright {
  padding: 0.34rem 1.2rem;
  background: #f1f1f1;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.16rem;
  display: flex;
  justify-content: space-between;
}

.new-footer .copyright a {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}

.new-footer .copyright a:hover {
  color: #d1161b;
}

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

@media screen and (max-width: 1600px) {
  section.sub-channel div.wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }

  section.sub-channel div.sub-nav {
    float: none;
    white-space: nowrap;
  }

  section.sub-channel div.sub-nav h3 {
    float: none;
    display: inline-block;
  }

  footer.footer div.wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .w1400 {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1500px) {
  section.sub-banner {
    height: 618px;
  }
}

@media screen and (max-width: 1400px) {
  footer.footer div.wrapper p {
    float: none;
  }

  section.sub-channel div.sub-nav h3 {
    padding: 0 35px 0 35px;
  }

  section.sub-banner div.wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.nav {
    font-size: 16px;
  }

  nav.nav .nav_bt {
    margin-left: 30px;
    margin-right: 30px;
  }

  footer.footer div.contact div.item {
    float: none;
    margin-bottom: 10px;
    border-right: 0px #272727 solid;
  }

  footer.footer div.top {
    padding: 0px 20px 30px 20px;
  }
}

@media screen and (max-width: 1279px) {
  .w1400 {
    margin-left: 30px;
    margin-right: 30px;
  }

  div.fixed-toolbar {
    /*display: none;*/
  }

  header.header div.top_header,
  header.header div.bottom_header {
    padding: 0 30px;
    overflow: hidden;
  }

  section.sub-banner div.wrapper h3 {
    left: 30px;
  }
}

@media screen and (max-width: 1199px) {
  footer.footer div.footer_logo {
    margin-bottom: 30px;
  }

  footer.footer div.footer_ewm {
    margin-top: 30px;
  }

  h3.pro-title {
    font-size: 30px;
    line-height: 30px;
  }

  footer.footer div.footer_ewm div.text-center {
    margin-left: 5px;
  }

  header.header a.logo {
    width: 250px;
  }

  nav.nav .nav_bt {
    margin-left: 13px;
    margin-right: 13px;
  }

  .pro-more {
    width: 120px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }

  footer.footer nav.footer-nav a {
    margin-right: 0px;
    margin-left: 4px;
    padding-right: 8px;
  }

  section.sub-banner {
    height: 650px;
  }

  section.sub-channel div.sub-nav h3 {
    padding: 0 20px;
  }

  section.sub-channel div.wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }

  section.sub-channel div.sub-nav {
    float: none;
    white-space: nowrap;
  }

  section.sub-channel div.sub-nav h3 {
    float: none;
    display: inline-block;
  }

  div.pages {
    line-height: 40px;
  }

  div.pages a {
    font-size: 20px;
  }

  div.pages a.a1 {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: 20px;
  }

  div.pages a.a1:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .new-footer .footer-box {
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(438px, 1fr));
  }

  .new-footer .f-logo {
    margin: 0.4rem auto 0.53rem;
  }

  .new-footer .f-left,
  .new-footer .f-right {
    width: 100%;
    /* text-align: center; */
  }

  .new-footer .f-left p.img-box,
  .new-footer .f-right p.img-box {
    justify-content: center;
    padding-bottom: 0.5rem;
  }

  .new-footer .f-left {
    justify-content: space-between;
  }

  .new-footer .f-right {
    padding-top: 0.2rem;
    text-align: center;
  }

  .new-footer .f-right .img-box {
    justify-content: center;
  }

  .new-footer .f-right .name::after {
    right: 50%;
    margin-right: -0.13rem;
  }

  .new-footer .f-left dl {
    margin-right: 3%;
  }

  .new-footer .f-left dl dt {
    padding-bottom: 0.1rem;
  }

  .new-footer .copyright {
    padding: 0.3rem;
  }
}

@media screen and (max-width: 991px) {
  body > canvas#dot-canvas {
    display: none;
  }

  nav.nav .nav_bt {
    margin-left: 8px;
    margin-right: 8px;
  }

  h3.pro-title {
    text-align: left;
  }

  section.sub-banner {
    height: 280px;
  }

  section.sub-banner div.wrapper h3 {
    font-size: 24px;
  }

  section.sub-channel {
    height: auto;
    line-height: 60px;
  }

  section.sub-channel a.home,
  section.sub-channel span.line {
    display: none;
  }

  section.sub-channel div.wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }

  section.sub-channel div.sub-nav {
    float: none;
    white-space: nowrap;
  }

  section.sub-channel div.sub-nav h3 {
    float: none;
    display: inline-block;
  }

  section.sub-channel div.sub-nav h3 {
    padding: 0 20px 0 20px;
    font-size: 15px;
  }

  section.sub-channel {
    line-height: 60px;
    height: 60px;
  }

  header.header a.logo {
    margin-top: 15px;
  }

  header.header div.bottom_header {
    padding-bottom: 20px;
  }

  header.header.on {
    background: #fff;
  }

  header.header.on a.logo img.white {
    display: none;
  }

  header.header.on a.logo img.normal {
    display: block;
  }

  nav.nav {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
  }

  nav.nav .nav_nav a,
  nav.nav .nav_nav span,
  nav.nav .nav_nav span a {
    float: none;
    margin: 0;
    text-align: center;
    line-height: 42px;
    height: auto;
    margin-bottom: 10px;
  }

  nav.nav .nav_nav span label {
    position: static;
    margin-top: -6px;
    display: none !important;
  }

  nav.nav a.on:before {
    position: static;
    display: inline-block;
    width: 12px;
    height: 2px;
    margin-right: 10px;
    vertical-align: middle;
  }

  nav.nav a.search span {
    display: inline-block;
  }

  nav.nav a.search i.iconfont {
    font-size: 24px;
    vertical-align: bottom;
  }

  header.header a.toggleMenu {
    display: block;
    width: 32px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
  }

  header.header a.toggleMenu span {
    display: block;
    height: 2px;
    width: 26px;
    margin: 0 auto 8px;
    background: #d0141b;
  }

  header.header.fixed a.toggleMenu span {
    background: #353535;
  }

  header.header.on a.toggleMenu span {
    background: #353535;
    position: absolute;
    display: none;
    top: 25px;
    left: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  header.header.on a.toggleMenu span:first-child {
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header.header.on a.toggleMenu span:last-child {
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  header.header.on nav.nav {
    display: block;
    padding: 5% 0 5% 0;
    border-radius: 0 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  }

  nav.nav .nav_nav span label a {
    margin: 2px 0 !important;
    font-weight: normal;
    font-size: 12px;
  }

  header.header.on nav.nav a {
    color: #222;
    line-height: 38px;
  }

  header.header.on nav.nav a.search {
    position: absolute;
    top: -49px;
    right: 65px;
  }

  .pro-more {
    margin-top: 30px;
  }

  footer.footer {
    padding: 10px 0;
  }

  footer.footer div.top {
    padding: 20px 10px;
  }

  footer.footer div.footer_logo {
  }

  footer.footer nav.footer-nav {
    height: auto;
    float: none;
    font-size: 15px;
    text-align: right;
    margin-right: 0px;
    margin-top: 15px;
  }

  footer.footer div.contact {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  footer.footer div.contact div.item {
    margin-right: 0px;
    border-right: 0px #272727 solid;
  }

  footer.footer div.bottom {
    padding: 20px 10px 5px;
    line-height: 18px;
    font-size: 12px;
  }

  section.sub-banner {
    height: 460px;
  }

  section.sub-banner div.wrapper {
    margin: 0 auto;
  }

  section.sub-banner div.wrapper h3 {
    font-size: 32px;
    bottom: 20px;
    left: 30px;
  }

  section.sub-banner div.wrapper h3 p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  header.header.on nav.nav {
    padding: 5% 0 0% 0;
  }

  header.header div.link2 {
    display: block;
    text-align: center;
    background: #d8d8d8;
    margin-top: 5%;
    line-height: 75px;
  }

  .w1400 {
    margin-left: 20px;
    margin-right: 20px;
  }

  section.sub-banner div.wrapper h3 p i {
    font-size: 18px;
  }

  header.header div.wel {
    text-align: center;
  }

  h3.pro-title {
    font-size: 24px;
    font-weight: bold;
  }

  .pro-more {
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 20px;
  }

  footer.footer nav.footer-nav {
    text-align: left;
  }

  footer.footer div.footer_ewm {
    float: left;
    margin-top: 10px;
  }

  footer.footer div.contact a.tel {
    margin-right: 0px;
  }

  footer.footer div.contact a > span b {
    margin-bottom: 10px;
  }

  footer.footer div.contact a > span {
    line-height: 22px;
    font-size: 22px;
  }

  section.sub-banner {
    height: 280px;
  }

  section.sub-banner div.wrapper h3 {
    font-size: 24px;
    bottom: 20px;
    left: 30px;
  }

  section.sub-channel {
    height: auto;
    line-height: 60px;
  }

  section.sub-channel a.home,
  section.sub-channel span.line {
    display: none;
  }

  section.sub-channel div.sub-nav {
    float: none;
  }

  section.container {
    margin: 60px auto;
  }

  div.fixed-toolbar {
    top: initial;
    bottom: 10px;
  }

  .fixed-toolbar.on a.side-btn {
    display: none;
  }

  div.fixed-toolbar .toolbar-item-text {
    display: none;
  }

  div.fixed-toolbar .toolbar-item-link {
    padding: 0 5px;
  }
}

@media screen and (max-width: 479px) {
  footer.footer div.contact a > span b {
    display: inline-block;
    font-size: 14px;
    padding-right: 5px;
  }

  footer.footer div.contact a > span {
    font-size: 18px;
  }

  footer.footer div.contact div.item {
    margin-bottom: 0px;
  }

  footer.footer nav.footer-nav {
    margin-top: 0px;
  }

  .show-brand-nav a {
    font-size: 16px;
  }

  .section-light {
    background: #fff url("../images/culture_02.jpg") no-repeat center / cover;
  }

  .section-light source {
    display: none;
  }

  header.header a.toggleMenu {
    padding-top: 13px;
  }

  .news-item .news-item-desc {
    margin-bottom: 20px;
  }

  .section-vh .wrapper-cell {
    padding: 0 15%;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .show-prod-nav a {
    padding: 0 0 0.6em 0 !important;
  }

  footer.footer div.contact {
    margin-bottom: 0px;
  }

  header.header a.logo {
    height: 27px;
    margin-top: 10px;
  }

  header.header div.bottom_header {
    padding: 0 15px 9px 15px;
  }

  section.sub-banner div.wrapper h3 {
    left: 20px;
  }

  header.header div.top_header {
    padding: 0 15px;
  }

  header.header div.link2 {
    display: block;
    text-align: center;
    background: #d8d8d8;
    margin-top: 5%;
    line-height: 75px;
  }

  header.header a.toggleMenu span {
    width: 24px;
    margin-bottom: 6px;
  }

  nav.nav {
    font-size: 16px;
  }

  nav.nav a {
    line-height: 32px;
    margin: 5px 15px;
  }

  header.header.on nav.nav a.search {
    position: absolute;
    top: -44px;
    right: 65px;
  }

  h3.pro-title:after {
    margin-top: 10px;
  }

  .pro-more {
    width: 140px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    margin-top: 15px;
    border-radius: 0 6px 0 6px;
  }

  footer.footer div.contact a.tel i.iconfont {
    margin-right: 8px;
    vertical-align: middle;
  }

  section.sub-banner {
    height: 180px;
    box-sizing: content-box;
  }

  section.sub-banner div.wrapper h3 {
    font-size: 24px;
  }

  section.sub-channel {
    height: auto;
    line-height: 60px;
  }

  section.sub-channel a.home,
  section.sub-channel span.line {
    display: none;
  }

  section.sub-channel div.wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }

  section.sub-channel div.sub-nav {
    float: none;
    white-space: nowrap;
  }

  section.sub-channel div.sub-nav h3 {
    float: none;
    display: inline-block;
    padding: 0 25px 0 25px;
  }

  section.container {
    margin: 25px auto;
  }

  section.container div.container-body p {
    font-size: 16px;
    line-height: 28px;
  }

  div.pages {
    margin-top: 20px;
  }
}

@media screen and (max-width: 385px) {
  section.sub-channel div.sub-nav h3 {
    padding: 0 15px 0 15px;
  }
}
