@font-face {
  font-family: 'AlibabaSans';
  src: url(../fonts/AlibabaSans-Regular.ttf) format('truetype'), url(../fonts/AlibabaSans-Regular.eot) format('eot'), url(../fonts/AlibabaSans-Regular.woff) format('woff'), url(../fonts/AlibabaSans-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'AlibabaSans';
  src: url(../fonts/AlibabaSans-Bold.ttf) format('truetype'), url(../fonts/AlibabaSans-Bold.eot) format('eot'), url(../fonts/AlibabaSans-Bold.woff) format('woff'), url(../fonts/AlibabaSans-Bold.woff2) format('woff2');
  font-weight: bold;
}
@media screen and (max-width: 1000px){
 .gfdgdgd {                                      
    display: none !important;
  }
}
body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
:root {
  --font: 'AlibabaSans';
  --baseColor: #f1b209;
}
#menuContent {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  z-index: 999;
  background: #1e1e2a;
  color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent .flex {
  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;
  height: 100%;
  padding: 45px 56px;
}
#menuContent .flex .info h3 {
  font-size: 20px;
  line-height: 1.8;
  margin: 20px 0;
  color: #fff;
  text-transform: capitalize;
}
#menuContent .flex .info p {
  font-size: 16px;
  line-height: 2;
  color: #ccc;
}
#menuContent .flex .info .more {
  text-align: center;
  background: transparent;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  background: #ffc000;
  padding: 10px 30px;
  border-radius: 5px;
}
#menuContent .flex .info .more span {
  position: relative;
  z-index: 1;
}
#menuContent .flex .info .more::before {
  position: absolute;
  content: '';
  background: black;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menuContent .flex .info .more:hover::before {
  width: 100%;
  left: 0px;
}
#menuContent .flex .contact {
  margin-top: 60px;
}
#menuContent .flex .contact h3 {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}
#menuContent .flex .contact ul {
  margin-top: 20px;
}
#menuContent .flex .contact ul li {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 12px;
}
#menuContent .flex .contact ul li i {
  display: inline-block;
  margin-right: 10px;
  color: #ffc000;
  font-size: 20px;
  vertical-align: top;
  margin-top: 1px;
}
#menuContent .flex .contact ul li span {
  display: inline-block;
  width: 90%;
  font-size: 16px;
}
#menuContent .flex .contact ul li:last-child {
  margin-bottom: 0;
}
#menuContent .flex .share {
  margin-top: 20px;
}
#menuContent .flex .share ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
}
#menuContent .flex .share ul li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ccc;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menuContent .flex .share ul li a:hover {
  color: #fff;
  background: #ffc000;
  border-color: #ffc000;
}
#menuContent .flex span.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent .flex span.close::after,
#menuContent .flex span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#menuContent .flex span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuContent .flex span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menuContent .ui.container {
  position: static;
}
#menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}
#header .h-top {
  position: relative;
  z-index: 2;
  line-height: 54px;
  height: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .h-top .ui.menu {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
#header .h-top .left ul {
  margin: 0 -15px;
}
#header .h-top .left ul li {
  padding: 0 15px;
  line-height: 54px;
  color: white;
  display: inline-block;
  height: 54px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .left ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#header .h-top .left ul li i {
  color: var(--baseColor);
}
#header .h-top .left ul li p {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .left ul li.hh p {
  line-height: 20px;
}
#header .h-top .left ul li.hh i {
  vertical-align: super;
}
#header .h-top .right .social-links {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right .social-links a {
  line-height: unset;
  color: white;
}
#header .h-top .right .social-links a + a {
  margin-left: 20px;
}
#header .h-top .right .language-box {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right .h-search {
  line-height: normal;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
#header .nav {
  position: relative;
  z-index: 1;
  line-height: 75px;
  height: 75px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 40px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 60px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 15px;
  font-size: 18px;
  font-family: var(--font);
  font-weight: bold;
  color: white;
  -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:hover {
  color: var(--baseColor);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before {
  width: 30px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding-left: 40px;
  position: relative;
}

#header .nav .ui.menu .menu-box ul.menu > li > a.pro ~ ul {
  display: grid;
  grid-template-columns: auto auto;
}

