@font-face {
  font-family: 'RiloxiaBoldwide';
  src: url(../fonts/RiloxiaBoldwide.ttf) format('truetype'), url(../fonts/RiloxiaBoldwide.eot) format('eot'), url(../fonts/RiloxiaBoldwide.woff) format('woff'), url(../fonts/RiloxiaBoldwide.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
body {
  font-family: "arial";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}
:root {
  --color: #be8928;
}
.product-down {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #fff;
  z-index: 4;
  padding: 50px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  background-color: var(--color);
}
.product-down .left {
  padding-right: 50px;
}
.product-down .left li {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  text-transform: capitalize;
}
.product-down .left li a {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.product-down .left li a img {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}
.product-down .left li:hover > a {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
    background: #bc1b21;
}
.product-down .left li:hover a img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.product-down .left li ul {
  display: none;
}

.product-down .right h2 {
  font-size: 24px;
  color: #fff;
}
.product-down .right ul {
  margin: 0 -10px;
}
.product-down .right li {
  padding: 10px;
}
.product-down .right li a {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  text-align: center;
}
.product-down .right li p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
/*#header.fixed .nav {
  background-color: #000000;
}*/
#header .nav {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1730px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#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: 15px;
  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 {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .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:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .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 .ls-box {
  padding: 0 35px;
  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;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#header .nav .ui.menu .msgBtn {
  color: white;
  background-color: var(--color);
  padding: 30px 20px;
  cursor: pointer;
}

#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  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-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #be8928;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  /*background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);*/
  left: 3%;
}
#banner .slick-next {
  /*background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);*/
  right: 3%;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 36px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 8px;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.dadah1 {
    display: inline;
}
.footdada {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 380px;
    display: inline-block;
    vertical-align: middle;

}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  opacity: .5;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
  line-height: 30px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: normal;
}
table tr {
  width: auto !important;
  height: auto !important;
}


.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;

}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 30px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .footdada {
      display: none;
  }
  .newdet2-page h1 {
      font-size: 20px;
      line-height: 30px;
  }
  div#seo_other {
      display: none;
  }
}




.language-box {
  margin-left: 35px;
  margin-right: 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu {
  font-size: 16px;
  display: block;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #df6b08;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

@-webkit-keyframes updown {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes updown {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes updown {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#banner {
  position: relative;
}
#banner .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner li {
  position: relative;
  height: 100vh;
}
/*#banner li::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0)  url(../images/dian.png);
  opacity: 0.3;
}*/
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 660px;
}
#banner h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.8;
  color: #FFFFFF;
}
#banner p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.8;
  color: #FFFFFF;
}
#banner .bannerbtn img {
  display: inline-block;
}
#banner .btns a {
  display: inline-block;
  min-width: 185px;
  text-align: center;
  border-radius: 5px;
  padding: 20px 15px;
  color: var(--color);
  background-color: white;
}
#banner .btns a.on {
  color: white;
  background-color: var(--color);
}
#banner .btns a + a {
  margin-left: 30px;
}
#banner .down {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
#banner .down img {
  -webkit-animation: updown 3s ease infinite;
  -moz-animation: updown 3s ease infinite;
  animation: updown 3s ease infinite;
}
#banner .dots {
  position: absolute;
  right: 10%;
  bottom: 15%;
  z-index: 2;
}
#banner .dots span {
  display: block;
  position: relative;
}
#banner .dots span + span {
  margin-top: 35px;
}
#banner .dots span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #FFFFFF;
  opacity: .2;
}
#banner .dots span::after {
  content: attr(data-num);
  position: absolute;
  right: 150%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 16px;
  opacity: .6;
}
#banner .dots span.active::before {
  opacity: 1;
}
#banner .dots span.active::after {
  font-size: 24px;
  opacity: 1;
}
/*#banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -webkit-calc(10% + 7px);
  right: -moz-calc(10% + 7px);
  right: calc(10% + 7px);
  border-left: 1px solid #FFFFFF;
  opacity: .2;
}*/
.baseTit {
  font-size: 48px;
  line-height: 1.3;
  font-weight: bold;
}
.baseTit::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 106px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  opacity: .05;
  letter-spacing: -5px;
}
.baseTit span {
  color: var(--color);
}
.our-about {
  overflow: hidden;
  padding-top: 100px;
  position: relative;
}
.our-about::before {
  content: attr(data-text);
  font-size: 8.125vw;
  color: #424242;
  opacity: .05;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 7%;
}
.our-about .top .line {
  margin-left: -30%;
  border-bottom: 1px solid #d8dcdf;
  opacity: .2;
}
.our-about .top .text {
  font-size: 17px;
  color: #686868;
  line-height: 30px;
}
.our-about .top .btns a {
  margin-right: 25px;
  text-align: center;
  min-width: 135px;
  padding: 10px 15px;
  display: inline-block;
  color: #FFFFFF;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-about .top .btns a:hover {
  color: var(--color);
  background-color: transparent;
}
.our-about .top .btns a.on {
  color: var(--color);
  background-color: transparent;
}
.our-about .top .btns a.on:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.our-about .bottom {
  background-color: var(--color);
}
.our-about .bottom .box {
  padding-right: 140px;
}
.our-about .bottom .Tit {
  font-size: 46px;
  line-height: 1.3;
  font-weight: bold;
  color: #FFFFFF;
}
.our-about .bottom .aboutbtn {
  position: absolute;
  right: 75px;
  top: 50%;
  margin-top: -32px;
}
.our-about .bottom .aboutbtn a {
  display: block;
  width: 65px;
  height: 65px;
  line-height: 61px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  font-size: 28px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-about .bottom .aboutbtn a:hover {
  color: var(--color);
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.our-about .about-video .box {
  margin-left: auto;
  width: 45%;
}
.our-about .about-video .video-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
      overflow: hidden;
}
.our-about .about-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.our-about .about-video .play:after,
.our-about .about-video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .about-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}



.i-other {
  padding: 120px 0;
}
.i-other .Tit {
  font-size: 34px;
}
.i-other .list li .num {
  font-size: 80px;
  font-weight: bold;
  color: var(--color);
}
.i-other .list li .num span {
  font-size: 17px;
  vertical-align: super;
}
.our-product .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-product .left {
  width: 30%;
  background: url(../images/product-left-bg.jpg) no-repeat center;
  background-size: cover;
}
.our-product .left .box2 {
  padding: 80px 70px;
  max-width: 420px;
  margin-left: auto;
}
.our-product .left .pro-search {
  margin-bottom: 50px;
}
.our-product .left .pro-search input[type='text'] {
  font-size: 15px;
  height: 63px;
  border: none;
  color: #FFFFFF;
  background-color: #000000;
  padding: 0 10px;
  width: -webkit-calc(100% - 63px);
  width: -moz-calc(100% - 63px);
  width: calc(100% - 63px);
  float: left;
}
.our-product .left .pro-search input[type='submit'] {
  width: 63px;
  height: 63px;
  background: var(--color) url(../images/product-search.png) no-repeat center;
  border: none;
  float: left;
}
.our-product .left .h4 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #FFFFFF;
}
.our-product .left .cate-nav {
  margin-bottom: 40px;
}
.our-product .left .cate-nav ul li + li {
  margin-top: 10px;
}
.our-product .left .cate-nav ul li a {
  display: inline-block;
  padding: 10px 15px;
  color: #FFFFFF;
  border-left: 0px solid #b27300;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .left .cate-nav ul li.active a {
  background-color: var(--color);
  border-width: 10px;
}
.our-product .left .arrows span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
.our-product .left .arrows span:hover {
  background-color: var(--color);
}
.our-product .right {
  width: 70%;
  background: url(../images/product-right-bg.jpg) no-repeat center;
  background-size: cover;
}
.our-product .right .box2 {
  padding: 80px 70px;
  max-width: 1200px;
}
.our-product .right .Tit {
  font-size: 24px;
  color: #FFFFFF;
}
.our-product .right .text {
  color: #FFFFFF;
}
.our-product .right .dots {
  margin-top: 40px;
}
.our-product .right .dots li {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-product .right .dots li + li {
  margin-left: 10px;
}
.our-product .right .dots li.slick-active {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border-width: 3px;
}
.our-product .right .dots li button {
  display: none;
}
.our-product .right hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  opacity: .5;
}
.our-product .right .list ul {
  margin: -15px;
}
.our-product .right .list li {
  padding: 15px;
}
.our-product .right .list .mml-text {
    background-color: #FFFFFF;
    border-radius: 10px;
}
.our-product .right .list .mml-text .pro_name {
    padding: 10px 0;
    margin: 0px 25px;
    line-height: 30px;
}
.our-product .right .list .mml-text .des {
  margin-bottom: 20px;
  color: #757575;
  line-height: 30px;
      -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.our-product .right .list .mml-text .des ol {
  margin: 0;
}
.our-product .right .list .mml-text .des li {
  padding: 0;
  padding-left: 35px;
  background: url(../images/check-icon.png) no-repeat left top 7px;
}
.our-product .right .list .mml-text .proMore {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  background: var(--color);
  color: #fff;
  padding: 0 20px;
}
.our-product .right .list .mml-text .proMore:hover {
  background-color: #000;
}
.i-advantage {
  padding: 120px 0;
  background: url(../images/adv-bg.jpg)no-repeat center;
  background-size: cover;
}

.i-advantage::before {
  content: attr(data-text);
  font-size: 7.38vw;
  color: #424242;
  opacity: .05;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 14%;
  text-transform: uppercase;
}

.i-advantage .left {
  vertical-align: middle;
}
.i-advantage .right {
  vertical-align: middle;
}
.i-advantage .right .tag {
  margin-bottom: 10px;
  font-size: 20px;
  display: block;
  color: var(--color);
}
.i-advantage .right .text {
  margin: 30px 0 50px;
  font-size: 17px;
  color: #626262;
  line-height: 30px;
}
.i-advantage .right .text .list {
  margin: 50px 0 40px;
}
.i-advantage .right .text .list ul {
  margin: -20px -40px;
}
.i-advantage .right .text .list li {
  padding: 20px 40px;
}
.i-advantage .right .text .list li i {
  float: left;
}
.i-advantage .right .text .list li span.h6 {
  display: block;
  padding-left: 100px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #000000;
}
.i-advantage .right a.link {
  color: var(--color);
  line-height: 1;
  border-bottom: 1px solid var(--color);
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.i-application {
  margin-bottom: 33px;
  position: relative;
}
.i-application .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-application .wrap .left {
  width: 64%;
  text-align: right;
  padding-right: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 210px;
}
.i-application .wrap .left .item {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
}
.i-application .wrap .left .item.active {
  opacity: 1;
}
.i-application .wrap .left .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-application .wrap .left .i-title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 35px;
  max-width: 50%;
  margin-left: auto;
}
.i-application .wrap .left .appMore {
  height: 39px;
  line-height: 37px;
  border-radius: 19px;
  border: 1px solid #fff;
  padding: 0 10px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.i-application .wrap .left .appMore span {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.i-application .wrap .left .appMore img {
  width: 16px;
  margin-left: 15px;
  vertical-align: middle;
}
.i-application .wrap .left .appMore:hover {
  background: var(--color);
  border-color: var(--color);
}
.i-application .wrap .right {
  width: 36%;
  background: url(../images/application-right-bg.jpg) no-repeat left -1px top;
  background-size: cover;
  color: #fff;
  padding: 100px 140px 250px 50px;
}

.i-application .wrap .right::before {
  content: attr(data-text);
  font-size: 5.38vw;
  color: white;
  opacity: .08;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 59%;
  text-transform: uppercase;
}

.i-application .wrap .right .box {
  margin: 0 -15px;
}

.i-application .wrap .right .Tit {
  font-size: 27px;
      text-transform: capitalize;
}
.i-application .wrap .right .txt {
  font-size: 17px;
  margin: 25px 0 35px;
}
.i-application .wrap .right .btn span {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  margin-right: 10px;
  cursor: pointer;
}
.i-application .wrap .right .btn span img {
  vertical-align: middle;
}
.i-application .bottom {
  position: absolute;
  right: 0;
  bottom: -33px;
  width: 54%;
}
.i-application .bottom ul li {
  position: relative;
      padding-left: 5px;
}
.i-application .bottom ul li img {
  width: 100%;
}
.i-application .bottom ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
  padding: 20px;
      text-transform: capitalize;
}
@media screen and (max-width: 1450px) {
  .i-application .wrap .left {
    width: 58%;
  }
  .i-application .wrap .right {
    width: 42%;
    padding: 75px 44px 255px 45px;
  }
  .i-application .bottom {
    width: 63%;
  }
}
@media screen and (max-width: 1250px) {
  .i-application .wrap .left {
    width: 52%;
    padding-top: 110px;
  }
  .i-application .wrap .right {
    width: 48%;
    padding: 75px 44px 150px 45px;
  }
  .i-application .bottom {
    width: 72%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .btns a {
    min-width: unset;
    padding: 10px 15px;
  }
  #banner .btns a + a {
    margin-left: 15px;
  }
  .i-application .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-application .wrap .left {
    width: 100%;
    padding-bottom: 50px;
  }
  .i-application .wrap .right {
    width: 100%;
  }
  .i-application .bottom {
    width: 76%;
  }
}
@media screen and (max-width: 700px) {
  .i-application .wrap .left {
    padding-top: 50px;
    padding-right: 30px;
  }
  .i-application .wrap .right {
    padding: 51px 25px 150px;
  }
  .i-application .bottom {
    width: 100%;
  }
}
.our-news {
  padding: 120px 0;
}
.our-news .list ul {
  margin: 0 -30px;
}
.our-news .list li {
  padding: 10px 30px;
}
.our-news .list li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-news .list li time {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.our-news .list li time em {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: var(--color);
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
}
.our-news .list li .content {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.our-news .list li .content:before {
  content: '';
  width: 1px;
  height: 300%;
  background: #e1f3f3;
  position: absolute;
  left: 0;
  top: -10px;
}
.our-news .list li .content h3 {
    font-size: 20px;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: bold;
}
.our-news .list li .content h3:hover {
  color: var(--color);
}
.our-news .list li .content .text {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 28px;
  margin: 1.5em 0 2.5em;
      -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.our-news .list li .content a.link {
  font-size: 16px;
  color: var(--color);
  display: inline-block;
}

/* 页脚 */

#footer {
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 100px;
}
#footer .container {
  max-width: 1560px;
}
#footer .wrap {
  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;
  color: #fff;
  padding-bottom: 85px;
}
#footer .wrap .share {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  white-space: nowrap;
}
#footer .wrap .share a {
  margin: 0 15px;
}
#footer .wrap h5 {
  position: relative;
  font-size: 24px;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
