@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: bold;
}
.font-14{
  line-height: 2;
}
@font-face {
  font-family: 'MODERNIZ';
  src: url(../fonts/MODERNIZ.ttf) format('truetype'), url(../fonts/MODERNIZ.eot) format('eot'), url(../fonts/MODERNIZ.woff) format('woff'), url(../fonts/MODERNIZ.woff2) format('woff2');
}
body {
  font-family: "Montserrat";
  font-weight: 500;
}
:root {
  --font: 'MODERNIZ';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1218px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: -80px;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.active {
  top: 0;
}
#header .menu-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 170px;
  height: 32px;
  background: url(../images/nav-menu.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
#header .menu-btn::before,
#header .menu-btn::after {
  content: "";
  display: block;
  width: 54px;
  border-bottom: 2px solid #fe0000;
  margin: 7px auto 0;
}
#header .nav {
  height: 80px;
  line-height: 80px;
  display: inline-block;
  width: 100%;
  background: #dddddd;
}
#header .nav > .menu {
  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;
  width: 85%;
  margin-left: 5%;
}
#header .nav > .menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
}
#header .nav > .menu .logo img {
  vertical-align: middle;
}
#header .nav > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav > .menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav > .menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav > .menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav > .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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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 #fd2318;
  display: none \9;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-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 > .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 > .menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .nav > .menu .h-search img {
  filter: brightness(0);
  vertical-align: middle;
  transition: .5s ease;
}
#header .nav > .menu .h-search:hover img {
  filter: brightness(1);
}
#header .nav > .menu .inqBtn {
  height: 33px;
  line-height: 31px;
  border: 1px solid #fe0000;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  transition: .5s ease;
}
#header .nav > .menu .inqBtn:hover {
  color: #FFFFFF;
  background-color: #fe0000;
}
#header .nav > .menu .inqBtn span {
  display: block;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}
#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-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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 .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#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: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 20px;
  line-height: 36px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  line-height: 32px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #nav-height {
    height: 120px;
  }
}
.hover-language {
  margin-right: 40px;
}
.hover-language .zhuyu img {
  filter: brightness(0);
  vertical-align: middle;
  transition: .5s ease;
}

.hover-language:hover .zhuyu img {
  filter: brightness(1);
}

.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #000000;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner .container {
  width: 87%;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#banner .left {
  width: 40%;
}
#banner h2 {
  font-size: 60px;
  font-family: var(--font);
  background-image: url(../images/text-mask.jpg);
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 15px;
}

#banner p {
  font-size: 16px;
  color: #FFFFFF;
  max-width: 520px;
  margin-bottom: 80px;
}

#banner .btns {
  color: #FFFFFF;
}

#banner .bottom {
  z-index: 1;
  width: 63%;
  left: 37%;
  bottom: -27px;
  background-color: #fe0000;
  padding: 0 8% 0 5%;
  -webkit-clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner .bottom .box {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 77px;
}
#banner .bottom .box .dots li {
  margin: 0 13px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
