@font-face {
  font-family: 'Bai Jamjuree';
  src: url('../fonts/BaiJamjuree-Medium.eot');
  src: url('../fonts/BaiJamjuree-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BaiJamjuree-Medium.woff2') format('woff2'), url('../fonts/BaiJamjuree-Medium.woff') format('woff'), url('../fonts/BaiJamjuree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Bai Jamjuree';
  src: url('../fonts/BaiJamjuree-Bold.eot');
  src: url('../fonts/BaiJamjuree-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BaiJamjuree-Bold.woff2') format('woff2'), url('../fonts/BaiJamjuree-Bold.woff') format('woff'), url('../fonts/BaiJamjuree-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Bai Jamjuree';
  src: url('../fonts/BaiJamjuree-Regular.eot');
  src: url('../fonts/BaiJamjuree-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BaiJamjuree-Regular.woff2') format('woff2'), url('../fonts/BaiJamjuree-Regular.woff') format('woff'), url('../fonts/BaiJamjuree-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .tgfvbhjk, .vdfgdf  { 
    display: none !important;
  }
}
body {
  font-family: "Bai Jamjuree";
  max-width: 1920px;
  --color: #e20100;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1730px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
  color: white;
}
.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0
}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.55%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .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
}

.tipsC {
    overflow: hidden
}

.tipsC .tipsText {
    padding-left: 26px;
    font-size: 18px;
    line-height: 1.8
}

.tipsC .tipsLine {
    margin-top: -6px;
    width: 186px;
    overflow: hidden;
    display:none;
}

.tipsC .tipsLine .cir {
    background-color: var(--color);
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.tipsGteat {
    margin-top: 30px;
    font-weight: bold;
}

@keyframes comet {
    0% {
        opacity: 1;
        transform: translateX(100%) scaleX(1)
    }

    50% {
        opacity: .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
}
@media screen and (max-width: 1000px) {

    .grid-box.two>.column {
        width: 50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }
}

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

    .grid-box.two>.column {
        width: 50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
#Advertising {
  color: black;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
#header .h-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .h-top .box {
  height: 56px;
}
#header .h-top .box .info i {
  color: var(--color);
}
#header .h-top .box .info hr {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
#header .h-top .ui.menu {
  padding-left: 6%;
  padding-right: 3%;
}
#header .nav .ui.menu {
  margin: 0 auto;
  padding-left: 6%;
  height: 80px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  width: 39%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before,
#header .nav .ui.menu .menu-box ul.menu > li.active > a:before {
  width: 2em;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .msg {
  width: 90px;
  background-color: var(--color);
  height: 100%;
  cursor: pointer;
  cursor: hand;
}
#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;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.14285714;
}
span.tag {
  color: var(--color);
}
.more {
  background-color: var(--color);
  color: white;
  height: 3.33333333em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-width: 11em;
}
.more em {
  padding: 0 2em;
  width: 100%;
}
.more i {
  width: 3.33333333em;
  background-color: #4e4e4e;
  position: relative;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.more i:before,
.more i:after,
.factory-page .slide .list .btn div .more:before,
 .factory-page .slide .list .btn div .more:after{
  content: '';
  width: 1em;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i:after,
.factory-page .slide .list .btn div .more:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.more:hover {
  background-color: black;
}
.more:hover i:before,
.factory-page .slide .list .btn div .more:before {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -moz-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.more:hover i:after,
.factory-page .slide .list .btn div .more:after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -moz-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.text {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.text h1{
  display: inline;
}
.lineTag {
  width: 1em;
  height: 2px;
  background-color: var(--color);
  margin: 0 1.2em;
  position: relative;
}
.lineTag:before,
.lineTag:after {
  content: '';
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: inherit;
}
.lineTag:before {
  left: -1.2em;
}
.lineTag:after {
  left: 1.2em;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner .slickBtn div {
  z-index: 1;
  border: none;
  background-color: transparent;
}
#banner .slickBtn div i {
  font-size: 1.4em;
}
#banner .slickBtn div.prev {
  left: 2%;
}
#banner .slickBtn div.next {
  right: 2%;
  left: auto;
}
#banner .slickBtn div:hover {
  color: var(--color);
}
#banner .slickDots {
  left: 0;
  width: 100%;
  bottom: 4%;
  text-align: center;
}
#banner .slickDots li {
  border-radius: 0;
  background-color: white;
  border: none;
  margin: 0 1.2em;
}
#banner .slickDots li.slick-active {
  background-color: var(--color);
}
.bandera {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  padding: 1em .5em .3em;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 10%;
  top: 0;
  font-weight: bold;
  z-index: 1;
  line-height: 1.5;
}
.bandera:after {
  content: '';
  width: 2.5em;
  padding-top: 28%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-40deg);
  -moz-transform: skewY(-40deg);
  -ms-transform: skewY(-40deg);
  transform: skewY(-40deg);
  background-color: inherit;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
#index-body {
  overflow: hidden;
}
#index-body .init-1 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#index-body .init-1 i.icon {
  position: absolute;
  left: -6.5%;
  top: 0;
}
#index-body .init-1 .bottom ul li a.img-box {
  background-color: #181617;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#index-body .init-1 .bottom .slickBtn div {
  z-index: 1;
  border: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}