#footer .wrap h5:after,
#footer .wrap h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.66);
}
#footer .wrap h5:before {
  width: 24px;
  height: 3px;
  background-color: #fff;
}
#footer .wrap ul li {
  font-size: 17px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-bottom: 5px;
}
#footer .wrap ul li:hover {
  color: var(--color);
}
#footer .wrap .one {
  width: 21%;
  position: relative;
}
#footer .wrap .one ul li {
  line-height: 2;
  font-size: 16px;
}
#footer .wrap .one li:hover {
  color: #fff;
}
#footer .wrap .one li:last-child {
  line-height: 2;
}
#footer .wrap .one #ewm {
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  margin-top: 40px;
}
#footer .wrap .four {
  width: 30%;
}
#footer .wrap .four h4 {
  font-size: 42px;
  margin-bottom: 53px;
}
#footer .wrap .four form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#footer .wrap .four form input {
  font-size: 15px;
  height: 69px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  border: none;
  margin-bottom: 30px;
  width: 48%;
}
#footer .wrap .four form input[name=content] {
  width: 100%;
  margin-bottom: 0;
}
#footer .wrap .four form button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 69px;
  width: 69px;
  background-color: var(--color);
  border: 0;
  text-align: center;
  padding: 0;
  color: white;
  font-size: 18px;
}
#footer .f-copy {
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
#footer .f-copy p,
#footer .f-copy a {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-copy img {
  height: 16px;
  vertical-align: middle;
}


#ewm {
  width: 170px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1500px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #banner .dots {
    right: 5%;
  }
  #banner::after {
    right: -webkit-calc(5% + 7px);
    right: -moz-calc(5% + 7px);
    right: calc(5% + 7px);
  }
  .i-other .list li .num {
    font-size: 60px;
  }
  .baseTit {
    font-size: 40px;
  }
  .our-about .top .text {
    margin: 20px 0;
  }
  .our-about .bottom .Tit {
    font-size: 40px;
  }
  .i-other .Tit {
    font-size: 30px;
  }
  .our-product .left .box2 {
    padding: 60px 35px;
  }
  .our-product .right .box2 {
    padding: 60px 35px;
  }
  .i-advantage .right .text .list ul {
    margin: -15px;
  }
  .i-advantage .right .text .list li {
    padding: 15px;
  }
  .i-advantage .right .text .list li span.h6 {
    font-size: 24px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  .our-news .list li .content {
    padding-left: 15px;
    margin-left: 15px;
  }

  #footer .wrap .four form input {
    height: 60px;
  }
  #footer .wrap .four form button {
    height: 60px;
    width: 60px;
  }
  #footer .wrap .four h4 {
    font-size: 36px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo {
    width: 100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header .nav .ui.menu .ls-box {
    padding: 0 15px;
  }
  #banner h2 {
    font-size: 36px;
  }
  #banner p {
    font-size: 16px;
    letter-spacing: normal;
  }
  .our-about .top .text {
    font-size: 16px;
  }
  .our-about .bottom .Tit {
    font-size: 34px;
  }
  .our-about .bottom .box {
    padding-right: 100px;
  }
  .our-about .bottom .aboutbtn {
    right: 35px;
  }
  .i-other .Tit {
    font-size: 24px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 30px;
  }
  .i-other .list li .num {
    font-size: 40px;
  }
  .i-advantage .right .text .list li i {
    width: 55px;
  }
  .i-advantage .right .text .list li span.h6 {
    padding-left: 70px;
    font-size: 20px;
  }
  .i-advantage .right .text {
    font-size: 16px;
  }
  .i-advantage .right .tag {
    font-size: 16px;
  }
  .baseTit {
    font-size: 34px;
  }
  .i-advantage .left {
    padding-right: 30px;
  }
  .i-application .wrap .left .i-title {
    font-size: 30px;
  }
  .i-application .bottom ul li p {
    padding: 15px;
    font-size: 16px;
  }
  .baseTit::before {
    font-size: 90px;
  }

  #footer .wrap .one {
    width: 25%;
  }
  #footer .wrap .four h4 {
    font-size: 30px;
  }
  #footer .wrap .share {
    font-size: 18px;
  }
  #footer .wrap h5 {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none!important;
  }
  #mobile {
    display: block;
  }
  #banner li {
    height: auto;
  }
  #banner .dots {
    display: none;
  }
  #banner::after {
    display: none;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner p {
    font-size: 14px;
  }
  #banner .down {
    display: none;
  }
  .our-about {
    padding-top: 60px;
  }
  .our-about .top .wid-50 {
    width: 100%;
  }
  .our-about .bottom .box {
    width: 100%;
  }
  .our-about .about-video .box {
    width: 100%;
  }
  .our-about .about-video .video-box {
    position: static;
  }
  .i-other {
    padding: 60px 0;
  }
  .i-other .list ul {
    margin: -15px;
  }
  .i-other .list li {
    padding: 15px;
  }
  .our-product .box {
    display: block;
  }
  .our-product .left {
    width: 100%;
  }
  .our-product .left .box2 {
    max-width: 100%;
    padding: 30px;
  }
  .our-product .left .pro-search {
    margin-bottom: 30px;
  }
  .our-product .left .cate-nav {
    margin-bottom: 20px;
  }
  .our-product .left .cate-nav ul {
    font-size: 0;
    margin: -10px;
  }
  .our-product .left .cate-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 33.33%;
  }
  .our-product .left .cate-nav ul li a {
    display: block;
  }
  .our-product .left .cate-nav ul li + li {
    margin-top: 0;
  }
  .our-product .right {
    width: 100%;
  }
  .our-product .right .box2 {
    padding: 30px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .left {
    width: 100%!important;
    padding: 0;
  }
  .i-advantage .right {
    width: 100%!important;
    margin-top: 40px;
  }
  .our-news {
    padding: 60px 0;
  }

  #goback {
    display: none;
  }
  .baseTit::before {
    display: none;
  }

  #footer .wrap .three {
    display: none;
  }
  #footer .wrap .four form input {
    width: 100%;
  }
  #footer .wrap .four h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #footer .wrap .four form input {
    height: 50px;
    margin-bottom: 15px;
  }
  #footer .wrap .four form button {
    height: 50px;
    width: 50px;
  }
  #footer .wrap .one {
    width: 30%;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #banner p {
    margin-bottom: 15px;
  }
  .baseTit {
    font-size: 24px;
  }
  .our-about .top .text {
    font-size: 15px;
    line-height: 30px;
  }
  .our-about .bottom .Tit {
    font-size: 24px;
  }
  .i-other .Tit {
    font-size: 20px;
  }
  .our-product .left .cate-nav ul li {
    width: 50%;
  }
  .font-16 {
    font-size: 15px;
    line-height: 30px;
  }
  .our-product .right .Tit {
    font-size: 24px;
  }
  .i-advantage {
    display: none;
  }
  .i-application {
    display: none;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 15px;
    line-height: 30px;
  }
  
  #footer .wrap .two {
    display: none;
  }
  #footer .wrap .one {
    width: 45%;
  }
  #footer .wrap .four {
    width: 45%;
  }
  #footer .wrap .one ul li {
    font-size: 14px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #footer .f-copy img {
    height: 14px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner p {
    display: none;
  }
  #banner .bannerbtn img {
    width: 35px;
    height: 35px;
  }
  .i-other .list li .num {
    font-size: 30px;
  }
  .our-product .left .h4 {
    margin-bottom: 15px;
  }
  .our-product .left .cate-nav ul {
    margin: -5px;
  }
  .our-product .left .cate-nav ul li {
    width: 100%;
    padding: 5px;
  }

  #footer {
    padding-top: 60px;
  }
  #footer .wrap {
    display: block;
  }
  #footer .wrap .one {
    width: 100%;
  }
  #footer .wrap .four {
    width: 100%;
    margin-top: 40px;
  }
  #footer .wrap .four h4 br {
    display: none;
  }
  #footer .wrap {
    padding-bottom: 60px;
  }
}




.more {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  color: white;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
}
.more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 100%;
}

 .inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-banner {
     display: block;
    padding: 180px 0;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background: aliceblue;
    background-attachment: fixed;
}
.inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    opacity: 1;
}
.inner-banner.active:after {
    opacity: 0.3;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
}

/*
.inner-banner .box {
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}*/

.inner-banner.active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-banner .box .content {
 
    margin: 0 auto;
    text-align: left;
}