#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  border-bottom: 1px solid var(--baseColor);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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: 0;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--baseColor);
  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: 16px;
  -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 .h-help {
  padding: 0 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#header .nav .ui.menu .h-help > div > div {
  color: white;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-bar {
  font-size: 30px;
  width: 75px;
  height: 75px;
  text-align: center;
  color: white;
  background-color: var(--baseColor);
  cursor: pointer;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 35px;
  cursor: pointer;
  cursor: hand;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
 
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  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: white;
  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;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 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;
  }

  #nav-height{
    display: none;
  }
}
.language-box .language-img {
  margin-right: 5px;
  width: auto;
  vertical-align: top;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 14px;
  display: block;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: top;
}
.language-box ul.sub-menu {
  max-height: 810px;
overflow-y: scroll;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 100px;
  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: #ffb11b;
  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;
}
#banner li {
  position: relative;
  height: 800px;
}
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .cmsName {
  margin-bottom: 10px;
  font-size: 21px;
  font-family: var(--font);
  color: white;
  text-transform: uppercase;
}
#banner h2 {
  margin-bottom: 40px;
  font-size: 53px;
  line-height: 2;
  font-family: var(--font);
  font-weight: bold;
  color: white;
}
.baseBtn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: var(--baseColor);
  text-align: center;
}
.baseBtn span {
  display: inline-block;
  vertical-align: top;
}
.baseBtn span:first-child {
  font-family: var(--font);
  min-width: 190px;
}
.baseBtn span:last-child {
  width: 60px;
  background-color: white;
}
.baseBtn span:last-child i {
  line-height: inherit;
  display: block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover span:last-child i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.baseBtn.on span:last-child {
  color: white;
  background-color: black;
}
.i_line {
  position: relative;
  display: inline-block;
}
.i_line i {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.i_line i::before,
.i_line i::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--baseColor);
}
.i_line i::before {
  width: 60px;
}
.i_line i::after {
  width: 30px;
  margin-top: 8px;
}
.i_line.r_line {
  padding-right: 70px;
}
.i_line.r_line i.rr {
  right: 0;
}
.i_line.l_line {
  padding-left: 70px;
}
.i_line.l_line i.ll {
  left: 0;
}
.i_line.l_line i.ll::after {
  margin-left: auto;
}
.i-search {
  position: relative;
  z-index: 1;
}
.i-search .box {
  background-color: var(--baseColor);
  padding: 40px 90px;
  margin-top: -90px;
}
.i-search .left {
  width: 35%;
}
.i-search .left i {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  background-color: white;
  position: relative;
  z-index: 1;
}
.i-search .left i::before,
.i-search .left i::after {
  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;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-search .left i::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.i-search .left .name {
  padding-left: 100px;
  color: white;
  line-height: 2;
}
.i-search .left .name .tel {
  font-size: 32px;
  font-family: var(--font);
  font-weight: bold;
}
.i-search .right {
  width: 65%;
}
.i-search .right .search input {
  font-size: 18px;
  font-family: var(--font);
  font-weight: bold;
  border: none;
  height: 60px;
}
.i-search .right .search input[type="text"] {
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  color: white;
  background-color: #000000;
  padding-left: 70px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.i-search .right .search input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}
.i-search .right .search input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
.i-search .right .search input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
.i-search .right .search input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}
.i-search .right .search input[type="submit"] {
  width: 180px;
  background-color: white;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-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);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-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);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-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);
    transform: scale(1.5);
    opacity: 0;
  }
}
.baseTit .Tit1 {
  font-size: 40px;
  font-family: var(--font);
}
.baseTit .Tit2 {
  font-size: 50px;
  font-family: var(--font);
}
.baseTit .Tit2 span {
  color: var(--baseColor);
}
.baseTit .Tit3 {
  font-size: 32px;
  line-height: 2;
  font-family: var(--font);
}
.baseTag {
  font-family: var(--font);
}
.baseColor {
  color: var(--baseColor);
}
.our-about {
  padding: 110px 0;
}
.our-about .left {
  padding-left: 40px;
}
.our-about .left .img {
  position: relative;
  display: inline-block;
}
.our-about .left .img::before {
  content: url(../images/about-dots.png);
  position: absolute;
  z-index: -1;
  left: -40px;
  top: -40px;
}
.our-about .left .img .play {
  position: absolute;
  right: -55px;
  bottom: 85px;
  width: 186px;
  height: 166px;
  line-height: 126px;
  text-align: center;
  font-size: 24px;
  background-color: var(--baseColor);
  border: 20px solid white;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.our-about .left .img .play:hover {
  color: white;
  background-color: black;
  border-color: var(--baseColor);
}
.our-about .right {
  padding-left: 70px;
}
.our-about .right h1 {
  display: inline;
}
.our-about .right .desc {
  line-height: 2;
}
.our-about .right hr {
  margin: 50px 0 30px;
  border: none;
  border-bottom: 1px solid black;
  opacity: .14;
}
.our-product {
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 120px 0;
}
.our-product .cate ul {
  margin: -20px;
}
.our-product .cate ul li {
  width: auto;
  padding: 20px;
}
.our-product .cate ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: var(--baseColor);
}
.our-product .list {
  padding: 0 100px;
  position: relative;
  height: 0;
  visibility: hidden;
}
.our-product .list.active {
  height: auto;
  visibility: visible;
}
.our-product .list ul li {
  padding: 10px;
}
.our-product .list ul li .img {
  border: 1px solid #d2d2d2;
}
.our-product .list ul li .img img {
  width: 100%;
      background-color: #f2f2f2;
}
.our-product .list ul li .content {
  background-color: var(--baseColor);
  padding: 10px 25px;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  text-align: left;
  color: black;
  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;
}
.our-product .list ul li .content .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.our-product .list ul li .content a.morePro {
  float: right;
  font-weight: 400;
  width: 60px;
  height: 50px;
  line-height: 50px;
  color: white;
  background-color: black;
  display: inline-block;
  text-align: center;
}
.our-product .list ul li .content a.morePro span {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list ul li .content a.morePro:hover span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.our-product .list span.arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
  background-color: white;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.our-product .list span.arrow:hover {
  color: white;
  background-color: var(--baseColor);
}
.our-product .list span.arrow.arrow_l {
  left: 0;
}
.our-product .list span.arrow.arrow_r {
  right: 0;
}
.i-advantage {
  padding: 200px 0;
  background-color: #f5f5f5;
}
.i-advantage .list ul {
  margin: -15px;
}
.i-advantage .list ul li {
  padding: 15px;
}
.i-advantage .list ul li .num {
  margin-bottom: 40px;
  font-size: 93px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font);
  color: var(--baseColor);
}
.i-advantage .list ul li .num::after {
  content: url(../images/adv-mask.png);
  position: absolute;
  left: 20%;
  bottom: 0;
  font-size: 0;
}
.i-advantage .list ul li .name {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 2;
  font-weight: bold;
  text-transform: uppercase;
}
.i-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #292929;
}
.i-contact .left {
  width: 50%;
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
}
.i-contact .right {
  width: 50%;
  padding: 85px 0;
  position: relative;
}
.i-contact .right::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
}
.i-contact .right .box {
  margin-left: -120px;
  background-color: white;
  background-image: url(../images/form-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 75px 24% 60px 80px;
  position: relative;
  z-index: 1;
}
.i-contact .right .box .form ul {
  margin: -10px;
}
.i-contact .right .box .form ul li {
  padding: 10px;
}
.i-contact .right .box .form ul li.wid-100 {
  width: 100%;
}
.i-contact .right .box .form label {
  font-size: 18px;
}
.i-contact .right .box .form input,
.i-contact .right .box .form textarea {
  font-size: 18px;
  width: 100%;
  border: 1px solid #ececec;
}
.i-contact .right .box .form input {
  height: 50px;
}
.i-contact .right .box .form textarea {
  height: 160px;
  resize: vertical;
}
.i-contact .right .box .form .baseBtn {
  color: white;
}
.i-contact .right .box .form .baseBtn:hover span:last-child i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.our-news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 0;
}
.news-list ul {
  margin: -10px;
}
.news-list ul li {
  padding: 10px;
}
.news-list ul li .content {
  padding: 40px 40px 20px;
  background-color: var(--baseColor);
}
.news-list ul li .content hr {
  border: none;
  border-bottom: 1px solid black;
}
.news-list ul li .content .name {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  min-height: 3em;
}
.news-list ul li .content a.moreNew {
  margin-right: -20px;
  font-weight: 400;
  width: 60px;
  height: 50px;
  line-height: 50px;
  color: white;
  background-color: black;
  display: inline-block;
  text-align: center;
}
.news-list ul li .content a.moreNew span {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.news-list ul li .content a.moreNew:hover span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer {
  background-color: #000000;
}
#footer .foot-top {
  padding: 90px 0 60px;
}
#footer .foot-top .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-top .foot-content .foot-block h4 {
  color: var(--baseColor);
  font-family: var(--font);
  text-transform: capitalize;
}
.op-0{
  opacity: 0;
}
#footer .foot-top .foot-content .foot-block ul li {
  font-size: 18px;
  line-height: 2;
}
#footer .foot-top .foot-content .foot-block ul li + li {
  margin-top: 20px;
}
#footer .foot-top .foot-content .foot-block ul li a {
  color: #FFFFFF;
  padding-left: 25px;
  display: block;
  position: relative;
  text-transform: capitalize;
}
#footer .foot-top .foot-content .foot-block ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #545454;
}
#footer .foot-top .foot-content .foot-block ul li p {
  padding-left: 40px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#footer .foot-top .foot-content .foot-block ul li p i {
  position: absolute;
  left: 0;
}
#footer .foot-top .foot-content .foot-block ul li p i img {
  vertical-align: sub;
}
#footer .foot-top .foot-content .foot-block:last-child {
  max-width: 380px;
}
#footer .foot-bottom {
  background-color: #191919;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 18px;
}
#footer .social-links a {
  color: #FFFFFF;
}
#footer .social-links a + a {
  margin-left: 20px;
}
#ewm {
  width: 200px;
  border: 5px solid #FFFFFF;
}