#index-body .init-1 .bottom .slickBtn div i {
  font-size: 1.4em;
}
#index-body .init-1 .bottom .slickBtn div:hover {
  color: var(--color);
}
#index-body .init-2 {
  padding-left: 6%;
}
#index-body .init-2 ul {
  padding: 2%;
  background-color: var(--color);
}
#index-body .init-2 ul span.small {
  line-height: 1;
  display: block;
}
#index-body .init-2 ul span.h2 {
  line-height: 1;
}
#index-body .init-2 ul span.h2 sup {
  font-size: 0.57142857em;
}
#index-body .init-3 {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 19.6875% auto;
}
#index-body .init-3 .text p {
  margin-top: .6em;
}
#index-body .init-3 .text p:first-child {
  margin-top: 0;
}
#index-body .init-4 .slide {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: zl 15s linear infinite;
  -moz-animation: zl 15s linear infinite;
  animation: zl 15s linear infinite;
  line-height: 1;
  padding: .5em 0;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#index-body .init-4 .slide span {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#index-body .init-4 .slide i {
  margin: 0 0.69444444em;
}
#index-body .init-4 .slide i img {
  max-height: 1em;
}
#index-body .init-4 .slide em {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .slide em:hover {
  color: white;
}
#index-body .init-4 .slide:after,
#index-body .init-4 .slide:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
}
#index-body .init-4 .slide:before {
  top: .3em;
}
#index-body .init-4 .slide:after {
  bottom: .3em;
}
#index-body .init-4 .top {
  background-color: #ce1f19;
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
  z-index: 1;
  position: relative;
}
#index-body .init-4 .bottom {
  background-color: #272727;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  -webkit-transform-origin: 20% center;
  -moz-transform-origin: 20% center;
  -ms-transform-origin: 20% center;
  transform-origin: 20% center;
  direction: rtl;
}
#index-body .init-4 .bottom .slide {
  -webkit-animation: rl 15s linear infinite;
  -moz-animation: rl 15s linear infinite;
  animation: rl 15s linear infinite;
}
#index-body .init-5 .bottom .left {
  overflow: hidden;
}
#index-body .init-5 .bottom .left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .init-5 .bottom .left .play {
  width: 5.5em;
  height: 5.5em;
}
#index-body .init-5 .bottom .left .play:before,
#index-body .init-5 .bottom .left .play:after {
  background-color: transparent;
  border: 1px solid var(--color);
}
#index-body .init-5 .bottom .right ul {
  height: 100%;
  grid-template-rows: repeat(2, 1fr);
}
#index-body .init-5 .bottom .right ul li {
  padding: 10%;
}
#index-body .init-5 .bottom .right ul li:nth-child(1),
#index-body .init-5 .bottom .right ul li:last-child {
  background-color: var(--color);
}
#index-body .init-5 .bottom .right ul li:nth-child(1) .text::-webkit-scrollbar-thumb,
#index-body .init-5 .bottom .right ul li:last-child .text::-webkit-scrollbar-thumb {
  background-color: white;
}
#index-body .init-5 .bottom .right ul li span.h3 {
  line-height: 1.25;
}
#index-body .init-5 .bottom .right ul li .text {
  max-height: 7.5em;
  overflow: auto;
  max-width: 320px;
  padding-right: 10px;
}
#index-body .init-5 .bottom .right ul li .text::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init-5 .bottom .right ul li .text::-webkit-scrollbar {
  width: 2px;
}
#index-body .init-6 .left {
  background-image: url("../images/init-6-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 26.35294118%;
}
#index-body .init-6 .left .text em {
  color: var(--color);
}
#index-body .init-6 .left .btn span {
  width: 5em;
  height: 2em;
  border-radius: 1em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
#index-body .init-6 .left .btn span i {
  width: 1.33333333em;
  height: 1.33333333em;
  border-radius: 100%;
  background-color: var(--color);
  left: 5%;
  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;
  position: absolute;
}
#index-body .init-6 .left .btn.active span i {
  left: 95%;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}
#index-body .init-6 .right {
  position: relative;
}
#index-body .init-6 .right .objectives {
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .right .mission {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
  top: 0;
  left: 0;
}
#index-body .init-6 .right.active .mission {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
#index-body .init-6 .right.active .objectives {
  opacity: 1;
  z-index: 1;
  position: static;
}
#index-body .init-6 .right .slide {
  padding: 6%;
  position: relative;
  background-color: var(--color);
}
#index-body .init-6 .right .slide .bandera {
  left: auto;
  right: 10%;
  background-color: white;
  color: black;
}
#index-body .init-6 .right .slide .bandera:after {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewY(40deg);
  -moz-transform: skewY(40deg);
  -ms-transform: skewY(40deg);
  transform: skewY(40deg);
}
#index-body .init-6 .right .slide:last-child {
  background-color: transparent;
  background-image: url("../images/init-6.jpg");
  background-size: cover;
}
#index-body .init-6 .right .slide:first-child a.more {
  background-color: white;
  color: black;
}
#index-body .init-6 .right .slide:first-child a.more:hover {
  background-color: black;
  color: white;
}
#index-body .init-6 .right .slide span.h6 {
  padding-right: 2em;
}
#index-body .init-6 .right .slide .text {
  line-height: 1.8;
  max-height: 10.8em;
  overflow: auto;
}
#index-body .init-6 .right .slide .text::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init-6 .right .slide .text::-webkit-scrollbar {
  width: 2px;
}
#index-body .init-6 .right .slide .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-6 .right .slide .text p:before {
  content: url("../images/icon-6-3.png");
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  margin-top: -0.15em;
}
#index-body .init-7 li {
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 li:hover {
  opacity: 1;
}
#index-body .init-8 a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  opacity: 0;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 a.img-box em {
  top: 2em;
  left: 1.2em;
  z-index: 2;
  line-height: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 a.img-box em i {
  font-size: 1.4em;
  display: block;
}
#index-body .init-8 a.img-box span {
  bottom: 8%;
  left: 0;
  width: 100%;
  padding: 0 1.2em;
  z-index: 2;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 a.img-box:hover:before {
  opacity: .8;
}
#index-body .init-8 a.img-box:hover em,
#index-body .init-8 a.img-box:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-9 .bottom {
  padding-left: 11%;
  padding-right: 11%;
  background-color: #161616;
}
#index-body .init-9 .bottom .icon {
  width: 2em;
  margin-right: 1.4em;
}
#index-body .init-9 .bottom .question .icon > div {
  width: 1.38888889em;
  height: 1.38888889em;
  border-radius: 100%;
  background-color: var(--color);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#index-body .init-9 .bottom .question .icon > div:before,