.inner-banner .box .mbx {
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.inner-banner .box .content .mbx a, .inner-banner .box .content .mbx span {
    display: inline-block;
    text-transform: capitalize;
}

.inner-banner .box h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    margin: 20px 0;
    text-transform: capitalize;
    z-index: 1;
}
.catpage {
    font-size: 16px;
    line-height: 30px;
}
.inner-banner h2:after {
    content: attr(data-text);
    font-size: 80px;
    color: transparent;
    text-stroke: 1px rgb(255 255 255/40%);
    -webkit-text-stroke: 1px rgb(255 255 255/40%);
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
    display: none;
}
.inner-banner.active .box h2:after {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
}
.inner-banner .btn {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
       background: var(--color);
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    padding-right: 0;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
      background: var(--color);
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact i {
    text-align: center;
    color: #fff;
    background: var(--color);
    width: 50px;
    margin-left: 20px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 15px;
}

.inner-banner .box h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.inner-banner .nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .nav-list ul {
  letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
display: inline-block;
    letter-spacing: 0;
    min-width: 320px;
    font-size: 18px;
    color: #fff;
    background: rgba(7,66,149,.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 1px;
}
.inner-banner .nav-list ul li a {
  display: block;
  padding: 30px;
      font-weight: bold;
}
.inner-banner .nav-list ul li:hover {
  background: var(--color);
}
@media screen and (max-width: 1600px){
  .inner-banner .box {
    padding-left: 0;
  }
  .inner-banner .box h2 {
    font-size: 54px;
    padding: 10px 0;
  }
  .inner-banner {
    height: 600px;
    padding-top: 180px;
  }
   .inner-banner .box h6{
    font-size: 30px;
  }
  .inner-banner .nav-list ul li a {
    padding: 10px;
  }
  .inner-banner .nav-list ul li {
    min-width: 220px;
  }
}
@media screen and (max-width: 1250px){
  .inner-banner {
    height: 480px;
    padding-top: 120px;
  }
  .inner-banner .box h2 {
    font-size: 44px;
    border-bottom: 6px solid white;
  }
   .inner-banner .box h6{
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px){
  .inner-banner {
    height: 400px;
  }
  .inner-banner .box h2 {
    font-size: 32px;
    border-bottom-width: 2px;
  }

  .inner-banner .btn {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .inner-banner {
    height: 240px;
    padding-top: 60px;
  }
  .inner-banner .box h6 {
    font-size: 16px;
  }
   .inner-banner .nav-list {
    display: none;
  }
}
@media screen and (max-width: 500px){
  .inner-banner .box h6 {
    font-size: 20px;
  }
  .inner-banner .box h6 {
    display: none;
  }
  .inner-banner {
    height: 180px;
    padding-top: 60px;
  }
  .inner-banner .box h2 {
    font-size: 24px;
  }
}
.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce6d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
}
.about-page h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-page .i-semi p.p {
    color: #000;
    line-height: 36px;
    font-size: 18px;
}
.about-page .our-rz ul {
    display: flex;
    justify-content: space-between;
}
.about-page .our-rz h2 {
    font-size: 24px;
    margin-bottom: 45px;
    position: relative;
}
.about-page .our-rz {
    padding: 70px 0;
}
.about-page .our-rz h2:after {
    content: "";
    position: absolute;
    width: 10%;
    left: 50%;
    height: 3px;
    background: var(--color);
    bottom: -10px;
    transform: translateX(-50%);
}
.about-ab .top {
    padding-top: 80px;
}

.about-ab .top h2 {
    color: var(--color);
    font-size: 24px;
}
.about-ab .top h3 {
    color: #000;
    font-size: 38px;
    margin-bottom: 10px;
}
h1.catdhh {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}
.about-ab .top p {
    color: #363636;
    font-size: 16px;
    padding: 8px 0;
    line-height: 32px;
}
.about-page .about-factory img.cpm {
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.about-page .about-factory .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .54);
    cursor: pointer;
    cursor: hand;
}
.about-page .about-factory .play:after, .about-page .about-factory .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(0, 0, 0, .1);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.about-page .about-factory .play:after {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-factory .play i {
    display: inline-block;
    vertical-align: middle;
    left: 3px;
    font-size: 0;
    position: initial;
}
.corporate-culture {
    padding: 80px 0;
}
.corporate-culture .ui.container {
 display: flex;
    align-items: center;
}

.corporate-culture .left {
    width: 50%;
}
.corporate-culture .left h2 {
    color: var(--color);
    font-size: 24px;
}
.corporate-culture .left h3 {
      color: #000;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 10px;
}
.corporate-culture .left p {
    color: #7b7b7b;
    font-size: 18px;
    padding: 8px 0;
    line-height: 36px;
}
.corporate-culture .right {
    width: 50%;
}
.corporate-culture .right img {
}

.corporate-culture .left p em {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}


.corporate-culture .left ul {
    display: flex;
    margin-left: -35px;
    width: 95%;
    margin-top: 20px;
}

.corporate-culture .left ul li {
    width: 33.33%;
    text-align: center;
}
.corporate-culture .left ul li p {
    border: 2px solid var(--color);
    border-radius: 100%;
    height: 120px;
    width: 120px;
    line-height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
.corporate-culture .left ul li span {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}
.about-page .i-semi {
    text-align: center;
    padding: 80px 0 60px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f1f7fc),color-stop(50%,#fff));
    background: -webkit-linear-gradient(#f1f7fc 50%,#fff 50%);
    background: -moz-linear-gradient(#f1f7fc 50%,#fff 50%);
    background: linear-gradient(#f1f7fc 50%,#fff 50%);
}
.about-page .i-semi p.p {
  color: #000;
  line-height: 36px;
}
.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;

}
.about-page .i-semi .semi-list ul {

}
.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px;
}
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}
.about-page .about-4 {
  
}

.about-page .about-4 .box {
  
    display: block;
    margin: 0 auto;
    max-height: 500px;
    overflow: overlay;
}

.about-page .about-4 .box ul {
    position: relative
}

.about-page .about-4 .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 17px;
    background: #000;
    background: -webkit-gradient(linear,left top,bottom top,color-stop(0%,#5483eb),color-stop(100%,transparent));
    background: -moz-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -webkit-linear-gradient(top,#000 0%,transparent 100%);
    background: -o-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -ms-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: linear-gradient(to bottom,#fff,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb',endColorstr='transparent',GradientType=0);
    position: absolute;
}

.about-page .about-4 .box ul li {
    padding-bottom: 20px;
    position: relative
}

.about-page .about-4 .box ul li:after {
content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #fff;
    background: var(--color);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px #fff;
    -o-box-shadow: 0 0 3px 3px #fff;
    box-shadow: 0 0 3px 3px var(--color);
}

.about-page .about-4 .box ul li h5 {
  font-size: 20px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .content {
    display: block;
    padding: 10px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: rgba(0,160,233,0.5);
}

.about-page .about-4 .box ul li .content .text {
   display: block;
    font-size: 14px;
     color: #fff;
    line-height: 28px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .content:after {
    content: '';
    border-right: 10px solid var(--color);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 100%;
    top: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1
}

.about-page .about-4 .box ul li .content:before {
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #000;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#000),color-stop(100%,#000));
    background: -moz-linear-gradient(right,#2cbcff 0%,#3388fc 100%);
    background: -webkit-linear-gradient(left,#000 0%,#000 100%);
    background: -o-linear-gradient(right,#2cbcff 0%,#3388fc 100%);
    background: -ms-linear-gradient(right,#2cbcff 0%,#3388fc 100%);
    background: linear-gradient(to right,var(--color),#33b3ed);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff',endColorstr='#3388fc',GradientType=1);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .left {
  padding-top: 10px;
    padding-right: 35px;
    text-align: right;
    position: relative;
 
}

.about-page .about-4 .box ul li .right {
    padding-left: 25px;
    position: relative;
   
}

.about-page .about-4 .box ul li:last-child {
    padding-bottom: 0
}

.about-page .about-4 .box ul li:nth-child(odd) .left {
    left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 35px
}

.about-page .about-4 .box ul li:nth-child(odd) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 25px;
    text-align: right
}

.about-page .about-4 .box ul li:nth-child(odd) .right .content:after {
    border-left: 10px solid var(--color);
    border-right: none;
    left: 100%
}

.about-page .about-4 .box ul li:nth-child(odd) .right .content:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-page .about-4 .box ul li:hover .content .text, .about-page .about-4 .box ul li:hover .content h5 {
    color: #fff
}

.about-page .about-4 .box ul li:hover .content:after, .about-page .about-4 .box ul li:hover .content:before {
    opacity: 1
}
.about-page .about-4  h2 {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #1c1c1c;
    font-weight: bold;
}

.his-bg .ui.container {
    display: flex;
        align-items: center;
}

.his-bg {

    background-repeat: no-repeat;
    background-attachment: fixed;
}
.his-bg .left-his {
       margin-left: -13%;
    width: 38%;
}
.his-bg .right-his {
    width: 70%;
    margin-left: 5%;
}
.his-bg .left img {
}



.his-bg .right-his .about-4 h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 50px;
    line-height: 1.2;
    margin-top: 10px;
}
.his-bg .right-his .about-4 h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
}
@media screen and (max-width: 1600px){
   .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .i-semi .semi-list {
    padding: 0 7%;
  }
}
@media screen and (max-width: 1000px){
  .corporate-culture .ui.container{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .corporate-culture .left{
    width: 100%;
  }
  .corporate-culture .right{
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px){
   .corporate-culture{
    display: none;
  }
   .his-bg{
    display: none;
  }
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {

  margin-bottom: 30px;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search {

}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a .fa{
  float: right;
}
/*.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li ul{
  display: none;
}*/
.inner-page .slideBarBox .slideBarLeft .border.nav .navList > ul > li.active ul{
  display: block;
}
.fenlei{
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 20px;
}
.miaoshu{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active + ul{
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--color);
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot {

}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 0;
  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;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
    background-color: #f3f3f3;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: normal;
  font-size: 18px;
  color: var(--color);
  line-height: 1.2;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  line-height: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: var(--color);
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
}
.inner-page .prodet-product-link {
  padding-top: 80px;
}
.inner-page .prodet-product-link .productList {
  overflow: hidden;
}
.inner-page .prodet-product-link .dotsBox {
  margin-top: 90px;
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce6d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
  border: none;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
 
.chainList {
  padding: 80px 0 100px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
  text-align: right;
}
.chainList .top .right a.more {
  background-color: #f3f3f3;
      color: #000;
}
.chainList .top .right a.more:hover{
  color: white;
}
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: var(--color);
}
.culture-page .culture-1 {
  padding-top: 100px;
}
.culture-page .culture-1 .left {
  padding-right: 10%;
  vertical-align: middle;
}
.culture-page .culture-1 .left .text {
  margin-top: 1.5em;
}
.culture-page .culture-1 .right {
  vertical-align: middle;
}
.culture-page .culture-1 .right .img {
  position: relative;
}
.culture-page .culture-1 .right .img:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  right: 100%;
  top: 5%;
  width: 50%;
  height: 90%;
  background-size: contain;
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
  background-position: left center;
}
.culture-page .culture-2 {
  padding: 130px 0 70px;
  text-align: center;
}
.culture-page .culture-2 .list {
  margin-top: 70px;
}
.culture-page .culture-2 .list ul {
  margin: -40px;
}
.culture-page .culture-2 .list ul li {
  padding: 40px;
  font-size: 22px;
}
.culture-page .culture-2 .list ul li i {
  display: inline-block;
  position: relative;
  margin: 1em auto 0;
}
.culture-page .culture-2 .list ul li i:before {
  content: '';
  width: 3.40909091em;
  height: 4.04545455em;
  background: url("../images/icon-5-bg.png") center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.culture-page .culture-2 .list ul li span.h6 {
  font-weight: 500;
  display: block;
  margin: .8em 0;
}
.culture-page .culture-2 .list ul li .text {
  line-height: 2;
}

@-webkit-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@-moz-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
.TopTitle {

}
 span.tag{
      font-size: 18px;
    display: block;
    text-transform: uppercase;
    color: var(--color);
    line-height: 1.2;
    margin-bottom: 0.5em;
}
span.h2 {
    font-weight: 800;
    line-height: 1.2;
    font-size: 34px;
    display: block;
    text-transform: uppercase;
}
.TopTitle span.h2 {
    font-weight: 800;
    line-height: 1.2;
    font-size: 40px;
    display: block;
    text-transform: uppercase;
    margin-right: 1.2em;
}
.TopTitle .left {

}
.TopTitle .left span.h2 {
  margin-right: 1.2em;
}
.TopTitle .right {

}
.TopTitle .right .list ul li {
  font-weight: bold;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 0.25em 1.2em;
    width: auto;
    display: inline-block;
    border-left: 1px solid #e8e8e8;
    margin-top: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.TopTitle .right .list ul li.active,
.TopTitle .right .list ul li:hover {
  color: var(--color);
}
.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list {

}
.factory-page .bottom .list ul {
  margin: 0px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(190, 137, 40, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
 
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
.product-yd-page .bottom .slide {
  padding: 90px 0;
  position: relative;
}
.product-yd-page .bottom .slide .left {
  vertical-align: middle;
  padding: 0 5%;
  position: relative;
}
.product-yd-page .bottom .slide .right {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
}
.product-yd-page .bottom .slide .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  display: block;
}
.product-yd-page .bottom .slide .right .text {
  margin: 1.3em 0;
  line-height: 1.6;
  padding-right: 1em;
  max-height: 16em;
  overflow-y: auto;
  overflow-x: hidden;
}
 
.product-yd-page .bottom .slide:nth-child(even) {
  background-color: #f3f3f3;
}
.product-yd-page .bottom .slide:nth-child(even) .right a.more {
  background-color: white;
  color: #000;
}
.product-yd-page .bottom .slide:nth-child(even) .left {
  left: 50%;
}
.product-yd-page .bottom .slide:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 6%;
}
.product-yd-page .bottom .slide:nth-child(odd):after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  background-size: contain;
  background-position: left center;
}
.product-yd-page .bottom .slide:nth-child(3n):after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 5%;
}
.product-list-page .productList ul,
.prodet-product-link .productList ul {
  margin: -35px -6px;
}
.product-list-page .productList ul li,
.prodet-product-link .productList ul li {
  padding: 35px 6px;
}
/*.product-list-page .productList ul li a.img-box,
.prodet-product-link .productList ul li a.img-box {
  padding: 30px 15%;
}*/
.product-list-page .productList ul li a.img-box img,
.prodet-product-link .productList ul li a.img-box img {
   
  width: auto;
  margin: 0 auto;
  display: block;
}
.product-list-page .productList ul li:hover .content,
.prodet-product-link .productList ul li:hover .content,
.small-product-link .productList ul li:hover .content {
  -webkit-transform: translateY(-210%);
  -moz-transform: translateY(-210%);
  -ms-transform: translateY(-210%);
  transform: translateY(-210%);
}
/*.product-list-page .productList ul li:hover a.img-box img,
.prodet-product-link .productList ul li:hover a.img-box img,
.small-product-link .productList ul li:hover a.img-box img {
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}*/
.productList ul li a.img-box {
    display: block;
    background-color: #f3f3f3;
    overflow: unset;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.productList ul li a.img-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.productList ul li .content {
    padding: 0 5%;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.productList ul li .content span.h6 {
    font-weight: 500;
    font-size: 22px;
    color: #120c0b;
    display: block;
    padding: 1em 0 0.7em;
    border-bottom: 1px solid #ececec;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productList ul li .content .text {
    font-size: 15px;
    line-height: 30px;
    margin-top: 1em;
    padding: 0 5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    height: 82px;
}
.productList ul li:hover a.img-box {
    background-color:var(--color);
}
.productList ul li:hover a.img-box img {
    -webkit-transform: translateY(49%);
    -moz-transform: translateY(49%);
    -ms-transform: translateY(49%);
    transform: translateY(49%);
}
.productList ul li:hover .content span.h6 {
    color: #fff;
    border-bottom-color: #fff;
}
.productList ul li:hover .content .text {
    color: #fff;
}
.product-list-page {
  padding: 100px 0 130px;
}
.product-det-page .product-det-1 {
  padding: 100px 0 60px;
}
.product-det-page .product-det-1 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-det-page .product-det-1 .left {
  width: 45%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0%;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left a img{
  margin: auto;
}
.product-det-page .product-det-1 .left .smallImg a img{
  height: 120px;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 19%;
  padding-right: 20px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 55%;
  padding-left: 3.5%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .right h1 {
  font-size: 22px;
  font-weight: 900;
  line-height: 36px;
  display: block;
}
.product-det-page .product-det-1 .right .text {
    margin: 1em 0 2em;
    line-height: 30px;
    font-size: 16px;
}
.product-det-page .product-det-1 .right .more{
  margin-bottom: 10px;
}
.product-det-page #index-body .i-application .txt,
.product-det-page #index-body .i-application .i-title{
  color: black;
}
.product-det-page .product-det-2 {
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 4.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;

  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*top: 100px;*/
}
.product-det-page .product-det-2 .left .navList {
  background-color: white;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: white;
  background-color: black;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
  cursor: hand;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: normal;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: .5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content {

}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
    display: block;
    text-transform: uppercase;
    color: var(--color);
    line-height: 1.2; 
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: normal;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: 36px;
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: normal;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: white;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: #db8204;
  border-bottom-color: #f3ac48;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
  /* firefox */
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
/*.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.tag {
  margin-bottom: 1.2em;
}*/
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -60px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 60px;
}
.product-det2-page {
  padding: 100px 0;
}
.product-det2-page .product-det2-1 .left {
  width: 45%;
  padding-right: 5%;
  vertical-align: middle;
}
.product-det2-page .product-det2-1 .left a {
  display: block;
  padding: 10%;
  border: 1px solid #bebebe;
}
.product-det2-page .product-det2-1 .left ul {
  margin: -15px;
}
.product-det2-page .product-det2-1 .left ul li {
  padding: 15px;
}
.product-det2-page .product-det2-1 .left .smallImg {
  padding-top: 30px;
}
.product-det2-page .product-det2-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det2-page .product-det2-1 .left .bigImg a {
  position: relative;
}
.product-det2-page .product-det2-1 .left .bigImg a:before {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45% auto;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det2-page .product-det2-1 .right {
  width: 55%;
  vertical-align: middle;
}
.product-det2-page .product-det2-1 .right h1 {
  font-weight: 900;
  font-size: 30px;
  color: #120c0b;
  line-height: 1.2;
  display: block;
  margin-top: .5em;
  text-transform: uppercase;
}
.product-det2-page .product-det2-1 .right .text {
  font-size: 16px;
  line-height: 1.6;
  max-height: 12.8em;
  overflow: auto;
  padding-right: 1em;
  margin: 2em 0 4em;
}
.product-det2-page .product-det2-1 .right a.more {
  background-color: #f3f3f3;
}
.product-det2-page .product-det2-2 span.h3 {
  font-weight: 900;
  font-size: 30px;
  color: #120c0b;
  line-height: 1.2;
  display: block;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.service-page .service-1 {
  padding-top: 100px;
}
.service-page .service-1 .left {
  vertical-align: middle;
}
.service-page .service-1 .left .img {
  height: 790px;
  display: block;
  -webkit-mask-image: url("../images/service-1-mask.png");
  mask-image: url("../images/service-1-mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 5%;
}
.service-page .service-1 .right span.h2 {
      text-transform: capitalize;
  margin: .5em 0;
}
.service-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}
.service-page .service-1 .right a.more {
   
  margin-top: 2em;
}
.service-page .service-2 {
  padding: 150px 0 110px;
  text-align: center;
}
.service-page .service-2 .list {
  margin-top: 60px;
}
.service-page .service-2 .list ul {
  margin: -13px;
}
.service-page .service-2 .list ul li {
  padding: 13px;
  text-align: left;
}
.service-page .service-2 .list ul li .text p {
    text-align: center;
    font-size: 15px;
}
.service-page .service-2 .list ul li span.num {
    font-size: 68px;
    font-weight: 900;
    color: var(--color);
    display: block;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.service-page .service-2 .list ul li span.num:after {
  content: '';
  width: 100%;
  background-color: black;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
  display: none;
}
.service-page .service-2 .list ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
      text-align: center;
    text-transform: capitalize;
}
.service-page .service-2 .list ul li .text {
  line-height: 2;
      margin-top: 20px;
}
.service-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.service-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: white;
  background-image: url("../images/service-03-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.service-page .service-3 span.h2 {
  margin-bottom: 1.2em;
}
 
.service-page .service-3 a.more:hover {
  color: white;
}
.service-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}
.service-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.service-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.service-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.service-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
}
.service-page .service-4 ul li:last-child {
  border-right: none;
}
.download-page {
  padding: 100px 0;
}
.download-page .downloadList ul {
  margin: -45px -13px;
}
.download-page .downloadList ul li {
  padding: 45px 13px;
}
.download-page .downloadList ul li a.img-box {
  display: block;
}
.download-page .downloadList ul li a.img-box img {
  width: 100%;
}
.download-page .downloadList ul li a.more {
  margin-top: 1.5em;
  background-color: #f3f3f3;
}
.faq-page {
  padding: 50px 0 0;
}
.faq-page .slideBarRight span.h3 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #120c0b;
  display: block;
  line-height: 1.2;
}
.faq-page .slideBarRight .faqList {
  font-size: 20px;
  font-weight: normal;
  margin-top: 2em;
}
.faq-page .slideBarRight .faqList li {
  padding: .5em 0;

}
.faq-page .slideBarRight .faqList li span.h6 {
  padding: 1em 4em 1em 1.5em;
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  position: relative;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      text-transform: capitalize;
}
.faq-page .slideBarRight .faqList li span.h6 i.close {
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: 1em;
  right: 1.1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:after,
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  content: '';
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: .25em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  -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);
}
.faq-page .slideBarRight .faqList li .text {
  padding: 1em 1.5em 0;
  font-weight: normal;
  color: var(--color);
  display: none;
}
.faq-page .slideBarRight .faqList li.active span.h6 {
  background-color: var(--color);
  color: white;
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close:after,
.faq-page .slideBarRight .faqList li.active span.h6 i.close:before {
  background-color: white;
}

.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page:after {

}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
      font-size: 18px;
    font-weight: 300;
    color: #120c0b;
    line-height: 1.8;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li a.more {
  margin-top: 1em;
  background-color: var(--color);
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .right {

}
.contact-page .box .right span.h3 {
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1.2;
    font-size: 34px;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
  font-size: 18px;
  line-height: 30px;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  font-weight: 300;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  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;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
    
  .contact-page .box .right .info,
  .history-page .cursor span {
    font-size: 16px;
  } 
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 80px;
  } 
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page, 
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3 {
    padding: 80px 0;
  }
    
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title {
    font-size: 20px;
  } 
  .service-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
    
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 50px;
  }
   
  .contact-page .map {
    margin-top: 60px;
  }
  .culture-page .culture-2 .list ul li span.h6 {
    margin: .5em 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border span.h6 {
    font-size: 18px;
  }
  .download-page .downloadList ul li {
    padding: 15px 5px;
  }
  .download-page .downloadList ul {
    margin: -15px -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 18px;
  }
  .factory-page .bottom .list ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul {
    margin: -10px;
  }

   
  .product-yd-page .bottom .slide {
    padding: 50px 0;
  }
  .product-det-page .product-det-2 .left .navList ul {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .left .navList ul li ul {
    font-size: 100%;
  }
  .product-det-page .product-det-2 .left .navList ul li ul li {
    padding: .7em 0;
  }

  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 60px 0;
    padding-left: 5%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 100px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 36px;
    margin-top: 1em;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1 {
    font-size: 28px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    padding: 20px 15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -20px -15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
    margin-top: 4em;
  }
  .product-det-page .product-det-2 .right .prodet-content .logo img {
    max-height: 40px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 3em;
  }
  .product-det2-page .product-det2-1 .right .text {
    margin: 1.5em 0 3em;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .service-page .service-2 .list {
    margin-top: 50px;
  }
  .service-page .service-4 {
    padding: 40px 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
  }
  .product-det2-page .product-det2-2 span.h3 {
    font-size: 28px;
  }
  .TopTitle .right {
    margin-top: 30px;
  } 
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
   
  .service-page .service-1 .left .img {
    height: 600px;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 32px;
  } 
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    font-size: 18px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  } 
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 60px;
  } 
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page, 
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3 {
    padding: 60px 0;
  } 
  .service-page .service-4 ul li span.h6 {
    font-size: 36px;
  } 
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 16px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 24px;
  }
  .product-det-page .product-det-2 .left .navList ul,
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 16px;
  }
  .product-list-page .productList ul li,
  .prodet-product-link .productList ul li {
    padding: 10px 5px;
  }
  .product-list-page .productList ul,
  .prodet-product-link .productList ul {
    margin: -10px -5px;
  }
  .TopTitle .right {
    margin-top: 20px;
  }
  
   
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
  
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 30px;
  }
  .xianguan{
    height: 5.5em!important;
  }
}
@media screen and (max-width: 1250px) {
   
  .contact-page .box .right {
    padding-left: 5%;
  } 
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
  .culture-page .culture-1 .left {
    padding-right: 5%;
  }
  .culture-page .culture-2 .list ul li {
    padding: 10px;
  }
  .culture-page .culture-2 .list ul {
    margin: -10px;
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
  .product-det-page .product-det-2 .left .navList ul,
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 14px;
  }
  .TopTitle .right {
    margin-top: 25px;
  }
  .inner-page .prodet-product-link {
    padding-top: 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 20px;
  }
  .product-det-page .product-det-2 .right {
    width: 100%;
  }
  .product-det-page .product-det-2 .left {
    display: none;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 970px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 0 0 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 70px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 28px;
  } 
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table,
  .product-det-page .product-det-1 .right .text,
  .product-det2-page .product-det2-1 .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 120px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
    padding: 0 10px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
    margin: 0 -10px;
  } 
  .service-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
  .xinwenbiaoti{
    line-height: 1.8;
    min-height: 2.5em;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .service-page .service-1 .left {
    display: none;
  }
  .service-page .service-2 .list ul li {
    width: 50%;
  }
  .service-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 700px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 24px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p img {
    max-height: 24px;
  }
  .TopTitle .right {
    width: 100%;
  }

  .culture-page .culture-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .culture-page .culture-1 .right {
    width: 95%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
    
  .contact-page .box .right .info,
  .history-page .cursor span {
    font-size: 14px;
    line-height: 2;
  }
   
}
@media screen and (max-width: 700px) {
   
  
  
  .product-yd-page .bottom .slide .right {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
    margin-top: 20px;
  }
  .product-yd-page .bottom .slide .left {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .product-yd-page .bottom .slide .left img {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .product-yd-page .bottom .slide:nth-child(odd):after {
    background-size: 15% auto;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2em;
  }
  .product-det2-page .product-det2-1 .left,
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-right: 0;
  }
  .product-det2-page .product-det2-1 .right,
  .product-det-page .product-det-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-det-page .product-det-1 .right {
    padding-left: 0;
  }
  .product-det-page .product-det-1 .left ul li {
    padding: 3px;
  }
  .product-det-page .product-det-1 .left ul {
    margin: -3px;
  }
  .product-det-page .product-det-1 .left .smallImg {
    padding-right: 6px;
  }
  .product-det-page .product-det-1 .left {
    width: 100%;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
  }
  .product-det-page .product-det-1 .right .text {
    margin: 1em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
    padding-right: 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list {
    padding-right: 50%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -5px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    width: 100%;
    padding: 5px;
  }
  .service-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-4 ul li {
    width: 100%;
    border: none;
  }
   
  .service-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 40px;
  }
   
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page, 
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3  {
    padding: 40px 0;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-4 ul li {
    width: 50% !important;
  }
  .chainList .top .right {
    text-align: left;
    margin-top: 10px;
  }
  .product-det2-page .product-det2-1 .left ul li {
    padding: 5px;
  }
  .product-det2-page .product-det2-1 .left ul {
    margin: -5px;
  }
  .product-det2-page .product-det2-1 .left .smallImg {
    padding-top: 10px;
  }
  .product-det2-page .product-det2-1 .right .text {
    max-height: none;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
    width: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i img {
    max-height: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
    margin: 1em 0 1.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content table tr td {
    display: block;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
    font-size: 12px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 90px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
    height: 106%;
    top: -3%;
  }
  .product-yd-page .bottom .slide .right .text {
    max-height: none;
    padding-right: 0;
  }
 
  .TopTitle .right .list ul li {
    padding: .2em 1em;
  }
  .download-page .downloadList ul li {
    width: 50% !important;
  }
}
.fancybox-image {
  background-color: white !important;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-1 .wid-50 {
  background-size: 45% auto;
  background-position: right bottom;
  padding-right: 47%;
  padding-bottom: 3%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 {
  padding: 90px 0;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list {
  margin-top: 0;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide {
  margin-bottom: 45px;
  background: #f3f3f3;
  position: relative;
  border-radius: 5px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:last-child {
  margin-bottom: 0;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img {
  vertical-align: middle;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img img {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content {
  padding: 0 3%;
  vertical-align: middle;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content span.h6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content .text {

}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide span.num {
  font-size: 30px;
  font-weight: 900;
  line-height: 2em;
  height: 2em;
  padding: 0 .5em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  position: absolute;
  top: 0;
  right: 3%;
  background-color: var(--color);
  min-width: 2em;
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .img {
  left: 50%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .content {
  left: -50%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) span.num {
  left: 3%;
  right: auto;
}
.product-det-page .product-det-2 .right .prodet-content .table2 {
  font-size: 20px;
  margin-top: 3em;
  line-height: 1.8;
  color: #120c0b;
}
.product-det-page .product-det-2 .right .prodet-content .table2 strong {
  font-weight: 600;
  margin-bottom: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .table2 em {
  font-weight: 500;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table,
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
  border: none;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table {
  margin: -25px !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table tbody {
  table-layout: fixed;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
  padding: 25px !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table {
  margin: 0 !important;
  font-weight: 400;
  text-align: center;
  font-size: .8em;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table td {
  padding: .5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table tr {
  border-bottom: 1px solid #dcdcdc;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table tr:first-child {
  background-color: #f3f3f3 !important;
  border-bottom: none !important
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 {
  padding: 60px 0 100px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list {
  margin-top: 60px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul {
  margin: -20px -40px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li {
  padding: 20px 40px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box {
  border-radius: 6px;
  background: white;
  overflow: hidden;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img2 {
  position: absolute;
  right: 5%;
  bottom: 3%;
  max-width: 55%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box {
  height: 270px;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span {
  height: 60%;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  background: white;
  position: absolute;
  right: 6%;
  top: 10%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span img {
  max-height: 100%;
  width: auto;
  max-width: none;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content {
  padding: 25px 35px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content span.h6 {
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content a.more {
  font-size: 14px;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1em 0 1.5em;
  /*border-left-width: .4em;*/
}
.product-det-page .product-det-2 .right .prodet-content.krs .table table tbody {
  table-layout: fixed;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table {
  font-size: inherit;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table tr {
  border: none;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody hr {
  margin: 0;
  margin-bottom: 1em;
  border: none;
  height: 1px;
  display: block;
  width: 100%;
  background: #dcdcdc;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table td {
  padding: 0 .5em 0 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content.fps1.krs .prodet-content-1 .wid-50 {
  background-size: 40% auto;
  padding-right: 50%;
}
@media screen and (max-width: 700px) {
  #index-body .init-4 .top,#index-body .init-4 .top .right .list ul {
    display: block;
  }
  #index-body .init-4 .top .right .list ul li {
    width: 100%;
    margin-top: 5px;
  }
  #index-body .init-4 .top .left {
    width: 100%;
  }
  #index-body .init-4 .top .right {
    width: 100%;
    margin-top: 10px;
  }
}
.inner-page .slideBar-left {
  width: 20% !important;
  margin-bottom: 75px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 14px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 15px;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: var(--color);
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: var(--color);
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: var(--color);
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 80% !important;
  padding-left: 60px;
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-left: 0;
}
.news-page{
  padding-top: 110px;
  padding-bottom: 100px
}
.news-page .slideRight .i-news {
  overflow: unset !important;
      padding: 0 !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 30px;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}

/*newsdet-page*/
.newdet2-page {
    padding: 80px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-weight: 400;
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 30px;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #026293;
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}



 .i-factory {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(#f2f2f2 50%,#fff 50%);
}
 .i-factory h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
 .i-factory p.p {
    font-size: 18px;
    color: #545454;
}
 .i-factory .factory-list {
    margin-top: 40px;
    position: relative;
}

 .i-factory .factory-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(../images/inner-l.png) no-repeat center;
    left: 45%;
    bottom: 10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.i-factory .factory-list .slick-next {
    background: url(../images/inner-r.png) no-repeat center;
    left: calc(45% + 6.5%);
}
.inner-page.about-page .i-factory .factory-list ul li {
    padding: 0 10px;
}
.inner-page.about-page .i-factory .factory-list ul li p {
    font-size: 18px;
    padding: 20px 10px;
    display: none;
}


/*banner-video*/


.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li p {
    font-size: 15px;
    margin-top: 10px;
}


.history-page {
  padding: 110px 0;

}
.history-page .historySideBar .historySideLeft {
  width: 40%;
  padding: 0 8%;
      position: sticky;
    top: 150px;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 30px;
  padding: 1.83333333em 15%;
  display: block;
  background: url("../images/historySideLeft-1.jpg") center center no-repeat;
  background-size: cover;
  line-height: 1.2;
  color: white;
  position: relative;
}
.history-page .historySideBar .historySideLeft span.h3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: url("../images/historySideLeft-3.jpg") center center no-repeat;
  background-size: cover;
}
.history-page .historySideBar .historySideLeft span.h3:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: .5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/historySideLeft-2.jpg") center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: .5em;
}
.history-page .historySideBar .historySideRight {
  width: 60%;

}
.history-page .historySideBar .historySideRight .list {
  position: relative;
  
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  transform-origin: left top;
  width: 50%;
  margin-left: auto;
}
.history-page .historySideBar .historySideRight .list ul li:nth-child(even) {
  transform: rotateY(180deg);
}
.history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > time,
.history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > p,
.history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > .img img {
  transform: rotateY(180deg);
  text-align: right;
}
.history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
    color: var(--color);
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  /*margin-left: 30px;*/
  padding-bottom: 30px;
  position: relative;
 
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
      transition: all .5s ease;
}
.history-page .historySideBar .historySideRight .list ul li:hover .slide:after {
    border: 3px solid var(--color);
    transition: all .5s ease;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
     font-size: 16px;
    color: #7e7f81;
    padding: 20px;
    position: relative;
    background: #f5f5f5;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
    position: absolute;
    left: 20px;
    top: 25px;
    color: var(--color);
    font-size: 120%;
}

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

 .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }


  }

@media screen and (max-width: 1000px) {
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
   
}

@media screen and (max-width: 700px) {
  .history-page .historySideBar .historySideRight .list ul li {
    width: 100%;
  }
  .history-page .historySideBar .historySideRight .list ul li:nth-child(even) {
    transform: rotateY(0);
  }

  .history-page .historySideBar .historySideRight .list ul li .slide {
    margin-top: 0!important;
  }
}

@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: .2em;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
    width: 100%;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
    }

    .service-page .service-4 ul li .text p {
    font-size: 16px;
    text-transform: capitalize;
}


.service-page .service-2 .list ul li .yinying {
box-shadow: 0 0 10px 0 rgb(0 0 0/20%);
    padding: 25px;
    min-height: 430px;
}

.service-page .service-1 .right .text p {
    font-size: 18px;
    line-height: 1.8;
}




    .product-det-page .product-det-1 .right .flexTop span.tag {
    text-transform: capitalize;
}


.product-det-page .product-det-1 .right .smallImg a img{
    display: block;
    margin: 0 auto;
        background: #f3f3f3;
}
.product-det-page .product-det-1 .right ul {
  margin: -10px;
}
.product-det-page .product-det-1 .right ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .right .smallImg {
width: 100%;
}

.product-det-page .product-det-1 .right .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det2-page .product-det2-1 .left .smallImg {
  padding-top: 30px;
}
.product-det2-page .product-det2-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}

/*描述*/
.xiangqing-history {
 height: 54vw;
  position: relative;
  padding-top: 7%;
      margin-top: -100px;
}
.xiangqing-history .content {
  font-size: 18px;
  line-height: 1.8;
  color: #979799;
  margin: 2em 0;
}
.xiangqing-history .content p {
  padding-top: .5em;
  line-height: 2;
}
.xiangqing-history .content p:first-child {
  padding-top: 0;
  line-height: 2;
}
.xiangqing-history a.more {
  background-color: #073f9d;
}
.xiangqing-history a.more:hover {
  background-color: var(--color);
}
.xiangqing-history .left {
  max-width: 55%;
  position: relative;
  z-index: 1;
      padding-top: 100px;
}
.xiangqing-history .left span.tag {
  color: var(--color2);
}
.xiangqing-history .left span.h2 {
    max-width: 100%;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 38px;
}
.xiangqing-history .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
.xiangqing-history .right #history {
  height:100%;
  text-align: right;
  display: inline-block;
  margin-left: auto;
  position: relative;
}
.xiangqing-history .right #history img {
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: -1;
}
.xiangqing-history .right #history ul li {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
.xiangqing-history .right #history ul li i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(218,37,28,1);
  display: block;
  position: relative;
        z-index: 1;
}
.xiangqing-history .right #history ul li i:after,
.xiangqing-history .right #history ul li i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background: rgba(218, 37, 28, 0.5);
}
.xiangqing-history .right #history ul li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.xiangqing-history .right #history ul li span {
  position: absolute;
}
.xiangqing-history .right #history ul li .text {
  font-size: 80%;
  font-weight: normal;
  padding: 15px;
  border-radius: 5px;
  background: white;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: none;
  left: 5em;
  text-align: left;
  width: 280px;
}
.xiangqing-history .right #history ul li:hover .text {
  display: block;
  z-index: 9;
}
.xiangqing-history .right #history ul li:after {
  content: '';
  border-top: 2px #000 dashed;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.xiangqing-history .right #history ul li:nth-child(1) {
  bottom: 11%;
  right: 67%;
  display: none;
}
.xiangqing-history .right #history ul li:nth-child(1) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(1):after {
  width: 170px;
  -webkit-transform: rotate(-28deg);
  -moz-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  transform: rotate(-28deg);
}
.xiangqing-history .right #history ul li:nth-child(2) {
  bottom: 18%;
  right: 57%;
}
.xiangqing-history .right #history ul li:nth-child(2) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(2):after {
  width: 160px;
  -webkit-transform: rotate(-20.5deg);
  -moz-transform: rotate(-20.5deg);
  -ms-transform: rotate(-20.5deg);
  transform: rotate(-20.5deg);
}
.xiangqing-history .right #history ul li:nth-child(3) {
  bottom: 23%;
  right: 47%;
}
.xiangqing-history .right #history ul li:nth-child(3) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(3):after {
  width: 140px;
  -webkit-transform: rotate(-29deg);
  -moz-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}
.xiangqing-history .right #history ul li:nth-child(4) {
  bottom: 29%;
  right: 39%;
}
.xiangqing-history .right #history ul li:nth-child(4) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(4):after {
  width: 110px;
  -webkit-transform: rotate(-65.5deg);
  -moz-transform: rotate(-65.5deg);
  -ms-transform: rotate(-65.5deg);
  transform: rotate(-65.5deg);
}
.xiangqing-history .right #history ul li:nth-child(5) {
  bottom: 38%;
  right: 36%;
}
.xiangqing-history .right #history ul li:nth-child(5) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(5):after {
  width: 80px;
  -webkit-transform: rotate(-63.5deg);
  -moz-transform: rotate(-63.5deg);
  -ms-transform: rotate(-63.5deg);
  transform: rotate(-63.5deg);
}
.xiangqing-history .right #history ul li:nth-child(6) {
  bottom: 45%;
  right: 33.5%;
}
.xiangqing-history .right #history ul li:nth-child(6) span {
  right: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(6) .text {
  left: auto;
  right: 5em;
}
.xiangqing-history .right #history ul li:nth-child(6):after {
  width: 90px;
  -webkit-transform: rotate(-56.5deg);
  -moz-transform: rotate(-56.5deg);
  -ms-transform: rotate(-56.5deg);
  transform: rotate(-56.5deg);
}
.xiangqing-history .right #history ul li:nth-child(7) {
  bottom: 52%;
  right: 30%;
}
.xiangqing-history .right #history ul li:nth-child(7) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(7):after {
  width: 90px;
  -webkit-transform: rotate(-67.5deg);
  -moz-transform: rotate(-67.5deg);
  -ms-transform: rotate(-67.5deg);
  transform: rotate(-67.5deg);
}
.xiangqing-history .right #history ul li:nth-child(8) {
  bottom: 60%;
  right: 27.5%;
}
.xiangqing-history .right #history ul li:nth-child(8) span {
  right: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(8) .text {
  left: auto;
  right: 5em;
}
.xiangqing-history .right #history ul li:nth-child(8):after {
  width: 90px;
  -webkit-transform: rotate(-72deg);
  -moz-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  transform: rotate(-72deg);
}
.xiangqing-history .right #history ul li:nth-child(9) {
  bottom: 68%;
  right: 25.5%;
}
.xiangqing-history .right #history ul li:nth-child(9) span {
  left: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(9) .text {
  left: auto;
  right: 2em;
}
.xiangqing-history .right #history ul li:nth-child(9):after {
  width: 80px;
  -webkit-transform: rotate(-114deg);
  -moz-transform: rotate(-114deg);
  -ms-transform: rotate(-114deg);
  transform: rotate(-114deg);
}
.xiangqing-history .right #history ul li:nth-child(10) {
  bottom: 74%;
  right: 27.5%;
}
.xiangqing-history .right #history ul li:nth-child(10) span {
  left: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(10) .text {
  left: auto;
  right: 2em;
}
.xiangqing-history .right #history ul li:nth-child(10):after {
  width: 50px;
  -webkit-transform: rotate(-72deg);
  -moz-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  transform: rotate(-72deg);
}
.xiangqing-history .right #history ul li:nth-child(11) {
  bottom: 78%;
  right: 26.5%;
}
.xiangqing-history .right #history ul li:nth-child(11) span {
  left: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(11) .text {
  left: auto;
  right: 2em;
}
.xiangqing-history .right #history ul li:last-child:after {
  display: none;
}


@media screen and (max-width: 1700px) {
  .xiangqing-history .content {
    font-size: 16px;
  }
  .xiangqing-history {
    height: 1000px;
  }
  .xiangqing-history .right #history {
    zoom: .9;
  }
}


@media screen and (max-width: 1450px) {
  .xiangqing-history .content {
    max-height: 450px;
    overflow: auto;
  }
  .xiangqing-history {
    height: 800px;
  }
  .xiangqing-history .right #history ul li:nth-child(1):after {
    width: 140px;
  }
  .xiangqing-history .right #history ul li:nth-child(2):after {
    width: 130px;
  }
  .xiangqing-history .right #history ul li:nth-child(3):after {
    width: 110px;
  }
  .xiangqing-history .right #history ul li:nth-child(6):after {
    width: 80px;
  }
  .xiangqing-history .right #history ul li:nth-child(8):after {
    width: 80px;
  }
  .xiangqing-history .right #history ul li:nth-child(9):after {
    width: 60px;
  }
  .xiangqing-history .right #history ul li:nth-child(10):after {
    width: 40px;
  }
  .xiangqing-history h2 {
    font-size: 26px;
  }
  .about2-page h2 {
    font-size: 28px;
  }
}


@media screen and (max-width: 1250px) {
  .xiangqing-history .right {
    display: none;
  }
  .xiangqing-history .left {
    max-width: 100%;
  }
  .xiangqing-history .left .content {
    max-height: none;
  }
  .xiangqing-history {
    height: auto;
    padding: 60px 0;
  }
  .about2-page h2 {
    font-size: 24px;
  }
}


@media screen and (max-width: 700px) {
  .xiangqing-history h2 {
    font-size: 22px;
    line-height: 2;
  }
}

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

  .xiangqing-history .left {
    max-width: 45%;
  }
  }


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

  .xiangqing-history .left {
    max-width: none;
  }

  }

  .miaoshu-det .top {
    margin-bottom: 30px;
}
.miaoshu-det .top h2 {
font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-left: 40px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.miaoshu-det .top p {
    font-size: 15px;
    line-height: 1.8;
    padding: 5px 0;
}
.miaoshu-det .top h2:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: var(--color);
    left: 15px;
}
.miaoshu-det .bottom table {
    font-size: 16px;
    border: 0;
    margin-bottom: 0;
}
.miaoshu-det .bottom table td p {
    line-height: 1.8;
    padding: 5px;
}

.miaoshu-det a.more {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    text-transform: capitalize;
}


.inner-banner.active.ship.ab-v span.video:after {
display: none;
}

/*.inner-banner.active.ship.ab-v span.video video {
    width: 100%;
}*/


.inner-page.faq-page .slideBarBox .slideBarRight {
    width: 100%;
}


.prodet-form .h3{
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.prodet-form .form ul{
  margin: 0 -15px;
}
.prodet-form .form ul li{
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.prodet-form .form ul li .box,
.prodet-form .form ul li textarea,
.prodet-form .form ul li input{
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0,0,0,0.3);
  background: transparent;
  font-size: 18px;
  padding: 0 15px;
}
.prodet-form .form ul li textarea{
  height: 150px;
  padding: 15px;
}
.prodet-form .form ul li button{
  border: none;
}
.prodet-form .form ul li .box{
  position: relative;
  padding: 6px 15px;
  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;
}
.prodet-form .form ul li input[type="file"]{
  width: auto;
  position: absolute;
  left: 15px;
  top: 0;
  opacity: 0;
}
.prodet-form .form ul li .box .btn{
  background: var(--color);
  color: white;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  margin-right: 15px;
}
.prodet-form .form ul li.wid-100{
  width: 100%;
}
.p05-how {
  padding-bottom: 80px;
}
.p05-how .tab-blk h3 {
    font-size: 34px;
    margin-bottom: 65px;
    font-weight: bold;
}
.p05-how .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}
.p05-how .nav-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5%;
    padding-bottom: 10px;
    padding-right: 15px;
}
.p05-how .nav-tab a .one-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.p05-how .nav-tab a .num {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    color: rgba(153, 153, 153, .5);
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.p05-how .text p {
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    line-height: 2;
    color: #9f9999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.p05-how .nav-tab a p {
    color: rgba(153, 153, 153, .5);
    max-width: 150px;
    font-size: 16px;
    line-height: 24px;
}
.p05-how .nav-tab a:not(:first-child)::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: var(--color);
    content: '';
    display: block;
}
.p05-how .nav-tab a .one-tab::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.p05-how .nav-tab a:not(:first-child) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
}
.p05-how .nav-tab a.active .num, .p05-how .nav-tab a:hover .num {
    color: var(--color);
}
.p05-how .nav-tab a.active p, .p05-how .nav-tab a:hover p {
    color: var(--color);
}
.p05-how .nav-tab a.active .one-tab::before, .p05-how .nav-tab a:hover .one-tab::before {
    background-color: var(--color);
}
.p05-how .tab-outer {
    margin-top: 60px;
}
.p05-how .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p05-how .img {
    max-width: 630px;
    width: 45%;
    max-height: 380px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.p05-how .info {

    width: 55%;
    padding-left: 70px;
}
.p05-how .text h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #312e2e;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.p05-how .info p {

}