@media (max-width: 1800px) {
  .nav-search{
    display: none;
  }

  #header .nav .ui.menu .h-search{
    display: block;
  }
}

@media (max-width: 1600px) {
  #header .nav .ui.menu .menu-box {
    margin-right: auto;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding-left: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:hover > a::before {
    width: 15px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .h-top .left {
    display: none;
  }
  #header .nav .ui.menu .h-help {
    display: none;
  }
  #banner li {
    height: 700px;
  }
  #banner h2 {
    font-size: 45px;
  }
  .i-search .box {
    padding: 40px;
  }
  .i-search .left .name {
    line-height: 1.5;
  }
  .i-search .left .name .tel {
    font-size: 28px;
  }
  .baseTit .Tit1 {
    font-size: 32px;
  }
  .baseTit .Tit2 {
    font-size: 45px;
  }
  .our-product .cate ul li a {
    font-size: 18px;
  }
  .our-product .list ul li .content {
    font-size: 18px;
  }
  .i-contact .right .box {
    padding: 60px;
  }
  .i-contact .right .box .form input {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a::before {
    display: none;
  }
  #banner li {
    height: 600px;
  }
  #banner h2 {
    font-size: 32px;
  }
  .i-search .left {
    width: 45%;
  }
  .i-search .right {
    width: 55%;
  }
  .i-search .left .name {
    padding-left: 80px;
  }
  .i-search .left .name .tel {
    font-size: 24px;
  }
  .i-search .right .search input {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .baseTit .Tit1 {
    font-size: 24px;
  }
  .our-about .right .desc {
    line-height: 2;
  }
  .our-about .right {
    padding-left: 30px;
  }
  .our-about .left .img .play {
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 100px;
    height: 100px;
    line-height: 80px;
    border: 10px solid white;
  }
  .our-about .right hr {
    margin: 20px 0;
  }
  .our-product .cate ul {
    margin: -10px;
  }
  .our-product .cate ul li {
    padding: 10px;
  }
  .our-product .cate ul li a {
    font-size: 16px;
  }
  .our-product .cate ul li a::before {
    width: 8px;
    height: 8px;
  }
  .our-product .list ul li .content {
    padding: 10px;
  }
  .i-advantage .list ul li .num {
    font-size: 70px;
  }
  .i-advantage .list ul li .name {
    font-size: 18px;
  }
  .i-advantage {
    padding: 100px 0;
  }
  .i-contact .right .box .form label {
    font-size: 16px;
  }
  .news-list ul li .content {
    padding: 20px;
  }
  .news-list ul li .content a.moreNew {
    margin-right: 0;
  }
  .news-list ul li .content .name {
    font-size: 18px;
  }
  #footer .foot-top .foot-content .foot-block:last-child {
    max-width: 300px;
  }
  #footer .foot-bottom img {
    max-height: 16px;
  }
  #footer .foot-top .foot-content .foot-block ul li {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #nav-height {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .i-search {
    display: none;
  }
  #banner li {
    height: auto;
  }
  .our-about {
    padding: 60px 0;
    overflow: hidden;
  }
  .our-about .left {
    width: 100%!important;
    padding: 0;
  }
  .our-about .right {
    width: 100%!important;
    padding: 0;
    margin-top: 40px;
  }
  .our-product {
    padding: 60px 0;
  }
  .baseTit .Tit2 {
    font-size: 32px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .list ul li {
    width: 50%!important;
  }
  .i-advantage .list ul li .num {
    margin-bottom: 20px;
  }
  .i-advantage .list ul li .num::after {
    left: 15%;
  }
  .our-news {
    padding: 60px 0;
  }
  .i-contact .left {
    display: none;
  }
  .i-contact .right {
    width: 100%;
    padding: 0;
  }
  .i-contact .right .box {
    margin-left: 0;
  }
  #footer .foot-top {
    padding: 30px 0;
  }
  #footer .foot-top .foot-content {
    display: block;
  }
  #footer .foot-top .foot-content .foot-block {
    max-width: 100%!important;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .i_line i {
    display: none;
  }
  #banner .cmsName {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  .baseBtn span:first-child {
    min-width: auto;
    padding: 0 15px;
  }
  .our-product .cate ul li a {
    font-size: 14px;
  }
  .our-product .list span.arrow {
    display: none;
  }
  .our-product .list {
    padding: 0;
  }
  .our-product .list ul li .content a.morePro {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .i-contact .right .box {
    padding: 60px 15px;
  }
  .baseTit .Tit2 {
    font-size: 24px;
  }
  .baseTit .Tit3 {
    font-size: 24px;
  }
  .i-contact .right .box .form label {
    font-size: 14px;
  }
  #footer .foot-top .foot-content .foot-block ul li {
    font-size: 16px;
  }
  #footer .foot-bottom {
    text-align: center;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
    text-align: center;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #footer .foot-top .foot-content .foot-block ul li {
    font-size: 14px;
  }
}





.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img_sca {
  overflow: hidden;
  display: block;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: var(--baseColor);
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: var(--baseColor);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}


.mt-130 {
  margin-top: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-60 {
  font-size: 50px;
}
.font-48 {
  font-size: 30px;
}

.inner-banner .cat_cont {
  height: 300px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.inner-banner .cat_cont .container {
  height: 100%;
}
.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: var(--font);
  text-transform: uppercase;
  font-weight: bold;
}
.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
}
.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;
  font-family: var(--font);
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 19px;
  position: relative;
}
.inner-banner .bottom_c .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(218, 37, 28, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: var(--baseColor);
}
.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: var(--baseColor);
  left: 0;
}
.inner-banner .bottom_c .right {
  text-align: right;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font);
}
.inner-banner .bottom_c .right .img {
  width: 15px;
  margin-right: 8px;
  vertical-align: sub;
}
.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .bottom_c .right a:hover {
  color: var(--baseColor);
}
.suatainable-page .init-1 .container {
  height: 500px;
  position: relative;
}
.suatainable-page .init-1 .container .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.suatainable-page .init-1 .container .cont {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 780px;
  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%);
  font-weight: bold;
  font-family: var(--font);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 30px;
}
.suatainable-page .init-2 .container .title_c .left {
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font);
}
.suatainable-page .init-2 .container .title_c .left .tips {
  color: var(--baseColor);
}
.suatainable-page .init-2 .container .title_c .left .line {
  width: 250px;
  height: 1px;
  background-color: var(--baseColor);
  margin-bottom: 10px;
}
.suatainable-page .init-2 .container .title_c .right {
  font-size: 16px;
}
.suatainable-page .init-2 .container .content {
  margin: 30px -30px 0;
}
.suatainable-page .init-2 .container .content .list {
  margin-top: 30px;
  padding: 0 30px;
}
.suatainable-page .init-2 .container .content .list .box {
  position: relative;
}
.suatainable-page .init-2 .container .content .list .box .img {
  display: block;
  width: 100%;
}
.suatainable-page .init-2 .container .content .list .box .text {
  font-weight: bold;
  font-family: var(--font);
  padding: 16px 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  color: #fff;
}
.suatainable-page .init-2 .container .content .list .box:hover .text {
  background-color: #000;
}
.suatainable-page .init-3 .container .tips {
  text-align: center;
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
  color: #181818;
}
.suatainable-page .init-3 .container .content .slick {
  margin: 40px -13px 0;
}
.suatainable-page .init-3 .container .content .slick .slick-track {
  margin-left: 0;
}
.suatainable-page .init-3 .container .content .slick li {
  padding: 0 13px;
}
.suatainable-page .init-3 .container .content .slick li .box {
  display: block;
  overflow: hidden;
}
.suatainable-page .init-3 .container .content .slick li .box img {
  width: 100%;
}