#index-body .init-9 .bottom .question .icon > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .init-9 .bottom .question .icon > div:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-9 .bottom .question .content .iconfont {
  color: var(--color);
}
#index-body .init-9 .bottom .question .content .iconfont:before {
  content: "\e683\e683\e683\e683\e683";
}
#index-body .init-9 .bottom .question .content span.h6 {
  margin-top: .8em;
  line-height: 1.2;
  margin-bottom: .2em;
}
#index-body .init-9 .bottom .respues .icon > div {
  width: 1.38461538em;
  height: 1.38461538em;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #8b8b8b;
}
#index-body .init-9 .bottom .respues .text {
  line-height: 1.6;
}
#index-body .init-9 .bottom .slickDots {
  position: absolute;
  left: 100.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-9 .bottom .slickDots ul {
  display: block;
}
#index-body .init-9 .bottom .slickDots li {
  width: 2em;
  height: 2em;
  margin: .1em 0;
  display: block;
  border: none;
  background-color: transparent;
  border-radius: 0;
  position: relative;
}
#index-body .init-9 .bottom .slickDots li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background-color: var(--color);
}
#index-body .init-9 .bottom .slickDots li.slick-active {
  background-color: #828283;
}
#index-body .init-10 .list ul li .box {
  background-color: #161616;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-10 .list ul li .box .bandera {
  position: relative;
  top: 0;
  left: auto;
  float: right;
  margin-bottom: 2em;
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-10 .list ul li .box span.h6 {
  padding: 2.2em 0 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#index-body .init-10 .list ul li .box .text {
  line-height: 2.11111111;
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-10 .list ul li .box .bottom {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
#index-body .init-10 .list ul li .box .bottom:before {
  content: '';
  width: 200%;
  left: -25%;
  top: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
}
#index-body .init-10 .list ul li .box .bottom time i {
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-10 .list ul li .box .bottom a.link {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-10 .list ul li .box .bottom a.link:hover {
  color: white;
}
#index-body .init-10 .list ul li .box:hover {
  background-color: var(--color);
}
#index-body .init-10 .list ul li .box:hover .bandera {
  background-color: white;
  color: var(--color);
}
#index-body .init-10 .list ul li .box:hover .bottom time i {
  color: inherit;
}
#index-body .init-11 .right form ul {
  row-gap: 1.5em;
}
#index-body .init-11 .right form ul li input,
#index-body .init-11 .right form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #292728;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-11 .right form ul li input::-webkit-input-placeholder, #index-body .init-11 .right form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-11 .right form ul li input:-moz-placeholder, #index-body .init-11 .right form ul li textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-11 .right form ul li input::-moz-placeholder, #index-body .init-11 .right form ul li textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-11 .right form ul li input:-ms-input-placeholder, #index-body .init-11 .right form ul li textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-11 .right form ul li input::placeholder,
#index-body .init-11 .right form ul li textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-11 .right form ul li input:focus,
#index-body .init-11 .right form ul li textarea:focus {
  border-color: var(--color);
}
#index-body .init-11 .right form ul li textarea {
  height: 11.875em;
}
#index-body .init-11 .right form ul li input[type="submit"] {
  padding: 0 3em;
  border: none;
  background-color: #4e4e4e;
  font-weight: bold;
  width: auto;
}
#index-body .init-11 .right form ul li input[type="submit"]:hover {
  background-color: var(--color);
}
#index-body .init-12 .box {
  background-color: var(--color);
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: -70px;
}
#index-body .init-12 span.tag {
  color: inherit;
}
#index-body .init-12 .center {
  margin-top: -4%;
}
#index-body .init-12 .right em {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  color: var(--color);
  background-color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-12 .right em:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: inherit;
  opacity: .4;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
  position: absolute;
}
#index-body .init-12 .right em i {
  -webkit-animation: phone 3s alternate linear infinite;
  -moz-animation: phone 3s alternate linear infinite;
  animation: phone 3s alternate linear infinite;
}
@-webkit-keyframes phone {
  form,
  20%,
  80%,
  to {
    -webkit-transform: unset;
    transform: unset;
  }
  25%,
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
  }
  30%,
  40%,
  50%,
  60%,
  70% {
    -webkit-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
  }
}
@-moz-keyframes phone {
  form,
  20%,
  80%,
  to {
    -moz-transform: unset;
    transform: unset;
  }
  25%,
  35%,
  45%,
  55%,
  65% {
    -moz-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
  }
  30%,
  40%,
  50%,
  60%,
  70% {
    -moz-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
  }
}
@keyframes phone {
  form,
  20%,
  80%,
  to {
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
  }
  25%,
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: scale(1.2) rotate(10deg);
    -moz-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
  }
  30%,
  40%,
  50%,
  60%,
  70% {
    -webkit-transform: scale(1.2) rotate(-10deg);
    -moz-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
  }
}
@-webkit-keyframes zl {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes zl {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes zl {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes rl {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@-moz-keyframes rl {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@keyframes rl {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
}
#footer {
  position: relative;
}
#footer .footer-top .slide .info {
  max-width: 270px;
}
#footer .footer-top .slide .info span {
  color: var(--color);
}
#footer .footer-top .slide #ewm {
  max-width: 70px;
  border: 3px solid white;
}
#footer .footer-top .slide .nav {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .slide .nav li {
  margin-top: 1.5em;
}
#footer .footer-top .slide .nav li:first-child {
  margin-top: 0;
}
#footer .footer-top .slide .nav li ul {
  display: none;
}
#footer .footer-top .slide .nav li:hover {
  color: var(--color);
}
#footer .footer-top .slide form {
  max-width: 340px;
}
#footer .footer-top .slide form input,
#footer .footer-top .slide form textarea {
  padding: .8em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #292728;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .slide form input::-webkit-input-placeholder, #footer .footer-top .slide form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .slide form input:-moz-placeholder, #footer .footer-top .slide form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .slide form input::-moz-placeholder, #footer .footer-top .slide form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .slide form input:-ms-input-placeholder, #footer .footer-top .slide form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .slide form input::placeholder,