#banner .bottom .box .dots li button {
  display: none;
}
#banner .bottom .box .dots li.slick-active {
  background-color: #FFFFFF;
}
#banner .bottom .box .arrows span {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
}
#banner .bottom .box .arrows span:hover {
  opacity: 1;
}
#index-body {
  background-color: #000000;
}
.slide-title {
  opacity: .05;
}
.slide-title li {
  padding-right: 10%;
}
.i-category .baseBtn {
  color: #FFFFFF;
}
.i-category .TitBox {
  width: 100%;
  left: 0;
  top: 10%;
  z-index: 1;
  pointer-events: none;
}
.i-category .list ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.i-category .list li {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.i-category .list li::before {
  content: "";
  position: absolute;
  width: 127%;
  height: 65%;
  left: 10%;
  top: 15%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fe0000));
  background-image: -webkit-linear-gradient(transparent, #fe0000);
  background-image: -moz-linear-gradient(transparent, #fe0000);
  background-image: linear-gradient(transparent, #fe0000);
  -webkit-clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
  clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list li:hover {
  background-color: #2b2b2b;
}
.i-category .list li:hover::before {
  opacity: .78;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.i-category .list li:hover .content {
  opacity: 0;
}
.i-category .list li:hover .btns {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.i-category .list li .name {
  color: #FFFFFF;
  left: 10%;
  top: 30%;
  width: 80%;
  line-height: 44px;
  font-family: var(--font);
}
.i-category .list li .name span {
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
}
.i-category .list li .content {
  position: absolute;
  left: 10%;
  bottom: 5%;
  width: 80%;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.i-category .list li .content > div {
  color: #FFFFFF;
  opacity: .1;
  line-height: 36px;
  font-family: var(--font);
}
.i-category .list li .content p {
  color: #FFFFFF;
  opacity: .4;
  line-height: 30px;
}
.font-24{
  line-height: 44px;
}
.i-category .list li .btns {
  width: 100%;
  left: 0;
  bottom: 8%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}
.baseBtn span {
  position: relative;
}
.baseBtn span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid #e01c36;
  border-right: 12px solid rgba(0, 0, 0, 0);
  left: -24px;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.baseBtn span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #e01c36;
  border-left: 12px solid rgba(0, 0, 0, 0);
  right: -24px;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.baseBtn:hover span::before {
  left: -34px;
}
.baseBtn:hover span::after {
  right: -34px;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.our-product {
  padding: 120px 0 85px;
  position: relative;
  overflow: hidden;
}
.our-product::before,
.our-product::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  left: 70%;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.our-product::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fe0000));
  background-image: -webkit-linear-gradient(transparent, #fe0000);
  background-image: -moz-linear-gradient(transparent, #fe0000);
  background-image: linear-gradient(transparent, #fe0000);
}
.our-product::after {
  left: 75%;
  background-color: #c6c6c6;
}
.our-product .box {
  position: relative;
  margin-top: -20px;
  padding-bottom: 55px;
}
.our-product .box::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 10%;
  width: 80%;
  background-color: #FFFFFF;
}
.our-product .list {
  margin-bottom: 90px;
}
.our-product .list .slick-list {
  overflow: visible;
}
.our-product .mml-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 8%;
}
.our-product .mml-text .left {
  width: 52%;
}
.our-product .mml-text .right {
  width: 48%;
  position: relative;
}
.our-product .mml-text .right::after {
  position: absolute;
  content: "";
  width: 115px;
  height: 115px;
  border-radius: 50px;
  bottom: -6vh;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1, 0.1);
  -moz-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
.our-product .mml-text .number {
  font-size: 50px;
  line-height: 1.2;
  color: #ff0000;
  font-family: var(--font);
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.our-product .mml-text .title {
  font-family: var(--font);
}
.our-product .mml-text .desc {
  color: #999999;
  max-width: 500px;
  line-height: 30px;
  min-height: 9em;
}
.our-product .mml-text .image {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 536px;
  -webkit-animation: float 4s 1.25s infinite;
  -moz-animation: float 4s 1.25s infinite;
  animation: float 4s 1.25s infinite;
}
.our-product .nav {
  padding: 0 8%;
}
.our-product .nav ul {
  margin: -18px;
}
.our-product .nav li {
  padding: 18px;
}
.our-product .nav li .item {
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #999999;
  padding-left: 5%;
}
.our-product .nav li .item img {
  height: 100%;
}
.our-product .nav li .item .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 60px;
}
.our-product .nav .slick-current li .item {
  background-color: #d2d2d2;
}
.our-product .nav .arrows {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.our-product .nav .arrows span {
  cursor: pointer;
}
.our-product .nav .arrows span:hover {
  opacity: 1;
}
.mask-bg {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
}
.our-about {
  padding: 140px 0 110px;
  overflow: hidden;
}
.our-about .Tit {
  font-size: 60px;
  color: #ff0000;
  font-family: var(--font);
  width: 60%;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
}
.our-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.our-about .left {
  width: 25%;
}
.our-about .left li {
  position: relative;
  padding-left: 50px;
  margin-top: 25px;
}
.our-about .left li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  width: 75px;
  height: 75px;
  background-color: #ff0000;
  -webkit-clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
  clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
}
.our-about .left li .num {
  margin-top: 25px;
  position: relative;
  font-size: 32px;
  line-height: 1.4;
  color: #FFFFFF;
  font-family: var(--font);
}
.font-16{
  line-height: 30px;
}
.font-18{
  line-height: 32px;
}
.our-about .left li p {
  position: relative;
  color: #999999;
}
.our-about .right {
  width: 75%;
}
.our-about .video {
  margin-right: -20%;
}
.our-about .video::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 110%;
  right: 0;
  top: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFFFFF));
  background-image: -webkit-linear-gradient(transparent, #FFFFFF);
  background-image: -moz-linear-gradient(transparent, #FFFFFF);
  background-image: linear-gradient(transparent, #FFFFFF);
  opacity: 0;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.our-about .video .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  padding-top: 527px;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.our-about .video .play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.our-about .video.animated::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: .2;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
.our-about .video.animated .bg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
.our-about .content {
  color: #FFFFFF;
  line-height: 2;
  margin-top: 60px;
}
.our-about .content h1{
  display: inline;
}
.i-advantage {
  overflow: hidden;
  padding-bottom: 90px;
}
.i-advantage .box {
  margin-top: 75px;
}
.i-advantage .box .item {
  padding: 0 15px;
}
.i-advantage .box .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 496px;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}
.i-advantage .box .img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-advantage .box .content {
  margin-top: 24px;
}
.i-advantage .box .content li {
  width: 50%;
  padding-right: 9%;
  position: relative;
}
.i-advantage .box .content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  opacity: .1;
  -webkit-clip-path: polygon(0 0, 45% 0, 100% 100%, 55% 100%);
  clip-path: polygon(0 0, 45% 0, 100% 100%, 55% 100%);
}
.i-advantage .box .content p {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 35px;
}

.i-advantage .list {
  position: absolute;
  left: 80%;
  right: -25%;
  top: 50px;
}
.i-advantage .list ul {
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}
.i-advantage .list li {
  background-color: #363636;
  padding: 35px 10%;
}
.i-advantage .list li.active {
  background-color: #ff0000;
}
.i-advantage .list li.active span {
  opacity: 1;
}
.i-advantage .list li + li {
  margin-top: 25px;
}
.i-advantage .list li span {
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  max-width: 300px;
}
.our-news {
  padding: 90px 0 80px;
  color: #FFFFFF;
  position: relative;
}
.our-news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  left: 80%;
  opacity: .8;
  background-image: -webkit-gradient(linear, left top, right top, from(#363636), to(transparent));
  background-image: -webkit-linear-gradient(left, #363636, transparent);
  background-image: -moz-linear-gradient(left, #363636, transparent);
  background-image: linear-gradient(to right, #363636, transparent);
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.our-news .list {
  margin-top: 80px;
}
.our-news .list li {
  padding: 0 30% 0 6%;
  border-left: 1px solid #FFFFFF;
  opacity: .5;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-news .list li:hover {
  opacity: 1;
}
.our-news .list li .name {
  margin: 2.8em 0;
}
.i-contact {
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 120px;
}
.i-contact .Tit {
  font-size: 90px;
  line-height: 1.2;
  font-family: var(--font);
  color: #ff0000;
}
.i-contact .content {
  color: #FFFFFF;
}
.i-contact .left {
  width: 50%;
}
.i-contact .right {
  width: 40%;
}
.i-contact .form {
  background-color: #FFFFFF;
  padding: 50px 0;
  margin: 100px 0 -50px;
  position: relative;
  z-index: 1;
}
.i-contact .form::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  left: 80%;
  background-color: #ff0000;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.i-contact .form input {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #999999;
}
.i-contact .form input:not([type='submit']):focus {
  border-color: #ff0000;
}
.i-contact .form input::-webkit-input-placeholder {
  text-transform: uppercase;
  opacity: .4;
}
.i-contact .form input:-moz-placeholder {
  text-transform: uppercase;
  opacity: .4;
}
.i-contact .form input::-moz-placeholder {
  text-transform: uppercase;
  opacity: .4;
}
.i-contact .form input:-ms-input-placeholder {
  text-transform: uppercase;
  opacity: .4;
}
.i-contact .form input::placeholder {
  text-transform: uppercase;
  opacity: .4;
}
.i-contact .form input[type="submit"] {
  width: auto;
  font-size: 24px;
  line-height: 44px;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}
.i-contact .form .left {
  width: 80%;
  padding: 0 90px;
  position: relative;
}
.i-contact .form .left ul {
  margin: 0 -25px;
}
.i-contact .form .left li {
  width: 33.33%;
  padding: 0 25px;
}
.i-contact .form .right {
  width: 20%;
  position: relative;
  text-align: center;
}
#footer {
  background-color: #000000;
  color: #FFFFFF;
  overflow: hidden;
}
#footer .foot-top {
  padding: 130px 0 90px;
  position: relative;
}
#footer .foot-top::before,
#footer .foot-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  left: 55%;
  -webkit-clip-path: polygon(45% 0%, 100% 0%, 55% 100%, 0% 100%);
  clip-path: polygon(45% 0%, 100% 0%, 55% 100%, 0% 100%);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#footer .foot-top::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fe0000));
  background-image: -webkit-linear-gradient(transparent, #fe0000);
  background-image: -moz-linear-gradient(transparent, #fe0000);
  background-image: linear-gradient(transparent, #fe0000);
}
#footer .foot-top::after {
  left: 63%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(transparent));
  background-image: -webkit-linear-gradient(#FFFFFF, transparent);
  background-image: -moz-linear-gradient(#FFFFFF, transparent);
  background-image: linear-gradient(#FFFFFF, transparent);
}
#footer .foot-top.animated::before {
  opacity: .78;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
#footer .foot-top.animated::after {
  opacity: .5;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
#footer .foot-top .left {
  width: 35%;
}
#footer .foot-top .right {
  width: 65%;
}
#footer .foot-content {
  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;
}
#footer .foot-content .foot-block {
  max-width: 330px;
  position: relative;
}
#footer .foot-content .foot-block h4 {
  font-family: var(--font);
  margin-bottom: 50px;
  line-height: 44px;
}
#footer .foot-content .foot-block h4::after {
  content: "";
  display: block;
  width: 70px;
  border-bottom: 2px solid #fe0000;
  margin-top: 20px;
}
#footer .foot-content .foot-block ul li + li {
  margin-top: 30px;
}
#footer .foot-content .foot-block ul li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#footer .foot-content .foot-block ul li a:hover {
  background-size: 100% 1px;
}
#footer .foot-bottom {
  padding: 35px 0;
}
#footer .foot-bottom .left {
  width: 35%;
}
#footer .foot-bottom .right {
  width: 65%;
}
#footer .foot-bottom img {
  height: 16px;
}
#footer .foot-bottom .social-links a {
  font-size: 16px;
  opacity: .5;
}
#footer .foot-bottom .social-links a + a {
  margin-left: 35px;
}
#footer .foot-bottom .social-links a:hover {
  opacity: 1;
}
#ewm {
  margin-top: 90px;
  width: 160px;
  border: 8px solid #FFFFFF;
}
@media (max-width: 1600px) {
  #header .nav > .menu {
    width: 90%;
  }

  #banner h2 {
    font-size: 50px;
  }

  #banner p {
    margin-bottom: 40px;
  }

  .i-category .list li .name {
    font-size: 20px;
    line-height: 36px;
  }
  .our-product .mml-text .title {
    font-size: 20px;
  }
  .our-about .Tit {
    font-size: 50px;
  }
  .our-about .video .bg {
    padding-top: 450px;
  }
  .our-about .left {
    width: 30%;
  }
  .our-about .right {
    width: 70%;
  }
  .i-advantage .list ul {
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
  }
  .i-advantage .list li span {
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .our-news .list li {
    padding: 0 15% 0 5%;
  }
  .i-contact .Tit {
    font-size: 70px;
  }
  .i-contact .content {
    font-size: 18px;
  }
  #footer .foot-content .foot-block h4 {
    font-size: 20px;
  }
  .i-contact .form input[type="submit"] {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .container {
    width: 90%;
  }

  #header .nav > .menu .logo {
    width: 150px;
  }

  #header .nav > .menu .menu-box ul.menu > li {
    margin: 0 12px;
  }

  #banner .container {
    width: 90%;
  }

  #banner h2 {
    font-size: 40px;
  }

  #banner p {
    margin-bottom: 20px;
  }

  .slide-title li {
    padding-left: 10%;
  }
  .i-category .list li .name {
    font-size: 18px;
    line-height: 32px;
    left: 5%;
    width: 90%;
  }
  .i-category .list li .content {
    left: 5%;
    width: 90%;
  }
  .our-product .box {
    margin-top: 0;
  }
  .our-product .box::before {
    top: 10%;
    left: 5%;
    width: 90%;
  }
  .our-product .list {
    margin-bottom: 60px;
  }
  .our-about .Tit {
    font-size: 40px;
  }
  .our-about .video .bg {
    padding-top: 350px;
  }
  .our-about .left {
    width: 35%;
  }
  .our-about .right {
    width: 65%;
  }
  .our-about .video::before {
    top: 15%;
  }
  .i-advantage .list {
    left: 70%;
  }
  .i-advantage .box .img {
    padding-top: 400px;
  }
  .i-advantage .list li {
    padding: 15px 10%;
  }
  .our-news .list li .name {
    font-size: 24px;
  }
  .i-contact .Tit {
    font-size: 60px;
  }
  .i-contact .right {
    width: 50%;
  }
  .i-contact .form .left {
    padding: 0 5%;
  }
  .i-contact .form .left ul {
    margin: 0 -15px;
  }
  .i-contact .form .left li {
    padding: 0 15px;
  }
  #footer .foot-bottom .left {
    width: 100%;
    text-align: right;
  }
  #footer .foot-bottom .right {
    width: 100%;
  }
  #footer .foot-content .foot-block h4 {
    font-size: 18px;
  }
  #footer .foot-content .foot-block {
    max-width: 300px;
  }
}
@media (max-width: 1230px) {
  
  #header .nav > .menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav > .menu .inqBtn {
    display: none;
  }

  #banner p {
    font-size: 14px;
  }

  .hover-language {
    margin-right: 0;
  }
  .i-category .list li .name {
    font-size: 16px;
    line-height: 30px;
  }
  .our-about .left li .num {
    font-size: 24px;
    line-height: 44px;
  }
  .our-news .list li {
    padding: 0 5%;
  }
  .i-contact .Tit {
    font-size: 50px;
  }
  .i-contact .content {
    font-size: 16px;
    line-height: 30px;
  }
  .font-20 {
    font-size: 18px;
    line-height: 32px;
  }
  .i-contact .form input {
    font-size: 16px;
    line-height: 30px;
  }
  .i-contact .form input[type="submit"] {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .foot-content .foot-block {
    max-width: 250px;
  }
  #footer .foot-content .foot-block h4 {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .foot-top .left {
    width: 30%;
  }
  #footer .foot-top .right {
    width: 70%;
  }
  #footer .foot-top .logo {
    width: 200px;
  }
  #ewm {
    width: 100px;
    border-width: 5px;
  }
  #footer .foot-bottom img {
    height: 14px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }

  #banner h2 {
    font-size: 30px;
  }

  #banner .bottom {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product::before,
  .our-product::after {
    display: none;
  }
  .our-product .box::before {
    left: 15px;
    width: auto;
    right: 15px;
  }
  .our-product .list {
    margin-bottom: 0;
  }
  .our-product .nav {
    display: none;
  }
  .our-product .mml-text {
    padding: 0 40px;
  }
  .our-product .mml-text .right::after {
    bottom: 0 !important;
    background-image: url(../images/shadow.png);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
    background-size: contain;
    width: 155px;
    height: 40px;
    opacity: .5;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .Tit {
    position: static;
    width: 100%;
    font-size: 30px;
  }
  .our-about .box {
    display: block;
  }
  .our-about .left {
    width: 100%;
    margin-top: 60px;
  }
  .our-about .right {
    width: 100%;
  }
  .our-about .video {
    margin-right: 0;
    margin-top: 30px;
  }
  .our-about .video::before {
    display: none;
  }
  .our-about .video .bg {
    padding-top: 40%;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .our-about .video .play {
    width: 10%;
  }
  .our-about .content {
    margin-top: 30px;
  }
  .our-about .left li {
    width: 33.33%;
    margin-top: 0;
  }
  .i-advantage {
    padding-bottom: 60px;
  }
  .i-advantage .list {
    display: none;
  }
  .i-advantage .box .img {
    padding-top: 35%;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .i-advantage .box {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list {
    margin-top: 40px;
  }
  .our-news .list li .name {
    font-size: 20px;
  }
  .i-contact {
    padding-top: 60px;
  }
  .i-contact .form {
    margin: 50px 0 -50px;
  }
  .i-contact .box .left {
    width: 100%;
    float: none;
  }
  .i-contact .Tit {
    font-size: 30px;
  }
  .i-contact .box .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  #ewm {
    display: none;
  }
  #footer .foot-top {
    padding: 90px 0 60px;
  }
  #footer .foot-top .left {
    width: 100%;
    float: none;
  }
  #footer .foot-top .right {
    width: 100%;
    margin-top: 40px;
  }
  #footer .foot-content .foot-block h4 {
    margin-bottom: 30px;
  }
  #footer .foot-content .foot-block h4::after {
    margin-top: 10px;
  }
  #footer .foot-content .foot-block ul li + li {
    margin-top: 15px;
  }
  #footer .foot-bottom .social-links a + a {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  /*#banner li {
    height: 400px;
  }*/

  #banner li > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #banner h2 {
    font-size: 24px;
  }

  #banner p {
    display: none;
  }

  .our-product .mml-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .our-product .mml-text .right::after {
    width: 135px;
    bottom: -80px !important;
    left: 0;
    height: 55px;
  }
  .our-product .mml-text .left {
    width: 100%;
  }
  .our-product .mml-text .right {
    margin-bottom: 82px;
    height: 132px;
    width: 100%;
    margin-top: 40px;
  }
  .our-product .mml-text .number {
    font-size: 40px;
  }
  .our-product .mml-text .desc {
    max-width: 100%;
  }
  .our-product .box {
    margin-top: 40px;
  }
  .our-product .box::before {
    top: 0;
  }
  .our-about .Tit {
    font-size: 24px;
    line-height: 44px;
  }
  .our-about .left li {
    padding-left: 25px;
  }
  .our-about .left li::before {
    left: 0;
    width: 50px;
  }
  .i-advantage .box .content li {
    padding-right: 0;
    width: 100%;
  }
  .i-advantage .box .content li::before {
    display: none;
  }
  .i-advantage .box .content p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  #footer .foot-bottom .right .social-links {
    float: none;
  }
  #footer .foot-bottom .right p {
    float: none;
  }
  #footer .foot-bottom .left {
    text-align: left;
  }
}
@media (max-width: 700px) {
  #banner .left {
    width: 100%;
  }

  #banner h2 {
    width: 50%;
  }

  .our-product .mml-text {
    padding: 0 20px;
  }
  .our-product .mml-text .number {
    font-size: 30px;
  }
  .our-product .mml-text .title {
    font-size: 18px;
    line-height: 32px;
  }
  .our-about .left {
    margin-top: 0;
  }
  .our-about .left li {
    width: 100%;
    margin-top: 30px;
  }
  .our-about .left li::before {
    height: 50px;
  }
  .our-about .left li .num {
    margin-top: 0;
  }
  .our-news .list li .name {
    font-size: 18px;
    line-height: 32px;
  }
  .i-contact .Tit {
    font-size: 24px;
    line-height: 44px;
  }
  .i-contact .content {
    font-size: 16px;
    line-height: 30px;
  }
  .i-contact .form {
    padding: 40px 5%;
  }
  .i-contact .form input[type="submit"] {
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    width: 100%;
  }
  .i-contact .form .left ul {
    margin: 0;
  }
  .i-contact .form .left li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .i-contact .form .left {
    width: 100%;
    float: none;
    padding: 0;
  }
  .i-contact .form .right {
    width: 100%;
    float: none;
  }
  .i-contact .form::before {
    display: none;
  }
  #footer .foot-top::before,
  #footer .foot-top::after {
    display: none;
  }
  #footer .foot-content .foot-block {
    max-width: 100%;
  }
  .hide-700 {
    display: none!important;
  }
  #footer .foot-bottom {
    padding: 20px 0;
  }
}