.honor-page {
  padding-bottom: 20px;
}
.honor-page .container .list {
  border-bottom: 1px dashed #999999;
  text-align: center;
  padding: 70px 160px;
}
.honor-page .container .list .title {
  font-weight: 500;
  font-family: var(--font);
  text-transform: uppercase;
}
.honor-page .container .list .des {
  margin-top: 20px;
}
.honor-page .container .list .content {
  margin: 50px -30px 0;
}
.honor-page .container .list .content .slick {
  position: relative;
}
.honor-page .container .list .content .slick .slick-arrow {
  position: absolute;
  font-size: 46px;
  cursor: pointer;
  width: 16px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honor-page .container .list .content .slick .slick-arrow:hover {
  color: var(--baseColor);
}
.honor-page .container .list .content .slick .slick-prev {
  left: -100px;
}
.honor-page .container .list .content .slick li {
  padding: 0 30px;
}
.honor-page .container .list .content .slick li .box {
  overflow: hidden;
  display: block;
}
.honor-page .container .list .content .slick li .box img {
  width: 100%;
}
.honor-page .container .list:last-child {
  border-bottom: none;
}
.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font);
  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: var(--baseColor);
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
}
.sidebar-box .sidebar-left ul li a {
  display: block;
  /*border-bottom: 1px solid #b9b6b1;*/
  padding: 4px 0;
  position: relative;
  line-height: 2;
}
.sidebar-box .sidebar-left ul li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before{
  transform: scaleX(0);
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: var(--baseColor);
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: bold;
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.product-page .cat_title {
  color: var(--baseColor);
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.product-page .cat_des{
  overflow-y: auto;
  padding-right: 4px;
  line-height: 2;
}
.product-page .product-list {
  margin: 0 -10px;
}
.product-page .product-list li {
  margin-top: 40px;
  padding: 0 10px;
}
.product-page .product-list li .box .img_c {
  overflow: hidden;
  position: relative;
}
.product-page .product-list li .box .img {
  display: block;
  /*border: 1px solid #dbdbdb;*/
    background-color: #f2f2f2;
}
.product-page .product-list li .box .img img {
  width: 100%;
      transform: scale(.9);

}
.product-page .product-list li .box .title {
  font-weight: 500;
  font-family: var(--font);
  margin-top: 16px;
  display: block;
}
.product-page .product-list li .box .des {
  position: absolute;
  bottom: -100%;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(241, 178, 9, 0.8);
  padding: 30px 15px;
  color: #fff;
}
.product-page .product-list li .box .des .title_1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.product-page .product-list li .box .des .more {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fff;
  color: var(--baseColor);
  padding: 2px 20px;
}
.product-page .product-list li .box .des .more:hover {
  color: #fff;
}
.product-page .product-list li .box:hover .img_c .des {
  bottom: 0;
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--baseColor);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--baseColor);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.prodet-page .init-1 .container .left {
  padding-right: 100px;
}
.prodet-page .init-1 .container .left .big_img {
  position: relative;
}
.prodet-page .init-1 .container .left .big_img .btn {
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -70px;
}
.prodet-page .init-1 .container .left .big_img .btn i {
  margin-left: 4px;
}
.prodet-page .init-1 .container .left .big_img .btn:hover {
  border-color: var(--baseColor);
}
.prodet-page .init-1 .container .left .big_img .prev {
  left: -70px;
}
.prodet-page .init-1 .container .left .big_img .prev i {
  margin-left: -4px;
}
.prodet-page .init-1 .container .left .big_img .slick {
  border: 1px solid #cbcbcb;
}
.prodet-page .init-1 .container .left .big_img .slick li a {
  display: block;
}
.prodet-page .init-1 .container .left .big_img .slick li a img {
  width: 100%;
}
.prodet-page .init-1 .container .left .small_img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .left .small_img .slick {
  margin: 0 -12px;
}
.prodet-page .init-1 .container .left .small_img .slick li {
  padding: 0 12px;
}
.prodet-page .init-1 .container .left .small_img .slick li .box {
  cursor: pointer;
  border: 1px solid #cbcbcb;
  display: block;
}
.prodet-page .init-1 .container .left .small_img .slick li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .left .small_img .slick li .box:hover,
.prodet-page .init-1 .container .left .small_img .slick li .box.active {
  border: var(--baseColor) 1px solid;
}
.prodet-page .init-1 .container .right .title {
  font-weight: bold;
  font-family: var(--font);
  color: #393939;
  line-height: 1.3;
  text-transform: uppercase;
}
.prodet-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #393939;
  line-height: 1.8;
  max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;
}
.prodet-page .init-1 .container .right .des img.wscnph{
    max-width: 50px;
    margin: 10px;
    display: inline-block;
}
.prodet-page .init-1 .container .right .img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .more {
  display: inline-block;
  font-weight: bold;
  font-family: var(--font);
  padding: 10px 20px;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .more span{
  vertical-align: middle;
}
.prodet-page .init-1 .container .right .more img {
  width: 16px;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.prodet-page .init-2 {
  margin-top: 50px;
}
.prodet-page .init-2 .container .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
}
.prodet-page .init-2 .container .content {
  margin-top: 20px;
}
.prodet-page .init-3 {
  margin-top: 50px;
}
.prodet-page .init-3 .container .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.prodet-page .init-3 .container .title_list {
  background-color: #f5f5f5;
  margin-top: 20px;
}
.prodet-page .init-3 .container .title_list .list {
  width: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
  cursor: pointer;
}
.prodet-page .init-3 .container .title_list .list:hover,
.prodet-page .init-3 .container .title_list .list.active {
  background-color: var(--baseColor);
  color: #fff;
}
.prodet-page .init-3 .container .content_list .list {
  padding-top: 40px;
  display: none;
}
.prodet-page .init-3 .container .content_list .list table tr td{
  min-width: 120px;
}
.prodet-page .init-4 {
  /*background-color: #f5f5f5;*/
}
.prodet-page .init-4 .container {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}
.prodet-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.prodet-page .init-4 .container .content .slick li {
  padding: 0 6px;
}
.prodet-page .init-4 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
}
.prodet-page .init-4 .container .content .slick li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content .slick li .box .text {
  display: block;
  margin-top: 16px;
  line-height: 2;
}
.prodet-page .init-4 .container .content .slick li .box .text:hover {
  color: var(--baseColor);
}
.prodet-page .init-5 .container .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.prodet-page .init-5 .container form input,
.prodet-page .init-5 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.prodet-page .init-5 .container form .name,
.prodet-page .init-5 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.prodet-page .init-5 .container form .mail {
  margin-left: 50px;
}
.prodet-page .init-5 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.product-new-page .init-1 {
  padding: 50px 0 60px 0;
}
.product-new-page .init-1 .container .column {
  vertical-align: middle;
}
.product-new-page .init-1 .container .left .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.product-new-page .init-1 .container .left .tips .r {
  color: var(--baseColor);
}
.product-new-page .init-1 .container .left .des {
  margin-top: 10px;
}
.product-new-page .init-1 .container .right {
  padding: 0 60px;
}
.product-new-page .init-1 .container .right img {
  width: 100%;
}
.product-new-page .init-2 {
  background-color: #f4f4f4;
}
.product-new-page .init-2 .container .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.product-new-page .init-2 .container .content {
  margin-top: 50px;
  position: relative;
}
.product-new-page .init-2 .container .content .btn{
  background: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid var(--baseColor);
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.product-new-page .init-2 .container .content .prev{
  left: -100px;
}
.product-new-page .init-2 .container .content .btn img{
  position: relative;
  z-index: 2;
  display: block;
  margin: 16px auto 0;
}
.product-new-page .init-2 .container .content .btn:hover img{
  filter: brightness(2);
}
.product-new-page .init-2 .container .content .slick {
  margin: 0 -15px;
}
/*.product-new-page .init-2 .container .content .slick .slick-track{
  display: flex;
}
.product-new-page .init-2 .container .content .slick .slick-slide{
  height: auto;
}
.product-new-page .init-2 .container .content .slick .slick-slide > div{
  height: 100%;
}
.product-new-page .init-2 .container .content .slick .slick-slide > div li,
.product-new-page .init-2 .container .content .slick .slick-slide > div li .box{
  height: 100%;
}*/
.product-new-page .init-2 .container .content .slick li {
  padding: 0 15px;
}
.product-new-page .init-2 .container .content .slick li .box {
  position: relative;
  background-color: #fff;
  padding: 20px 15px;
  font-family: var(--font);
  font-weight: 500;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c span {
  display: inline-block;
  width: 56px;
  height: 30px;
  background-color: var(--baseColor);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--font);
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
  width: 0;
  height: 0;
  border-top: 8px solid var(--baseColor);
  border-left: 8px solid transparent;
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
}
.product-new-page .init-2 .container .content .slick li .box .img img {
  width: 100%;
}
.product-new-page .init-2 .container .content .slick li .box .line {
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 20px;
}
.product-new-page .init-2 .container .content .slick li .box .text:hover {
  color: var(--baseColor);
  display: block;
}
.product-new-page .init-2 .container .content .slick li .box .more {
  margin-top: 18px;
  display: inline-block;
  background-color: #fff;
  color: #181818;
  border-bottom: 1px solid var(--baseColor);
}
.product-new-page .init-2 .container .content .slick li .box .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover {
  padding: 0 10px;
  color: #fff;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-new-page .init-3 .top {
  -o-background-size: cover;
  background-size: cover;
}
.product-new-page .init-3 .top .cont {
  padding: 150px 0;
  max-width: 540px;
  margin-left: auto;
  color: #fff;
}
.product-new-page .init-3 .top .cont .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.product-new-page .init-3 .top .cont .tips .r {
  color: var(--baseColor);
}
.product-new-page .init-3 .top .cont .des {
  margin-top: 10px;
}
.product-new-page .init-3 .bottom {
  padding: 18px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--baseColor);
  font-family: var(--font);
  color: #fff;
}
.technology-page .init-1 {
  text-align: center;
}
.technology-page .init-1 .container .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.technology-page .init-1 .container .content {
  margin-top: 100px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.technology-page .init-1 .container .content .list {
  position: relative;
  width: 360px;
}
.technology-page .init-1 .container .content .list .title_c {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.technology-page .init-1 .container .content .list .title_c .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--baseColor);
  border-radius: 50%;
}
.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.technology-page .init-1 .container .content .list .title_c .cont {
  position: relative;
  z-index: 2;
  background-color: var(--baseColor);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  font-family: var(--font);
  font-weight: bold;
  color: #fff;
}
.technology-page .init-1 .container .content .list .des {
  margin-top: 40px;
}
.technology-page .init-1 .container .content .list2 {
  margin: 0 40px;
}
.technology-page .init-1 .container .content .list2 .title_c::before,
.technology-page .init-1 .container .content .list2 .title_c::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 1px;
  top: 22px;
  left: 90px;
  border-top: 1px dashed #999999;
}
.technology-page .init-1 .container .content .list2 .title_c::before {
  left: -330px;
}
.technology-page .init-2 .container .list .column {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.technology-page .init-2 .container .list .left img {
  width: 100%;
}
.technology-page .init-2 .container .list .right {
  padding-left: 60px;
}
.technology-page .init-2 .container .list .right .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.technology-page .init-2 .container .list .right .des {
  margin-top: 10px;
}
.technology-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.technology-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.application-page .container .tips {
  text-align: center;
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: var(--baseColor);
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  /*-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);*/
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  font-family: var(--font);
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.patent-page {
  background-color: #f4f4f4;
}
.patent-page .patent-list {
  margin-top: -30px;
}
.patent-page .patent-list li {
  padding: 40px 30px;
  background-color: #fff;
  margin-top: 40px;
}
.patent-page .patent-list li .left {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
}
.patent-page .patent-list li .left img {
  width: 100%;
}
.patent-page .patent-list li .right {
  vertical-align: middle;
  width: -webkit-calc(-200%);
  width: -moz-calc(-200%);
  width: calc(100% - 300px);
  padding-left: 46px;
}
.patent-page .patent-list li .right .title a {
  font-weight: 500;
  font-family: var(--font);
  color: var(--baseColor);
  border-bottom: 1px solid var(--baseColor);
  text-transform: uppercase;
}
.patent-page .patent-list li .right .title_2 {
  font-weight: 500;
  font-family: var(--font);
  text-transform: uppercase;
  color: var(--baseColor);
  margin-top: 10px;
}
.patent-page .patent-list li .right .des {
  margin-top: 16px;
}
.agent-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 80px;
}
.agent-page .init-1 .container .left .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.agent-page .init-1 .container .left .tips .r {
  color: var(--baseColor);
}
.agent-page .init-1 .container .left .des {
  margin-top: 10px;
}
.agent-page .init-1 .container .left .tips_2 {
  margin-top: 30px;
}
.agent-page .init-1 .container .left .mail_c {
  margin-top: 10px;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  border-radius: 60px;
}
.agent-page .init-1 .container .left .mail_c div {
  display: inline-block;
  vertical-align: middle;
}
.agent-page .init-1 .container .left .mail_c .img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
}
.agent-page .init-1 .container .left .mail_c .img img {
  width: 36px;
}
.agent-page .init-1 .container .left .mail_c .text {
  margin-left: 20px;
  color: #3c3c3c;
}
.agent-page .init-1 .container .right {
  vertical-align: middle;
}
.agent-page .init-1 .container .right img {
  width: 100%;
}
.agent-page .init-2 img {
  width: 100%;
}
.agent-page .init-3 {
  padding-top: 40px;
}
.agent-page .init-3 .container .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c .list {
  display: inline-block;
  margin-right: 60px;
  margin-top: 10px;
}
.agent-page .init-3 .container .title_c .list .r {
  color: var(--baseColor);
}
.agent-page .init-3 .container .des {
  margin-top: 20px;
}
.agent-page .init-4 .container .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.agent-page .init-4 .container form input,
.agent-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.agent-page .init-4 .container form .name,
.agent-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.agent-page .init-4 .container form .mail {
  margin-left: 50px;
}
.agent-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: var(--baseColor);
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 30px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: var(--baseColor);
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: bold;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--baseColor);
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: var(--baseColor);
  width: 750px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--font);
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
  line-height: 1.4;
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
}
.download-page .container .tips {
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.download-page .container .tips .r {
  color: var(--baseColor);
}
.download-page .container .content {
  margin-top: 20px;
}
.download-page .container .content ul {
  margin: 0 -25px;
}
.download-page .container .content ul li {
  margin-top: 30px;
  padding: 0 25px;
}
.download-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.download-page .container .content ul li .box .img img {
  width: 100%;
}
.download-page .container .content ul li .box .text {
  display: block;
  margin-top: 20px;
  font-family: var(--font);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.download-page .pwd_cont{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  display: none;
}
.download-page .pwd_cont .set_pwd{
  display: none;
}
.download-page .pwd_cont .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.download-page .pwd_cont .cont{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  transform: translate(-50% , -50%);
  background: #fff;
}
.download-page .pwd_cont .cont .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 34px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
  transition: all .5s;
}
.download-page .pwd_cont .cont .close:hover{
  color: #fff;
  background: var(--baseColor);
}
.download-page .pwd_cont .cont .f_cont{
  padding: 30px 26px;
}
.download-page .pwd_cont .cont .f_cont input{
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.download-page .pwd_cont .cont .f_cont .send_btn{
  width: auto;
  padding:  10px 40px;
  display: inline-block;
  background: var(--baseColor);
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.download-page .pwd_cont .cont .title{
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding-right: 50px;
}
.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .right .tips {
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: bold;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
}
.device-page .init-2 .container .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: var(--baseColor);
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 20px 24px;
  position: relative;
  margin: -56px auto 0;
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--baseColor);
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-3 .container .right .tips {
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--font);
  color: var(--baseColor);
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--baseColor);
}
.device-page .init-3 .container .right .tips_title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--font);
  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold;
  font-family: var(--font);
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 30px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}
.news-page {
  background: #FFFFFF;
}