.p05-how .info h2 {
    margin-bottom: 25px;
}

.service-6 {
    padding-top: 110px;
}




.service-7 {
  background-color: #fbfbfb;
}
.service-7 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-7 .box .left {
  vertical-align: middle;
  width: 40%;
}
.service-7 .box .left .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color);
  height: 100%;
  color: white;

}
.service-7 .box .left .box2 .img {
  background-size: cover;
  background-position: center;
      width: 60%;
}
.service-7 .box .left .box2 .content {
  padding: 120px 4% 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40%;
}
.service-7 .box .left .box2 .content span.h3 {
  font-size: 32px;

  text-transform: capitalize;
  line-height: 1.2;
}

.service-7 .box .right .box2 span.h2 {
    text-transform: capitalize;
}
.service-7 .box .left .box2 .content span.h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: white;
  margin-top: 1.2em;
  display: block;
}
.service-7 .box .left .box2 .content .list {
  font-size: 17px;
}
.service-7 .box .left .box2 .content .list ul li {
  margin-top: 1.4em;
}
.service-7 .box .left .box2 .content .list ul li span.h6 {
  display: block;
  margin-bottom: .5em;
}
.service-7 .box .right {
  vertical-align: middle;
  padding: 70px 0 40px;
  width: 60%;
}
.service-7 .box .right .box2 {
  max-width: 960px;
  padding-left: 6%;
}
.service-7 .box .right .box2 .text {
  margin-top: 1.3em;
}
.service-7 .box .right .box2 .list {
  font-size: 24px;
  margin: 1.7em 0 2em;
}
.service-7 .box .right .box2 .list ul li {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  padding-right: 3%;
}
.service-7 .box .right .box2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 12px;
  background-color: white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.service-7 .box .right .box2 .list ul li:last-child {
  margin-bottom: 0;
}
.service-7 .box .right .box2 .list ul li i {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 12px;
  background-color: #f6f6f6;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  margin-right: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.service-7 .box .right .box2 .list ul li i img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-7 .box .right .box2 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
  margin-bottom: .3em;
  display: block;
}
.service-7 .box .right .box2 .list ul li .content .text {
  font-size: 16px;
  color: #bbb;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
.service-7 .box .right .box2 .list ul li:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1.04) scaleY(1.4);
    -moz-transform: scaleX(1.04) scaleY(1.4);
    -ms-transform: scaleX(1.04) scaleY(1.4);
    transform: scaleX(1.04) scaleY(1.4);
}
.service-7 .box .right .box2 .list ul li:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: var(--color);
}
.service-7 .box .right .box2 .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}



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