#footer .footer-top .slide form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .slide form input:focus,
#footer .footer-top .slide form textarea:focus {
  border-color: var(--color);
}
#footer .footer-top .slide form input[type="submit"] {
  margin-top: .5em;
  width: auto;
  padding: 0 4em;
  border: none;
  background-color: #4e4e4e;
  font-weight: bold;
}
#footer .footer-top .slide form input[type="submit"]:hover {
  background-color: var(--color);
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-bottom .coy {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom .coy svg {
  max-height: 1.625em;
  width: auto;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
#footer .footer-bottom .coy svg:hover {
  fill: white;
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: white;
}
#footer .footer-bottom .share a {
  width: 2em;
  height: 2em;
  background-color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .share a:hover {
  background-color: var(--color);
}
#footer #top {
  padding: 6px;
  background-color: var(--color);
  position: absolute;
  right: 2%;
  bottom: 37%;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .phone {
    display: none;
  }
  #header .nav .ui.menu .menu-box {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-1 i.icon {
    max-width: 50px;
  }
  #index-body .init-2 ul i {
    max-width: 40px;
  }
  #index-body .init-3 .right span.tag img {
    max-height: 28px;
  }
  #index-body .init-12 .box {
    padding: 0 5%;
  }
  #index-body .init-12 .center img {
    max-width: 220px;
  }
  #footer .footer-top .slide:nth-child(2),
  #footer .footer-top .slide:nth-child(3) {
    display: none;
  }
  #footer #top {
    bottom: 20%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
    row-gap: 20px;
  }
  #index-body .init-2 ul li {
    width: 48%;
  }
  #index-body .init-9 .bottom {
    padding-left: 3%;
    padding-right: 3%;
  }
  #index-body .init-12 .box .left,
  #index-body .init-12 .box .center {
    width: auto !important;
  }
  #index-body .init-12 .box .right {
    display: none;
  }
  #index-body .init-12 .center img {
    max-width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .more {
    height: 3em;
    min-width: 8em;
  }
  #index-body .init-5 .bottom .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-12 span.tag i {
    display: none;
  }
  #footer .footer-bottom .coy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-12 .box {
    margin-top: -40px;
  }
}
@media screen and (max-width: 500px) {
  #banner span.tag,
  #banner a.more {
    display: none;
  }
  #banner span.h2 {
    margin: 0;
    font-size: 22px;
  }
  #index-body .init-1 i.icon {
    display: none;
  }
  #index-body .init-1 .top,
  #index-body .init-9 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .top a.more,
  #index-body .init-9 .top a.more {
    margin-top: 20px;
  }
  #index-body .init-2 ul {
    padding: 5% 10%;
  }
  #index-body .init-2 ul li {
    width: 100%;
  }
  #index-body .init-5 .bottom .right ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .init-5 .bottom .right ul li {
    padding: 5%;
  }
  #index-body .init-5 .bottom .right ul li:nth-child(odd) {
    background-color: var(--color);
  }
  #index-body .init-5 .bottom .right ul li:nth-child(even) {
    background-color: black;
  }
  #index-body .init-5 .bottom .right ul li .text {
    max-height: none;
  }
  #index-body .init-6 .right .mission,
  #index-body .init-6 .right .objectives {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-6 .right .mission .slide,
  #index-body .init-6 .right .objectives .slide {
    width: 100%;
  }
  #index-body .init-12 .center img {
    max-width: 100px;
  }
  #index-body .init-12 .left {
    display: none;
  }
  #index-body .init-12 .box .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .slide {
    width: 100%;
  }
  #footer .footer-top .box #ewm {
    display: none;
  }
}
/*inner-page*/

.inner-page .m-page {
  font-size: 20px;
  color: #666;
  font-weight: bold;
          margin-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  line-height: 48px;
  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: 200px;
  -o-background-size: cover;
  background-size: 100% 100% !important;
  margin-top: 0px;
}
.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: #0d85c6;
}


.innner-banner-2 {
  background-color: #000000;
  color: #fff;
  margin-top: 84px;
}
.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: #0d85c6;
}


.about-page {
  background-color: #000000;
  color: #fff;
}
.about-page .grid-box.two>.column .tipsC .tipsText{
  padding: 0;
}
.about-page .init-1 .container .left {
  /*font-weight: bold;*/
}
.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;
  width: 350px;
  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: 120px;
  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 var(--color);
}
.about-page .init-2 .container ul li .box:hover .top{
  color: var(--color);
}
.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: 'coalition';
}
.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: 'coalition';
}
.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: 'coalition';
}
.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: 'coalition';
}
.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;
}
.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 .more {
  margin-top: 40px;
}
.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: 80px;
  }
  .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;
    margin-top: 40px;
    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 {
    margin-top: 40px;
    border-bottom: 1px solid #333;
  }


  .about-page .init-1 .container .left {
    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: 'coalition';
}
.technical-page .init-1 ul li .des{
  margin-top: 30px;
  color: #767676;
  }