.newdet-page .container .title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font);
  line-height: 2;
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
    line-height: 2;
}

.newdet-page .container .content h4 {
  font-size: 22px;
  line-height: 2;
  font-weight: 700;
  color: #f1b209;
}

.newdet-page .container .content p {
  font-size: 16px;
  line-height: 30px;


}

.m-link {
  margin-top: 50px;
}
.m-link a {
  margin-top: 6px;
  font-size: 16px;
  display: inline-block;
}
.m-link a:hover {
  color: var(--baseColor);
  text-decoration: underline;
}
.contact-page .init-1 .container {
  /*border-bottom: 1px solid #eee;*/
}
.contact-page .init-1 .container .left .tips {
  font-weight: bold;
  margin-bottom: 32px;
  font-family: var(--font);
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--baseColor);
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--baseColor);
  font-weight: bold;
  color: #fff;
  font-family: var(--font);
  text-transform: uppercase;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
}
.contact-page .init-1 .container .right .tips {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: bold;
  font-family: var(--font);
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
  line-height: 2;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
.video-page .container ul {
  margin: -15px;
}
.video-page .container ul li {
  padding: 15px;
}
.video-page .container ul li video {
  display: block;
  width: 100%;
}

.history-page .top_c .left .tips{
  text-transform: uppercase;
}
.history-page .top_c .left .title{
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: var(--font);
  margin: 10px 0;
}
.history-page .top_c .left .des{
  margin-top: 20px;
}
.history-page .top_c .left .line{
  width: 150px;
  height: 4px;
  background: var(--baseColor);
}
.history-page .top_c .right{
  padding-left: 50px;
}
.history-page .top_c .right img{
  width: 100%;
}

.history-page .bottom_c .list{
  padding-top: 60px;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}
.history-page .bottom_c .time{
  width: 160px;
  font-family: var(--font);
  color: var(--baseColor);
  line-height: 1;
}
.history-page .bottom_c .content{
  width: calc(100% - 160px);
  color: rgba(0, 0, 0, 0.8);
}
.history-page .bottom_c .content .img{
  margin-top: 20px;
  max-width: 600px;
}


@media (max-width: 1500px) {
  .font-60 {
    font-size: 50px;
  }
  .font-48 {
    font-size: 38px;
  }
  .font-40 {
    font-size: 30px;
  }

}
@media (max-width: 1250px) {

  .inner-banner .bottom_c .left {
    display: none;
  }
  .inner-banner .bottom_c .right {
    width: 100%;
    text-align: left;
    margin: 16px 0;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .technology-page .init-1 .container .content .list {
    width: 310px;
  }
  .technology-page .init-1 .container .content .list2 {
    margin: 0 20px;
  }
  .technology-page .init-1 .container .content .list2 .title_c::before {
    display: none;
  }
  .technology-page .init-1 .container .content .list2 .title_c::after {
    display: none;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
  .product-new-page .init-2 .container .content .btn{
    display: none !important;
  }
}
@media (max-width: 1000px) {

  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner .cat_cont {
    height: auto;
    padding: 100px 0;
  }
  .inner-banner .cat_cont .container .cat_name {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  .suatainable-page .init-1 .container .cont {
    width: 90%;
  }
  .suatainable-page .init-2 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 10px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 20px -10px;
  }
  .suatainable-page .init-2 .container .content .list {
    padding: 0 10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    text-align: center;
    font-size: 24px;
  }

  .honor-page .container .list {
    padding: 70px 20px;
  }
  .honor-page .container .list .content {
    margin: 30px -10px 0;
  }
  .honor-page .container .list .content .slick li {
    padding: 0 10px;
  }
  .honor-page .container .list .content .slick .slick-next {
    right: -14px;
  }
  .honor-page .container .list .content .slick .slick-prev {
    left: -14px;
  }

  .prodet-page .init-1 .container .left {
    width: 100%;
    padding: 0 60px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .title {
    text-align: center;
  }
  .prodet-page .init-2 .container .tips {
    text-align: center;
  }
  .prodet-page .init-3 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .content .slick li .box .text {
    text-align: center;
  }
  .prodet-page .init-5 {
    text-align: center;
  }
  .product-new-page .init-1 .container .column {
    width: 100%;
    text-align: center;
  }
  .product-new-page .init-1 .container .right {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box {
    text-align: center;
  }
  .product-new-page .init-3 .top .cont {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .technology-page .init-1 .container .content .list {
    margin: 20px 10px 0;
  }
  .technology-page .init-2 .container .list .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .agent-page .init-1 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .agent-page .init-1 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .agent-page .init-3 .container .tips {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c .list {
    margin: 10px 0 0 0;
  }
  .agent-page .init-4 .container {
    text-align: center;
  }
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
  .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }

  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
  .history-page .top_c .left{
    width: 100%;
    text-align: center;
  }
  .history-page .top_c .left .line{
    display: none;
  }
  .history-page .top_c .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .history-page .bottom_c .time{
    text-align: center;
    width: 100%;
  }
  .history-page .bottom_c .content{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .history-page .bottom_c .content .img img{
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media (max-width: 700px) {

  .suatainable-page .init-1 .container {
    width: 96%;
  }


  .honor-page .container .list .title {
    margin: 0 -20px;
  }
  .honor-page .container .list .des {
    margin: 20px -20px 0;
  }
  .honor-page .container .list .content .slick .slick-arrow {
    font-size: 30px;
  }
  .technology-page .init-1 .container .content {
    margin-top: 10px;
  }
  .technology-page .init-1 .container .content .list {
    width: 100%;
    margin: 40px 0 0;
  }
  .patent-page .patent-list li .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .patent-page .patent-list li .right {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
  .download-page .container .content ul {
    margin: 0 -10px;
  }
  .download-page .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-60 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-36 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 16px;
  }


  .right_nav_list{
    right: 5px;
  }
  .right_nav_list ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .right_nav_list ul li .more_cont{
    font-size: 20px;
  }
  .inner-banner .bottom_c .right {
    font-size: 18px;
    line-height: 2;
  }
  .inner-banner .bottom_c .right .img {
    margin-top: 8px;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 5px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    margin-top: 4px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 0 -10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    font-size: 20px;
    padding: 10px 16px;
  }
  .suatainable-page .init-1 .container .cont {
    padding: 16px;
  }
  .suatainable-page .init-3 .container .content .slick {
    margin-top: 20px;
  }

  .honor-page .container .list {
    padding: 40px 20px;
  }
  .product-page .product-list {
    margin: 0;
  }
  .product-page .product-list li {
    padding: 0;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .prodet-page .init-1 .container .left {
    padding: 0;
  }
  .prodet-page .init-1 .container .left .big_img .btn {
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
  }
  .prodet-page .init-1 .container .left .big_img .prev {
    left: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -2px;
  }
  .prodet-page .init-1 .container .left .big_img .next {
    right: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .next i {
    margin-left: 2px;
  }
  .prodet-page .init-1 .container .left .small_img .slick {
    margin: 0 -5px;
  }
  .prodet-page .init-1 .container .left .small_img .slick li {
    padding: 0 5px;
  }
  .prodet-page .init-1 .container .right .title {
    line-height: 1.8;
  }
  .prodet-page .init-3 .container .title_list .list {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  .prodet-page .init-3 .container .content_list .list {
    padding-top: 20px;
  }
  .prodet-page .init-5 .container form .name {
    width: 100%;
  }
  .prodet-page .init-5 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .init-5 .container form input {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .prodet-page .init-5 .container form textarea {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .product-new-page .init-2 .container .content {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
    margin-top: -3px;
  }
  .product-new-page .init-2 .container .content .slick li .box .more img {
    margin-left: 20px;
  }
  .product-new-page .init-3 .top .cont {
    padding: 100px 0;
  }
  .technology-page .init-1 .container .content .list .des {
    margin-top: 20px;
  }
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
  .patent-page .patent-list li {
    padding: 20px 15px;
  }
  .patent-page .patent-list li .right .des {
    margin-top: 10px;
  }
  .agent-page .init-4 .container form .name {
    width: 100%;
  }
  .agent-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .agent-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .agent-page .init-4 .container form textarea {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .download-page .container .content {
    margin-top: 0;
  }
  .download-page .container .content ul li .box .text {
    margin-top: 10px;
  }
  .device-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .device-page .init-2 .container .content ul li .box .cont {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 16px 10px;
  }
  .device-page .init-2 .container .content ul li .box .cont .sub {
    width: 100%;
  }
  .device-page .init-2 .container .content ul li .box .cont .text {
    color: #fff;
  }

  .newdet-page .container .content {
    margin-top: 20px;
  }
  .m-link {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
  .video-page .container ul {
    margin: 0;
  }
  .video-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .video-page .container ul li:first-child {
    margin-top: 0;
  }
  .history-page .bottom_c .list{
    padding-top: 20px;
    margin-top: 40px;
  }
}




@keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}


.about-page .abt-1 {
  padding: 120px 0 120px;
}
.about-page .abt-1 .grid-box .left {
  padding-right: 50px;
}
.about-page .abt-1 .grid-box .left .img {
  position: relative;
  width: 100%;
}
.about-page .abt-1 .grid-box .left .img::after {
  background-color: var(--baseColor);
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con
  width: 45%;
}
.about-page .abt-1 .grid-box .right .text .title h3 {
  font-size: 26px;
  line-height: 2;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--baseColor);
}
.about-page .abt-1 .grid-box .right .text .title h4 {
  font-size: 34px;
  font-weight: bold;
  line-height: 2;
  color: #000;
  margin-bottom: 5px;
  
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
  padding: 30px 0;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
  width: 38%;
  padding-right: 40px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
  background: url(../images/bg-dot.png);
  background-repeat: repeat;
  padding: 20px;
  max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
  display: block;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  color: var(--baseColor);
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
  width: 100%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
  font-size: 18px;
  line-height: 2;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
  margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
  padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
  margin-bottom: 30px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
  font-size: 16px;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .more a {
  display: inline-block;
  outline: none;
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: var(--baseColor);
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-right: 6px solid #000;
  transition: 0.5s all ease;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
  color: #000;
}
.about-page .abt-2 {
  background-color: #1f1f1f;
  margin-top: 80px;
  padding-bottom: 90px;
}
.about-page .abt-2 .abt-2-top ul.grid-box {
  position: relative;
  top: -80px;
  background-color: var(--baseColor);
  padding: 20px;
}
.about-page .abt-2 .abt-2-top ul.grid-box li {
  padding: 15px;
}
.about-page .abt-2 .abt-2-top ul.grid-box li .ig .text {
  position: relative;
  padding-left: 70px;
}
.about-page .abt-2 .abt-2-top ul.grid-box li .ig .text img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
  max-height: 100%;
}
.about-page .abt-2 .abt-2-top ul.grid-box li .ig .text h4 {
  font-size: 50px;
  font-weight: bold;
}
.about-page .abt-2 .abt-2-top ul.grid-box li .ig .text h4 em {
  display: inline-block;
  line-height: 1.2;

}
.about-page .abt-2 .abt-2-top ul.grid-box li .ig .text p {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.about-page .abt-2 .abt-2-bot .grid-box .left {
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .abt-2 .abt-2-bot .grid-box .left .text {
  color: #fff;
}
.about-page .abt-2 .abt-2-bot .grid-box .left .text h4 {
  position: relative;
  font-size: 42px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about-page .abt-2 .abt-2-bot .grid-box .left .text h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: var(--baseColor);
}
.about-page .abt-2 .abt-2-bot .grid-box .left .text p {
  font-size: 20px;
}
.about-page .abt-2 .abt-2-bot .grid-box .left .text p::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.about-page .abt-2 .abt-2-bot .grid-box .right {
  vertical-align: middle;
}
.about-page .abt-2 .abt-2-bot .grid-box .right .ig {
  position: relative;
}
.about-page .abt-2 .abt-2-bot .grid-box .right .ig > img {
  min-height: 250px;
  object-fit: cover;
}
.about-page .abt-2 .abt-2-bot .grid-box .right .ig .play {
  position: absolute;
  left: 50%;
  top: 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%);
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #fff;
  color: var(--baseColor);
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.about-page .abt-2 .abt-2-bot .grid-box .right .ig .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  animation-delay: .9s;
  z-index: 1;
}
.about-page .abt-2 .abt-2-bot .grid-box .right .ig .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  animation-delay: .6s;
  z-index: 1;
}
.about-page .abt-3 {
  padding: 80px 0;
}
.about-page .abt-3 .title{
  margin-bottom: 30px;
}
.about-page .abt-3 .title h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .abt-3 .title h3:after{
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 110px;
  height: 8px;
  background-color: var(--baseColor);
}
.about-page .abt-3 .title h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #525252;
  margin-bottom: 5px;
}
.about-page .abt-3 .bg-title {
  text-align: right;
}
.about-page .abt-3 .bg-title span {
  font-size: 80px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: bold;
  color: #f4f4f4;
  position: relative;
  bottom: -20px;
  right: 20px;
}
.about-page .abt-3 .abt-3-box ul li {
  padding: 15px;
}
.about-page .abt-3 .abt-3-box ul li .img{
  position: relative;
}
/*.about-page .abt-3 .abt-3-box ul li .img::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}*/
.about-page .abt-3 .abt-3-box ul li .ig {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
  background-color: #1f1f1f;
}
.about-page .abt-3 .abt-3-box ul li .ig .top {
  border-bottom: 1px solid #424242;
  padding-bottom: 30px;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  vertical-align: middle;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img img {
  margin-left: auto;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  color: var(--baseColor);
  margin-bottom: 5px;
  width: 50%;
  vertical-align: middle;
  text-transform: uppercase;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4::before{
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #464646;
  margin-bottom: 40px;
}
.about-page .abt-3 .abt-3-box ul li .ig .top span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: var(--baseColor);
}
.about-page .abt-3 .abt-3-box ul li .ig .bot {
  padding-top: 30px;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text .con {
  margin-bottom: 30px;
  font-size: 16px;
  color: #b5b5b5;
  font-weight: bold;
  line-height: 30px;
  min-height: 168px;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text i {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: var(--baseColor);
}
.about-page .abt-3 .abt-3-box ul.slick-dots {
  text-align: center;
  margin-top: 30px;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  padding: 0;
  background: #000;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: opacity 200ms ease;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li button {
  display: none;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li.slick-active {
  border: 2px solid #000;
  background-color: #fff;
  margin: 2px;
  height: 12px;
  width: 12px;
}
.about-page .abt-4 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-4 .grid-box .right {
  width: 55%;
  vertical-align: middle;
  margin-left: -5%;
  background-color: var(--baseColor);
  padding: 80px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.about-page .abt-4 .grid-box .right .text {
  max-width: 820px;
}
.about-page .abt-4 .grid-box .right .title h3 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--baseColor);
}
.about-page .abt-4 .grid-box .right .title{
  position: relative;
  margin-bottom: 35px;
}
.about-page .abt-4 .grid-box .right .title:after{
  content: "";
  display: block;
  width: 110px;
  height: 8px;
  background-color: #000;
}
.about-page .abt-4 .grid-box .right .title h4 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.about-page .abt-4 .grid-box .right .content p{
  font-size: 18px;
}
.about-page .abt-4 .grid-box .right ul {
  margin-top: 50px;
}
.about-page .abt-4 .grid-box .right ul li {
  margin-bottom: 20px;
}
.about-page .abt-4 .grid-box .right ul li .progress {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-4 .grid-box .right ul li .progress .fl {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-4 .grid-box .right ul li .line {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #ebebeb;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc em {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 6px;
  background-color: var(--baseColor);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(1) .line .line-bgc em {
  width: 70%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(2) .line .line-bgc em {
  width: 90%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(3) .line .line-bgc em {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .about-page .abt-1 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .left .img img {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .abt-2 .abt-2-top ul.grid-box li {
    width: 50%;
  }
  .about-page .abt-2 .abt-2-bot .grid-box .left {
    width: 100%;
  }
  .about-page .abt-2 .abt-2-bot .grid-box .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .abt-4 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-4 .grid-box .right {
    width: auto;
    margin: 15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    max-width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .abt-2 .abt-2-top ul.grid-box li {
    width: 100%;
  }
  .about-page .abt-2 .abt-2-bot .grid-box .left .text h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .abt-2 .abt-2-bot .grid-box .left .text p {
    font-size: 18px;
  }
  .about-page .abt-3 .title {
    width: 100%;
  }
  .about-page .abt-3 .bg-title {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .about-page .abt-1 .grid-box .right .text .title h3{
    font-size: 18px;
    line-height: 2;
  }
  .about-page .abt-1 .grid-box .right .text .title h4{
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .abt-3 .title h3{
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .abt-3 .abt-3-box ul li .ig .top h4{
    font-size: 22px;
    line-height: 40px; 
  }
  .about-page .abt-4 .grid-box .right .title h4{
    font-size: 24px;
    line-height: 44px;
  }
}

.nav-search{
  margin-right: 40px;
}
.nav-search input{
  float: left;
  width: 50%;
  border: none;
  outline: none;
  height: 33px;
}
.nav-search input[type="submit"]{
  width: 50px;
  background: url(../images/nav-ser-zoom.png) no-repeat center #f1b209;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.nav-search input[type="text"]{
  width: 150px;
  background: #585858;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 10px;
  color: #fff;
}

.product-page.dw-page .product-list li .box .title{
  background: url(../images/dw-ico.png) no-repeat right center;
}
.fdgfr{
  font-size:14px;
  line-height: 2;
}
.gfdgdgd{
  color: #FFFFFF;
  font-size: 18px;
  line-height: 2;
}
.sdsdwd{
  font-size: 16px;
  line-height: 2;
}
.sdsdwd h4{
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-top: 40px;
}

.news-list ul li .content p {
  font-size: 16px;
  line-height: 2;
  padding: 20px 0;
}

@media screen and (max-width: 900px){
 .Auxil-industry {                                      
    display: none !important;
  }
}