.service-7 .box .left .box2 .content {
    padding: 80px 4% 40px;
  }
  .service-7 .box .right {
    padding: 80px 0 60px;
  }
  .service-7 .box .right .box2 {
    padding-left: 10%;
    padding-right: 3%;
  }
  .service-7 .box .right .box2 .list {
    font-size: 20px;
  }
  .service-7 .box .right .box2 .list ul li .content span.h6 {
    font-size: inherit;
  }
  .service-7 .box .right .box2 .list ul li .content .text {
    font-size: 14px;
  }

}


@media screen and (max-width: 1450px) {
  .service-7 .box .left .box2 .content span.h3 {
    font-size: 28px;
  }
  .service-7 .box .left .box2 .content .list {
    font-size: 15px;
  }
}


@media screen and (max-width: 1250px) {
 .service-7 .box .right .box2 .list {
    font-size: 18px;
  }
}



@media screen and (max-width: 1000px) {
.service-7 .box {
    display: block;
  }
  .service-7 .box .left {
    width: 100%;
  }
  .service-7 .box .right {
    width: 100%;
    padding: 20px 15px;
  }
  .service-7 .box .right .box2 {
    padding: 0;
  }
  .service-7 .box .left .box2 .content {
    padding: 30px 15px;
  }
  .service-7 .box .left .box2 .content span.h3 {
    font-size: 24px;
  }
  .service-7 .box .left .box2 .content span.h3:after {
    margin-top: .5em;
  }

}