.technical-page .init-1 ul li .title1{
  color: var(--color);
  font-size: 150px;
  /*font-weight: bold;*/
  font-family: 'coalition';
}
.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: var(--color);
}
.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: 'coalition';
}
.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 .more{
  min-width: auto;
  background-color: #000;
}
.factory-page .slide .list .btn div .more:hover{
  background-color: var(--color);
}
.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: var(--color);
}
.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: #1a1a1a;
  font-size: 16px;
  border: 1px solid #4e4e4e;
  font-weight: 300;
}
.faq-page .init-2 .container .right input::placeholder,
.faq-page .init-2 .container .right textarea::placeholder {
  color: #666;
}
.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: var(--color);
  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: var(--color);
}
.service-page .btn-go-yellow {
  width: 220px;
  height: 55px;
  font-size: 18px;
  position: relative;
  background-color: #fff;
  color: var(--color);
  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 { 
}
.service-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.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: var(--color);
  font-weight: bold;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--color);
}
.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: var(--color);
  /*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 {
}
.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 {
}
.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;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #4e4e4e;
  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 .more {
  margin-top: 30px;
  font-weight: bold;
  color: white;
  letter-spacing: 0;
}
.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(216, 33, 23, .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: var(--color);
    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;
}
.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: #1a1a1a;
  margin-top: 5px;
  padding: 15px;
  border: 1px solid #4e4e4e;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #4e4e4e;
  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 .ui.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 .ui.container .left {
  width: 30%;
  max-width: 400px;
}
.contact-page .gxs-8 .ui.container .left .tipsGteat {
  margin-bottom: 30px;
}
.contact-page .gxs-8 .ui.container .left .h3 {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.contact-page .gxs-8 .ui.container .left .h3:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: var(--color);
  position: absolute;
  left: 100%;
  bottom: 0;
}
.contact-page .gxs-8 .ui.container .left ul.maplist li {
  margin-bottom: 30px;
  cursor: pointer;
}
.contact-page .gxs-8 .ui.container .left ul.maplist li.active .h4 {
  background: var(--color);
  color: #fff;
}
.contact-page .gxs-8 .ui.container .left ul.maplist li.active .content {
  display: block;
}
.contact-page .gxs-8 .ui.container .left ul.maplist li.active .content p.font-14{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.contact-page .gxs-8 .ui.container .left ul.maplist li .h4 {
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  background: #f4f4f4;
  padding-left: 15px;
}
.contact-page .gxs-8 .ui.container .left ul.maplist li .content {
  padding: 15px;
  color: #777;
  line-height: 1.5;
}
.contact-page .gxs-8 .ui.container .right {
  width: 65%;
}
.contact-page .gxs-8 .ui.container .right .mapbox {
  width: 100%;
  height: auto;
}
.contact-page .gxs-8 .ui.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 .ui.container .left .h3{
    margin-bottom: 20px;
  }
  .contact-page .gxs-8 .ui.container .left {
    width: 100%;
  }
  .contact-page .gxs-8 .ui.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: var(--color);
}
.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: var(--color);
}
.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(226,1,0, 0.4), rgba(226,1,0, 0), rgba(226,1,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;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  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;
  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;
}
.newdet-page .container .content h2{
  line-height: 1.6;
  font-size: 24px;
  font-weight: bold;
  color:#e20100;
}
.newdet-page .container .content h3{
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
  color:#e20100;
}
.newdet-page .container .content h4{
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  color:#e20100;
}

.related_product {
  background: #000;
  color: #fff;
}
.related_product .container .swiper .swiper-slide {
  text-align: center;
}
.related_product .container .swiper .swiper-slide a {
  display: block;
  transition: all 0.5s;
}
.related_product .container .swiper .swiper-slide .img {
  border: 1px solid #4e4e4e;
}
.related_product .container .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_product .container .swiper .swiper-slide .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  padding: 4px;
}
.related_product .container .swiper .swiper-slide .text:hover {
  color: var(--color);
}
@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 .container .swiper .swiper-slide .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;  
}

.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-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: var(--color);
}
.guide-page .guide-list .guide-item .left .content .more{
  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 .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 .more{
  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;
  }
  .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 .more{
    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: 'coalition';
      font-size: 30px;
}
.product-page .product_cont .product_left .cat_cont .cat_des {
  color: #aaaaaa;
  margin-top: 20px;
  max-height: 560px;
  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: var(--color);
  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: 30px;
}
.product-page .product_cont .product_left .product_list ul li .box .title:hover {
  color: #0d85c6;
}
.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: 34px;
  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: var(--color);
}
.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: #0d85c6;
  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: #0d85c6;
}
.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;
}
.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;
}
.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;
  padding-top: 10px;
  cursor: pointer;
}
.prodet-page .init-1 .container .right .contact_cont .contact:hover {
  background-color: #0d85c6;
}
.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;
  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: #0d85c6;
}
.prodet-page .init-1 .container .right .list_cont .list .link {
  line-height: 1;
  display: inline;
  text-decoration: underline;
}
.prodet-page .init-1 .container .right .list_cont .list .link:hover {
  color: #0d85c6;
}
.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: #0d85c6;
}
.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;
  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;
  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: #0d85c6;
  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%;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  
    #cp-Nav {
      padding-top: 20px;
        display: block;
        background: #000;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
        position: relative;
    }

    #cp-Nav .nav div.title i{
        position: absolute;
        top: 12px;
        right: 10px;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav>ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
}
@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;
  }
}

.product-page .product_cont .product_left .cat_des{
  padding-top: 50px;
}

.tipsGteat.h1{
  font-size: 22px;
}

.seoIndustry.Auxil-industry{
  font-size: 16px;
    line-height: 30px;
}
.seoIndustry.Auxil-industry h3{
  font-size: 24px;
    line-height: 1.8;
    color: var(--color);
        font-weight: 700;
}
.seoIndustry.Auxil-industry h4{
  font-size: 18px;
    line-height: 1.8;
    color: var(--color);
    padding: 10px 0;
    font-weight: 700;
}

/*///----*/
.product-banner {
    height: 900px;
    background: url("../images/icon-ms-bg.jpg");
    position: relative;
    color: white;
    z-index: 1;
    overflow: hidden;
    padding-top: 10%;
}
.product-banner text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    font-size: 292px;
    color: #111;
    opacity: .49;
    line-height: 1;
    max-width: 40%;
    font-weight: bold;
}
.product-banner .bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -3%;
    width: 38%;
    background-size: contain;
    max-height: 98%;
    text-align: right;
}
.product-banner:before {
    content: '';
    background-image: -webkit-radial-gradient(#f9f9f9, transparent);
    background-image: -moz-radial-gradient(#f9f9f9, transparent);
    background-image: radial-gradient(#f9f9f9, transparent);
    opacity: .1;
    width: 41.66666667vw;
    height: 52.08333333vw;
    position: absolute;
    border-radius: 100%;
    -o-box-shadow: 0 0 15.625vw rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0 15.625vw rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 15.625vw rgba(255, 255, 255, 0.7);
    top: 5%;
    right: -7%;
}
.product-banner .box2 {
    padding-right: 20%;
}
.product-banner .box2 .left {
    margin-top: 8%;
}

.product-banner .box2 .left h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.fenleiyeh{
    font-weight: bold;
    font-size: 40px;
    
    line-height: 1.5;
    margin-bottom: 10px;
}
.product-banner .box2 .right {
    padding-left: 8%;
    padding-right: 7%;
}
.product-banner .box2 .right h3 {
    font-size: 30px;
    line-height: 1.5;
    
    font-weight: bold;
}
.fenleiye {
    font-size: 22px;
    line-height: 44px;
    
    font-weight: bold;
}
.product-banner .box2 .right .text {
    font-size: 18px;
    line-height: 32px;
    opacity: .7;
    margin: 30px 0 60px;
    overflow-x: auto;
    overflow-y: auto;
    height: 350px;
}
.product-banner .box2 .right a.more {
    margin-top: 10px;
}
.navList-Slick {
    padding: 25px 0;
    background-color: #2c2c2c;
}
.navList-Slick ul .slick-track {
    margin-left: 0;
}
.navList-Slick ul li {
    padding: 15px 55px;
    text-align: center;
    font-size: 24px;
    border-right: 1px solid #787676;
    line-height: 1;
}
.navList-Slick ul li a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.navList-Slick ul li a:hover {
    color: var(--color);
}
.navList-Slick ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
    font-size: 0;
}
.navList-Slick ul .slick-arrow:after {
    font-family: "FontAwesome";
    color: white;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.navList-Slick ul .slick-arrow.slick-prev {
    right: 100.5%;
}
.navList-Slick ul .slick-arrow.slick-prev:after {
    content: "\f0d9";
}
.navList-Slick ul .slick-arrow.slick-next {
    left: 100.5%;
}
.navList-Slick ul .slick-arrow.slick-next:after {
    content: "\f0da";
}
.product-List {
    padding: 80px 0 100px;
}
.product-List .jiudapro {
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}
.product-List .list ul {
    margin: -30px -5px;
}
.product-List .list ul li {
    padding: 30px 5px;
}
.product-List .list ul li a.img-box {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 1px solid #4e4e4e;
    text-align: center;
    padding: 30px;
    background: #fff;
}
.product-List .list ul li a.img-box:after {
    display: none;
}
.product-List .list ul li a.img-box img{
  width: 80%;
}
.product-List .list ul li h6 {
    display: block;
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 32px;
}
.product-List .list ul li h6:hover {
    color: var(--color);
}
.product-List .list ul li:hover a.img-box {
    background-color: white;
    -o-box-shadow: -4px 2px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -4px 2px 25px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 2px 25px rgba(0, 0, 0, 0.1);
}
.product-page {
    background: #f1f1f1;
    color: black;
}
.prodet2-page {
    margin-top: 110px;
}
.prodet2-page .mbx {
    padding: 22px 0;
    background-color: #eaeaea;
}
.prodet2-page .prodet-1 {
    padding: 75px 0 85px;
}
.prodet2-page .prodet-1 .left {
    width: 40%;
    vertical-align: middle;
}
.prodet2-page .prodet-1 .left a.img-box {
    border: 1px solid #4e4e4e;
}
.prodet2-page .prodet-1 .left .smallImg {
    width: 20%;
    float: left;
    padding-right: 4%;
}
.prodet2-page .prodet-1 .left .smallImg ul {
    margin: -10px;
}
.prodet2-page .prodet-1 .left .smallImg ul li {
    padding: 10px;
}
.prodet2-page .prodet-1 .left .smallImg ul li a.img-box {
    background-size: contain;
    background-repeat: no-repeat;
    background: #fff;
}
.prodet2-page .prodet-1 .left .smallImg ul .slick-arrow {
    width: 40px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: transparent;
    font-size: 0;
    border: none;
}
.prodet2-page .prodet-1 .left .smallImg ul .slick-arrow.slick-prev {
    display: none;
}
.prodet2-page .prodet-1 .left .smallImg ul .slick-arrow.slick-next:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.prodet2-page .prodet-1 .left .bigImg {
    width: 80%;
    padding-left: 0%;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 3px #ccc;
}
.prodet2-page .prodet-1 .left .bigImg a.img-box {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 32px;
    background: #fff;
}
.prodet2-page .prodet-1 .right {
    width: 60%;
    padding-left: 5%;
    vertical-align: middle;
}
.prodet2-page .prodet-1 .right h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
}
.prodet2-page .prodet-1 .right h6 {
    font-size: 18px;
    font-weight: bold;
    color: var(--color);
    display: block;
    line-height: 1.2;
    margin: 45px 0;
}
.prodet2-page .prodet-1 .right .text {
    font-size: 18px;
    line-height: 32px;
    color: rgba(255,255,255,.8);
}
.prodet2-page .prodet-1 .right a.more {
    margin-top: 100px;
}
.prodet2-page .prodet-2 {
    padding-bottom: 120px;
}
.prodet2-page .prodet-2 .options {
    line-height: 72px;
    height: 72px;
    background-color: #222;
}
.prodet2-page .prodet-2 .options span {
    display: inline-block;
    vertical-align: top;
    padding: 0 45px;
    font-weight: bold;
    font-size: 24px;
    /**/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet2-page .prodet-2 .options span:hover,
.prodet2-page .prodet-2 .options span.active {
    background-color: var(--color);
    color: white;
}
.prodet2-page .prodet-2 .ret {
    margin-top: 85px;
}
.prodet2-page .prodet-2 .ret .content {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    line-height: 2;
}
.prodet2-page .prodet-2 .ret .content td {
    border: 1px solid #eee;
}
.prodet2-page .prodet-2 .ret .content.faq ul {
    margin: -25px 0;
}
.prodet2-page .prodet-2 .ret .content.faq ul li {
    padding: 25px 0;
}
.prodet2-page .prodet-2 .ret .content.faq ul li h6 {
    font-weight: bold;
    font-size: 20px;
    color: white;
    line-height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
    position: relative;
}
.prodet2-page .prodet-2 .ret .content.faq ul li h6 i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    cursor: hand;
}
.prodet2-page .prodet-2 .ret .content.faq ul li h6 i:after,
.prodet2-page .prodet-2 .ret .content.faq ul li h6 i:before {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--color);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet2-page .prodet-2 .ret .content.faq ul li h6 i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prodet2-page .prodet-2 .ret .content.faq ul li h6 i.active:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.prodet2-page .prodet-2 .ret .content.faq ul li .text {
    margin-top: 22px;
    font-size: 16px;
    color: #eee;
    line-height: 30px;
    display: none;
}
.prodet2-page .prodet-2 .ret .content.table table tbody,
.prodet2-page .prodet-2 .ret .content.table table {
    table-layout: fixed;
    border: none;
}
/*.prodet2-page .prodet-2 .ret .content.table table tr {
  background-color: transparent !important;
}*/
.prodet2-page .prodet-2 .ret .content.table table tr td {
    vertical-align: middle;
    padding: 15px;
    /*padding-bottom: 50px !important;*/
    /*border: none;*/
}
.prodet2-page .prodet-2 .ret .content.table table tr td blockquote {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.2;
}
.prodet2-page .prodet-2 .ret .content.table table tr td blockquote:before {
    content: '';
    width: 37px;
    height: 4px;
    display: block;
    background-color: var(--color);
    margin-bottom: 22px;
}
/*.prodet2-page .prodet-2 .ret .content.table table tr:nth-child(odd) td:first-child {
  padding-right: 2%;
}
.prodet2-page .prodet-2 .ret .content.table table tr:nth-child(odd) td:last-child {
  padding: 0 4%;
}
.prodet2-page .prodet-2 .ret .content.table table tr:nth-child(even) td:first-child {
  padding: 0 4%;
}
.prodet2-page .prodet-2 .ret .content.table table tr:nth-child(even) td:last-child {
  padding-left: 2%;
}
.prodet2-page .prodet-2 .ret .content.table table tr:last-child td {
  padding-bottom: 0 !important;
}*/
table tr:nth-child(even) td p{
  color: #333;
}

.prodet2-page .product-List {
    padding: 120px 0;
    background: url("../images/icon-ms-bg.jpg");
    color: white;
    text-align: center;
}
.prodet2-page .product-List h3 {
    font-weight: bold;
    /**/
    line-height: 1.2;
    font-size: 60px;
}
.prodet2-page .product-List .list {
    margin-top: 75px;
}
.prodet2-page .product-List .list ul {
    margin: -30px;
}
.prodet2-page .product-List .list ul li {
    padding: 30px;
}
.prodet2-page .product-List .list ul li a.img {
    display: block;
    /*margin-bottom: 24px;*/
    position: relative;
    font-size: 10px;
    z-index: 1;
    padding: 30px;
    background: #fff;
}
.prodet2-page .product-List .list ul li a.img img {
    display: block;
    margin: 0 auto;
}
.prodet2-page .product-List .list ul li span.tag {
    font-size: 18px;
    color: var(--color);
    display: block;
    line-height: 1.2;
}
.prodet2-page .product-List .list ul li h6 {
    font-size: 20px;
    color: white;
    margin: 5px 0 10px;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*min-height: 5rem;*/
    display: -webkit-box;         /* 使用旧版弹性盒子模型 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 1;        /* 限制显示为5行 */
  overflow: hidden;             /* 隐藏溢出的内容 */
  text-overflow: ellipsis;      
      margin-bottom: 20px;
}
.prodet2-page .product-List .list ul li h6:hover {
    color: var(--color);
}
@media screen and (max-width: 1700px) {
    .prodet2-page .product-List h3 {
        font-size: 44px;
    }
    .prodet2-page .prodet-2 .ret .content.faq ul li h6 {
        font-size: 20px;
        line-height: 36px;
    }
    .prodet2-page .prodet-1 .right h1 {
        font-size: 28px;
        line-height: 1.6;
    }
    .prodet2-page .prodet-1 .right h6 {
        font-size: 16px;
        margin: 25px 0;
    }
    .prodet2-page .prodet-1 .right .text {
        font-size: 16px;
        line-height: 30px;
    }
    .prodet2-page .prodet-1 .right a.more {
        margin-top: 60px;
    }
    .prodet2-page .prodet-2 .options span {
        font-size: 20px;
        padding: 0 40px;
    }
    .prodet2-page .prodet-2 .options {
        line-height: 60px;
        height: 60px;
    }
    .prodet2-page .prodet-2 .ret {
        margin-top: 40px;
    }
    .prodet2-page .prodet-2 .ret .content.table table tr td {
        padding-bottom: 20px !important;
    }
    .prodet2-page .product-List {
        padding: 80px 0;
    }
    .product-banner .box2 .right h3 {
        font-size: 80px;
    }
    .product-banner text {
        font-size: 220px;
    }
    .product-banner {
        height: 700px;
    }
    .product-banner:before {
        width: 36%;
    }
    .product-banner .bg {
        width: 20%;
        right: 2%;
    }
    .navList-Slick ul li {
        padding: 10px 30px;
        font-size: 18px;
    }
    .navList-Slick {
        padding: 15px 0;
    }
    .product-List .list ul li h6 {
        font-size: 18px;
        margin-top: 25px;
        line-height: 32px;
    }
    .product-List .list ul li {
        padding: 15px 5px;
    }
    .product-List .list ul {
        margin: -15px -5px;
    }
}
@media screen and (max-width: 1400px) {
    .product-banner .box2 .left h2 {
        font-size: 48px;
    }
    .prodet2-page .product-List h3 {
        font-size: 38px;
    }
    .product-banner .box2 .right h3 {
        font-size: 60px;
    }
    .product-banner .box2 .right .text {
        font-size: 16px;
    }
    .product-banner .box2 .right a.more {
        font-size: 18px;
    }
    .product-banner text {
        font-size: 180px;
    }
    .product-banner {
        height: 600px;
    }
    .prodet2-page .prodet-2 .options span {
        font-size: 18px;
    }
    .prodet2-page .prodet-2 .ret .content.table table tr td blockquote:before {
        margin-bottom: 15px;
    }
    .prodet2-page .prodet-2 .ret .content.table table tr td blockquote {
        margin-bottom: 20px;
    }
    .prodet2-page .prodet-2 .ret .content {
        font-size: 16px;
    }
    .prodet2-page .prodet-2 {
        padding-bottom: 60px;
    }
    .prodet2-page .product-List .list ul li {
        padding: 50px;
    }
    .prodet2-page .product-List .list ul {
        margin: -50px;
    }
    .prodet2-page .product-List .list ul li h6 {
        font-size: 18px;
        line-height: 32px;
    }
    .prodet2-page .product-List .list ul li a.more {
        font-size: 16px;
    }
    .prodet2-page .product-List .list {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .prodet2-page .product-List h3 {
        font-size: 32px;
    }
    .prodet2-page .product-List .list ul li a.img {
        font-size: 7px;
    }
    .prodet2-page .product-List .list ul li {
        padding: 30px;
    }
    .prodet2-page .product-List .list ul li a.img img,
    .newsdet-page .product-List .list ul li a.img img {
        max-height: 240px;
    }
    .prodet2-page .product-List .list ul li span.tag {
        font-size: 16px;
    }
    .prodet2-page .product-List .list ul li h6 {
        font-size: 18px;
    }
    .prodet2-page .product-List .list ul li a.more {
        font-size: 16px;
    }
    .prodet2-page .product-List .list ul {
        margin: -30px;
    }
    .prodet2-page {
        margin-top: 40px;
    }
    .product-banner .box2 .right .text,.product-banner .bg,.product-banner .box2 .right {
        display: none;
    }
    .product-banner .box2 .left {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .prodet2-page .product-List .list ul li a.img {
        margin-bottom: 20px;
    }
    .prodet2-page .prodet-1 .right a.more i,
    .product-banner .box2 .right a.more i {
        width: 30px;
        height: 30px;
        left: -15px;
        top: -10px;
    }
    .prodet2-page .prodet-1 {
        padding: 40px 0;
    }
    .prodet2-page .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .prodet2-page .prodet-1 .left {
        width: 100%;
    }
    .prodet2-page .prodet-1 .left .bigImg a.img-box {
        height: 400px;
    }
    .prodet2-page .prodet-1 .left .smallImg ul li a.img-box {
        height: 82px;
    }
    .prodet2-page .prodet-2 .options span {
        font-size: 16px;
        padding: 0 25px;
    }
    .prodet2-page .prodet-2 .options {
        line-height: 44px;
        height: 44px;
    }
    .prodet2-page .prodet-2 .ret .content.table table tr td blockquote {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .prodet2-page .prodet-2 .ret .content.table table tr td blockquote:before {
        width: 30px;
        height: 2px;
        margin-bottom: 5px;
    }
    .prodet2-page .prodet-2 .ret .content {
        font-size: 14px;
    }
    .product-banner .box2 {
        padding-right: 0;
    }
    .product-banner .box2 .right {
        padding: 0;
    }
    .product-banner .box2 .right h3 {
        font-size: 44px;
    }
    .product-banner .box2 .right .text {
        margin: 15px 0 30px;
    }
    .product-banner text {
        font-size: 120px;
    }
    .product-banner {
        height: 400px;
    }
    .product-List {
        padding: 30px 0;
    }
    .product-List .list ul li a.img-box {
        height: 300px;
        border-width: 10px;
    }
    .product-banner .box2 .right a.more {
        margin-left: 15px;
        font-size: 16px;
    }
    .prodet2-page .prodet-1 .right a.more {
        margin-top: 30px;
    }
    .prodet2-page .prodet-1 .right h6 {
        margin: 15px 0;
    }
    .product-banner text {
        display: none;
    }
    .product-banner,.inner-banner {
        height: auto !important;
        padding: 50px 0;
        margin-top: 40px;
        background-size: cover;
        background-position: center center;
    }
    .product-banner .box2 .left {
        margin-top: 0;
    }
    .navList-Slick,.inner-banner .box .right,.inner-banner:after {
        display: none;
    }
    .service-page .init-1 .container .right .bottom_c .cont {
      margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .product-banner .box2 .left h2 {
        font-size: 24px;
    }
    .prodet2-page .prodet-2 .options span {
        font-size: 14px;
    }
    .product-banner .box2 .right {
        width: 100%;
    }
    .product-banner .box2 .left {
        width: 100%;
    }
    .product-banner .box2 .right h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .product-banner .box2 .left h1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .product-banner .box2 .right .text {
        font-size: 14px;
        line-height: 2;
        margin: 10px 0 20px;
    }
    .product-banner text {
        font-size: 90px;
    }
    .product-banner .bg {
        width: 35%;
    }
}
@media screen and (max-width: 500px) {
    .prodet2-page .prodet-2 .options {
        display: none;
    }
    .prodet2-page .prodet-2 .ret {
        margin-top: 0;
    }
    .prodet2-page .prodet-2 .ret .slide {
        margin-top: 20px;
        display: block;
    }
    .prodet2-page .prodet-2 .ret .slide table {
        white-space: nowrap;
    }
    .prodet2-page .prodet-2 .ret .slide .content.table table {
        white-space: normal;
    }
    table tbody {
        width: auto !important;
    }
    .prodet2-page .prodet-2 .ret .slide .content.table table tr td {
        padding: 10px !important;
        white-space: nowrap;
    }
    .prodet2-page .prodet-2 .ret .content.faq ul li {
        padding: 10px 0;
    }
    .prodet2-page .prodet-2 .ret .content.faq ul {
        margin: -10px 0;
    }
}
#cp-Nav .nav ul {
  color: black;
}
.table tr:nth-child(even){
  background: black!important;
}
.productbox h1{
  font-size: 28px !important;
  line-height: 1.6 !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}
.vdfgd{
  font-size: 28px!important;
  line-height: 1.6!important;
  font-weight: bold!important;
  margin-bottom: 20px;
}