@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #bf0000;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1390px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  width: auto;
  max-width: 1790px;
}
#header .h-top {
  background-color: #f2f2f2;
}
#header .h-top .ui.menu {
  height: 62px;
}
#header .h-top .share a {
  width: 2em;
  height: 2em;
  border-radius: 4px;
  color: white;
}
#header .h-top .share a i {
  font-size: 1.5em;
}
#header .h-top .share a.in {
  background-color: #2478b5;
}
#header .h-top .share a.you {
  background-color: #ed1c24;
}
#header .h-top form {
  width: 20em;
  height: 2.71428571em;
  border-radius: 1.42857143em;
  border: 1px solid #9f9f9f;
  overflow: hidden;
}
#header .h-top form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
#header .h-top form button {
  width: 2em;
  border: none;
  background-color: transparent;
  margin-right: 1em;
}
#header .h-top form button i {
  font-size: 1.5em;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 84px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 5%;
  width: 65%;
  height: 100%;
  padding: 0 1%;
  position: relative;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul {
  display: none !important;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-381755 ul.sub-menu {
  width: 220px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .proBox {
  position: absolute;
  top: 100%;
  left: 50%;
  height: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background-color: white;
  padding: 2%;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  display: none;
  max-height: 70vh;
  overflow: auto;
}
#header .nav .ui.menu .menu-box .proBox a.img-box {
  border: 1px solid #d1d1d1;
}
#header .nav .ui.menu .menu-box .proBox dl {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 1;
}
#header .nav .ui.menu .menu-box .proBox dl dd a {
  padding: .7em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box .proBox dl dd a:hover {
  background-color: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .proBox li:hover dl {
  display: block;
}
#header .nav .ui.menu .box {
  height: 100%;
}
#header .nav .ui.menu .yuy span i.iconfont-diqiu1 {
  font-size: 1.4em;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  font-weight: 500;
  height: 2.3em;
  padding: 0 1em;
  background-color: var(--color);
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  font-size: 1.2em;
}
.more:hover {
  background-color: black;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: scale(0.9) rotate(0deg);
    transform: scale(0.9) rotate(0deg);
  }
  to {
    -webkit-transform: scale(0.9) rotate(360deg);
    transform: scale(0.9) rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: scale(0.9) rotate(0deg);
    transform: scale(0.9) rotate(0deg);
  }
  to {
    -moz-transform: scale(0.9) rotate(360deg);
    transform: scale(0.9) rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: scale(0.9) rotate(0deg);
    -moz-transform: scale(0.9) rotate(0deg);
    transform: scale(0.9) rotate(0deg);
  }
  to {
    -webkit-transform: scale(0.9) rotate(360deg);
    -moz-transform: scale(0.9) rotate(360deg);
    transform: scale(0.9) rotate(360deg);
  }
}
span.h2 {
  line-height: 1.2;
}
span.h6 {
  line-height: 1.2;
}
@-webkit-keyframes sx {
  from {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
  }
}
@-moz-keyframes sx {
  from {
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  to {
    -moz-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
  }
}
@keyframes sx {
  from {
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-30%);
    -moz-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
  }
}
#banner li {
  position: relative;
}
#banner li .img {
  width: 34.89583333vw;
  height: 34.89583333vw;
  overflow: hidden;
  -webkit-transition: 1s 1.3s;
  -moz-transition: 1s 1.3s;
  transition: 1s 1.3s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#banner li .img:before,