@media screen and (max-width: 500px) {
  .service-7 .box .left .box2 .content {
    width: 100%;
    padding: 30px 15px;
  }
  .service-7 .box .left .box2 .img {
    width: 100%;
    display: none;
  }
 .service-7 .box .left .box2 {
    display: block;
  }

}


.slick-track{
  margin-left: 0;
  }
.miaoshu-det02 table tr {
 
        font-size: 17px;
}

.miaoshu-det02 table tr:nth-child(4n), .miaoshu-det02 table tr:nth-child(4n+3) {
    background: #fff;
}


.miaoshu-det02 table td, .miaoshu-det02 table th{
      vertical-align: middle;
      text-align: center;
          border: 1px solid rgba(238,238,238);
          line-height: 30px;
}


.miaoshu-det02 table td p {
    text-align: center;
}

.miaoshu-det02 {
    padding-top: 60px;
        font-size: 17px;
}


h2.cp-fang {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding-left: 40px;
    margin-bottom: 15px;
}

h2.cp-fang:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: var(--color);
    left: 15px;
}


h3.cp-Y {
font-size: 16px;
    line-height: 1;
    padding-left: 30px;
    margin-bottom: 15px
}


h3.cp-Y:after {
     content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background: var(--color);
    left: 15px;
    border-radius: 100%;
}

.miaoshu-det02 table tr:nth-child(1) {
    background: var(--color);
    color: #fff;
    line-height: 30px;
}
/*
.miaoshu-det02 table tr:nth-child(1) td, .miaoshu-det02 table tr:nth-child(2) td {
    border: 1px solid #fff;
}*/
.miaoshu-det02 table {
    border: 0px;
}



/*特殊*/
table.teshu tr {
    background: #fff;
}
table.teshu06 tr:nth-child(1) {
    background: var(--color);
    color: #fff;
}
table.teshu06 tr:nth-child(2) {
    background: #fff;
    color: #000;
}
.miaoshu-det02 table.teshu06 tr {
    background: #fff;
}
table.teshu06 tr:nth-child(1) td {
    background: var(--color);
}

table.teshu06 tr:nth-child(2) td {
    border: 1px solid #eee;
}


table.teshu02 tr:nth-child(2) {
    background: #fff;
    color: #000;
}

table.teshu02 tr:nth-child(2) td {
    border: 1px solid rgba(238,238,238);
}

table.teshu03 td p {
    text-align: left;
}
table.teshu03 tr:nth-child(1) td, table.teshu03 tr:nth-child(2) td {
    border: 1px solid rgba(238,238,238);
}
table.teshu03 tr:nth-child(1), table.teshu03 tr:nth-child(2) {
    background: #fff;
    color: #000;
}
table.teshu04 tr:nth-child(1), table.teshu04 tr:nth-child(2), table.teshu04 tr:nth-child(3) {
    background: var(--color);
    color: #fff;
}




.det-04 .main {
    display: flex;
}

.det-04 .main .left {
    width: 50%;
    position: relative;
    padding-right: 20px;
}
.det-04 .main .right {
    position: relative;
    width: 50%;
    padding-left: 15px;
}
.det-04 h2 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

.cpdd .column {
    position: relative;
}

.cpdd .column h2.cp-fang:after {
    content: "";
    left: 0;
}
.cpdd .right.column h2.cp-fang:after {
    content: "";
    left: 15px;
}

.cpdd .left.column {
    padding-right: 20px;
}


.cpdd .right.column {
    padding-left: 15px;
}

.cpdd p.wenan {
    font-size: 17px;
    margin-bottom: 30px;
}


.cpdd {
    padding-bottom: 70px;
}

.cpdd .left h3.cp-Y:after {
    left: 0;
}

a.more.zt {
    width: 100%;
    text-align: center;
}


/*tuce*/
.tuce .column {
    position: relative;
}