@media (max-width: 700px) {
  #banner h2 {
    width: 80%;
  }
}








/*inner-page*/
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.pb-180{
  padding-bottom: 180px;
}
.pt-170{
  padding-top: 170px;
}
.pb-170{
  padding-bottom: 170px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pt-140{
  padding-top: 140px;
}
.pt-120{
  padding-top: 120px
}
.pb-120{
  padding-bottom: 120px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-80{
  padding-bottom: 80px;
}
.pt-80{
  padding-top: 80px;
}
.font-50 {
  font-size: 50px;
  line-height: 1.6;
}

@media (max-width: 1250px) {
  .pb-180{
    padding-bottom: 80px;
  }
  .pt-170{
    padding-top: 80px;
  }
  .pb-170{
    padding-bottom: 80px;
  }
  .pt-150 {
    padding-top: 80px;
  }
  .pb-150 {
    padding-bottom: 80px;
  }
  .pt-140{
    padding-top: 80px;
  }
  .pb-140 {
    padding-bottom: 80px;
  }
  .pb-120{
    padding-bottom: 80px;
  }
  .pt-120{
    padding-top: 80px
  }
  .font-50 {
    font-size: 40px;
  }
  .font-42{
    font-size: 36px;
  }
}


@media (max-width: 500px) {
  .pb-180{
    padding-bottom: 40px;
  }
  .pt-170{
    padding-top: 40px;
  }
  .pb-170{
    padding-bottom: 40px;
  }
  .pt-150 {
    padding-top: 40px;
  }
  .pb-150 {
    padding-bottom: 40px;
  }
  .pb-140 {
    padding-bottom: 40px;
  }
  .pt-140{
    padding-top: 40px;
  }
  .pb-120{
    padding-bottom: 40px;
  }
  .pt-120{
    padding-top: 40px
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100{
    padding-bottom: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pt-80{
    padding-top: 40px;
  }
  .pb-80{
    padding-bottom: 40px;
  }
  .font-50 {
    font-size: 24px;
    line-height: 44px;
  }
  .font-42{
    font-size: 24px;
    line-height: 44px;
  }
  .font-40{
    font-size: 24px;
    line-height: 44px;
  }
  .font-36{
    font-size: 24px;
    line-height: 44px;
  }
  .font-80{
    font-size: 24px;
    line-height: 1.8;
  }
}

.tipsC {
  overflow: hidden;
}
.tipsC .tipsText {
  text-transform: uppercase;
  padding-left: 26px;
  font-size: 18px;
  line-height: 1.8;
}
.tipsC .tipsLine {
  margin-top: -6px;
  width: 186px;
  overflow: hidden;
}
.tipsC .tipsLine .cir {
  background-color: #fe0000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.tipsGteat {
  margin-top: 30px;
  font-family: var(--font);
}

@keyframes comet {
    0% {
      opacity: 1;
      transform: translateX(100%) scaleX(1);
    }
    
    50% {
      opacity: 0.6;
      transform: translateX(0) scaleX(1);
    }
  
    100% {
      opacity: 1;
      transform: translateX(-100%) scaleX(1);
    }
}
.tipsC .tipsLine .line {
  width: 170px;
  height: 3px;
  background-position: left center;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  animation: comet 3s linear infinite;
  background-size: cover;
}

.inner-page .m-page {
  font-size: 20px;
  line-height: 36px;
  color: #666;
  font-weight: bold;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 4px solid white;
  -webkit-box-shadow: 0 0 0 1px #d4d4d4;
  box-shadow: 0 0 0 1px #d4d4d4;
  display: inline-block;
  vertical-align: middle;
  background: #d4d4d4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 4px 5px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  -webkit-box-shadow: 0 0 0 1px black;
  box-shadow: 0 0 0 1px black;
  background: black;
  color: white;
}
.innner-banner {
  height: 530px;
  -o-background-size: cover;
  background-size: cover;
}
.innner-banner .container {
  position: relative;
  height: 100%;
  color: #fff;
}
.innner-banner .container .cont {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.innner-banner .container .cont .cat_name {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}
.innner-banner .container .cont .mbx {
  color: rgba(0, 0, 0, 0);
}
.innner-banner .container .cont .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  position: relative;
}
.innner-banner .container .cont .mbx span{
  position: relative;
  color: #fff;
}
.innner-banner .container .cont .mbx a::before,
.innner-banner .container .cont .mbx span::before{
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 13px;
  left: -10px;
}
.innner-banner .container .cont .mbx a:first-child::before{
  display: none;
}
.innner-banner .container .cont .mbx a:hover {
  color: #fe0000;
}


.innner-banner-2 {
  background-color: #000000;
  color: #fff;
}
.innner-banner-2 .container .cont {
  padding: 20px 0;
  font-size: 14px;
}
.innner-banner-2 .container .cont .cat_name {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}
.innner-banner-2 .container .cont .mbx{
  color: rgba(0, 0, 0, 0);
}
.innner-banner-2 .container .cont span{
  color: #5c5c5c;
  position: relative;
}
.innner-banner-2 .container .cont a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #5c5c5c;
  position: relative;
}
.innner-banner-2 .container .cont a::before,
.innner-banner-2 .container .cont span::before{
  width: 3px;
  height: 3px;
  background: #5c5c5c;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 13px;
  left: -10px;
}
.innner-banner-2 .container .cont a:first-child::before{
  display: none;
}

.innner-banner-2 .container .cont a:hover {
  color: #fe0000;
}


.about-page {
  background-color: #000000;
  color: #fff;
}
.about-page .init-1 .container .left {
  padding-right: 5%;
}
.about-page .init-1 .container .right {
  color: #aaaaaa;
}
.about-page .init-2 .container ul {
  margin: 0 -30px;
  text-align: right;
}
.about-page .init-2 .container ul li {
  margin-top: 40px;
  text-align: left;
  padding: 0 30px;
}
.about-page .init-2 .container ul li .box {
  border-top: 2px solid #393939;
  transition: all .5s;
}
.about-page .init-2 .container ul li .box .top {
  line-height: 1;
  color: #1f1f1f;
  font-size: 90px;
  font-weight: bold;
  padding-top: 50px;
  transition: all .5s;
}
.about-page .init-2 .container ul li .box .bottom {
  font-weight: bold;
}
.about-page .init-2 .container ul li .box:hover{
  border-top: 2px solid #fe0000;
}
.about-page .init-2 .container ul li .box:hover .top{
  color: #fe0000;
}
.about-page .init-3 {
  padding-left: 140px;
  overflow: hidden;
}
.about-page .init-3 .container {
  width: 100%;
  overflow: hidden;
}
.about-page .init-3 .container .content ul .slick-track {
  padding-left: 360px;
}
.about-page .init-3 .container .content ul li {
  padding: 0 15px;
  overflow: hidden;
}
.about-page .init-3 .container .content ul li .box {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 2px solid #393939;
}
.about-page .init-3 .container .content ul li .box a {
  display: block;
}
.about-page .init-3 .container .content ul li .box a img {
  width: 100%;
}
.about-page .init-3 .container .content ul li .box .title {
  margin-top: 30px;
  font-weight: bold;
}
.about-page .init-3 .container .content ul li .box .sub {
  font-weight: bold;
}
.about-page .init-4 .container .left {
  padding-right: 20px;
}
.about-page .init-4 .container .left .title {
  /*font-weight: bold;*/
      font-family: var(--font);
}
.about-page .init-4 .container .left .des {
  color: #aaaaaa;
  margin-top: 24px;
}
.about-page .init-4 .container .right {
  color: #aaaaaa;
  padding-left: 20px;
}
.about-page .init-5 {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}
.about-page .init-5 .container {
  width: 100%;
}
.about-page .init-5 .container .left {
  vertical-align: middle;
}
.about-page .init-5 .container .left img {
  width: 100%;
}
.about-page .init-5 .container .right {
  vertical-align: middle;
  padding-right: 150px;
  padding-left: 190px;
  /*text-align: right;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.about-page .init-5 .container .right .title {
  /*font-weight: bold;*/
      font-family: var(--font);
}
.about-page .init-5 .container .right .des {
  margin-top: 20px;
  color: #aaaaaa;
}
.about-page .init-6 .container .left {
  vertical-align: middle;
  padding-right: 40px;
}
.about-page .init-6 .container .left .title {
  /*font-weight: bold;*/
      font-family: var(--font);
}
.about-page .init-6 .container .left .des {
  color: #aaaaaa;
  margin-top: 30px;
}
.about-page .init-6 .container .right {
  padding-left: 50px;
  vertical-align: middle;
}
.about-page .init-7 .container {
  width: 100%;
}
.about-page .init-7 .container img {
  width: 100%;
}
.about-page .init-7 .container .content {
  margin-top: -70px;
}
.about-page .init-7 .container .content .left {
  padding-right: 30px;
  vertical-align: middle;
}
.about-page .init-7 .container .content .left .cont {
  padding: 100px 130px 100px 140px;
  background-color: #191919;
      font-family: var(--font);
}
.about-page .init-7 .container .content .right {
  margin-top: 70px;
  padding-right: 140px;
  padding-left: 30px;
  color: #aaaaaa;
  vertical-align: middle;
}
.about-page .init-8 .container form .list {
  font-size: 14px;
  width: -webkit-calc(15%);
  width: -moz-calc(15%);
  width: calc(50% - 35px);
  color: #a5a5a5;
  text-transform: uppercase;
}
.about-page .init-8 .container form .list input,
.about-page .init-8 .container form .list textarea {
  border: none;
  background: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #393939;
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
}
.about-page .init-8 .container form .list input:focus,
.about-page .init-8 .container form .list textarea:focus {
  border-bottom: 2px solid #fff;
}
.about-page .init-8 .container form .content {
  width: 100%;
  margin-top: 30px;
}
.about-page .init-8 .container form .mail {
  margin-left: 70px;
}
.about-page .init-8 .container form .submit_btn {
  display: inline-block;
  margin-top: 40px;
  padding: 16px 40px;
  padding: 14px 40px 6px;
  width: auto;
  background-color: #161616;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.about-page .init-8 .container form .submit_btn:hover {
  background-color: #fe0000;
}
.about-page .init-9 .container .content ul{
  margin: 0 -20px;
}
.about-page .init-9 .container .content ul li{
  padding: 0 20px;
}
.about-page .init-9 .container .content ul li a{
  display: block;
}
.about-page .init-9 .container .content ul li a img{
  width: 100%;
}
@media (max-width: 1800px) {
  .inner-page .m-page{
    font-size: 18px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 30px;
    height: 30px;
    line-height: 36px;
  }
  .about-page .init-3 .container .content ul .slick-track{
    padding-left: 0;
  }
}
@media (max-width: 1500px) {

  .innner-banner .container .cont .cat_name {
    font-size: 50px;
  }
  .innner-banner-2 .container .cont .cat_name{
    font-size: 50px;
  }
  .about-page .init-5 .container .right {
    padding-left: 40px;
    padding-right: 40px;
  }
  .inner-page .m-page{
    font-size: 16px;
  }
}

@media (max-width: 1250px) {
  .about-page .init-2 .container ul li {
    width: 33.33%;
  }
  #footer .rightC .listContC .listCont .list a.foot-link{
    display: none!important;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-3 {
    padding-left: 0;
  }
  .about-page .init-3 .container .content ul .slick-track {
    padding-left: 0;
  }
  .about-page .init-3 .container {
    width: 970px;
  }
}

@media (max-width: 1000px) {
  .innner-banner {
    height: auto;
    background: #000 !important;
    border-bottom: 1px solid #333;
  }
  .innner-banner .container .cont {
    padding: 40px 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .innner-banner .container .cont .cat_name {
    font-size: 40px;
  }
  .innner-banner-2 .container .cont .cat_name{
    font-size: 40px;
  }
  .innner-banner-2 {
    border-bottom: 1px solid #333;
  }


  .about-page .init-1 .container .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
  }
  .about-page .init-2 .container ul {
    margin: 0 -10px;
  }
  .about-page .init-2 .container ul li {
    padding: 0 10px;
  }
  .about-page .init-3 .container {
    width: 700px;
  }
  .about-page .init-4 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-4 .container .right {
    margin-top: 40px;
    padding-left: 0;
    width: 100%;
  }
  .about-page .init-5 .container .left {
    width: 100%;
  }
  .about-page .init-5 .container .right {
    width: 100%;
    margin-top: 0;
    padding: 40px 16px;
    text-align: left;
  }
  .about-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .init-7 .container .content {
    margin-top: 40px;
  }
  .about-page .init-7 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-7 .container .content .left .cont {
    padding: 70px 40px;
    width: 100%;
  }
  .about-page .init-7 .container .content .right {
    padding-right: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-8 .container form input {
    width: 100%;
  }
  .about-page .init-8 .container form .list {
    width: 100%;
  }
  .about-page .init-8 .container form .mail {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 700px) {
  .about-page .init-2 .container ul li {
    width: 100%;
    text-align: center;
  }
  .about-page .init-2 .container ul li:last-child .box {
    border-bottom: 2px solid #393939;
    padding-bottom: 40px;
  }
  .about-page .init-3 .container {
    width: 100%;
  }
  .about-page .init-5 .container .right {
    padding: 40px 0;
  }
  .about-page .init-7 .container .content .left .cont {
    padding: 40px 16px;
  }
  .about-page .init-7 .container .content .right {
    padding-left: 20px;
  }
}

@media (max-width: 500px) {
  .innner-banner .container .cont .cat_name {
    font-size: 24px;
  }
  .innner-banner-2 .container .cont .cat_name{
    font-size: 24px;
  }
  .about-page .init-2 .container ul li {
    margin-top: 20px;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 40px;
    padding-top: 30px;
  }
  .about-page .init-2 .container ul li:last-child .box {
    padding-bottom: 20px;
  }
  .about-page .init-3 .container .content ul li .box {
    padding-bottom: 10px;
  }
  .about-page .init-7 .container .content .left .cont {
    padding: 20px 16px;
  }
  .about-page .init-7 .container .content .right {
    padding: 0;
  }
  .about-page .init-8 .container form .list input,
  .about-page .init-8 .container form .list textarea {
    margin-top: 10px;
  }
}


.technical-page{
  background: #000;
  color: #fff;
}

.technical-page .init-1 ul li{
  justify-content: space-between;
  margin-top: 90px;
}
.technical-page .init-1 ul li:first-child{
  margin-top: 0;
}
.technical-page .init-1 ul li .left{
  width: 54%;
}
.technical-page .init-1 ul li .left img{
  width: 100%;
}
.technical-page .init-1 ul li .right{
  width: 45%;
  max-width: 750px;
  padding-left: 40px;
}
.technical-page .init-1 ul li:nth-child(2n) .right{
  order: -2;
  padding: 0 40px 0 0;
}
.technical-page .init-1 ul li .title{
  /*font-weight: bold;*/
      font-family: var(--font);
}
.technical-page .init-1 ul li .des{
  margin-top: 30px;
  color: #767676;
  }
.technical-page .init-1 ul li .title1{
  color: #fe0000;
  font-size: 150px;
  /*font-weight: bold;*/
  font-family: var(--font);
}
.technical-page .init-2 .tipsC{
  max-width: 180px;
  margin: auto;
}
.technical-page .init-2 .des{
  color: #767676;
  text-align: center;
  margin-top: 30px;

}
.technical-page .init-2 .tipsGteat{
  text-align: center;
}
.technical-page .init-2 ul{
  margin: 60px -10px 0;
}
.technical-page .init-2 ul li{
  padding: 0 10px;
}
.technical-page .init-2 ul li a{
  display: block;
}
.technical-page .init-2 ul li a img{
  width: 100%;
}
.technical-page .init-2 .sPage ul{
  text-align: center;
  margin-top: 30px;
}
.technical-page .init-2 .sPage ul li{
  display: inline-block;
  margin: 2px 10px;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
  cursor: pointer;
  border: none;
  transition: all .5s;
}
.technical-page .init-2 .sPage ul li:hover{
  background: #fe0000;
}
.technical-page .init-2 .sPage ul li button{
  display: none;
}

.technical-page .init-3 ul li{
  justify-content: space-between;
  margin-top: 90px;
}
.technical-page .init-3 ul li:first-child{
  margin-top: 0;
}
.technical-page .init-3 ul li .left{
  width: 54%;
}
.technical-page .init-3 ul li .left img{
  width: 100%;
}

.technical-page .init-3 ul li .right{
  width: 45%;
  padding-left: 60px;
}
.technical-page .init-3 ul li .right .title{
  /*font-weight: bold;*/
      font-family: var(--font);
}
.technical-page .init-3 ul li .right .des{
  color: #767676;
  margin-top: 30px;
}
.technical-page .init-3 ul li:nth-child(2n - 1) .right{
  order: -2;
  padding-right: 60px;
  padding-left: 0;
}

@media (max-width: 1250px) {
  .technical-page .init-1 ul li .title1{
    font-size: 100px;
  }
  .technical-page .init-1 ul li .left{
    width: 100%;
    max-width: 500px;
  }
  .technical-page .init-1 ul li .right{
    padding: 0;
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
  }
  
  .technical-page .init-1 ul li:nth-child(2n) .right{
    padding: 0;
    order: 2;
    width: 100%;
  }
  .technical-page .init-3 ul li .left{
    width: 100%;
    max-width: 500px;
  }
  .technical-page .init-3 ul li .right{
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  
  .technical-page .init-3 ul li:nth-child(2n - 1) .right{
    order: 1;
    padding: 0;
  }
}

@media (max-width: 500px) {
  .technical-page .init-1 ul li{
    margin-top: 40px;
  }
  .technical-page .init-1 ul li .title1{
    font-size: 60px;
  }
  .technical-page .init-1 ul li .des{
    margin-top: 10px;
  }
  .technical-page .init-2 ul{
    margin-top: 20px;
  }
  .technical-page .init-2 .des{
    margin-top: 20px;
  }
  .technical-page .init-2 .sPage ul li{
    width: 8px;
    height: 8px;
    margin: 4px;
  }
  .technical-page .init-3 ul li{
    margin-top: 40px;
  }
}

.honor-page{
  background: #000;
}
.honor-page .list ul {
  margin: -20px -8px;
}
.honor-page .list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.honor-page .list ul li {
  padding: 20px 8px;
}
.honor-page .list ul li a.img-box {
  display: block;
}
.honor-page .list ul li a.img-box img {
  display: block;
  width: 100%;
}

.factory-page{
  background: #000;
}
.factory-page .container{
  width: 1300px;
}
.factory-page .slide {
  margin-top: 150px;
  position: relative;
  align-items: flex-start;
}
.factory-page .slide:first-child{
  margin-top: 0;
}
.factory-page .slide .num {
  filter: brightness(.7);
  width: 90px;
}
.factory-page .slide .title{
  color: #fff;
  font-weight: bold;
  width: calc(100% - 150px);
  margin-left: auto;
}
.factory-page .slide .list {
  position: relative;
  margin-top: 70px;
  width: 100%;
}
.factory-page .slide .list .slick-list {
  overflow: unset;
}
.factory-page .slide .list ul {
  margin: 0 -50px;
}
.factory-page .slide .list ul li {
  padding: 0 50px;
}
.factory-page .slide .list ul li a.img-box {
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .slide .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.factory-page .slide .list .slick-current li a.img-box {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.factory-page .slide .list .btn{
  cursor: pointer;
}
.factory-page .slide .list .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  zoom: .7;
}

.factory-page .slide .list .btn div i {
  margin-right: 1.8em;
  width: 114px;
    height: 114px;
    border-radius: 100%;
    border: 1px solid #ddd;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.factory-page .slide .list .btn div i img {
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.factory-page .slide .list .btn div.next {
  right: -10%;
}
.factory-page .slide .list .btn div.prev {
  left: -10%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}


@media screen and (max-width: 1800px) {
  .factory-page .container{
    width: 950px;
  }
  .factory-page .slide {
    margin-top: 90px;
  }
  .factory-page .slide .list{
    margin-top: 40px;
  }
}

@media screen and (max-width: 1250px) {
  .factory-page .container{
    width: 700px;
  }
}
@media screen and (max-width: 1000px) {

  .factory-page .slide .list {
    margin-top: 25px;
  }
  .factory-page .slide {
    margin-top: 50px;
  }


}

@media screen and (max-width: 700px) {
  .factory-page .container{
    width: 100%;
  }
  .factory-page .slide .list .btn {
    display: none;
  }
  .factory-page .slide .list ul li {
    padding: 0 20px;
  }
  .factory-page .slide .list ul {
    margin: 0 -20px;
  }
  .factory-page .slide .title{
    width: 100%;
    margin-top: 20px;
  }
  .factory-page .slide .num{
    width: 60px;
  }
}

.faq-page{
  background: #000;
  color: #fff;
}
.faq-page .init-1 .container {
  text-align: center;
}
.faq-page .init-1 .container .tip {
  font-size: 40px;
  font-weight: bold;
}
.faq-page .init-1 .container form {
  overflow: hidden;
  height: 64px;
  border-radius: 32px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  max-width: 960px;
  background-color: #ffffff;
}
.faq-page .init-1 .container form input {
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 20px 36px;
  padding-right: 80px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.faq-page .init-1 .container form .submit_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/faq_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  right: 32px;
  top: 18px;
}
.faq-page .init-1 .container .des {
  margin-top: 34px;
  font-size: 16px;
  font-weight: 300;
}
.faq-page .init-2 {
  margin-top: 110px;
}
.faq-page .init-2 .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.faq-page .init-2 .container .left {
  width: calc(100% - 590px);
  padding-right: 56px;
}
.faq-page .init-2 .container .left .list {
  margin-top: 44px;
  border: 1px solid #4e4e4e;
}
.faq-page .init-2 .container .left .list .title {
  padding: 16px 12px;
  font-size: 22px;
  display: flex;
  background-color: #1a1a1a;
  cursor: pointer;
}
.faq-page .init-2 .container .left .list .title .title_1 {
  margin-right: 14px;
  transition: all 0.5s;
}
.faq-page .init-2 .container .left .list .title.active .title_1 {
  color: #fe0000;
}
.faq-page .init-2 .container .left .list .des {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  padding: 20px 50px;
  display: none;
}
.faq-page .init-2 .container .left .list:first-child {
  margin-top: 0;
}
.faq-page .init-2 .container .left .m-page {
  text-align: left;
}
.faq-page .init-2 .container .right {
  width: 590px;
  padding: 54px 70px 40px 70px;
  background-color: #1a1a1a;
}
.faq-page .init-2 .container .right .tip {
  font-size: 24px;
  font-weight: bold;
}
.faq-page .init-2 .container .right input,
.faq-page .init-2 .container .right textarea {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  background-color: #ffffff;
  font-size: 16px;
  border: none;
  font-weight: 300;
  color: #000000;
}
.faq-page .init-2 .container .right input::placeholder,
.faq-page .init-2 .container .right textarea::placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right .submit_btn {
  margin-top: 22px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
}
.faq-page .init-2 .container .right .more{
  text-align: center;
  font-weight: bold;
  justify-content: center;
  cursor: pointer;
  padding-top: 0;
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .faq-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .faq-page .init-2 .container .left {
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .faq-page .init-1 .container .tip {
    font-size: 24px;
  }
  .faq-page .init-1 .container form {
    height: 54px;
    margin-top: 20px;
  }
  .faq-page .init-1 .container form input {
    font-size: 14px;
    padding: 10px 20px;
  }
  .faq-page .init-1 .container form input:first-child {
    padding-right: 32px;
  }
  .faq-page .init-1 .container form .submit_btn {
    height: 18px;
    right: 12px;
    width: 18px;
  }
  .faq-page .init-1 .container .des {
    line-height: 2;
    margin-top: 20px;
  }
  .faq-page .init-2 {
    margin-top: 40px;
  }
  .faq-page .init-2 .container .left .list {
    margin-top: 20px;
  }
  .faq-page .init-2 .container .left .list .title {
    font-size: 18px;
  }
  .faq-page .init-2 .container .left .list .des {
    padding: 20px 30px;
  }
  .faq-page .init-2 .container .left .m-page {
    text-align: center;
  }
  .faq-page .init-2 .container .right{
    padding: 20px 16px;
  }
}


.service-page {
    font-size: 16px;
    line-height: 1.8;
    background: #000;
    color: #fff;
}


.service-page .btn-go {
  margin-top: 20px;
  width: 280px;
  height: 65px;
  color: #fff;
  font-size: 18px;
  position: relative;
  background-color: #fe0000;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.service-page .btn-go:hover {
  background-color: #fff;
  color: #fe0000;
}
.service-page .btn-go-yellow {
  width: 220px;
  height: 55px;
  font-size: 18px;
  position: relative;
  background-color: #fff;
  color: #fe0000;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.service-page .btn-go-yellow:hover {
  background-color:#000;
}

.service-page .init-1 .container .left .tips { 
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: #fe0000;
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(255, 255, 255, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 30px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: #fe0000;
  text-transform: uppercase; 
  font-weight: bold;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid #fe0000;
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #fff;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 0;
  background-color: #fe0000;
  /*width: 750px;*/
  padding: 40px 20px;
  text-align: center;
  margin-left: -300px;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
  margin-top: 10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 70px;
  font-weight: bold;
  line-height: 1; 
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
}
.service-page .init-2 .container .left .moreC a .moreText{
  padding-top: 6px;
}
.service-page .init-2 .container .left .service-page .btn-go {
  margin-top: 40px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3{
  background-size: cover;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tipsC{
  width: 200px;
  margin: auto;
  text-align: left;
}
.service-page .init-3 .container .tips {
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  font-weight: 300;
  max-width: 65%;
  margin: auto;
  margin-top: 30px;
}
.service-page .init-3 .container .moreC a{
  margin: auto;
}
.service-page .init-3 .container .moreC a .moreText{
  padding-top: 6px;
}
.service-page .init-3 .container .service-page .btn-go {
  margin-top: 24px;
  width: 200px;
  height: 45px;
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips { 
  font-weight: bold;
  text-transform: uppercase;
}
.service-page .init-4 .container form{
  color: #000;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 12px 60px 4px;
  margin-top: 30px;
  font-size: 20px; 
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}
.service-page .init-5 .list{
  margin-top: 40px;
}
.service-page .init-5 .list ul {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}
.service-page .init-5 .list ul li {
    padding: 15px;
}
.service-page .init-5 .list ul li .img img{
  width: 100%;
}
.service-page .init-5 .list ul li .text {
    padding: 30px 20px;
    color: #fff;
    position: relative;
}
.service-page .init-5 .list ul li .text p{
    max-height: 260px;
    padding-right: 4px;
    overflow-y: auto;
}

.service-page .init-5 .list ul li .box{
  height: 100%;
  border: 1px solid #fff;
}
.service-page .init-5 .list ul li .box .text .shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, rgba(83, 195, 241, .4), rgba(83, 195, 241, 0), rgba(83, 195, 241, 0));
    transform: scale(0);
    transform-origin: top left;
    transition: all .5s;
}
.service-page .init-5 .list ul li .box:hover .text .shadow{
      transform: scale(1);
}
.service-page h2 {
    text-align: left;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1250px) {
  .service-page .btn-go {
    width: 200px;
    height: 55px;
    font-size: 16px;
  }
  .service-page .init-5 .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .init-3 {
      background-position: center;
  }
  .service-page .init-1 .container .left{
    width: 100%;
  }
  .service-page .init-1 .container .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .service-page .init-2 .container .left{
    width: 100%;
    padding: 0;    
  }
  .service-page .init-2 .container .right{
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .init-3 .container .des{
      max-width: 100%;
  }
  .service-page .init-3 .container .tips {
      font-size: 22px;
  }
  .service-page .init-1 .container .left .tips{
      font-size: 26px;
  }
  .service-page .init-5 .list ul li{
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .service-page h2, 
  .service-page .service-1 .bottom h3{
      font-size: 32px;
  }
  .service-page .init-2 .container .left .tips{
      font-size: 25px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
      font-size: 34px;
  }
  .service-page .init-1 .container .right{
      padding-left: 0;
      margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list .list .title{
      font-size: 22px;
  }
  .service-page .init-1 .container .right .bottom_c .cont{
      margin-left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top{
      font-size: 40px;
  }
  .service-page .init-4 .container form .name, .service-page .init-4 .container form .mail{
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
  }
  .service-page .init-4 .container form .mail{
      margin-left: 0;
  }
  .service-page .init-4 .container form input, .service-page .init-4 .container form textarea{
      padding-left: 15px;
      padding-right: 15px;
  }
  .service-page .init-2 .container .left{
      padding-right: 0;
  }
}
.download-page{
  background: #000;
  color: #fff;
}
.download-page table th {
    text-align: center;
    width: 20% !important;
    padding: 20px 15px;
    background: #fe0000;
    font-size: 16px;
    color: #fff;
    border: none;
    border-right: 1px solid #fff;
}
.download-page table #info {
    width: 100%;
    background: #fff;
}
.download-page table #info:nth-child(even) {
    background: #fbfbfb;
}
.download-page table #info td, th {
  min-width: 200px;
    width: 20% !important;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
}

.contact-page{
  background: #000;
  color: #fff;
}

.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
  font-size: 30px;
  line-height: 50px;
  /*font-weight:bold;
  text-transform: uppercase;*/
}
.contact-page .init-1 .container .left .des {
  font-size: 16px;
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  line-height: 30px;
}
.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
}
.contact-page .init-1 .container .right {
  /*margin-top: 65px;*/
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-weight:500;
  color: #5d5d5d;
  line-height: 2;
}
.contact-page .init-1 .container .right form {
  margin-top: 30px;
  perspective: 600px;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
  line-height: 1.8;
  font-weight:500;
  /*font-weight: bold;*/
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight:500;
  
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .more{
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}

.contact-page .init-1 .container .right{
  position: relative;
}
.contact-page .init-1 .container .right #ewm{
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
  display: block;
  width: 100%;
}
.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}
@media (max-width: 700px) {
  
  .contact-page .init-1 .container .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right #ewm{
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {

  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
}


.contact-page .gxs-8 .container {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .gxs-8 .container .left {
  width: 30%;
  max-width: 400px;
}
.contact-page .gxs-8 .container .left .tipsGteat {
  margin-bottom: 30px;
}
.contact-page .gxs-8 .container .left .h3 {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.contact-page .gxs-8 .container .left .h3:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fe0000;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.contact-page .gxs-8 .container .left ul.maplist li {
  margin-bottom: 30px;
  cursor: pointer;
}
.contact-page .gxs-8 .container .left ul.maplist li.active .h4 {
  background: #fe0000;
  color: #fff;
}
.contact-page .gxs-8 .container .left ul.maplist li.active .content {
  display: block;
}
.contact-page .gxs-8 .container .left ul.maplist li.active .content p.font-14{
  font-size: 16px;
  line-height: 30px;
}
.contact-page .gxs-8 .container .left ul.maplist li.active .content p.font-14:hover {
  color: #FFFFFF;
}
.contact-page .gxs-8 .container .left ul.maplist li .h4 {
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  background: #f4f4f4;
  padding-left: 15px;
}
.contact-page .gxs-8 .container .left ul.maplist li .content {
  padding: 15px;
  color: #777;
  line-height: 1.5;
}
.contact-page .gxs-8 .container .right {
  width: 65%;
}
.contact-page .gxs-8 .container .right .mapbox {
  width: 100%;
  height: auto;
}
.contact-page .gxs-8 .container .right .mapbox iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1000px) {
  .contact-page .init-1 .container .left{
    width: 100%;
  }
  .contact-page .init-1 .container .right{
    width: 100%;
  }
  .contact-page .gxs-8 .container .left .h3{
    margin-bottom: 20px;
  }
  .contact-page .gxs-8 .container .left {
    width: 100%;
  }
  .contact-page .gxs-8 .container .right {
    width: 100%;
  }
}

.news-page{
  color: #fff;
  background: #000;
}
.news-page .container .cat_name_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news-page .container .cat_name_list .list {
  margin-right: 70px;
  padding: 4px 10px;
  position: relative;
  font-size: 20px;
}
.news-page .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
}
.news-page .container .cat_name_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  transition: all 0.5s;
}
.news-page .container .cat_name_list .list:hover::before,
.news-page .container .cat_name_list .list.active::before {
  background-color: #fe0000;
}
.news-page .container .content {
  margin-top: 70px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.news-page .container .content p{
  margin: 0 0px;
}
.news-page .container .content .list {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px;
}
.news-page .container .content .list .box {
  height: 100%;
  border: 1px solid #ffffff;
}
.news-page .container .content .list .box a {
  display: block;
  transition: all 0.5s;
}
.news-page .container .content .list .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .container .content .list .box a:hover {
  color: #fe0000;
}
.news-page .container .content .list .box .img {
  position: relative;
  z-index: 2;
  height: 310px;
}
.news-page .container .content .list .box .cont {
  position: relative;
  padding: 36px 30px;
}
.news-page .container .content .list .box .cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right bottom, rgba(254, 0, 0, 0.4), rgba(254, 0, 0, 0), rgba(254, 0, 0, 0));
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.5s;
}
.news-page .container .content .list .box .cont .time {
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.news-page .container .content .list .box .cont .title {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 16px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  min-height: 5rem;
}
.news-page .container .content .list .box .cont .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}
.news-page .container .content .list:hover .box .cont .shadow {
  transform: scale(1);
}


.newdet-page .m-link {
  margin-top: 40px;
}
.newdet-page .m-link a {
  line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.5s;
  font-size: 16px;
}
.newdet-page .m-link a:nth-child(2) {
  margin-top: 4px;
}
.newdet-page .m-link a:hover {
  border-bottom-color: #ffffff;
}
.newdet-page{
  background: #000;
  color: #fff;
}
.newdet-page .container .title {
  font-size: 30px;
  font-weight: bold;
}
.newdet-page .container .time {
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  color: #ffffff;
}
.newdet-page .container .content {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  line-height: 2;
  font-size: 16px;
}

.related_product {
  background: #000;
  color: #fff;
}
.related_product .list ul {
  margin: -20px;
}
.related_product .list li {
  text-align: center;
  padding: 20px;
}
.related_product .list li a {
  display: block;
  transition: all 0.5s;
}

.related_product .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_product .list li .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  padding: 4px;
}
.related_product .list li .text:hover {
  color: #fe0000;
}
@media (max-width: 1250px) {
  .news-page .container .content {
    margin: 0 -15px;
    padding-top: 0;
  }
  .news-page .container .content .list {
    padding: 0 15px;
  }
  .news-page .container .cat_name_list {
    display: none;
  }
}

@media (max-width: 1000px) {
  .news-page .container .content .list {
    text-align: center;
    width: 50%;
  }
  .news-page .container .content .list .box .img {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .news-page .container .content .list {
    width: 100%;
  }
  .news-page .container .content .list .box .cont{
    padding: 30px 16px;
  }
  .newdet-page .container .title {
    font-size: 20px;
    line-height: 1.8;
  }

  .related_product .list li .img {
    padding: 20px;
  }
}


.guide-page{
  background: #000;
  color: #fff;
}
.guide-page .guide-list .guide-item {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  align-items: center;
}
.guide-page .guide-list h1{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 3em;
    margin-bottom: -70px;
    color: white;
}
.guide-page .guide-list .guide-item{
  display: flex;
  flex-wrap: wrap;
}
.guide-page .guide-list .guide-item .left {
  width: 50%;
}
.guide-page .guide-list .guide-item .left .content {
  /*text-align: right;*/
  padding: 0 40px;
}
.guide-page .guide-list .guide-item .left .content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-top: 50px;
  color: #fff;
  font-weight: bold;  
  text-transform: uppercase;
}

.guide-page .guide-list .guide-item .left .content p {
  color: #787878;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0 40px auto;
  max-height: 245px;
  overflow-y: auto;
  padding-right: 20px;
}
.guide-page .guide-list .guide-item .left .content .cat-det-02{
  display: none;
}
.guide-page .guide-list .guide-item .left .content a.view {
  font-size: 18px;
  color: #fff;
   display: block;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.guide-page .guide-list .guide-item .left .content a:hover {
  color: #fe0000;
}
.guide-page .guide-list .guide-item .left .content .baseBtn{
  margin-left: auto;
}
.guide-page .guide-list .guide-item .left .itemBox {
  margin-top: 40px;
  padding: 0px 50px 0px 90px;
}
.guide-page .guide-list .guide-item .left .itemBox ul {
  margin: -15px;
}
.guide-page .guide-list .guide-item .left .itemBox li {
  padding: 15px;
}
/*.guide-page .guide-list .guide-item .left .itemBox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-page .guide-list .guide-item .left .itemBox .swiper-slide a {
  display: inline-block;
  overflow: hidden;
}
.guide-page .guide-list .guide-item .left .itemBox .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}*/
.guide-page .guide-list .guide-item .right {
  width: 50%;
}
.guide-page .guide-list .guide-item .right img {
  width: 95%;
}
.guide-page .guide-list .guide-item:nth-child(even) .left .content {
  text-align: left;
}
.guide-page .guide-list .guide-item:nth-child(even) .left .content p {
  margin: 20px auto 40px 0;
}

.guide-page .guide-list .guide-item:nth-child(even) .left .content .baseBtn{
  margin-left: 0;
}

.guide-page .guide-list .guide-item:nth-child(even) .left{
  order: 2;
}

@media screen and (max-width: 1400px) {
  .guide-page .guide-list .guide-item .left .content h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .guide-page .guide-list .guide-item .left .content p {
    font-size: 16px;
    margin: 20px 0 20px auto;
  }
  .guide-page .guide-list .guide-item .left .itemBox {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .guide-page .guide-list .guide-item .left .content {
    padding: 0 30px;
  }
  .guide-page .guide-list .guide-item .left .content h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .guide-page .guide-list .guide-item .left .content p {
    font-size: 14px;
    margin: 10px 0 20px auto;
  }
}

@media screen and (max-width: 1000px) {
  .guide-page .guide-list .guide-item .left .content {
    padding: 0 20px;
  }
  .guide-page .guide-list .guide-item .left .content p {
    font-size: 14px;
    line-height: 28px;
    margin: 5px 0 20px auto;
  }
  .guide-page .guide-list .guide-item .left .content a {
    font-size: 14px;
    line-height: 2;
  }
  .guide-page .guide-list .guide-item .left .itemBox {
    margin-top: 20px;
  }
  .guide-page .guide-list .guide-item .left {
    margin: 20px 0;
  }
}

@media screen and (max-width: 700px) {
  .guide-page .guide-list .guide-item{
    padding-top: 20px;
  }
  .guide-page .guide-list .guide-item .left {
    width: 100%;
  }
  .guide-page .guide-list .guide-item .right {
    width: 100%;
  }
  .guide-page .guide-list .guide-item {
    margin-bottom: 0px;
  }

  .guide-page .guide-list .guide-item .right{
    display: none;
  }

  .guide-page .guide-list .guide-item .left .itemBox{
    padding: 0 20px;
  }
  .guide-page .guide-list .guide-item .left .content{
    text-align: left;
  }
  .guide-page .guide-list .guide-item .left .content h2{
    margin-top: 10px;
  }
  .guide-page .guide-list .guide-item .left .content .baseBtn{
    margin-left: 0;
  }
  .guide-page .guide-list .guide-item:nth-child(even) .left .content p {
    margin: 10px 0;
  }
  
}

@media screen and (max-width: 500px) {
  .guide-page .guide-list .guide-item{
    padding-bottom: 0;
  }
  .guide-page .guide-list .guide-item .left .content a.view{
    font-size: 14px;
  }
}


.product-page {
  background-color: #000;
  color: #fff;
}
.product-page .product_cont .product_left {
  width: -webkit-calc(-300%);
  width: -moz-calc(-300%);
  width: calc(100% - 400px);
}
.product-page .product_cont .product_left .cat_cont {
  border-bottom: 2px solid #282828;
  padding-bottom: 20px;
}
.product-page .product_cont .product_left .cat_cont .cat_name {
  /*font-weight: bold;*/
      font-family: var(--font);
      font-size: 30px;
      line-height: 1.6;
}
.font-30{
  line-height: 1.6l;
}
.product-page .product_cont .product_left .cat_cont .cat_des {
  color: #aaaaaa;
  margin-top: 20px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .product_cont .product_left .product_list ul {
  margin: -20px -20px 0;
}
.product-page .product_cont .product_left .product_list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .product_cont .product_left .product_list ul li {
  padding: 0 20px;
  margin-top: 50px;
}

.product-page .product_cont .product_left .product_list ul li .box .cat {
  color: #fe0000;
  margin-top: 20px;
}
.product-page .product_cont .product_left .product_list ul li .box .title {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  line-height: 32px;
}
.product-page .product_cont .product_left .product_list ul li .box .title:hover {
  color: #fe0000;
}
.product-page .product_cont .product_left .product_list ul li .box .des{
  margin-top: 10px;
}
.product-page .product_cont .product_left .product_list ul li .box .moreC{
  perspective: 600px;
  margin-top: 16px;
}
.product-page .product_cont .product_left .product_list ul li .box .moreCont .moreText{
  max-width: calc(100% - 66px);
}
.product-page .product_cont .product_left .product_list ul li .box .img {
  display: block;
  border: 1px solid #666;
  padding: 16px;
  margin-top: 40px;
}
.product-page .product_cont .product_left .product_list ul li .box .img img {
  width: 100%;
}
.product-page .product_cont .product_right {
  width: 400px;
  padding-left: 80px;
}
.product-page .product_cont .product_right .list {
  margin-top: 50px;
  font-weight: bold;
}
.product-page .product_cont .product_right .list:first-child {
  margin-top: 0;
}
.product-page .product_cont .product_right .cat_cont ul {
  margin-top: 10px;
}
.product-page .product_cont .product_right .cat_cont ul li {
  padding: 8px 0;
}
.product-page .product_cont .product_right .cat_cont ul li a {
  color: #fff;
}
.product-page .product_cont .product_right .cat_cont ul li a span {
  display: inline-block;
}
.product-page .product_cont .product_right .cat_cont ul li a .text {
  width: 285px;
}
.product-page .product_cont .product_right .cat_cont ul li a .sub {
  width: 28px;
  height: 28px;
  background-color: #ebebeb;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  color: #000;
}
.product-page .product_cont .product_right .cat_cont ul li a.active,
.product-page .product_cont .product_right .cat_cont ul li a:hover {
  color: #fe0000;
}
.product-page .product_cont .product_right .cat_cont ul li a.active .sub,
.product-page .product_cont .product_right .cat_cont ul li a:hover .sub {
  background-color: #fe0000;
  color: #fff;
}
.product-page .product_cont .product_right .tags_cont .content {
  margin-top: 10px;
}
.product-page .product_cont .product_right .tags_cont .content ul {
  margin: 0 -7px;
}
.product-page .product_cont .product_right .tags_cont .content ul li {
  display: inline-block;
  margin: 7px;
  background-color: #ebebeb;
  /*padding: 9px 10px 4px;*/
  font-size: 14px;
  color: #000;
}
.product-page .product_cont .product_right .tags_cont .content ul li:hover {
  color: #fff;
  background-color: #fe0000;
}
.product-page .product_cont .product_right .app_img_cont .content {
  margin-top: 20px;
}
.product-page .product_cont .product_right .app_img_cont .content ul {
  margin: 0 -7px;
}
.product-page .product_cont .product_right .app_img_cont .content ul li {
  padding: 7px;
}
.product-page .product_cont .product_right .app_img_cont .content ul li .img {
  display: block;
}
.product-page .product_cont .product_right .app_img_cont .content ul li .img img {
  width: 100%;
}
.product-page .product_cont .product_right .form_cont .des {
  color: #aaaaaa;
  margin-top: 14px;
  line-height: 2;
}
.product-page .product_cont .product_right .form_cont form {
  margin-top: 20px;
  position: relative;
}
.product-page .product_cont .product_right .form_cont form input,
.product-page .product_cont .product_right .form_cont form textarea {
  padding: 8px 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  margin-top: 6px;
  width: 100%;
  color: #fff;
}
.product-page .product_cont .product_right .form_cont form input::-webkit-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input:-moz-placeholder,
.product-page .product_cont .product_right .form_cont form textarea:-moz-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::-moz-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-moz-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input:-ms-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea:-ms-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::-ms-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-ms-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::placeholder,
.product-page .product_cont .product_right .form_cont form textarea::placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form .submit_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
}
.product-page .product_cont .product_right .form_cont form .submit_btn:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prodet-page {
  background-color: #000;
  -webkit-column-rule: #000;
  -moz-column-rule: #000;
  column-rule: #000;
  color: #fff;
}
.prodet-page .init-1 {
  padding-top: 40px;
}
.prodet-page .init-1 .container .left {
  vertical-align: middle;
  width: 45%;
}
.prodet-page .init-1 .container .left .big_img {
  display: block;
  border: 1px solid #c9c9c9;
}
.prodet-page .init-1 .container .left .big_img img {
  width: 100%;
}
.prodet-page .init-1 .container .left .gallery_img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .left .gallery_img ul {
  margin: 0 -6px;
}
.prodet-page .init-1 .container .left .gallery_img ul li {
  padding: 0 6px;
}
.prodet-page .init-1 .container .left .gallery_img ul li a {
  display: block;
  border: 1px solid #c9c9c9;
}
.prodet-page .init-1 .container .left .gallery_img ul li a img {
  width: 100%;
}
.prodet-page .init-1 .container .right {
  width: 55%;
  vertical-align: middle;
  padding-left: 90px;
}
.prodet-page .init-1 .container .right .title {
      color: #fff;
}
.prodet-page .init-1 .container .right .title.font-50{
      font-size: 30px;
      line-height: 1.6;
}
.prodet-page .init-1 .container .right .price {
  margin-top: 20px;
      color: #424242;
}
.prodet-page .init-1 .container .right .line2 {
  height: 2px;
  background-color: #393939;
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .des {
  margin-top: 30px;
  color: #aaaaaa;
  line-height: 32px;
  max-height: 15em;
  overflow-y: auto;
}
.prodet-page .init-1 .container .right .contact_cont {
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .contact_cont .contact {
  display: inline-block;
  background-color: #161616;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  cursor: pointer;
}
.prodet-page .init-1 .container .right .contact_cont .contact:hover {
  background-color: #fe0000;
}
.prodet-page .init-1 .container .right .list_cont {
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .list_cont .list {
  margin-top: 10px;
  color: #aaaaaa;
  line-height: 2;
}
.prodet-page .init-1 .container .right .list_cont .list .tips {
  margin-right: 6px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
}
.prodet-page .init-1 .container .right .list_cont .list .lists {
  padding: 8px 10px 0;
  background-color: #303030;
  display: inline-block;
  margin: 2px 4px;
}
.prodet-page .init-1 .container .right .list_cont .list .lists:hover {
  color: #fff;
  background-color: #fe0000;
}
.prodet-page .init-1 .container .right .list_cont .list .link {
  line-height: 2;
  display: inline;
  text-decoration: underline;
}
.prodet-page .init-1 .container .right .list_cont .list .link:hover {
  color: #fe0000;
}
.prodet-page .init-2 .title_c {
  padding-top: 26px;
  padding-bottom: 20px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.prodet-page .init-2 .title_c .container .list {
  width: auto;
  font-weight: bold;
  margin-right: 100px;
  cursor: pointer;
      color: #fff;
}
.prodet-page .init-2 .title_c .container .list:hover,
.prodet-page .init-2 .title_c .container .list.active {
  color: #fe0000;
}
.prodet-page .init-2 .content_c {
  margin-top: 50px;
}
.prodet-page .init-2 .content_c .list_c {
  color: #aaaaaa;
  display: none;
      padding-bottom: 50px;
}
.prodet-page .init-2 .content_c .list_c table{
  width: 100% !important;
  color: #000;
  font-size: 16px;
}

.prodet-page .init-2 .content_c .list_c table tr{
  background: rgba(0, 0, 0, 0);
}
.prodet-page .init-2 .content_c .list_c table tr td{
  color: #fff;
  background: rgba(0, 0, 0, 0);
  min-width: 120px;
  padding: 10px 6px;
  border: 1px solid #c9c9c9;
  line-height: 30px;
    font-size: 16px;
}
.prodet-page .init-2 .content_c .list_c form {
  font-size: 18px;
}
.prodet-page .init-2 .content_c .list_c form .list {
  margin-top: 40px;
  width: -webkit-calc(15%);
  width: -moz-calc(15%);
  width: calc(50% - 35px);
}
.prodet-page .init-2 .content_c .list_c form .list label {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  display: block;
}
.prodet-page .init-2 .content_c .list_c form .list input,
.prodet-page .init-2 .content_c .list_c form .list textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #282828;
  background: rgba(0, 0, 0, 0);
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .init-2 .content_c .list_c form .list input:focus,
.prodet-page .init-2 .content_c .list_c form .list textarea:focus {
  border-bottom: 2px solid #fff;
}
.prodet-page .init-2 .content_c .list_c form .mail {
  margin-left: 60px;
}
.prodet-page .init-2 .content_c .list_c form .content {
  width: 100%;
}
.prodet-page .init-2 .content_c .list_c form .moreC{
  width: auto;
}
.prodet-page .init-2 .content_c .list_c form .submit_btn {
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #282828;
  margin-top: 40px;
  width: auto;
  font-weight: bold;
}
.prodet-page .init-2 .content_c .list_c form .submit_btn:hover {
  background-color: #fe0000;
  color: #fff;
}

.app-page .content{
  margin: -15px;
}
.app-page .content .list{
  padding: 15px;
}
.app-page .content .list .box{
  position: relative;
  overflow: hidden;
}
.app-page .content .list .box .imgC{
  position: relative;
  z-index: 1;
}
.app-page .content .list .box .imgC .img{
  position: relative;
}
.app-page .content .list .box .imgC .img img{
  width: 100%;
}
.app-page .content .list .box .text{
  padding: 25px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(100%);
}
.app-page .content .list .box:hover .imgC .img img{
  transform: translateY(-20px);
}
.app-page .content .list .box:hover .text{
  transform: translateY(0);
}
@media (max-width: 1250px) {
  .product-page .product_cont .product_left {
    width: 100%;
  }
  .product-page .product_cont .product_right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .container .left {
    width: 100%;
  }
  .product-page .product_cont .product_left .cat_cont .cat_name{
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-2 .title_c .container .list {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #666;
    margin-top: 6px;
  }
  .prodet-page .init-2 .title_c .container .list:last-child {
    border-bottom: none;
  }
  .prodet-page .init-2 .content_c .list_c form .list {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-2 .content_c .list_c form .mail {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .product-page .product_cont .product_left .product_list ul {
    margin-top: 0;
  }
  .prodet-page .init-1 .container .right .title.font-50{
    font-size: 20px;
    line-height: 1.8;
  }
  .product-page .product_cont .product_left .product_list ul li {
    margin-top: 40px;
  }
  .prodet-page .init-2 .content_c {
    margin-top: 20px;
  }
  .prodet-page .init-2 .content_c .list_c form .list input,
  .prodet-page .init-2 .content_c .list_c form .list textarea {
    margin-top: 0;
  }
}





.baseHover::before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fe0000));
    background-image: -webkit-linear-gradient(transparent, #fe0000);
    background-image: -moz-linear-gradient(transparent, #fe0000);
    background-image: linear-gradient(transparent, #fe0000);
    -webkit-clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
    clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.baseHover:hover::before {
    opacity: .78;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}