#banner li .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}
#banner li .img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -2;
}
#banner li .img:after {
  z-index: -1;
  border: 1px dashed white;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#banner li .img i {
  width: 100%;
  text-align: center;
  padding: 0 16%;
  top: 60%;
}
#banner li .img i img {
  margin: 0 auto;
}
#banner li .img .down {
  bottom: 1.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-animation: sx 1s linear infinite alternate;
  -moz-animation: sx 1s linear infinite alternate;
  animation: sx 1s linear infinite alternate;
}
#banner li .img .down i {
  display: block;
  font-size: 1.8em;
  line-height: 1;
  margin-bottom: .3em;
}
#banner li .title {
  bottom: 16%;
  right: 4%;
  color: white;
  -webkit-transition: 1s 1.5s;
  -moz-transition: 1s 1.5s;
  transition: 1s 1.5s;
}
#banner li .title span.h2 {
  line-height: .9;
}
#banner .slick-slide li .img {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
  -moz-transform: translate(-50%, -50%) scale(0.3);
  -ms-transform: translate(-50%, -50%) scale(0.3);
  transform: translate(-50%, -50%) scale(0.3);
}
#banner .slick-slide li .title {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
}
#banner .slick-slide.slick-current li .img {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#banner .slick-slide.slick-current li .title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-1 .box {
  color: white;
  padding: 8% 8% 0;
}
#index-body .init-1 .box:before {
  content: '';
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box span.h6 {
  display: block;
  min-height: 2.4em;
}
#index-body .init-1 .box a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  z-index: 1;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box a.link i {
  font-size: 1.4em;
}
#index-body .init-1 .box .img {
  display: block;
  width: 100%;
  margin-top: -5%;
}
#index-body .init-1 .box:hover:before {
  background-color: var(--color);
}
#index-body .init-1 .box:hover a.link {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
  color: var(--color);
}
#footer {
  background-color: #1f1e1e;
  color: white;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
}
.form_public {
  padding: 10%;
  background-color: white;
  color: black;
  margin-bottom: -1em;
}
.form_public .text {
  color: rgba(30, 30, 30, 0.5);
}
.form_public form li input,
.form_public form li textarea {
  width: 100%;
  padding: .9em 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #5b5a5a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.form_public form li input::-webkit-input-placeholder, .form_public form li textarea::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form_public form li input:-moz-placeholder, .form_public form li textarea:-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form_public form li input::-moz-placeholder, .form_public form li textarea::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form_public form li input:-ms-input-placeholder, .form_public form li textarea:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form_public form li input::placeholder,
.form_public form li textarea::placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.form_public form li input:focus,
.form_public form li textarea:focus {
  border-color: var(--color);
}
.form_public form li textarea {
  height: 6.66666667em;
}
.form_public form li button {
  border: none;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.form_public form li button i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.form_public form li button:hover {
  color: var(--color);
}
.form_public form li button:hover i {
  background-color: var(--color);
}
#footer .footer-top .info {
  line-height: 1.7;
}
#footer .footer-top .info strong {
  font-weight: 600;
}
#footer .footer-bottom {
  padding-top: 1em;
  background-color: var(--color);
  position: relative;
  z-index: 1;
}
#footer .footer-top~.footer-bottom:before {
  content: '';
  border-width: 5.20833333vw;
  border-style: solid;
  border-color: transparent;
  border-left-color: #1f1e1e;
  border-top-color: #1f1e1e;
  display: block;
  position: absolute;
  top: 0;
  right: 4%;
  z-index: -1;
}
#footer .footer-bottom .logo {
  margin-top: 4%;
}
#footer .footer-bottom span.h6 {
  font-weight: 600;
}
#footer .footer-bottom .nav {
  font-weight: 500;
  line-height: 2;
}
#footer .footer-bottom .nav a:hover {
  text-decoration: underline;
}
#footer .footer-bottom .nav ul ul {
  display: none;
}
#footer .footer-bottom .coy {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-bottom .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: rgba(255, 255, 255, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: white;
}
@media screen and (max-width: 700px) {
  #footer .footer-top {
    padding-bottom: 5%;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .left,
  #footer .footer-top .box .right {
    width: 100%;
  }
  #footer .footer-top .box .form {
    margin-bottom: 5%;
  }
  #footer .footer-bottom .slide {
    display: none;
  }
  #footer .footer-bottom .logo {
    margin-top: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-bottom .logo img {
    max-height: 60px;
  }
  #banner li .img .down {
    display: none;
  }
  #banner li .img {
    left: 25%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .font-97 {
    font-size: 28px;
  }
  .font-30 {
    font-size: 18px;
  }
  .form_public {
    margin-bottom: 1em;
    padding: 5%;
  }
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.inner-banner span.h1 {
  left: 0;
  bottom: 0;
  line-height: .8;
  white-space: nowrap;
  z-index: -1;
  color: #f6f6f6;
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
.inner-banner span.h1 em {
  margin-right: .5em;
}
.inner-banner .mbx {
  line-height: 1.2;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
span.tag {
  line-height: 1;
  font-weight: 500;
}
span.tag:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}
.inner-page table {
  width: 100%;
  word-break: auto-phrase;
}
.inner-page table tbody {
  min-width: auto !important;
  white-space: normal !important;
  width: 100%;
}
.inner-page .text {
  line-height: 1.8;
}
.contact-page .form_public {
  padding: 0;
  margin-bottom: 0;
}
.contact-page .contact-1 .info span.h6 {
  color: var(--color);
}
.contact-page iframe {
  height: 25.52083333vw;
  border: none;
  background-color: #f8f8f8;
  min-height: 240px;
}
.doc-page table tbody {
  display: block;
}
.doc-page table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #c5c5c5;
  background-color: transparent !important;
  font-weight: bold;
}
.doc-page table tr td {
  padding: 1.1em 20px;
  border: none;
}
.doc-page table tr td:nth-child(1) {
  width: 65% !important;
}
.doc-page table tr td:nth-child(2) {
  padding-left: 30px;
  border-left: 1px solid #c5c5c5;
  width: 20% !important;
  font-weight: normal;
  color: #333;
}
.doc-page table tr td:nth-child(3) {
  width: 15% !important;
  text-align: center;
}
.doc-page table tr:first-child {
  background-color: var(--color) !important;
  color: white;
  font-weight: normal;
  font-size: 1.33333333em;
  padding: 0;
}
.doc-page table tr:first-child td:nth-child(2) {
  border-left: none;
  color: inherit;
}
.doc-page table a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.doc-page table a:hover {
  color: var(--color);
}
.drawings-page .list {
  border-bottom: 1px solid #e2e2e2;
}
.drawings-page .list li {
  padding: 1em 0;
  border-top: 1px solid #e2e2e2;
}
.drawings-page .list li .text {
  font-weight: 600;
  display: none;
}
.drawings-page .list li .text a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.drawings-page .list li .text a:hover {
  color: var(--color);
}
.drawings-page .list li .img {
  padding: 0 13%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.drawings-page .list li .btn {
  cursor: pointer;
  cursor: hand;
}
.drawings-page .list li .btn i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.drawings-page .list li .btn i:after,
.drawings-page .list li .btn i:before {
  content: '';
  width: 100%;
  height: .25em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.drawings-page .list li .btn i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.drawings-page .list li.active .img {
  padding: 0 10%;
}
.drawings-page .list li.active .btn i:after,
.drawings-page .list li.active .btn i:before {
  background-color: var(--color);
}
.drawings-page .list li.active .btn i:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.drawingsdet-page span.h2 {
  font-weight: 600;
}
.drawingsdet-page .left {
  position: sticky;
  top: 20%;
}
.drawingsdet-page .ret span.h6 {
  padding: .5em;
  background-color: #f8f8f8;
  cursor: pointer;
  cursor: hand;
}
.drawingsdet-page .ret span.h6 i {
  width: 1em;
  height: 1em;
  position: relative;
}
.drawingsdet-page .ret span.h6 i:after,
.drawingsdet-page .ret span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: .5s;
}
.drawingsdet-page .ret span.h6 i:before {
  transform: rotate(90deg);
}
.drawingsdet-page .ret .slide.active span.h6 i:before {
  transform: rotate(0deg);
}
.drawingsdet-page table tbody {
  table-layout: fixed;
}
.drawingsdet-page table tbody td {
  padding: .5em;
  border: 1px solid #ebebeb;
  font-weight: 600;
  vertical-align: middle;
}
.drawingsdet-page table tbody td a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.drawingsdet-page table tbody td a:hover {
  color: var(--color);
}
.drawingsdet-page table tbody tr {
  background-color: transparent !important;
}
.drawingsdet-page table tbody tr:first-child {
  background-color: var(--color) !important;
  color: white;
}
.drawingsdet-page table tbody tr:first-child td {
  padding: 1.1em .5em;
}
.terms-page .list {
  border-bottom: 1px solid #e2e2e2;
}
.terms-page .list li {
  padding: 1em 0;
  border-top: 1px solid #e2e2e2;
}
.terms-page .list li span.h6 {
  cursor: pointer;
  cursor: hand;
}
.terms-page .list li span.h6 i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.terms-page .list li span.h6 i:after,
.terms-page .list li span.h6 i:before {
  content: '';
  width: 100%;
  height: .25em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.terms-page .list li span.h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.terms-page .list li.active span.h6 i:after,
.terms-page .list li.active span.h6 i:before {
  background-color: var(--color);
}
.terms-page .list li.active span.h6 i:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.video-page a.img-box .play {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  right: 9%;
  bottom: 12%;
  left: auto;
  top: auto;
  zoom: .8;
  background-color: white;
}
.video-page a.img-box .play i {
  border-left-color: var(--color);
}
.product-page a.img-box {
  border: 1px solid #d1d1d1;
}
.product-page .content {
  padding: 10%;
  width: -webkit-calc(300% + 2em);
  width: -moz-calc(300% + 2em);
  width: calc(300% + 2em);
  background-color: #f8f8f8;
  position: relative;
}
.product-page ul {
  gap: 1em;
}
.product-page ul li {
  width: -webkit-calc(33.33% - 2em / 3);
  width: -moz-calc(33.33% - 2em / 3);
  width: calc(33.33% - 2em / 3);
}
.product-page ul li.active .title span.h6 {
  color: var(--color);
}
.product-page ul li:nth-child(3n+2) .content {
  left: -webkit-calc(-100% - 1em);
  left: -moz-calc(-100% - 1em);
  left: calc(-100% - 1em);
}
.product-page ul li:nth-child(3n+3) .content {
  left: -webkit-calc(-200% - 2em);
  left: -moz-calc(-200% - 2em);
  left: calc(-200% - 2em);
}
.prodet-page a.img-box {
  border: 1px solid #d1d1d1;
}
/*.prodet-page .table table tbody {
  table-layout: fixed;
}*/
.prodet-page .table table tbody tr {
  background-color: transparent !important;
}
.prodet-page .prodet-1 hr {
  max-width: 72px;
  height: 3px;
  background-color: var(--color);
  margin-left: 0;
  margin-right: auto;
}
.prodet-page .prodet-1 .more {
  height: 3em;
}
.prodet-page .prodet-1 .more i {
  font-size: 1.5em;
}
.prodet-page .prodet-1 a.img-box {
  padding: 20% 3%;
}
.prodet-page .prodet-2 span.h2 {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .doc-page table tr td:nth-child(3) {
    width: 20% !important;
  }
  .doc-page table tr td {
    padding: .5em;
  }
  .doc-page table tr:first-child {
    font-size: 1em;
  }
  .drawingsdet-page table tbody td a img {
    max-height: 50px;
  }
  .product-page ul li {
    width: -webkit-calc(50% - 1em);
    width: -moz-calc(50% - 1em);
    width: calc(50% - 1em);
  }
  .product-page .content {
    width: -webkit-calc(200% + 1em);
    width: -moz-calc(200% + 1em);
    width: calc(200% + 1em);
  }
  .product-page ul li:nth-child(2n+1) .content {
    left: 0;
  }
  .product-page ul li:nth-child(2n+2) .content {
    left: -webkit-calc(-100% - 1em);
    left: -moz-calc(-100% - 1em);
    left: calc(-100% - 1em);
  }
  .product-page ul li .content dl.small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page ul li .content dl.small dd {
    width: 48%;
  }
  .product-page ul {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .drawingsdet-page .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawingsdet-page .box .left {
    width: 100%;
  }
  .drawingsdet-page .box .right {
    width: 100%;
    margin-top: 3%;
  }
  .drawings-page .list li .img {
    padding: 0 7%;
  }
  .drawings-page .list li.active .img {
    padding: 0 2%;
  }
  .doc-page table tr td:nth-child(2) {
    padding-left: 10px;
  }
  .doc-page table tr td:nth-child(3) {
    width: 33.33% !important;
  }
}

.about-page .about-1 .top .img {
    position: relative;
}
.about-page .about-1 .top .img video{
    display: block;
    width: 100%;
}
.about-page .about-1 .top .img .play {
    position: absolute;
    display: inline-block;
    background: var(--color);
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.about-page .about-1 .top .img .play .cont{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i{
    margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 50%;
    animation: ks 3s linear infinite;

}
.about-page .about-1 .top .img .play .ling:last-child{
    animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .top .text .title {
    line-height: 1.2;
    font-size: 42px;
}
.about-page .about-1 .top .text .con {
    margin-top: 46px;
    line-height: 1.8;
    color: #7b7b7b;
    max-height: 690px;
    overflow-y: auto;
    padding-right: 4px;
}
.about-page .about-1 .bottom {
    max-width: 1215px;
    width: 100%;
    margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
    margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
    padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
    font-weight: bold;
    padding-bottom: 26px;
    border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
    font-size: 68px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
    font-size: 30px;
    color: var(--color);
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 2;
    margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.about-page .about-2 {
    margin-top: 120px;
}
.about-page .about-2 .box {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .box .img {
    width: 50.06%;
    vertical-align: middle;
}
.about-page .about-2 .box .text {
    width: 49.94%;
    max-width: 632px;
    padding-left: 64px;
    padding-right: 10px;
    vertical-align: middle;
    color: #fff;
}
.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: #fff;
}
.about-page .about-2 .box .text .con {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
.about-page .about-2 .box .text .list {
    margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 2px;
    background: white;
}
.about-page .about-2 .box::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 81.25%;
    height: 100%;
    background: var(--color);
}
.about-page .about-3 {
    background-color: #f6f6f6;
    padding: 12% 0 7%;
    margin-top: -122px;
}
.about-page .about-3 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 63px;
    border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
    width: 50%;
}
.about-page .about-3 .header .left span.tag {
    color: var(--color);
}
.about-page .about-3 .header .left .title {
    margin-top: 12px;
    line-height: 1.2;
}
.about-page .about-3 .header .right {
    width: 50%;
    font-weight: 500;
    line-height: 1.8;
    color: rgba(0,0,0,.5);
}
.about-page .about-3 .content {
    margin-top: 88px;
}
.about-page .about-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -15px;
}
.about-page .about-3 .content ul li {
    padding: 15px;
    width: 33.33%;
}
.about-page .about-3 .content ul li .box {
    padding: 30px 20px;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #121212;
    height: 100%;
}
.about-page .about-3 .content ul li .box .tit {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin-top: 15px;
}
.about-page .about-3 .content ul li .box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(0, 0, 0, .5);
}
.about-page .about-3 .content ul li .box:hover {
    background: var(--color);
}
.about-page .about-3 .content ul li .box:hover i img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li .box:hover .tit {
    color: white;
}
.about-page .about-3 .content ul li .box:hover p {
    color: white;
}
.about-page .about-3 .list {
    margin-top: 151px;
}
.about-page .about-3 .list .img-box {
    display: block;
}
.about-page .about-3 .list .img-box img {
    width: 100%;
}
.about-page .about-3 .list .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    transition: 0.5s;
    padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
    margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
    display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
    background: var(--color);
}
.about-page .about-4 {
    background: var(--color);
    padding: 68px 0 70px;
    max-width: 959px;
    width: 100%;
    margin-top: -17%;
    position: relative;
    z-index: 1;
    color: #fff;
}
.about-page .about-4 .box {
    max-width: 507px;
    margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
    margin-top: 27px;
}
.about-page .about-4 .box .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
}
.about-page .about-4 .box .info {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
    font-size: 20px;
    line-height: 1.5;
}
.about-page .about-4 .box .info p {
    font-size: 16px;
    line-height: 1.8;
}
.about-page .about-4 .box .more {
    margin-top: 36px;
    background: #000;
}
.about-page .about-4 .box .more:hover {
    background: #fff;
    color: var(--color);
}
.about-page .about-5 {
    padding: 110px 0 180px;
}
.about-page .about-5 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 45px;
    border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
    color: var(--color);
}
.about-page .about-5 .header .title {
    margin-top: 12px;
    line-height: 1.2;
}
.about-page .about-5 .header .more {
    margin-bottom: 4px;
}
.about-page .about-5 .content {
    margin-top: 47px;
}
.about-page .about-5 .content ul {
    margin: 0 -20px;
}
.about-page .about-5 .content ul li {
    padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
    display: block;
    position: relative;
}
.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.about-page .about-5 .content ul li .img-box img {
    width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #d2d2d2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: 0.5;
    -moz-transition: 0.5;
    -o-transition: 0.5;
    transition: 0.5;
    padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
    margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
    display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
    background: var(--color);
}
.about-page .about-6{
    overflow: hidden;
}
.about-page .about-6 .contentC{
    margin-top: 60px;
}
.about-page .about-6 .contentC .container{
    margin-left: auto;
    width: 1640px;
    margin-right: 0;
}
.about-page .about-6 .contentC .container .titleC{
    width: 48%;
    position: relative;
    z-index: 2;
}
.about-page .about-6 .contentC .container .titleC .subline{
    position: absolute;
    bottom: 6px;
    right: 0;
    background: #e2e0e0;
    width: 1200px;
    height: 1px;
}
.about-page .about-6 .contentC .container .titleC li{
    cursor: pointer;
}
.about-page .about-6 .contentC .container .titleC .num{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.about-page .about-6 .contentC .container .titleC .slick-current li .num{
    color: var(--color);
}
.about-page .about-6 .contentC .container .titleC .cir{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e2e0e0;
    margin: 10px auto 0;
}
.about-page .about-6 .contentC .container .titleC .slick-current li .cir{
    background: var(--color);
}
.about-page .about-6 .contentC .container .content{
    position: relative;
    margin-top: -80px;
}
.about-page .about-6 .contentC .container .content .box .left{
    width: 48%;
    padding-right: 200px;
    padding-top: 140px;
}
.about-page .about-6 .contentC .container .content .box .left .title{
    font-weight: 600;
    font-size: 24px;
}
.about-page .about-6 .contentC .container .content .box .left .des{
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-6 .contentC .container .content .box .right{
    width: 52%;
    padding-left: 40px;
}
.about-page .about-6 .contentC .container .content .box .right img{
    width: 100%;
}
@media (max-width: 1700px) {
    .about-page .about-6 .contentC .container{
        width: 1360px;
        margin: auto;
    }
}
@media (max-width: 1500px) {
    .about-page .about-6 .contentC .container{
        width: 1200px;
    }
    .about-page .about-6 .contentC .container .content .box .left{
        padding-right: 40px;
    }
}
@media (max-width: 1250px) {
  #innerMobileBanner~.inner-banner {
    display: block !important;
  }
    .about-page .about-1 .bottom ul {
        margin-right: -30px;
    }
    .about-page .about-1 .bottom ul li {
        padding-right: 30px;
    }
    .about-page .about-3{
        margin-top: -60px;
    }
    .about-page .about-6 .contentC .container{
        width: 970px;
    }
    .about-page .about-6 .contentC .container .titleC{
        width: 100%;
    }
    .about-page .about-6 .contentC .container .titleC .subline{
        width: 100%;
    }
    .about-page .about-6 .contentC .container .content .box .left{
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-6 .contentC .container .content .box .right{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}
@media (max-width: 1000px) {
    .about-page .about-1 .top .text {
        margin-top: 40px;
        /*padding: 30px 16px;*/
    }
    .about-page .about-2 {
        margin-top: 20px;
    }
    .about-page .about-2 .box {
        width: 700px;
        margin: auto;
    }
    .about-page .about-2 .box .img {
        width: 100%;
    }
    .about-page .about-2 .box::after {
        display: none;
    }
    .about-page .about-2 .box .text {
        width: 100%;
        padding: 20px 0 40px 0;
        max-width: 100%;
        color: #000;
    }
    .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
        background-color: var(--color);
    }
    .about-page .about-3 .header {
        padding-bottom: 20px;
    }
    .about-page .about-3 .header .left {
        width: 100%;
    }
    .about-page .about-3 .header .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .about-page .about-3 .content {
        margin-top: 20px;
    }
    .about-page .about-3 .content ul li {
        width: 100%;
        margin-top: 20px;
    }
    .about-page .about-5 {
        padding: 60px 0;
    }
    .about-page .about-5 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-5 .header .left {
        width: 100%;
    }
    .about-page .about-5 .header .right {
        margin-top: 20px;
    }
    .about-page .about-5 .content ul .slick-dots {
        position: relative;
        bottom: 0;
        top: 0;
        margin-top: 20px;
        color: #666;
        line-height: 1.6;
    }
    .about-page .about-1 .bottom ul {
        margin: 0;
    }
    .about-page .about-1 .bottom ul li {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .about-page .about-6{
        margin-top: 0;
        padding-top: 0;
    }
    .about-page .about-6 .contentC .container{
        width: 700px;
    }
}
@media (max-width: 700px) {
    .about-page .about-2 .box {
        width: 100%;
        padding: 0 16px;
    }
    .about-page .about-3 {
        margin-top: 40px;
    }
    .about-page .about-6 .contentC .container{
        width: 100%;
    }
}
@media (max-width: 500px) {
    .about-page .about-1 .top .text .con {
        margin-top: 20px;
    }
    .about-page .about-1 .bottom {
        margin-top: 40px;
    }
    .about-page .about-1 .bottom ul li .data em {
        font-size: 40px;
    }
    .about-page .about-1 .top .text .con {
        max-height: 460px;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 .box .text .con {
        margin-top: 20px;
    }
    .about-page .about-3 {
        margin-top: 0;
    }
    .about-page .about-5 {
        padding: 40px 0;
    }
    .about-page .about-5 .header {
        padding-bottom: 20px;
    }
    .about-page .about-5 .content {
        margin-top: 20px;
    }
}

.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-family: syne;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #bf0000;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  font-family: 'syne';
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}

.production-sec h3.title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
.production-sec h3.title em {
  color: #da1c28;
}
.production-sec .pur-sec {
    padding: 48px 0;
}
.production-sec .pur-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.production-sec .pur-sec .mml-row .text-wrap {
    width: 100%;
    max-width: 50%;
    margin-top: 5%;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    max-width: 690px;
    letter-spacing: 0.2px;
    margin-top: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
    width: 50%;
}
.production-sec .fig-sec {
    padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
}
.production-sec .fig-sec .mml-row.flex-ac .text-wrap {
  margin-top: 0;
}
.production-sec .fig-sec .mml-row h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 38.4px;
    line-height: 1.2;
    color: #da1c28;
    margin-bottom: 6px;
    width: 40%;
}
.production-sec .fig-sec .mml-row ul {
    width: 50%;
    max-width: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 0px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
    max-width: 200px;
    text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
    font-style: normal;
    font-size: 32px;
    line-height: 1.2;
    color: #da1c28;
}
.production-sec .fig-sec .mml-row ul li p {
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 0px;
    margin-top: 10px;
}
.production-sec .prints-sec {
    padding-bottom: 64px;
}
.production-sec .prints-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.production-sec .prints-sec .mml-row .img-wrap {
    width: 40%;
    /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
    margin-bottom: 25px;
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    letter-spacing: 0.2px;
    margin-top: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
    padding: 25px 0px;
    font-style: normal;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    color: #303030;
    margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
    margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    margin: 32px;
    text-align: center;
}
.production-sec .proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.production-sec .proto-sec ul li {
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.production-sec .proto-sec ul li img {
    display: block;
    max-width: 100%;
}
.production-sec .proto-sec h4 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #242424;
    text-align: center;
}
.production-sec .proto-sec p {
    font-style: normal;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 0px;
}
.production-sec .p11-milestone {
    padding: 52px 0;
    background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .p11-milestone .title {
    margin-bottom: 32px;
}
.production-sec .p11-milestone .list ul {
    margin: -15px;
}
.production-sec .p11-milestone .list ul li {
    padding: 15px;
}
.production-sec .p11-milestone .galaxy {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.production-sec .p11-milestone .track {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 200px;
    height: 5px;
    width: 1600px;
    -webkit-transform: translate3d(0, -2.5px, 0);
    -moz-transform: translate3d(0, -2.5px, 0);
    transform: translate3d(0, -2.5px, 0);
    will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
    position: relative;
    width: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#da1c28), to(#000000));
    background-image: -webkit-linear-gradient(left, #da1c28 0%, #000000 100%);
    background-image: -moz-linear-gradient(left, #da1c28 0%, #000000 100%);
    background-image: linear-gradient(90deg, #da1c28 0%, #000000 100%);
}
.production-sec .p11-milestone .comet::after {
    content: '\20';
    position: absolute;
    z-index: 3;
    right: -6px;
    top: -3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys time {
    font-style: normal;
    color: #242424;
    font-size: 24px;
    line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
    font-style: normal;
    color: #242424;
    font-size: 16px;
    line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
    max-width: 400px;
    max-height: 250px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
    position: relative;
    width: 400px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
    bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
    top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
    top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
    bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
    opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #da1c28;
}
.production-sec .team-img {
    text-align: center;
}
.production-sec .team-img .text h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
    .prints-sec .img-wrap {
        width: 35%;
    }
    .prints-sec .text-wrap {
        width: 60%;
    }
}
@media screen and (max-width: 1200px) {
    .text.mod-1 h2 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px !important;
        padding-top: 10px !important;
    }
    .production-sec .fig-sec h2 {
        font-size: 30px;
    }
    .production-sec .prints-sec .mml-row .img-wrap {
        width: 45%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 50%;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .production-sec .pur-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec .mml-row ul {
        width: 100%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 100%;
    }
    .production-sec .pur-sec .container .text-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .production-sec .pur-sec .container .img-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .production-sec .fig-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .production-sec .fig-sec ul {
        width: 100%;
        max-width: 100%;
    }
    .prints-sec .img-wrap {
        display: none;
    }
    .prints-sec .text-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .production-sec .pur-sec {
        padding: 20px 0 !important;
    }
    .production-sec .fig-sec ul {
        display: block;
    }
    .production-sec .fig-sec ul li {
        max-width: 100%;
        padding: 20px 0;
    }
    .production-sec .fig-sec {
        display: none;
    }
    .production-sec .pur-sec .mml-row .text-wrap p {
        font-size: 14px;
        line-height: 2;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text p {
        font-size: 14px;
        line-height: 2;
    }
}
.hose-page .hose-3 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
    background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
    background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
    background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 ul {
    margin: -10px;
}
.hose-page .hose-3 ul li {
    padding: 10px;
}
.hose-page .hose-3 ul li .content {
    background: white;
    padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
    font-size: 18px;
    line-height: 32px;
    color: #5e5e5e;
    margin-top: 10px;
}
.baseTit2 {
  font-size: 48px;
  font-weight: 600;
}
.baseTit2 img {
  float: left;
  margin-top: 10px;
}
.baseTit2 span {
  display: block;
  padding-left: 90px;
}


.manufacture-2 {
  padding: 70px 0 140px;
  background-color: #f6f6f6;
}
.manufacture-2 .left .images {
  position: relative;
  margin-right: 66px;
}
.manufacture-2 .left .images .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.manufacture-2 .left .images .img img {
  opacity: .3;
}
.manufacture-2 .left .images .img.img_2 {
  left: 33px;
  top: 33px;
  z-index: 2;
}
.manufacture-2 .left .images .img.img_2 img {
  opacity: .6;
}
.manufacture-2 .left .images .img.img_1 {
  left: 66px;
  top: 66px;
  z-index: 3;
}
.manufacture-2 .left .images .img.img_1 img {
  opacity: 1;
}
.manufacture-2 .right {
  margin-top: 40px;
}
.manufacture-2 .right ul {
  margin-top: 60px;
}
.manufacture-2 .right li {
  cursor: pointer;
  padding-bottom: 20px;
}
.manufacture-2 .right li:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.manufacture-2 .right li .name {
  margin: 20px 0;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.manufacture-2 .right li .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  display: none;
}
.manufacture-2 .right li .text p {
  line-height: 1.5;
  min-height: 4.5em;
}
.manufacture-2 .right li.active .name {
  color: #da1c28;
}
@media (max-width: 1550px) {
  .baseTit2 {
    font-size: 40px;
  }

  .manufacture-2 .right li .name {
    font-size: 24px;
  }
}
@media (max-width: 1240px) {
  .baseTit2 {
    font-size: 34px;
  }

  .manufacture-2 .left {
    padding: 0;
  }
  .manufacture-2 .right {
    margin-top: 0;
  }
  .manufacture-2 .right ul {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .baseTit2 {
    font-size: 24px;
  }
  .baseTit2 img {
    margin-top: 0;
  }
  
  .manufacture-2 {
    padding: 60px 0;
  }
  .manufacture-2 .left {
    display: none;
  }
  .manufacture-2 .right {
    width: 100%!important;
    padding: 0;
  }
  .manufacture-2 .right li .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .manufacture-2 .right li .name {
    margin: 10px 0;
  }
  .manufacture-2 .right li {
    padding-bottom: 10px;
  }
  .manufacture-2 .right li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: #bf0000;
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}
.support-page .init-2 .container .cont .left .title {
  font-weight: 700;
  font-family: 'syne';
}
.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  font-family: 'syne';
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #bf0000;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: 0 -20px;
}
.support-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 0 20px;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-radius: 50%;
  color: #bf0000;
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/support_6.jpg);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.support-page .init-4 .container .content ul li .mml-text h4{
  font-family: 'syne';
}
.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100% !important;
    padding: 0 !important;
  }
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
  .drawingsdet-page .left {
    position: static;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.troubleshooting-page table tr {
  background-color: transparent !important;
}
.troubleshooting-page table tr td {
  border: 1px solid #ececec;
}
.maintenance-page .list li {
  padding: 5% 0;
  border-bottom: 1px solid #EBEBEB;
}
.maintenance-page .list li:last-child {
  display: block;
}
.maintenance-page .list li:last-child .title {
  width: 100%;
}
.maintenance-page .list li:last-child .content {
  padding-top: 10px;
  width: 100%;
}
.news-page.newsBox {
  padding: 70px 0 130px;
  /*    background: #efeeee;*/
}
.news-page.newsBox span.h2 {
  font-size: 48px;
}
.news-page.newsBox .list {
  margin-top: 30px;
}
.news-page.newsBox .list ul {
  margin: -15px;
}
.news-page.newsBox .list ul li {
  padding: 15px;
}
.news-page.newsBox .list ul li time {
  display: block;
  font-size: 16px;
  color: #d12138;
  line-height: 1.2;
  margin-top: 15px;
}
.news-page.newsBox .list ul li .h6 {
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  margin: .6em 0 0.7em;
  line-height: 1.5;
  transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
  color: #da1c28;
}
.news-page.newsBox .list ul li p {
  font-size: 16px;
  color: #828181;
  line-height: 1.8;
}
.inner-page .sidebox .sideleft {
  width: 25%;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #da1c28;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
  line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #da1c28;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: #da1c28;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #da1c28;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 75%;
  padding: 0 10px 0px 50px;
}
.newdet-page .section-title2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 50px;
}
.newdet-page p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid #da1c28;
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #da1c28;
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #da1c28;
}
.newdet-page .n-content {
  font-size: 18px;
  line-height: 32px;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: #da1c28;
}
.newdet-page .s_link {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #da1c28;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 48px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: #da1c28;
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #da1c28;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 32px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-2 .m-page .wp-pagenavi {
  justify-content: flex-end;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background-color: #bf0000;
  color: #fff;
  border: 1px solid #bf0000;
}
.m-page .wp-pagenavi .current {
  background-color: #bf0000;
  border: 1px solid #bf0000;
  color: #fff;
}
.purchase-banner {
    height: 800px;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display: block;
    overflow: hidden;
    position: relative;
    background-color:black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}
#top.purchase-banner {
    position: fixed;
}
.purchase-banner.f-active {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.purchase-banner video,
.purchase-banner img {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 180%;
}
.purchase-banner img,
.purchase-banner video {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
}
.purchase-banner .box,.purchase-banner .down {
    min-height: auto;
    height: auto;
}
/*.purchase-banner video {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 120%;
}*/
.purchase-banner span.down {
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: 7%;
    cursor: pointer;
    cursor: hand;
    text-transform: uppercase;
    color: white;
    font-size: 0;
    color: transparent;
    -webkit-animation:dx 1s linear infinite alternate;
    -moz-animation:dx 1s linear infinite alternate;
    animation:dx 1s linear infinite alternate;
    height: auto;
    z-index: 10;
    width: 48px;
    margin-left: -24px;
}
.purchase-banner span.down:before {
    content: "";
    margin-left: 10px;
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/Scroll.png') center center no-repeat;
}
.purchase-banner span.down:after {
    content: 'Down';
    font-size: 12px;
    color: white;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
}
@-webkit-keyframes dx {
    from {
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    to {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
@-moz-keyframes dx {
    from {
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    to {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
@keyframes dx {
    from {
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    to {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
.purchase-banner .box {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    color: white;
    line-height: 1;
}
.purchase-banner .box h3 {
    font-size: 36px;
    font-weight: 300;
}
.purchase-banner .box h6 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 7px;
}
.purchase-banner .box .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    max-width: 75%;
}
.purchase-banner.height .box {
    bottom: 5%;
}
@media screen and (min-width:1920px) {
  #footer .footer-top~.footer-bottom:before {
    border-width: 100px;
  }
}