.tuce h2.cp-fang:after {
    left: 0;
    content: "";
}
.cp-canshu {
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.tuce .left .cp-canshu {
    margin-right: 15px;
}
.tuce .right .cp-canshu {
    margin-left: 15px;
}
.tuce table {
    margin-bottom: 0;
    width: 70% !important;
}
.tuce table tr {
    background: #fff !important;
    color: #000 !important;
}

.tuce table tr td {
    border: 1px solid #eee !important;
}
h3.cp-text {
    font-size: 18px;
    padding: 5px 20px;
    width: 50%;
    background: var(--color);
    color: #fff;
}
.tuce img.wscnph {
    padding: 35px 20px;
}

.tuce .right h2.cp-fang:after {
    left: 15px;
    content: "";
}
.tuce .right h2.cp-fang{
      padding-left: 50px;
}

.tuce h2.cp-fang{
       margin-bottom: 40px;
}
.tuce .right {
    padding-left: 0 !IMPORTANT;
}
.tuce .left {
    padding-right: 0 !IMPORTANT;
}
/*tuce-end*/


.i-category ul li .box .bg.img-box img{
  filter: grayscale(80%);

}

.inner-page.product-det-page .i-application {
    text-align: center;
}

.inner-page.product-det-page .i-application ul {
    margin: 0 -15px;
}

.inner-page.product-det-page .i-application li {
    padding: 15px;
}

.inner-page.product-det-page .i-application li p {
    font-size: 18px;
    padding: 20px 0;
}

.inner-page.product-det-page .i-application .txt {
    margin: 0 auto;
    font-size: 15px;
    width: 65%;
}
@media screen and (max-width:1400px){
  .p05-how .nav-tab a{
    width: 25%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width:1000px){
  .p05-how .nav-tab a{
    width: 50%; 
  }
  .p05-how .nav-tab a:not(:first-child){
     -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p05-how .text h2{
    font-size: 26px;
  }
  .p05-how .info{
    padding-left: 20px;
  }
}
@media screen and (max-width:700px){
  .det-04 .main{
      -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .det-04 .main .left,
  .det-04 .main .right,
  .cpdd .left.column{
    width: 100%;
    padding: 0;
  }
  h3.cp-text,
  .cpdd .right.column{
    width: 100%;
  }
  .tuce table{
    width: 100% !important;
  }
  .inner-banner .btn{
    margin-top: 20px;
  }
  .inner-banner .box .mbx{
    font-size: 15px;
    line-height: 30px;
  }
  span.h2{
    font-size: 26px;
  }
  .p05-how .img{
    width: 100%;
  }
  .p05-how .info{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width:500px){
  .inner-banner .btn a.more{
    padding: 0 13px;
  }
  .service-page .service-1 .right span.h2 em{
    font-size: 24px;
  }
  .p05-how .nav-tab a{
    width: 100%; 
  }
  .product-det-page .product-det-1 .right .more{
    margin-left: 0;
  }
}


.about-ab {
    background-position: center;
}

.corporate-culture {
    background-image: url(../images/ab-ny-banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

@media screen and (max-width: 1400px) {
.corporate-culture .left h3{
      font-size: 32px;
          margin-bottom: 10px;
}
.corporate-culture .left h2{
      font-size: 18px;
}
.corporate-culture .left p {
  font-size: 17px;
    padding: 5px 0;
    line-height: 30px;
}
.corporate-culture .left {
    padding-right: 19px;
}
  }




/* 产品分类轮播 */
.i-category ul {
  margin: -25px;
}
.i-category ul li {
  padding: 25px;
}
.i-category ul li .box {
  position: relative;
}
.i-category ul li .box .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
}
.i-category ul li .box .content h4 {
  color: white;
  font-size: 24px;
  line-height: 28px;
}
.i-category ul li .box .content .mores {
  font-size: 14px;
  color: white;
  display: block;
  margin: 20px 0 25px;
}
.i-category ul li .box .content .mores img {
  display: inline-block;
  vertical-align: middle;
}
.i-category ul li .box .content .cat_name {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.2);
}
.i-category ul li .box .img {
  position: absolute;
      top: 25%;
  /*left: 59%;
  bottom: 0%;
  -webkit-transform: translate(-50%, 39%);
  -moz-transform: translate(-50%, 39%);
  -ms-transform: translate(-50%, 39%);
  transform: translate(-50%, 39%);*/
}
.i-category .slick-list {
  padding-bottom: 190px;
}
.i-category .scroll {
  max-width: 330px;
  margin: auto;
}
.i-category .scroll p {
  font-size: 14px;
  color: #7b7b7b;
  margin-bottom: 5px;
}
.i-category .scroll p .current {
  color: black;
}
.i-category .scroll .line {
  background-color: #5f5f5f;
  height: 1px;
  position: relative;
  width: 100%;
}
.i-category .scroll .line span {
  height: 3px;
  width: 20%;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: -1px;
}

@media screen and (max-width: 1600px) {
  .i-category ul li .box .content h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .i-category ul {
    margin: -12px;
  }
  .i-category ul li {
    padding: 12px;
  }
  .i-category ul li .box .content {
    width: 40%;
  }
}


/*设计*/

img.bd {
    transform: scale3d(1.01, 1.01, 1);
    transition: all 1s ease;
}
img.bd:hover {
    transform: scale3d(1.06, 1.06, 1);
    transition: all 1s ease;
}
.our-product .right .list .mml-text .cp-con {
    padding: 25px;
}
.miaoshu-det .top .wen {
    display: flex;
    margin: 0 -40px;
}

.miaoshu-det .top .texing {
    padding: 0px 40px;
}
.miaoshu-det .top .wen h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
        margin-bottom: 10px;
}

.miaoshu-det02 .wen h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.miaoshu-det02 .wen {
    margin-bottom: 40px;
}
.miaoshu-det02 .wen p {
    margin-bottom: 10px;
    line-height: 30px;
}
.inner-banner .btn a.more.contact:hover {
    color: #fff;
}
.about-ab .main {
    display: flex;
    padding: 110px 0;
}
.about-ab .main .left {
    width: 35%;
}
.about-ab .main .right {
    width: 65%;
        padding-left: 6%;
}
.about-ab .main .left .box.pr {
    position: relative;
}

.about-ab .main .left .box.pr .play {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.about-ab .main .left .box.pr .play:after, .about-ab .main .left .box.pr .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.35);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}


.about-ab .main .left .box.pr .play:after {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-ab .main .left h2 {
    font-size: 42px;
    font-weight: bold;
}
.about-ab .main .left h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.about-ab .main .right h2 {
    font-size: 24px;
    margin-top: 63px;
        margin-bottom: 15px;
}
.about-ab .main .right p {
    font-size: 17px;
    padding: 5px 0;
    line-height: 30px;
}
.about-ab {
    background-image: url(../images/adv-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: 100%;
}

@media (max-width:1000px) {
  .about-ab .main {
    display: block;
  }
  .about-ab .main .left {
    width: 100%;
  }
  .about-ab .main .right {
    width: 100%;
    padding-left: 0;
    line-height: 30px;
  }
}


.i-other.txt-center.ab-ny {
    padding: 0 0;
    margin-top: 25px;
}
.i-other.txt-center.ab-ny ul {
    margin: 0 -25px;
}
.i-other.txt-center.ab-ny .list li .num {
    font-size: 42px;
}
.i-other.txt-center.ab-ny .list li .num span {
    font-size: 14px;
}
.init-3 {
  background-color: #fbfbfb;
}
.init-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.init-3 .box .left {
  vertical-align: middle;
}
.init-3 .box .left .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color);
  height: 100%;
  color: white;
}
.init-3 .box .left .box2 .img {
  background-size: cover;
  background-position: center;
      width: 60%;
}
.init-3 .box .left .box2 .content {
  padding: 65px 4% 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40%;
}
.init-3 .box .left .box2 .content span.h3 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
}
.init-3 .box .left .box2 .content span.h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: white;
  margin-top: 1.2em;
  display: block;
}
.init-3 .box .left .box2 .content .list {
  font-size: 17px;
}
.init-3 .box .left .box2 .content .list ul li {
  margin-top: 1.4em;
}
.init-3 .box .left .box2 .content .list ul li span.h6 {
  display: block;
  margin-bottom: .5em;
}
.init-3 .box .right {
  vertical-align: middle;
  padding: 70px 0 70px;
}
.init-3 .box .right .box2 {
  max-width: 760px;
  padding-left: 8%;
}
.init-3 .box .right .box2 .text {
  margin-top: 1.3em;
  line-height: 2;
}
.init-3 .box .right .box2 .list {
  font-size: 24px;
  margin: 1.7em 0 0em;
}
.init-3 .box .right .box2 .list ul li {
  margin-bottom: 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
     padding: 10px 3%;
}
.init-3 .box .right .box2 .list ul li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
    align-items: center;
}
.init-3 .box .right .box2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 12px;
  background-color: white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.init-3 .box .right .box2 .list ul li:last-child {
  margin-bottom: 0;
}
.init-3 .box .right .box2 .list ul li i {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 12px;
  background-color: #f6f6f6;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  margin-right: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.init-3 .box .right .box2 .list ul li i img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-3 .box .right .box2 .list ul li .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  color: black;
  line-height: 2;
  display: block;
}
.init-3 .box .right .box2 .list ul li .content .text {
  font-size: 17px;
  color: #bbb;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4;
  overflow: hidden;
  /*max-height: 3.6em;*/
}
.init-3 .box .right .box2 .list ul li:hover:before {
  opacity: 1;

}
.init-3 .box .right .box2 .list ul li:hover i {

  background-color: var(--color);
}
.init-3 .box .right .box2 .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1600px) {
.init-3 .box .left .box2 .content {
    padding: 80px 4% 40px;
  }
  .init-3 .box .right {
    padding: 80px 0 60px;
  }
  .init-3 .box .right .box2 {
    padding-left: 10%;
    padding-right: 3%;
  }
  .init-3 .box .right .box2 .list {
    font-size: 20px;
  }
  .init-3 .box .right .box2 .list ul li .content span.h6 {
    font-size: inherit;
  }
  .init-3 .box .right .box2 .list ul li .content .text {
    font-size: 14px;
  }

}

@media screen and (max-width: 1450px) {
  .init-3 .box .left .box2 .content span.h3 {
    font-size: 28px;
  }
  .init-3 .box .left .box2 .content .list {
    font-size: 15px;
  }
}


@media screen and (max-width: 1250px) {
  .init-3 .box .right .box2 .list {
    font-size: 18px;
  }
}


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

.init-3 .box {
    display: block;
  }
  .init-3 .box .left {
    width: 100%;
  }
  .init-3 .box .right {
    width: 100%;
    padding: 20px 15px;
  }
  .init-3 .box .right .box2 {
    padding: 0;
  }
  .init-3 .box .left .box2 .content {
    padding: 30px 15px;
  }
  .init-3 .box .left .box2 .content span.h3 {
    font-size: 24px;
  }
  .init-3 .box .left .box2 .content span.h3:after {
    margin-top: .5em;
  }
  }


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

  .init-3 .box .left .box2 .content {
    width: 100%;
    padding: 30px 15px;
  }
  .init-3 .box .left .box2 .img {
    width: 100%;
    display: none;
  }
  .init-3 .box .left .box2 {
    display: block;
  }
  }

  .init-3 .box .right .box2 .text p {
    font-size: 15px;
    line-height: 1.8;
}
.init-3 .box .right .box2 span.h2 {
    text-transform: capitalize;
    font-weight: bold;
}

.inner-page .advantage-1 {
  padding: 110px 0;
}
.inner-page .advantage-1 .left {
  width: 52%;
}
.inner-page .advantage-1 .left span.tag {
  color: var(--color);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.inner-page .advantage-1 .left span.h3 {
  font-size: 26px;
  display: block;
  line-height: 1.2;
}
.inner-page .advantage-1 .left .text {
  font-size: 16px;
  line-height: 30px;
  color: #646464;
  margin: 1.2em 0;
}
.inner-page .advantage-1 .left .text p {
  margin-top: 1em;
}
.inner-page .advantage-1 .left .text p:first-child {
  margin-top: 0;
}
.inner-page .advantage-1 .right {
  width: 48%;
  padding-left: 3%;
}
.inner-page .advantage-1 .right .list ul li {
  padding: 23px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid #e3e3e3;
}
.inner-page .advantage-1 .right .list ul li i.fa {
  padding: 0 .5em;
  font-size: 28px;
  line-height: 1;
  margin-top: -0.1em;
}
.inner-page .advantage-1 .right .list ul li .content {
  width: 100%;
}
.inner-page .advantage-1 .right .list ul li .content span.h6 {
  font-size: 18px;
  color: #373737;
  line-height: 1.4;
  display: block;
}
.inner-page .advantage-1 .right .list ul li .content .text {
  font-size: 15px;
  color: #646464;
  margin-top: 1.2em;
  display: none;
}
.inner-page .advantage-1 .right .list ul li span.plus {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.inner-page .advantage-1 .right .list ul li span.plus:after,
.inner-page .advantage-1 .right .list ul li span.plus:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #a6a6a6;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .advantage-1 .right .list ul li span.plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .advantage-1 .right .list ul li.active span.plus:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .advantage-1 .right .list ul li .content .text p {
    padding: 6px 0;
        line-height: 1.8;
}
.inner-page .advantage-2 {
  padding: 120px 0 120px;
  color: white;
  background: url("../images/ad-main-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.inner-page .advantage-2 span.h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
      text-transform: capitalize;
}
.inner-page .advantage-2 span.h2.small {
  font-weight: 400;
}
.inner-page .advantage-2 .list {
  margin-top: 65px;
}
.inner-page .advantage-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.inner-page .advantage-2 .list ul li {
  width: auto;
}
.inner-page .advantage-2 .list ul li span.h6 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  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;
  margin-bottom: .4em;
}
.inner-page .advantage-2 .list ul li span.h6 i {
  font-size: 0.2em;
  margin-left: .5em;
}
.inner-page .advantage-2 .list ul li p {
  font-size: 18px;
  font-weight: 300;
}
.inner-page .advantage-2 .play {
  margin-top: 45px;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
}
.inner-page .advantage-2 .play img {
  position: relative;
  z-index: 1;
}
.inner-page .advantage-2 .play:after,
.inner-page .advantage-2 .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.inner-page .advantage-2 .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}



@media screen and (max-width: 1600px) {
  .inner-page .advantage-2 .list ul li p {
    font-size: 16px;
  }
  .inner-page .advantage-2 span.h2 {
    font-size: 28px;
  }
  .inner-page .advantage-2 .list ul li span.h6 {
    font-size: 60px;
  }
  .inner-page .advantage-2 {
    padding: 120px 0 200px;
  }
  .inner-page .advantage-2 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-page .advantage-2 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-3 .right .img {
    height: 500px;
  }
  .inner-page .advantage-2 span.h2 {
    font-size: 24px;
  }
  .inner-page .advantage-2 .list ul li span.h6 {
    font-size: 44px;
  }
  .inner-page .advantage-2 {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .advantage-2 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .advantage-2 .list ul li span.h6 {
    font-size: 36px;
  }
  .inner-page .advantage-2 {
    padding: 50px 0;
  }

  .inner-page .advantage-1 .left {
    width: 100%;
  }

  .inner-page .advantage-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .advantage-2 span.h2 {
    font-size: 20px;
  }
  .inner-page .advantage-2 span.h2.small {
    font-size: 18px;
  }
  .inner-page .advantage-2 .list ul li span.h6 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .advantage-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page .advantage-2 .list ul li {
    width: 50%;
    padding: 5px;
  }
}


.inner-page .advantage-3 {
  padding: 100px 0;
  background-size: cover !important;
  background-attachment: fixed;
  position: relative;
  color: white;
}
.inner-page .advantage-3 .top .left {
  padding-right: 130px;
  margin-top: 40px;
}
.inner-page .advantage-3 .top .left .tit3 {
  font-size: 48px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.inner-page .advantage-3 .top .left .tit3 span {
  color: var(--color);
}
.inner-page .advantage-3 .top .left ul li {
margin-bottom: 40px;
}
.inner-page .advantage-3 .top .left ul li .box {
  position: relative;
}
.inner-page .advantage-3 .top .left ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  text-align: center;
}
/*.inner-page .advantage-3 .top .left ul li .box .con {
  padding-left: 110px;
}*/
.inner-page .advantage-3 .top .left ul li .box .con .tit4 {
font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
.inner-page .advantage-3 .top .left ul li .box .con p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    height: 76px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page .advantage-3 .top .right .img {
  position: relative;
  width: 100%;
  height: 650px;
}
.inner-page .advantage-3 .top .right .img .img-play {
  position: absolute;
  left: 41%;
  bottom: -10px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}
.inner-page .advantage-3 .top .right .img .img-play .mouse_ani {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: mouse_ani 10s linear infinite;
  -moz-animation: mouse_ani 10s linear infinite;
  animation: mouse_ani 10s linear infinite;
}
.inner-page .advantage-3 .top .right .img .img-play .play {
  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%);
  width: 100px;
  height: 100px;
  background: url(../images/bann2.png) no-repeat center var(--color);
  border-radius: 50%;
  cursor: pointer;
}
.inner-page .advantage-3 .acc2 .container {
  width: 100% !important;
  padding: 0;
}
.inner-page .advantage-3 .bot {
  margin-top: 100px;
}
.inner-page .advantage-3 .bot .list {
  margin-top: 55px;
}
.inner-page .advantage-3 .bot .list ul {
  margin: -15px;
}
.inner-page .advantage-3 .top .left span.h2 {
    color: #000;
        margin-bottom: 50px;
}
.inner-page .advantage-3 .top .left span.h2 em {
    color: var(--color);
}
.inner-page .advantage-3 .bot .list ul li {
  width: 874px;
  padding: 15px;
}

.inner-page .advantage-3 .bot .list ul li .img {
  position: relative;
  width: 100%;
  height: 516px;
}
.inner-page .advantage-3 .bot .list ul li .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.inner-page .advantage-3 .bot .list ul li .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 60px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}
.inner-page .advantage-3 .bot .list ul li .img .mask .tit5 {
  font-size: 18px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  text-transform: uppercase;
}
.inner-page .advantage-3 .bot .list ul li .img .mask .tit4 {
  font-size: 36px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  margin-top: 5px;
}

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

    .inner-page .advantage-3 {
        padding: 60px 0 0;
    }

    .inner-page .advantage-3 .list ul li span.h6{
        font-size: 16px;
    }
    .inner-page .advantage-3 .list ul li .info{
        margin: 10px 0 70px;
    }
}

@media screen and (max-width: 1570px) {
  .inner-page .advantage-3 .top .left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1320px) {
  .inner-page .advantage-3 .acc2 .container {
    padding: 0 15px;
  }
  .inner-page .advantage-3 .bot .list ul li .img .mask {
    padding: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-page .advantage-3 .top .left ul li .box .img {
    width: 50px;
  }
  .inner-page .advantage-3 .top .left ul li .box .img img {
    max-height: 50px;
  }
  /*.inner-page .advantage-3 .top .left ul li .box .con {
    padding-left: 65px;
  }*/
}


@media screen and (max-width: 972px) {
  .inner-page .advantage-3 .top .left {
    width: 100%;
  }
  .inner-page .advantage-3 .top .right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .inner-page .advantage-3 {
    padding: 50px 0;
  }
  .inner-page .advantage-3 {
    background: #222222;
  }
  .inner-page .advantage-3 .top .left {
    padding-right: 0;
  }
  .inner-page .advantage-3 .bot .list ul li .img .mask .tit4 {
    font-size: 24px;
  }
  .inner-page .advantage-3 {
    display: none;
  }
}

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


.inner-page .advantage-3 .bot .txt-center .h2 {
    color: #000;
    margin-bottom: 20px;
}
.inner-page .advantage-3 .bot .txt-center .h2 em {
    color: var(--color);
}
.inner-page .advantage-3 .bot .txt-center .text {
    color: #000;
    font-size: 15px;
    width: 50%;
    margin: auto;
}
.miaoshu-det02 table tr:nth-child(2) {
    background: var(--color);
    color: #fff;
}
.productList ul li .content .text ol li {
    padding: 0;
}
.TopTitle .left p {
    margin-top: 20px;
    font-size: 17px;
    width: 80%;
}
.prodet-form li a.more {
    width: 100%;
    text-align: center;
}

.prodet-form {
    padding: 0 0 80px;
}
.form div#seo_from {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    max-width: 100%;
    max-height: initial;
        padding: 60px 30px;
}
div#seo_from input[type="submit"] {
    width: 100% !important;
    background: var(--color) !important;
      margin-top: 20px;
}
.form div#seo_from ul {
    font-size: 0;
}
.form div#seo_from ul li.win-50 {
    width: 50%;
    display: inline-block;
      
}
.form div#seo_from p.xiuer {
    text-align: center;
    font-size: 17px;
    color: #5d5d5d;
    line-height: 30px;
}



.inner-banner.cctv span.video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #16131e;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),color-stop(100%,transparent));
    background: -moz-linear-gradient(right,#16131e 50%,transparent 100%);
    background: -webkit-linear-gradient(left,#16131e 50%,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),to(transparent));
    background: -webkit-linear-gradient(left,#16131e 50%,transparent);
    background: -moz-linear-gradient(left,#16131e 50%,transparent);
    background: linear-gradient(to right,#16131e 30%,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e', endColorstr='transparent',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e',endColorstr='transparent',GradientType=1);
    z-index: 1;
}
.inner-banner.cctv span.video video {
    display: block;
    height: 100%;
    width: 70%;
    object-fit: cover;
    margin-left: auto;
}
.inner-banner.cctv span.video {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 1;
    z-index: -1;
    top: 0;
    right: 0;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text .img {
    margin-bottom: 15px;
}


.history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > time{
      padding-left: 0;
    padding-right: 20px;
}

.history-page .historySideBar .historySideRight .list ul li:nth-child(1) .slide{
    margin-top: 0px;
}
.history-page .historySideBar .historySideRight .list ul li:nth-child(2) .slide{
     margin-top: -450px;
}
.history-page .historySideBar .historySideRight .list ul li:nth-child(3) .slide{
     margin-top: 0px;
}

.history-page .historySideBar .historySideRight .list ul li:nth-child(4) .slide{
     margin-top: -430px;
}
.history-page .historySideBar .historySideRight .list ul li:nth-child(6) .slide {
    margin-top: -430px;
}
.history-page .historySideBar .historySideRight .list ul li:nth-child(8) .slide {
    margin-top: -420px;
}

.history-page .historySideBar .historySideRight .list ul li:nth-child(9) .slide {
    margin-top: -420px;
}
.history-page .historySideBar .historySideRight .list ul li:nth-child(9) .slide {
    margin-top: -115px;
}

@media (max-width:1000px) {
  .history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > time {
    padding-left: 20px;
    padding-right: 0;
  }

  .history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > time,
  .history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > p,
  .history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > .img img {
      text-align: left;
  }
}

@media (max-width:700px) {
  .history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > time,
  .history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > p,
  .history-page .historySideBar .historySideRight .list ul li:nth-child(even) .slide .text > .img img {
      transform: rotateY(0);
  }
}

.our-about .top .text p {
    padding: 5px 0;
}
.our-product .right .list .mml-text .img-box {
    padding: 0 15px;
}


.newdet2-page .content p img.wscnph {
    width: 49%;
    padding: 10px;
}



/*honor*/




.about-honor {
  position: relative;
  z-index: 1;
  padding: 100px 0
}

.about-honor .left {
  width: 40%;
padding-top: 60px;
    padding-right: 100px;
}

.about-honor .left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1
}

.about-honor .left p {
  margin-top: 30px;
  margin-bottom: 40px
}

.about-honor .left .img {
  margin: 3rem 0
}

.about-honor .left .tab {
  font-size: 0;
  margin: 0 -15px
}

.about-honor .left .tab span {
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer
}

.about-honor .left .tab span img {
  vertical-align: middle
}

.about-honor .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px
}

.about-honor .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px
}

.about-honor .right {
  width: 60%;
  position: relative
}

.about-honor .right ul {
  margin: -15px
}

.about-honor .right ul li {
  padding: 15px
}

.about-honor .right ul li img {
  width: 100%
}



@media screen and (max-width:1000px) {
  .about-honor .left {
    width: 100%;
    padding-right: 0
  }

  .about-honor .right {
    width: 100%;
    margin-top: 30px
  }
  }


.inner-page.factory-page .fac span {
    color: var(--color);
    font-size: 18px;
    text-transform: uppercase;
        line-height: 2;
}

.inner-page.factory-page .fac h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}


.inner-page.factory-page .fac ul {
    margin: 0 -15px;
}

.inner-page.factory-page .fac ul li {
    padding: 15px;
}


.inner-page.factory-page .fac {
    margin-bottom: 60px;
}



#seo_about ._left ._img img{
  width: 100%;
    object-fit: cover;
    height: 600px;
}

@media (min-width:1001px) {
  #seo_about ._right {
    padding-left: 50px;
  }
}


.our-product .right .list .mml-text .img-box img {
    background: #efefef;
}
/*设计-end*/




/* custom-category */
.custom-product-list ul {
    margin: -5px;
}
.custom-product-list li {
    padding: 20px;
    border: 3px solid #fff;
    background: #fafafa;
}

.custom-product-list .big-slide {
  margin-bottom: 10px;
}



.custom-product-list .small-slide {
  margin: -5px;
}

.custom-product-list .small-slide .slide {
  padding: 10px;
}

.custom-application-list ul {
  margin: -10px;
}

.custom-application-list li {
  padding: 10px;
}

.product-list-page .tab ul {
  margin: -10px;
}

.product-list-page .tab li {
  padding: 10px;
}

.product-list-page .tab li a {
  background-color: #eee;
      text-transform: capitalize;
}

.product-list-page .tab li.active a {
  color: #FFFFFF;
  background-color: var(--color);
}


.product-list-page .ret .item:not(.active) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}


.product-list-page .category-desc {
  margin: -15px;
}

.product-list-page .category-desc .left {
  padding: 15px;
}

.product-list-page .category-desc .right {
  padding: 15px;
}

.product-list-page .category-desc .left img {
    background: #efefef;
}
.custom-product-list li .titl {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
}
.custom-product-list li .slick-track {
    margin-left: auto;
}
.custom-product-list .small-slide img {
    padding: 5px;
    background: #fff;
}

.inner-page .slideBarBox .slideBarRight .item table td {
     font-size: 16px;
    padding: 10px 15px;
}


.custom-product-list .big-slide img {
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
}

.custom-product-list .small-slide img {
    cursor: pointer;
}



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

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


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

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




.custom-application-list ul li {
    text-transform: uppercase;
}