@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-bold.eot');
  src: url('../fonts/Poppins-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-bold.woff2') format('woff2'), url('../fonts/Poppins-bold.woff') format('woff'), url('../fonts/Poppins-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #2badd7;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 17px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin: 0 30px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .yuy {
  font-size: 18px;
  color: white;
}
#header .nav .ui.menu .yuy span img{
  width: 30px;
}
#header .nav .ui.menu .search form {
  position: relative;
}
#header .nav .ui.menu .search form input {
  height: 31px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  width: 135px;
  padding: 0 12px;
  font-size: 15px;
}
#header .nav .ui.menu .search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  padding: 0;
  background: url(../images/search.png) no-repeat center transparent;
}
#header .nav .ui.menu .search form input::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .search form input::-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .search form input:-ms-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .search form input:-moz-placeholder {
  color: #fff;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .yuy,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .search form input {
  background-color: rgba(0, 0, 0, 0.2);
}
#header.active .nav .ui.menu .search form input[type="submit"] {
  background-color: transparent;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  font-size: 16px;
  background-color: var(--color);
  height: 60px;
  padding: 0 30px 0 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, -moz-calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.more img {
  margin-left: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  background-color: black;
  color: white;
}
.more:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: invert(1);
  filter: invert(1);
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
@-webkit-keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes sca_ani_2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  width: 42%;
  margin-left: auto;
}
#banner li .content h2 {
  line-height: 1.05;
}
#banner li .content p {
  line-height: 1.27;
  background: rgba(0,0,0,0.4);
  padding: 10px;
}
.i-title {
  line-height: 1.23;
}
#index-body .i-category ul li .text {
  border-bottom: 2px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  height: 131px;
}
#index-body .i-category ul li .mores img {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-product {
  background: url(../images/product-bg.jpg) no-repeat;
  background-size: cover;
}
#index-body .i-product .top .txt {
  line-height: 1.625;
  max-width: 610px;
}
#index-body .i-product ul li .img {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul li .img .img-box {
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .img .img-box img {
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .img .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  width: 74%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul li .h5 {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul .slick-center li .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-product ul .slick-center li .img .bg {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#index-body .i-product ul .slick-center li .h5 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#index-body .i-product .slickBtn div {
  border-radius: 0;
}
#index-body .i-product .slickBtn .prev {
  left: 0;
  right: 0;
}
#index-body .i-product .slickBtn .prev img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#index-body .i-product .slickBtn .next {
  right: 0;
  left: auto;
}
#index-body .i-product .slickBtn .next img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-about .top .content {
  line-height: 1.625;
}
#index-body .i-about .bottom .left > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-about .bottom .play_btn {
  z-index: 3;
}
#index-body .i-about .bottom .play_btn::before,
#index-body .i-about .bottom .play_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}
#index-body .i-about .bottom .play_btn::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .i-about .bottom .right {
  background-color: #ededed;
}
#index-body .i-about .bottom .right ul li .num {
  line-height: 1;
}
#index-body .i-application ul li .title {
  background-color: #2f2f2f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 99px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#index-body .i-application ul li .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 222px;
  height: 4px;
  background-color: #2badd7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application ul li:hover .title {
  background: #2badd7;
}
#index-body .i-application ul li:hover .title::after {
  background-color: #2f2f2f;
}
#index-body .i-init5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #ededed), color-stop(42%, #0076a3));
  background: -webkit-linear-gradient(top, #ededed 42%, #0076a3 42% 100%);
  background: -moz-linear-gradient(top, #ededed 42%, #0076a3 42% 100%);
  background: linear-gradient(to bottom, #ededed 42%, #0076a3 42% 100%);
}
#index-body .i-init5 .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#index-body .i-init5 .left {
  position: relative;
  padding-left: 8.5%;
}
#index-body .i-init5 .left .i-title {
  color: #2badd7;
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 1.1;
}
#index-body .i-init5 .left .content {
  line-height: 1.625;
  color: white;
}
#index-body .i-init5 .right .h4 {
  padding-right: 8.5%;
  text-align: right;
  line-height: 1.5;
}
#index-body .i-init5 .right img {
  width: 100%;
}
.i-news ul .slick-list {
  padding: 10px 0;
}
.i-news ul li .box {
  background: #f7f7f7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.i-news ul li .box .title {
  line-height: 1.5;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.i-news ul li .box .des {
  line-height: 1.625;
}
.i-news ul li:hover .box {
  background-color: white;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#footer {
  background-color: #3f3f3f;
  color: white;
}
#footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#footer .top form li {
  margin-bottom: 11px;
}
#footer .top form input {
  width: 100%;
  background-color: white;
  border: none;
  padding: 0 15px;
  height: 52px;
  font-size: 18px;
  color: black;
}
#footer .top form input[type="submit"] {
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
#footer .top #ewm {
  width: 120px;
  height: 120px;
  border: 4px solid white;
}
#footer .wrap .three {
  max-width: 330px;
}
#footer .wrap .four {
  max-width: 290px;
}
#footer .wrap ul li {
  line-height: 2;
}
#footer .wrap ul li a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .wrap ul li:hover a {
  color: var(--color);
  text-decoration: underline;
}
#footer .wrap .share a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 25px;
  margin-right: 8px;
}
#footer .wrap .share a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
}
#footer .wrap svg {
  height: 29px;
  width: auto;
  fill: white;
}
#footer .totop {
  width: 49px;
  height: 49px;
  background-color: var(--color);
  cursor: pointer;
  text-align: center;
  line-height: 49px;
}
#footer .totop i {
  display: block;
  font-size: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 24px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 15px;
  }
  .font-70 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1250px) {
  .font-70 {
    font-size: 37px;
  }
  #footer .wrap .four {
    max-width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .font-70 {
    font-size: 29px;
  }
  #index-body .i-category ul li .text {
    height: 90px;
  }
  #index-body .i-about .bottom .right {
    padding: 20px 20px 0 !important;
  }
  #index-body .i-application ul li .title {
    height: 60px;
  }
  #index-body .i-application ul li .title::after {
    width: 100%;
  }
  #index-body .i-init5 .left .content {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #index-body .i-init5 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #ededed), color-stop(25%, #0076a3));
    background: -webkit-linear-gradient(top, #ededed 25%, #0076a3 25% 100%);
    background: -moz-linear-gradient(top, #ededed 25%, #0076a3 25% 100%);
    background: linear-gradient(to bottom, #ededed 25%, #0076a3 25% 100%);
  }
  #footer .top .left {
    width: 100%;
  }
  #footer .top .right {
    display: none;
  }
  #footer .wrap .one,
  #footer .wrap .two {
    display: none;
  }
  #footer .wrap .four {
    max-width: 310px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .left {
    width: 100%;
  }
  #footer .top form li {
    width: 100% !important;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .four {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .font-70 {
    font-size: 23px;
  }
}



.inner-page h1,
.inner-page h2,
.inner-page h3{
 font-weight: bold; 
}

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.inner-banner { 
  height: 400px;
  /*padding-top: 180px;*/
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background: aliceblue;
  background-attachment: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-banner:after {
  content: '';
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inner-banner.active:after {
  opacity: 0.3;
  -webkit-transition: 1.2s 1s;
  -moz-transition: 1.2s 1s;
  -ms-transition: 1.2s 1s;
  -o-transition: 1.2s 1s;
  transition: 1.2s 1s;
}
.inner-banner .box {
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  width: 100%;
}
.inner-banner.active .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .box .content {
  margin: 0 auto;
  text-align: left;
  margin-top: 100px;
}
.inner-banner .box .mbx {
  display: block;
  font-size: 18px;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
  display: inline-block;
  text-transform: capitalize;
}
.inner-banner .box h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  margin: 10px 0;
  text-transform: capitalize;
  z-index: 1;
}
.inner-banner h2:after {
  content: attr(data-text);
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: -20%;
  z-index: -2;
  opacity: 0;
}
.inner-banner.active .box h2:after {
  left: 0;
  opacity: 1;
  -webkit-transition: 1.8s .5s;
  -moz-transition: 1.8s .5s;
  -ms-transition: 1.8s .5s;
  -o-transition: 1.8s .5s;
  transition: 1.8s .5s;
}
.inner-banner .btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.inner-banner .btn a.more {  
  position: relative;
  z-index: 1;
}
 
 
.inner-banner .btn a.more.contact {
  padding-left: 20px;
  background: #fff;
  color: #000;
  margin-left: 10px;
  padding: 0 0 0 10px;
}
 
.inner-banner .btn a.more.contact i {
  text-align: center;
  color: #fff;
  background: var(--color);
  width: 50px; 
  height: 100%;
  vertical-align: top; 
  margin: 0 0 0 10px;
}
.inner-banner .box h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.inner-banner .nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .nav-list ul {
  letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
  display: inline-block;
  letter-spacing: 0;
  min-width: 320px;
  font-size: 18px;
  color: #fff;
  background: rgba(7, 66, 149, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 1px;
}
.inner-banner .nav-list ul li a {
  display: block;
  padding: 30px;
  font-weight: bold;
}
.inner-banner .nav-list ul li:hover {
  background: var(--color);
}
.inner-page .m-page {
  text-align: right;
  display: block;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 60px;
  height: 60px;
  padding: 0 25px;
  display: inline-block;
  font-size: 28px;
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: var(--color);
}
.inner-page .m-page span {
  margin: 0 3px;
}

.factory-page .list ul li {
  padding: 15px;
}
.factory-page img {
  transition: all .5s ease;
  width: 100%;
}
.factory-page .list li.column:hover img {
  transform: scale3d(1.05, 1.05, 1);
  transition: all .5s ease;
}
 
/*关于我们*/
.contact-page .contact-request {
  background: #e4e4e4;
  padding: 30px 0;
}
.contact-page .contact-request .column {
  width: 75%;
}
.contact-page .contact-request .column:nth-child(2) {
  width: 25%;
}
.contact-page .contact-request .column h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}
.contact-page .contact-request .column a.more {
  display: block;
  width: 100%;
  background: var(--color);
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}
.contact-page .init-1 {
  padding: 90px 0;
}
.contact-page .init-2 .grid-box .column {
  margin-bottom: 8px;
  width: 100%;
}
.contact-page .init-2 .grid-box .column h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-page .init-2 .grid-box .column p .fa {
  margin-right: 20px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  background: var(--color);
}
.contact-page .init-2 .grid-box .column p {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #555;
}
.contact-page .init-3 h2 {
  text-align: center;
  font-size: 262px;
  color: #eee;
  font-weight: bold;
}
.contact-page .init-3 .ewm {
  width: 130px;
  margin: 0 auto;
  display: block;
  margin-top: -150px;
}
.contact-page .init-3 .ewm h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.contact-page .init-6 {
  padding: 100px 0 50px;
}
.contact-page .init-6 .container {
  width: auto;
  max-width: 1550px;
}
.contact-page .init-6 .left {
  width: 65%;
  vertical-align: middle;
}
.contact-page .init-6 .right {
  width: 35%;
  padding: 0 5%;
  vertical-align: middle;
}
.contact-page .init-6 .right h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-page .init-6 .right h6 {
  display: block;
  font-size: 18px;
  color: black;
  line-height: 1.6;
  font-weight: bold;
}
.contact-page .init-6 .right h6:before {
  content: '';
  border-left: 17px solid var(--color);
  border-top: 17px solid var(--color);
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
  display: block;
  width: 0;
  height: 0;
  margin: 15px 0 28px;
}
.contact-page .init-6 .right .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
}
.inner-page .form input,
.inner-page .form textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #eee;
}
.inner-page .form input[type="submit"] {
  width: 200px;
  color: #fff;
  background: var(--color);
}
.inner-page .form textarea {
  min-height: 270px;
}
.inner-page .form ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.inner-page .form ul li:nth-child(2) {
  margin-right: 0;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.factory-page {
  padding: 90px 0 110px;
}
.factory-page img {
  display: block;
  margin: 0 auto;
}
.factory-page .list {
  margin-top: 100px;
}
.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}
.technology-page .i-support {
  background: var(--color);
}
.technology-page .i-support .grid-box {
  background: var(--color);
}
.technology-page .i-support .grid-box .column {
  vertical-align: middle;
}
.technology-page .i-support .grid-box .column:nth-child(2) {
  padding: 0 5%;
  color: #fff;
}
.technology-page .i-support .grid-box .column:nth-child(2) h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 2;
}
.technology-page .i-support .grid-box .column:nth-child(2) p {
  font-size: 18px;
  font-weight: 300;
}
.technology-page .i-support .grid-box .column:nth-child(2) a.more {
  display: block;
  width: 228px;
  height: 60px;
  margin-top: 70px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color);
  font-weight: bold;
}
.technology-page .i-faq {
  padding-top: 70px;
  padding-bottom: 40px;
}
.technology-page .i-faq h2.h2 {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}
.technology-page .i-faq p.p {
  text-align: center;
  color: #848d95;
  font-size: 16px;
  max-width: 640px;
  line-height: 2;
  margin: 0 auto;
}
.technology-page .i-faq .faq-list {
  padding-top: 50px;
}
.technology-page .i-faq .faq-list dt {
  padding: 16px 30px 14px;
  background-color: #f4f4f4;
  cursor: pointer;
  color: #333;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-top: 4px;
}
.technology-page .i-faq .faq-list dt i.fa {
  margin-top: 5px;
}
.technology-page .i-faq .faq-list dt:hover,
.technology-page .i-faq .faq-list dt.active {
  background: #014099;
  color: #fff;
}
.technology-page .i-faq .faq-list dd {
  font-size: 18px;
  line-height: 2;
  color: #757575;
  padding: 15px 30px;
  display: none;
}
.contact-page .join-us-page{
  background: url(/template/en/images/contact-1.jpg) no-repeat;
  /*height: 600px;*/
    background-attachment: fixed;
    background-position: left top 200px; 
}
.join-us-page .join-us-1 {
  padding: 90px 0;
}
.join-us-page .join-us-1 .box {
  display: block;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
.join-us-page .join-us-1 .box .left {
  vertical-align: middle;
  width: 42%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
.join-us-page .join-us-1 .box .right {
  width: 58%;
  vertical-align: middle;
  padding: 0 5%;
}
.join-us-page .join-us-1 .box .right h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  text-transform: capitalize;
}
.join-us-page .join-us-1 .box .right .text p {
  font-size: 16px;
  line-height: 2;
}
.join-us-page .join-us-1 .box .right .text {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0 40px;
}
.join-us-page .join-us-1 .box .right .btn a {
  display: inline-block;
  font-weight: bold;
  line-height: 52px;
  height: 52px;
  padding: 0 35px;
  border-radius: 7px;
  border: 1px solid #033f94;
  background: #033f94;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}
.join-us-page .join-us-1 .box .right .btn a:last-child {
  background: transparent;
  color: #033f94;
  margin-left: 25px;
}
.join-us-page .technology-page .i-support img {
  width: 100%;
}

.join-us-page .join-us-2 {
  padding: 50px 0 50px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
 
.join-us-page .join-us-2 .from ul li {
  padding: 10px 18px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: var(--color);
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  background: var(--color);
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  padding: 15px 10px;
  width: 145px;
  border-radius: 10px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
.news-page {
  padding: 90px 0;
}
.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  margin: 0 3px;
  font-size: 20px;
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 30px 20px;
  background: var(--color);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 15px 20px;
  border-left: 4px solid var(--color);
  font-size: 16px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.inner-page .sideLeft .box .list ul li ul li::before {
  display: none;
}
.inner-page .sideLeft .box .list ul li i {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  right: -10px;
  cursor: pointer;
}
.inner-page .sideLeft .box .list ul li .children {
  display: none;
}
.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  /*background: var(--color);
color: white;*/
  color: var(--color);
}
/*.inner-page .sideLeft .box .list ul li a.active{
color: var(--color);
}*/
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: white;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: white;
}
.inner-page .sideRight {
  width: 70%;
}
.inner-page.prodet-page .sideRight{
  width: 100%;
}
 

.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.productList ul li .box2 .product_add{
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
  right: 10px;
  top: 10px;
  opacity: 0;
  transform: scale(0);
  transition: .3s ease;
}

.productList ul li .box2:hover .product_add{
  opacity: 1;
  transform: scale(1);
}

.productList ul li .box2 .product_add:hover,
.productList ul li .box2 .product_add.active{
  color: #FFFFFF;
  background-color: var(--color);
}

.productList ul li .box2 h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    color: var(--color);
    transition: .5s;
}

.productList ul li .box2 h3 {
 font-size: 15px;
    padding-top: 15px;
    min-height: 80px;
        line-height: 30px;
}
.productList ul li .box2 h5:hover {
  color: var(--color);
}
.productList ul li .box2 a.img {
  display: block;

}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 14px;
      line-height: 1.8;
  color: #757575;
  max-height: 90px;
  overflow: auto;
  padding-right: 10px;
}
.productList ul li .box2 .text::-webkit-scrollbar-thumb{
  background: var(--color);
}
.productList ul li .box2 .text p {
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}

 

.display {
  display: flex;
}
.display .display-left {
  width: 40%;
}
.display-right {
  width: 60%;
}
.display .display-left p {
  line-height: 1.8;
  font-size: 18px;
  color: #6e6e6e;
}
.display-right h5 {
  font-size: 24px;
}
.display-right h5 {
  font-size: 24px;
  padding-bottom: 20px;
}
.display-right img {
  padding: 20px 0;
}
.prodet-6 table {
  text-align: center;
  margin-bottom: 60px;
}
.prodet-6 table tr:nth-child(1) {
  background: #484443;
  color: #fff;
  font-size: 18px;
}
.prodet-6 table tr {
  font-size: 15px;
}
.prodet-6 table td,
.prodet-6 table th {
  border: 0;
}
.prodet-6 table tr:nth-child(1) td {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.prodet-6 table tr td {
  padding: 10px 0;
  vertical-align: middle;
  border: 1px solid #eee;
  text-align: left;
  padding-left: 40px;
}
/*璇︽儏-end*/
.prodet-6 table tr:nth-child(1) td {
  text-align: center;
}

.slick-arrow.slick-hidden {
  display: block;
}
@media screen and (max-width: 1600px) {
  .contact-page .init-1 {
    padding: 50px 0;
  }
  .contact-page .init-2 .grid-box .column h2 {
    font-size: 20px;
  }
  .contact-page .init-2 .grid-box .column p {
    font-size: 16px;
  }
  .contact-page .init-6 .right h2 {
    font-size: 36px;
  }
  .contact-page .init-6 .right h6:before {
    border-width: 10px;
    margin: 10px 0;
  }
  .contact-page .init-6 .right h6 {
    font-size: 16px;
  }
  .contact-page .init-6 .right .text {
    font-size: 14px;
  }
  .inner-banner .box {
    padding-left: 0;
  }
  .inner-banner {
    height: 400px;
    padding-top: 180px;
  }
  
  .inner-banner .box h6,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 30px;
  }
  
  .inner-banner .nav-list ul li a {
    padding: 10px;
  }
  .inner-banner .nav-list ul li {
    min-width: 220px;
  }
  
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
   
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
   
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 22px;
  }
  .newsList ul li {
    padding: 15px;
  }
  .newsList ul {
    margin: -15px;
  }
  .join-us-page .join-us-1 {
    padding: 60px 0;
  }
  .join-us-page .join-us-1 .box .right .btn a {
    line-height: 40px;
    height: 44px;
    font-size: 20px;
    padding: 0 20px;
  }
  .technology-page .i-support .grid-box .column:nth-child(2) a.more {
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin-top: 40px;
  }
 
  .join-us-page .join-us-2 {
    padding: 60px 0;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    font-size: 24px;
    padding: 15px;
  }
  .factory-page {
    padding: 60px 0;
  }
  .factory-page .list {
    margin-top: 60px;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 40px;
  }
  .abt-7 .shuzi ul li.wow.fadeInUp {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 400px;
    padding-top: 130px;
  }
  .inner-banner .box h2{
    font-size: 30px;
  }
  .inner-banner .btn{
    margin-top: 20px;
  }
  
  .inner-banner .box h6,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 24px;
  }
  .factory-page .list ul li {
    padding: 10px;
  }
  .factory-page .list ul {
    margin: -10px;
  }
  .join-us-page .join-us-1 .box .right h3 {
    font-size: 24px;
  }
  .join-us-page .join-us-1 .box .right .text {
    margin: 10px 0;
  }
 
  .join-us-page .join-us-2 h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 16px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    margin-top: 0;
  }
  .technology-page .i-faq {
    padding: 60px 0;
  }
  .technology-page .i-faq .faq-list {
    padding-top: 30px;
  }
  .newsList ul li .box h3 {
    font-size: 18px;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
 
}

@media screen and (max-width: 1000px) {
  
  .display .display-left {
    width: 100%;
  }
  .display-right {
    width: 100%;
    margin-top: 30px;
  }
  .display {
    display: flex;
    flex-wrap: wrap;
  }
  .display .display-left p {
    font-size: 16px;
  }
 
  .inner-banner {
    height: 400px;
  } 
  .hello {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 32px;
    border-bottom-width: 2px;
    display: none;
  }
  
  .productList ul li .box2 h5 {
    font-size: 16px;
  }
 
  .newsList ul li .box a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .newdet-page .content {
    padding: 30px 0;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .inner-page .newsList ul li {
    width: 50% !important;
  }
 
  .join-us-page .join-us-1 .box .right .btn a {
    line-height: 32px;
    height: 34px;
    font-size: 14px;
  }
  .join-us-page .join-us-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .join-us-page .join-us-1 .box .left {
    display: none;
  }
  .join-us-page .join-us-1 .box {
    padding: 30px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    font-size: 20px;
  }
  .contact-page .init-6 .left {
    width: 100%;
  }
  .contact-page .init-6 .right {
    width: 100%;
    padding: 30px 0 0;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box .content{
   margin-top: 30px;
  }
  
  .inner-banner {
    height: 200px;
    padding-top: 0px;
  }
  .inner-banner .btn{
    display: none;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 22px;
  }
  .inner-banner .box h6 {
    font-size: 16px;
  }
  .technology-page .i-support{
    display: none;
  }
  .technology-page .i-faq,
  .join-us-page .join-us-2 {
    padding-top: 0;
  }
  .join-us-page .join-us-2 .from ul li {
    width: 100%;
  }
  .inner-banner .nav-list {
    display: none;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 18px;
  }
  .newdet-page .m-link .prev,
  .newdet-page .m-link .next {
    font-size: 13px;
  }
  
  #footer .footer-top .left {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  
  .inner-banner .box h6,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .inner-banner .box h6 {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 24px;
  }
  
  .newdet-page h2 {
    font-size: 20px;
  }
  .inner-page .newsList ul li {
    width: 100% !important;
  }
  .inner-page .newsList ul li .box {
    padding: 15px;
  }
  .join-us-page .join-us-1 .box {
    padding: 10px;
  }
  .join-us-page .join-us-1 .box .right h3 {
    font-size: 20px;
  }
  .join-us-page .join-us-1 .box .right {
    padding-right: 0;
  }
  .join-us-page .join-us-1 .box {
    border-radius: 5px;
  }
}


.news-page {
  padding: 80px 0;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--color);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px; 
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
      line-height: 30px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--color);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, var(--color), var(--color));
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  /*border-bottom: 1px solid #e7e7e7;*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  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;
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 60px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase; 
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-page .sidebar-box .sidebar-right .relate-product {
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
  font-size: 30px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content {
  margin-top: 30px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul {
  margin-right: -15px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul .slick-track {
  margin: 0;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li {
  width: 100%;
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box {
  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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-weight: bold;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}
/*联系我们地图*/
.contact-page .init-6 .left {
  width: 65%;
  vertical-align: middle;
}
.contact-page .init-6 .left div#map_line {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.contact-page .init-6 .left div#map_line ul li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color);
  z-index: 6;
}
.contact-page .init-6 .left div#map_line ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(33, 64, 154, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
}
.contact-page .init-6 .left div#map_line ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(33, 64, 154, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.contact-page .init-6 .left div#map_line ul li.ie1 {
  width: 35px;
  height: 35px;
  background: url(/template/en/images/ie-bg.png) no-repeat center center;
  background-size: 100% 100%;
  left: 80.2%;
  top: 44.5%;
}
.contact-page .init-6 .left div#map_line ul li.ie2 {
  left: 75%;
  top: 22%;
}
.contact-page .init-6 .left div#map_line ul li.ie3 {
  left: 77%;
  top: 56%;
}
.contact-page .init-6 .left div#map_line ul li.ie4 {
  left: 97%;
  top: 92%;
}
.contact-page .init-6 .left div#map_line ul li.ie5 {
  left: 70%;
  top: 53%;
}
.contact-page .init-6 .left div#map_line ul li.ie6 {
  left: 62%;
  top: 47%;
}
.contact-page .init-6 .left div#map_line ul li.ie7 {
  left: 55.5%;
  top: 43%;
}
.contact-page .init-6 .left div#map_line ul li.ie8 {
  left: 54.5%;
  top: 50%;
}
.contact-page .init-6 .left div#map_line ul li.ie9 {
  left: 47%;
  top: 37%;
}
.contact-page .init-6 .left div#map_line ul li.ie10 {
  left: 15%;
  top: 25%;
}
.contact-page .init-6 .left div#map_line ul li.ie11 {
  left: 16%;
  top: 40%;
}
.contact-page .init-6 .left div#map_line ul li.ie12 {
  left: 14%;
  top: 52%;
}
.contact-page .init-6 .left div#map_line ul li.ie13 {
  left: 30%;
  top: 70%;
}
.contact-page .init-6 .left div#map_line ul li p {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  position: absolute;
  width: 100px;
}

.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
  margin-top: 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 2;
}
.inner-page .sideLeft .box .list ul li .children li:hover {
  background: var(--color);
  color: #fff;
}

@media (max-width: 700px) {
  .Floating-sidebar {
    display: none;
  }
}
.s-logo img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}
span.anniu {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 99;
  font-size: 20px;
}
span.anniu.arrow_l {
  left: 0;
}
span.anniu.arrow_r {
  right: 0;
}
span.anniu a {
  padding: 20px 15px;
  background: var(--color);
}
.inner-page .sideLeft .box .list ul li.active {
  color: var(--color);
}
.inner-page .sideLeft .box .list ul li ul li.active {
  color: #fff;
  background: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text {
  width: 70%;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-img {
  width: 30%;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text h4 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .neihe {
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 0px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul li {
  font-size: 14px;
  line-height: 2;
  width: 50%;
  display: inline-block;
  padding: 5px 0;
  color: #000;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul {
  margin: 20px 0;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul.grid-box.four {
  margin: 0 -15px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--color);
  display: inline-block;
  margin-right: 3px;
  border-radius: 20px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text a.more {
  background: var(--color);
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
}

.download .ui.container {
  max-width: 1300px;
  width: 100%;
}
.download .search-box {
  margin: 30px 0;
}
.download .search-box #search {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.download .search-box #search::-moz-placeholder {
  color: gray;
}
.download .search-box #search::-webkit-input-placeholder {
  color: gray;
}
.download .search-box #search::placeholder {
  color: gray;
}
.download .search-box span {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
}
.download .search-box span em {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
  font-size: 14px;
  line-height: 28px;
}
.download .search-box span i {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  width: 20px;
  height: 26px;
}
.download .search-box .hz {
  padding: 10px;
  border: 1px solid #aaa;
  border-top: 0;
  display: none;
}
.download .search-box .hz input {
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px;
  height: 32px;
  font-size: 14px;
}
.download .filterSingleBox {
  margin-bottom: 10px;
}
.download .filterSingleBox li ul {
  margin-right: -20px;
}
.download .filterSingleBox li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 20px;
  width: 24%;
  padding-top: 15px;
}
.download .filterSingleBox li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: -5px;
}
.download .download-1 {
  margin-top: 30px;
  margin-bottom: 60px;
}
.download .download-1 ul li {
  display: none;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
  color: var(--color);
}
#fullpage .section:nth-child(2) .init-1 .container .right .solutionBox ul li .box {
  border: 5px solid #ffffff;
  overflow: hidden;
}

.inner-page .sideLeft .box .list ul li {
  text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact .c-box span {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
  margin-top: 10px;
}
.lianxi .map {
  width: 50%;
}
.lianxi {
  position: relative;
   
}
.lianxi .from{
  background: white;
  padding: 60px 10%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.lianxi .from form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lianxi .from form textarea,
.lianxi .from form input{
  width: 49%;
  height: 60px;
  padding-left: 10px;
  font-size: 16px;
  background: white;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  margin-bottom: 15px;
}
.lianxi .from form textarea{
  height: 120px;
  padding: 10px;
  width: 100%;
}
.lianxi .from form p.upfile .btn{
  font-size: 16px;
    background: var(--color);
    color: white;
    padding: 5px 15px; 
    margin-right: 10px;
    cursor: pointer;
}
.lianxi .from form input[type="file"]{
    
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.lianxi .from form button{
  margin: auto;
  background: var(--color);
  font-size: 18px;
  padding: 6px 30px;
  color: white;
  border: none; 
}
.lianxi .from form button img{
  vertical-align: middle;
}
.contact-page .init-2 {
  margin-bottom: 25px;
}
.contact-page .init-2 .grid-box .column p em {
  font-weight: bold;
  font-weight: bold;
  color: #000;
}
.join-us-page .join-us-2 .from h2 {
  padding-left: 18px;
  font-size: 48px;
  margin-bottom: 20px;
  width: 90%;
}
img.cctv {
  height: 6px;
  width: 100%;
  margin-top: 15px;
}
.contact-page .init-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 90%;
}
.join-us-page .join-us-2 .from p {
  padding-left: 18px;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.8;
}
div#header.nav1 {
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
  background-color: var(--color);
  color: white;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
  font-size: 24px;
  color: #272727;
  text-transform: uppercase;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
  display: flex;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
  font-size: 16px;
  color: var(--color);
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
  width: 100%;
  padding: 30px 40px;
  border-bottom: 1px dashed #ccc;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover a.mores {
  margin-left: 10px;
}
/*.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover {
background: linear-gradient(to right,var(--color),var(--color));
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .content .left.txt-center span {
  background-color: #fff;
  color: var(--color);
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .left.txt-center {
  color: #fff;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .content .right a {
  color: #fff;
}


.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover p {
  color: #fff;
}*/

.inner-page .sideLeft .box .list ul li ul {
  margin-top: 20px;
}
.inner-page .sideLeft .box .list ul li.active:before {
  background: #fff;
}
#fullpage .section:nth-child(7) .init-6 .container .left .formBox form button:hover {
  color: #fff;
}
#footer .footer-top .icon {
  margin-top: 50px;
  vertical-align: middle;
}
#footer .footer-top .icon ul {
  margin-left: -15px;
}
#footer .footer-top .icon ul li {
  width: auto;
  padding-left: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top .icon ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: white;
  color: black;
  font-size: 12px;
  margin-right: 8px;
  text-align: center;
  line-height: 20px;
}
.button-group {
  position: absolute;
  
  font-size: 12px;
  padding: 10px 0 !important;
}

.corporate-culture {
  padding: 60px 0;
  background: #f9f9f9;
  margin-top: 65px;
}
.corporate-culture .ui.container {
  display: flex;
  align-items: center;
}
.corporate-culture .left {
  width: 50%;
}
.corporate-culture .left h2 {
  color: var(--color);
  font-size: 24px;
}
.corporate-culture .left h3 {
  color: #000;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 10px;
}
.corporate-culture .left p {
  color: #7b7b7b;
  font-size: 18px;
  padding: 8px 0;
  line-height: 1.8;
}
.corporate-culture .right {
  width: 50%;
}
.corporate-culture .left p em {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.corporate-culture .left ul {
  display: flex;
  margin-left: -21px;
  width: 95%;
  margin-top: 20px;
}
.corporate-culture .left ul li {
  width: 25%;
  text-align: center;
}
.corporate-culture .left ul li p {
  border: 2px solid var(--color);
  border-radius: 100%;
  height: 120px;
  width: 120px;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.corporate-culture .left ul li span {
  font-size: 14px;
  color: #000;
}
.his-bg .ui.container {
  display: flex;
  align-items: center;

}
.his-bg {
  background-repeat: no-repeat;
  padding: 100px 0;
  /*background-attachment: fixed;*/
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
  display: none;
}
.his-bg .right-his {
  width: 100%;
  margin-left: 0%;
}
.his-bg .right-his .about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  line-height: 1.2;
  margin-top: 10px;
}
.his-bg .right-his .about-4 h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}

.indusknow h2 {
    line-height: 1.2;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.indusknow h3 {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
    margin-top: 12px;
    color: #363636;
    text-transform: capitalize;
}
.indusknow {
    font-size: 16px;
    line-height: 2;
    padding: 100px 10px;
    margin: 0 auto;
    position: relative;
    color: #363636;
    max-width: 1558px;
}




@media screen and (max-width: 1555px) {
  .productList ul li .box2 .text p {
    margin-bottom: 10px;
  }
  .productList ul li {
    padding: 5px;
  }
  .productList ul {
    margin: -5px;
  }
  .productList ul li .box2 .text {
    font-size: 14px;
  }
  .productList ul li .box2 {
    padding: 10px;
  }
  .productList ul li .box2 h5 {
    padding: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .corporate-culture .left ul{
    margin-left: -10px;
  }
  .corporate-culture .left ul li p{
    width: 90px;
    height: 90px;
    line-height: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box {
    display: block;
  }
  .inner-page.news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .news-page .newsList {
    padding-right: 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    width: 100% !important;
  }

  .download .filterSingleBox li {
    width: 33%;
  }
   
      .corporate-culture .ui.container{
     display: block;
   }
   .corporate-culture .left{
     width: 100%;
   }
   .corporate-culture .right{
     width: 100%;
     margin-top: 20px;
   }
  
   .productList ul li .box2 .text {
    display: none;
  }
  .productList ul li .box2 a.more {
    margin-top: 0;
  }
 
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
  .indusknow h2{
    font-size: 50px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: block;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    padding: 30px 20px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    text-align: left;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    text-align: center;
    font-size: 16px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }
  .inner-banner .box h2 {
    font-size: 28px;
  }
  .newdet-page .sidebar-box .sidebar-right .relate-product {
    display: none;
  }
  .download .filterSingleBox li {
    width: 49%;
  }
  .inner-banner .btn {
    margin-top: 30px;
  }
 
   .corporate-culture{
     padding: 30px 0;
   }
   .corporate-culture .left ul{
     display: none;
   }
   .corporate-culture .right{
     width: 100%;
     display: none;
   }
   .his-bg .ui.container{
     display: block;
   }
   .his-bg .left-his{
     width: 100%;
     margin-left: 0;
     display: none;
   }
   .his-bg .right-his{
     width: 100%;
     margin-left: 0;
     padding: 30px 0;
   }
  
   .inner-page .sideLeft .box .list ul li i{
    top: -13px;
    right: -19px;
  }
  .lianxi{
    display: block;
  }
  .join-us-page .join-us-2 .from{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 50px 20px;
  }
  .join-us-page .join-us-2 .from ul li{
    padding: 10px 0;
  }
  .join-us-page .join-us-2 .from h2{
    width: 100%;
    padding-left: 0;
  }
  .join-us-page .join-us-2 .from h2{
    font-size: 34px;
  }
  .lianxi .map{
    width: 100%;
    margin: 20px 0 30px 0;
  }
  .news-page{
    padding: 30px 0;
  }
  .newdet-page .content{
    padding: 0;
  }
  .indusknow{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link{
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a{
    width: 100%;
    padding: 10px 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right{
    padding-left: 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
    font-size: 20px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center{
    font-size: 20px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a{
    font-size: 20px;
  }
  .contact-page .init-2 .grid-box .column p .fa{
    display: block;
  }

  .his-bg .right-his .about-4 h2{
    font-size: 20px;
  }
  .his-bg .right-his .about-4 h3{
    font-size: 29px;
    margin-bottom: 20px;
  }
  .corporate-culture .left h2{
    font-size: 20px;
  }
  .corporate-culture .left h3{
    font-size: 29px;
  }
  .inner-banner .box h2 {
    display: none;
  }
  .inner-banner .btn {
    display: none;
  }
  .download .filterSingleBox li {
    width: 100%;
  }
  .lianxi .from form input{
    width: 100%;
  }
  .join-us-page .join-us-2 .from h2{
    font-size: 24px;
  }
}



.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;

}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px;
  line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #56d079
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*max-width: 1404px;*/
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray;
  line-height: 2;
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #f7f7f7;
}

.p05 .slick-dots>li.slick-active {
  background-color: var(--color);
}

.p05 .support {
  overflow: hidden;
  color: white
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.p05 .support .mml-image {
  margin: auto
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #000;
  text-align: initial;
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
  line-height: 1.4;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width:1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset
  }
}

@media (max-width:1000px) {

  .p05 .consultation,
  .p05 .samples {
    display: block
  }

  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto
  }
}

@media (max-width:780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset
  }

  .p05 .support .mml-text {
    margin: auto
  }

  .p05 .support .sup-title {
    text-align: center
  }
}

@media (max-width:600px) {
  .p05 h2 {
    margin-bottom: 20px
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0
  }

  .p05 .stable {
    padding: 40px 0
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}
.slick-dots button{display:none}.slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}.slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation{
    display: block;
  }
  .p05 .samples, .p05 .consultation{
    display: block;
  }
  .p05 .samples .mml-image, .p05 .consultation .mml-image{
    width: 100%;
  }
  .p05 .support .mml-image img{
    width: 100%;
  }
  .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}

.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .faq-page{
    padding: 60px 0;
  }
   .faq-page ul li h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page{
    padding: 30px 0;
  }
}
 

/*2023-5-9 New content on homepage*/
.sustainable{
  padding-top: 80px;
}
.sustainable .header p{
  font-size: 18px;
  line-height: 1.6;
  color: #7a7a7a;
  font-weight: 300;
}
.sustainable .tab{
  margin-top: 30px;
  text-align: center;
}
.sustainable .tab ul{
  margin-right: -30px;
}
.sustainable .tab ul li{
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  padding-right: 30px;
}
.sustainable .tab ul li a{
  display: block;
  padding: 10px 36px;
  border: 1px solid #e1e1e1;
   -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sustainable .tab ul li:hover a,
.sustainable .tab ul li.active a{
  background: #e6c622;
  color: white;
}
.sustainable .content{
  margin-top: 60px;
}
.sustainable .content ul li .img{
  vertical-align: middle;
}
.sustainable .content ul li .img img{
  width: 100%;
}
.sustainable .content ul li .text{
  vertical-align: middle;
  padding-left: 2%;
}
.sustainable .content ul li .text h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.sustainable .content ul li .text .con{
  font-size: 16px;
  line-height: 1.6;
  color: #7a7a7a;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .sustainable .content ul li .img{
    width: 100%;
  }
  .sustainable .content ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .sustainable{
    padding-top: 30px;
  }
  .sustainable .tab ul{
    margin-right: -20px;
  }
  .sustainable .tab ul li{
    font-size: 20px;
    padding-right: 20px;
  }
  .sustainable .tab ul li a{
    padding: 10px 17px;
  }
  .sustainable .content{
    margin-top: 30px;
  }
}
@media screen and (max-width:500px) {
  .sustainable .content ul li .text h2{
    font-size: 22px;
  }
  .sustainable .content ul li .text .con{
    font-size: 14px;
    margin-top: 10px;
  }
  .sustainable .tab{
    text-align: left;
  }
  .sustainable .tab ul{
    margin: 0 -10px -10px 0;
  }
  .sustainable .tab ul li{
    width: 49%;
    font-size: 18px;
    padding: 0 10px 10px 0;;
  }
  .sustainable .tab ul li a{
    padding: 10px 0;
    text-align: center;
  }
}




.contact-1 {
  padding: 110px 0 110px;
}
.contact-1 .list ul {
  margin: -8px;
}
.contact-1 .list ul li {
  padding: 8px;
}
.contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
  /*background-color: white;*/
}
.contact-1 .list ul li .box h5,
.contact-1 .list ul li .box p{
  /*color: white;*/
}
.contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--color);
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-1 .list ul li .box span img{
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
.contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #023222;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-1 .list ul li .box h5 {
 
  line-height: 2;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
}



#news-list{
  margin: -30px;
}

#news-list li{
  padding: 30px;
}
@media screen and (max-width: 1000px) {
  #news-list{
    margin: -15px;
  }

  #news-list li{
    padding: 15px;
  }
}




.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 167px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-weight: bold;
       
    color: #363636; 
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 593px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}


.shopping_cart{
  display: inline-block;
  position: relative;
}
.shopping_cart em {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--color);
    line-height: 20px;
    width: 20px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}





.p03-s01 {
    padding: 120px 0
}

.p03-s01 .text {
    width: 100%;
    vertical-align: middle;
}

.p03-s01 .text-main {
    max-width: 600px;
    padding-right: 10px
}

.p03-s01 h2 {
  font-size: 40px;
  font-weight: bold;
    padding-top: 26px;
    margin-bottom: 30px;
    color: #252118
}

.p03-s01 p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #777
}

.p03-s01 .pic {
    width: 100%;
    vertical-align: middle;
}

.p03-s02 {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: #f5f8fa;
    text-align: center
}

.p03-s02 h2 {
  font-size: 40px;
  font-weight: bold;
    margin-bottom: 32px;
    color: #252118
}

.p03-s02 h4 {
    margin-bottom: 6px;
    font-size: 20px;
    color: #252118
}

.p03-s02 p {
    max-width: 800px;
    margin: 0 auto 54px;
    font-size: 14px;
    color: #777
}

.p03-s02 a {
    font-size: 14px;
    color: var(--color);
    text-decoration: underline!important
}

.p03-s02 a:hover {
    color: #028b39
}


.p03-s04 {
    padding-top: 110px;
    padding-bottom: 96px
}

.p03-s04 h2 {
  font-size: 40px;
  font-weight: bold;
    margin-bottom: 60px;
    color: #252118
}

.p03-s04 .bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p03-s04 .nav {
    width: 40%
}

.p03-s04 .nav ul {
    background-color: #fff;
    -webkit-box-shadow: 0 60px 60px 0 rgba(188,210,220,.2);
    box-shadow: 0 60px 60px 0 rgba(188,210,220,.2)
}

.p03-s04 .nav li {
    height: 57px;
    line-height: 57px;
    padding-left: 60px;
    border-bottom: 1px solid rgba(239,239,239,.46);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    color: #777; 
    font-weight: 500;
    font-style: normal;
    cursor: pointer
}

.p03-s04 .nav li.current {
    color: #fff;
    background-color: var(--color)
}

.p03-s04 .nav li:last-of-type {
    border: none
}

.p03-s04 .for {
    width: 100%
}

.p03-s04 .for li {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 14px;
    color: #777;
    font-weight: 300;
    font-style: normal
}

.p03-s04 .for-wrap {
    display: none
}

.p03-s04 .for-wrap.active {
    display: block
}

.p03-s04 .pic {
    margin-bottom: 54px
}

.p03-s04 .text {
    max-width: 680px
}

.p03-s04 h4 {
    padding-top: 4px;
    font-size: 18px;
    color: var(--color)
}

.p03-s04 h5 {
    font-size: 14px;
    color: #252118
}

.p03-s04 p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #777
}


.p03-s05 {
    padding-top: 110px;
    padding-bottom: 96px;
    background-color: #f5f8fa
}

.p03-s05 h2 {
  font-size: 40px;
  font-weight: bold;
    margin-bottom: 36px;
    color: #252118;
    text-align: center
}

.p03-s05 .pic {
    max-width: 980px;
    margin: 0 auto
}

.p03-s05 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px
}

.p03-s05 li {
    max-width: 380px;
    width: 100%;
    margin-left: 20px
}

.p03-s05 .text {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p03-s05 h4 {
    padding-top: 26px;
    font-size: 18px;
    color: #303030
}

.p03-s05 p {
    font-size: 14px;
    color: #777
}

@media (max-width: 1200px) {
    .p03-s03 .for-wrap {
        padding-left:0
    }
}

@media (max-width: 1000px) {
    .p03-s01 h2{
      font-size: 24px;
    }
    .p03-s02 h2{
      font-size: 24px;
    }
    .p03-s04 h2{
      font-size: 24px;
    }
    .p03-s05 h2{
      font-size: 24px;
    }

    .p03-s01 .mml-row {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s01 h2 {
        padding-top: 0
    }

    .p03-s01 .text {
        max-width: 600px;
        margin: 0 auto
    }

    .p03-s01 .pic {
        margin: 0 auto
    }

    .p03-s03 {
        background: var(--color)
    }

    .p03-s03 .bd {
        padding-left: 0
    }

    .p03-s03 .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s03 .top h2 {
        max-width: none;
        margin-bottom: 30px;
        text-align: center
    }
}

@media (max-width: 768px) {
    .p03-s03 .bottom {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s03 .nav {
        max-width: none;
        width: 100%
    }

    .p03-s04 .bd {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s04 .nav {
        max-width: none;
        width: 100%
    }

    .p03-s05 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }

    .p03-s05 li {
        margin: 0 auto 20px
    }
}

@media (max-width: 540px) {
    .p03-s01 {
        padding:70px 0
    }

    .p03-s02 {
        padding: 70px 0
    }

    .p03-s03 .top h2 {
        padding-top: 30px
    }

    .p03-s03 .for-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s03 .col {
        margin: 0 auto 20px;
        padding: 0 10px
    }

    .p03-s04 {
        padding: 70px 0 60px
    }

    .p03-s04 .nav {
        min-width: auto
    }

    .p03-s04 .nav li {
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .p03-s05 {
        padding: 70px 0 50px
    }
}



.our-product-1 {
  overflow: hidden;
}
.our-product-1 .disc {
  width: 38%;
  padding-top: 90px;
}
.our-product-1 .disc .content {
  max-width: 550px;
  margin-left: auto;
  padding: 0 50px;
}
.our-product-1 .disc .content .icons .icon {
  width: auto;
}
.our-product-1 .disc .content .icons .icon i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  margin: auto;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.our-product-1 .disc .content .icons .icon i img {
  vertical-align: middle;
}
.our-product-1 .disc .content .icons .icon + .icon {
  margin-left: 40px;
}
.our-product-1 .disc .content .dots {
  margin-top: 70px;
}
.our-product-1 .proImg {
  width: 62%;
  padding-top: 90px;
  padding-bottom: 60px;
  padding-left: 8%;
  background: url(../images/product-1-bg.jpg) no-repeat center left #FFFFFF;
  background-size: 100%;
}
.our-product-1 .proImg ul {
  margin: -15px;
}
.our-product-1 .proImg ul li {
  padding: 15px;
}
.our-product-1 .proImg .small-img .img {
  max-width: 116px;
}
.our-product-1 .proImg .small-img .img + .img {
  margin-left: 5px;
}
.swiper-pagination-bullet {
  border-radius: 100%;
}
.dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000000;
  margin: 0 10px;
  opacity: 0.5;
  color: transparent;
}
.dots .swiper-pagination-bullet-active {
  opacity: 1;
  width: 42px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #dadada;
  background-color: transparent;
  color: #000000;
}
.dots .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 4s linear infinite;
  -moz-animation: circleProgressLoad_right 4s linear infinite;
  animation: circleProgressLoad_right 4s linear infinite;
}
.dots .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 4s linear infinite;
  -moz-animation: circleProgressLoad_left 4s linear infinite;
  animation: circleProgressLoad_left 4s linear infinite;
}
.dots .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}
.dots ol {
  font-size: 0;
}
.dots ol li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.dots .swiper-pagination-bullet .left {
  left: -2px;
}
.dots .swiper-pagination-bullet .right {
  right: -2px;
}
.wrapper_con {
  width: 21px;
  height: 42px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}
.circleProgress {
  width: 42px;
  height: 42px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 2px solid #12a252;
  border-left: 2px solid #12a252;
  right: 0;
}
.leftcircle {
  border-top: 2px solid #12a252;
  border-right: 2px solid #12a252;
  left: 0;
}
.soludet-page,
.solution-page{
  padding: 100px 0;
}
.solution-page ul{
  margin: -15px;
}
.solution-page ul li{
  padding: 15px;
}
.soludet-page .soludet-1 .right{
  padding-left: 30px;
}
.soludet-page .soludet-1 .right h3{
  font-size: 26px;
  font-weight: bold;
}
.soludet-page .soludet-1 .right .content{
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.soludet-page h4{
    font-size: 28px;
    font-weight: bold;
}
.soludet-page .soludet-2{
  padding: 50px 0;
}
.soludet-page .soludet-2 .content{
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}
.soludet-page .soludet-3 ul{
  margin-top: -15px;
}
.soludet-page .soludet-3 ul li{
  padding: 15px;
}
 
.gallery-page ul{
  margin: -10px;
}
.gallery-page ul li{
  padding: 10px;
}
.history-page{
  padding: 100px 0;
}
.history-page ul li{
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  padding-top: 30px;
}
.history-page ul li .time{
  width: 15% !important;
  font-size: 30px;
  font-weight: bold;
  color: var(--color);
}
.history-page ul li .content{
  width: 85% !important;
  font-size: 18px;
  line-height: 2;
}
.sustainability-page {
  padding-bottom: 110px;
}
.sustainability-page.pb_0{
  padding-bottom: 0;
}

.sustainability-page .init-0 {
  padding: 80px 0 0px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sustainability-page .init-0 .ui.container{
  padding: 150px 15px;
}

.sustainability-page .init-0 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 1060px;
  line-height: 2;
  font-size: 18px;
}

.sustainability-page .init-1 {
  margin-top: 30px;
}

.sustainability-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sustainability-page .init-1 .container .list {
  margin-top: 30px;
  text-align: center;
  width: 20%;
  padding: 10px 0;
  transition: 0.5s;
}

.sustainability-page .init-1 .container .list img {
  display: block;
  height: 88px;
  width: auto;
  margin: auto;
}

.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
  font-size: 18px;
}

.sustainability-page .init-1 .container .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sustainability-page .init-2 {
  padding-top: 30px;
}

.sustainability-page .init-2 .container .list {
  margin-top: 60px;
}

.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}

.sustainability-page .init-2 .container .list .left {
  width: 45%;
}

.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}

.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 150px 20px 72px;
}

.sustainability-page .init-2 .container .list .right .title {
  font-weight: bold;
  font-size: 38px;
}

.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 10px;
  width: 80px;
}

.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}

.sustainability-page .init-3 {
  padding: 0 30px;
  margin: 100px 0 20px;
}

.sustainability-page .init-3 .container {
  width: 100%;
}

.sustainability-page .init-3 .container .content {
  margin: -15px;
}

.sustainability-page .init-3 .container .content .list {
  padding: 0 15px;
}

.sustainability-page .init-3 .container .content .list img {
  width: 100%;
}

.sustainability-page .init-4 {
  text-align: center;
  margin-top: 80px;
}

.sustainability-page .init-4 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-4 .container .des {
  color: #747474;
  margin: 20px auto 0;
  max-width: 880px;
  line-height: 2;
  font-size: 16px;
}

.sustainability-page .init-4 .container .index_line {
  height: 5px;
  margin: 20px auto 0;
}

.sustainability-page .init-4 .container .content {
  margin-top: 60px;
}

.sustainability-page .init-4 .container .content ul li {
  padding: 0 15px;
}

.sustainability-page .init-4 .container .content ul li .box {
  border: 1px solid #d8d8d8;
}

.sustainability-page .init-4 .container .content ul li .box .img {
  display: block;
  height: 108px;
}

.sustainability-page .init-4 .container .content ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.toptab{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.toptab.hidden{
  display: none;
}
.toptab ul{
  margin: 0;
}
.toptab ul li{
  padding: 20px 15px;
  text-align: center;
  font-size: 18px !important;
  border-right: 1px solid rgba(0,0,0,0.2);
  transition: 0.5s;
}
.toptab ul li:first-child{
  border-left: 1px solid rgba(0,0,0,0.2);
}
.toptab ul li a{
  display: block;
}
.toptab ul li.active,
.toptab ul li:hover{
  background: var(--color);
  color: white;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@media screen and (max-width: 1475px){
  .our-product-1 .proImg {
    padding-left: 5%;
  }
  .our-product-1 .disc .content {
    padding: 0 30px;
  }
   .our-product-1 .disc .content .dots {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px){
   .our-product-1 .disc {
    padding-top: 60px;
  }
  .our-product-1 .proImg {
    padding-top: 60px;
  }
   .sustainability-page .init-0 {
    padding: 120px 0;
  }

  .sustainability-page .init-1 {
    display: none;
  }
}
@media screen and (max-width: 1000px){
  .our-product-1 > .grid-box {
    max-width: 700px;
    padding: 0 15px;
    margin: auto;
  }
  .our-product-1 .disc {
    width: 100%;
  }
  .our-product-1 .proImg {
    width: 100%;
    background: transparent;
    padding-left: 0;
  }
  .our-product-1 .disc .content {
    max-width: 100%;
    padding: 0;
  }
  .our-product-1 .disc .content .dots {
    display: none;
  }
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }

  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
}
@media screen and (max-width: 700px){
  .our-product-1 .disc .content .icons .icon + .icon {
    margin-left: 20px;
  }
  .sustainability-page .init-3 {
    padding: 0;
  }

  .sustainability-page .init-3 .container .content {
    margin: 0;
  }

  .sustainability-page .init-3 .container .content .list {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px){
  .sustainability-page .init-0 {
    padding: 40px 0;
  }

  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }

  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }

  .sustainability-page .init-4 .container .content {
    margin-top: 20px;
  }

  .sustainability-page .init-4 .container .content ul li {
    padding: 0 4px;
  }
}


.side-inq{
  position: fixed;
  right: 25px;
  bottom: 120px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--color);
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}
.side-inq:hover{
  background: #222;
}

.about-ab .top {
  padding-top: 80px;
}
.about-ab .top .left{
  position: relative;
  z-index: 1;
}
.about-ab .top h2 {
  color: var(--color);
  font-size: 24px;
}
.about-ab .top h3 {
  color: #000;
  font-size: 50px;
  margin-bottom: 10px;
}
.about-ab .top p {
  color: #363636;
  font-size: 18px;
  padding: 15px 0;
  line-height: 2;
}
.about-ab .top .con{
  max-height: 300px;
  overflow: auto;
  margin-top: 20px;
}
.about-ab .about-factory .box img{
  width: 100%;
}
.about-ab .about-factory .box .play{
  cursor: pointer;
}

.about-ab .about-factory .box:after {
    position: absolute;
    content: "";
    width: 402px;
    height: 389px;
    /*background: url(../images/about-after.png) no-repeat 100% 100%;*/
    left: -92px;
    top: -113px
}
.about-page .about-num ul {
    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
}

.about-page .about-num ul li {
    padding: 15px 1.85rem 5px 90px;
    position: relative;
    background: url(../images/a-icon.png) no-repeat left center
}

.about-page .about-num ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: url(../images/xian.png) no-repeat center center;
    right: -43px;
    top: 0
}

.about-page .about-num ul li:last-child {
    padding: 15px 0 5px 90px
}

.about-page .about-num ul li:last-child:after {
    display: none
}

.about-page .about-num ul li em {
    font-size: 56px;
    line-height: .9;
    color: var(--color);
    font-weight: 700
}

.about-page .about-num ul li p {
    font-size: 18px;
    color: #545252
}

.about-page .about-num ul li:nth-child(1) {
    background: url(/startshydraulic/2026/07/21/about-icon-eTcM.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(2) {
    background: url(/startshydraulic/2026/07/21/about-icon1.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(3) {
    background: url(/startshydraulic/2026/07/21/about-icon3.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(4) {
    background: url(/startshydraulic/2026/07/21/about-icon4.png) no-repeat left center
}
.about-page .about-2 {
    background: url(/startshydraulic/2026/07/13/about-mission-GPaz.jpg) no-repeat center 178px;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0 100px 0px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: white;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: white;
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
  padding: 90px 0 100px;
      /*background: #f8f8f8;*/
}

.about-page .about-3 .content {
  display: block;
  padding: 25px 0 80px;
  font-size: 16px;
  color: #959595;
  line-height: 2;
}

.about-page .about-3 .list ul.grid-box{
  margin: -15px;
}

.about-page .about-3 .list ul li.column{
  padding: 15px;
}

.about-page .about-3 .list ul li .mml-text {
  /*min-height: 500px;*/
  padding: 50px 15px;
  /*border: 1px solid #dcdcdc;*/
  text-align: center;
  margin: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  background: #f8f8f8;
}
.about-page .about-3 .list ul li i {
  display: block; 
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li i img{
  margin: auto;
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;*/
}
.about-page .about-3 .list ul li:hover i img{
  filter: brightness(0) invert(1);
}
/*.about-page .about-3 .list ul li i.ie1 {
  background-image: url("../images/icon-3-1-1.png");
}
.about-page .about-3 .list ul li i.ie2 {
  background-image: url("../images/icon-3-2-1.png");
}
.about-page .about-3 .list ul li i.ie3 {
  background-image: url("../images/icon-3-3-1.png");
}
.about-page .about-3 .list ul li i.ie4 {
  background-image: url("../images/icon-3-4-1.png");
}
.about-page .about-3 .list ul li i.ie5 {
  background-image: url("../images/icon-3-5-1.png");
}
.about-page .about-3 .list ul li i.ie6 {
  background-image: url("../images/icon-3-6-1.png");
}
.about-page .about-3 .list ul li i.ie7 {
  background-image: url("../images/icon-3-7-1.png");
}
.about-page .about-3 .list ul li i.ie8 {
  background-image: url("../images/icon-3-8-1.png");
}
.about-page .about-3 .list ul li i.ie9 {
  background-image: url("../images/icon-3-9-1.png");
}
.about-page .about-3 .list ul li i.ie10 {
  background-image: url("../images/icon-3-10-1.png");
}
.about-page .about-3 .list ul li:hover i.ie1 {
  background-image: url("../images/icon-3-1-2.png");
}
.about-page .about-3 .list ul li:hover i.ie2 {
  background-image: url("../images/icon-3-2-2.png");
}
.about-page .about-3 .list ul li:hover i.ie3 {
  background-image: url("../images/icon-3-3-2.png");
}
.about-page .about-3 .list ul li:hover i.ie4 {
  background-image: url("../images/icon-3-4-2.png");
}
.about-page .about-3 .list ul li:hover i.ie5 {
  background-image: url("../images/icon-3-5-2.png");
}
.about-page .about-3 .list ul li:hover i.ie6 {
  background-image: url("../images/icon-3-6-2.png");
}
.about-page .about-3 .list ul li:hover i.ie7 {
  background-image: url("../images/icon-3-7-2.png");
}
.about-page .about-3 .list ul li:hover i.ie8 {
  background-image: url("../images/icon-3-8-2.png");
}
.about-page .about-3 .list ul li:hover i.ie9 {
  background-image: url("../images/icon-3-9-2.png");
}
.about-page .about-3 .list ul li:hover i.ie10 {
  background-image: url("../images/icon-3-10-2.png");
}*/
.about-page .about-3 .list ul li h5 {
  display: block;
  font-size: 20px;
  line-height: 2;
  margin: 20px 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.about-page .about-3 .list ul li p {
  display: block;
  font-size: 16px;
  color: #959595;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 160px;
  overflow-y: auto;
  padding: 0 15px;
}
.about-page .about-3 .list ul li .mml-text:hover {
  background: var(--color);
  color: white;
}
.about-page .about-3 .list ul li:hover p {
  color: white;
}
.about-page .about-3 .list ul li:nth-child(2),
.about-page .about-3 .list ul li:nth-child(5) {
  /*top: -30px;*/
}

.about-page .about-3 .list .slick-dots{
  text-align: center;
  margin-top: 30px;
}
.about-page .about-3 .list .slick-dots li{
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 6px;
  background-color: #ccc;
  border-radius: 4px;
}
.about-page .about-3 .list .slick-dots li.slick-active{
  background-color: var(--color);
}

.about-page .about-3 .list .slick-dots li button{
  display: none;
}
.about-page .about-5 {
  padding: 60px 0 80px; 
}

.about-page .about-5 .left .text {
  display: block;
  font-size: 16px;
  color: #717171;
  line-height: 2;
  margin: 10px 0 25px;
}

.about-page .about-5 .right ul.grid-box {
  margin: -15px;
}
.about-page .about-5 .right ul li.column {
  padding: 15px;
}
.about-page .about-5 .right ul li img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 0;
}

.about-page .about-5 .right .slick-dots{
  text-align: center;
  margin-top: 30px;
}
.about-page .about-5 .right .slick-dots li{
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 6px;
  background-color: #ccc;
  border-radius: 4px;
}
.about-page .about-5 .right .slick-dots li.slick-active{
  background-color: var(--color);
}

.about-page .about-5 .right .slick-dots li button{
  display: none;
}
.inner-page .about-6 {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 120px;
}
.inner-page .about-6 .tit {
  font-weight: bold;
  margin-bottom: 50px;
  color: #000;
}
.inner-page .about-6 .factorybox {
  position: relative;
  padding-bottom: 100px;
}
.inner-page .about-6 .factorybox .navbox {
  position: absolute;
  bottom: 0;
  left: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
  font-size: 24px;
}
.inner-page .about-6 .factorybox .navbox em {
  font-weight: bold;
  margin: 0 5px;
}
.inner-page .about-6 .factorybox .navbox em.now {
  font-size: 32px;
  color: #000;
}
.inner-page .about-6 .factorybox ul.factorylist li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
}
.inner-page .about-6 .factorybox ul.factorylist .slick-center li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-page .about-6 .factorybox .slick-dots {
  position: absolute;
  width: 415px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 8%;
  bottom: -100px;
}
.inner-page .about-6 .factorybox .slick-dots li {
  width: 100%;
  height: 1px;
  background: #aaa;
  padding: 0;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.inner-page .about-6 .factorybox .slick-dots li button {
  display: none;
}
.inner-page .about-6 .factorybox .slick-dots li.slick-active {
  min-width: 150px;
  background: #000;
}
@media screen and (max-width: 1680px) {
    
     .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    } 
}
@media screen and (max-width: 1450px){
   .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
}
@media screen and (max-width: 1250px) {
  .about-page .about-num ul li{
    zoom: 0.8;
  }
   .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 0 40px 40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
     .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
     .about-page .about-3 .list ul li i {
     
    background-size: auto 100%;
  }
  .about-page .about-3 .list ul li h5 {
    font-size: 18px;
  }
  .about-page .about-3 .list ul li p {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li {
    padding: 30px 15px;
  }
   .about-page .about-3 {
    padding: 60px 0;
  }
   .about-page .about-5 .right ul li img {
    top: 0 !important;
  }
  .about-page .about-5 .right ul li {
    padding: 5px;
  }
  .about-page .about-5 .right ul {
    margin: -5px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
   .about-ab .top .con{
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
  }
   .about-ab .top .con::-webkit-scrollbar-thumb{
     background: var(--color);
   }
    .about-ab .about-factory .box:after{
    display: none;
  }
   .about-page .about-num ul {
      flex-wrap: wrap;
  }
  .about-ab .top p{
    font-size: 16px;
  }
  .about-page .about-num ul li {
      width: 50%;
      margin-bottom: 20px;
      zoom: 1;
  }
 
  .about-page .about-num ul li:after {
      display: none;
  }

  .about-page .about-num ul li p {
      font-size: 14px;
  }

  .about-page .about-num ul li em {
      font-size: 24px;
  }
   .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .content {
    font-size: 16px;
  } 
  .about-page .about-3 .list ul li:nth-child(2),
  .about-page .about-3 .list ul li:nth-child(5) {
    top: 0;
  }

   .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .about-page .about-5 .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  
   .about-ab .top h2{
    font-size: 20px;
    -webkit-text-stroke: 1px rgba(0,0,0,0.5);
  }
  .about-ab .top{
    padding-top: 30px;
  }
  .about-ab .top h3{
    font-size: 32px;
    line-height: 2;
  }
   .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
}
@media screen and (max-width: 500px){
   .about-ab .top h2{
    font-size: 20px;
  } 
  .about-ab .top p{
    font-size: 15px;
  }
   .about-ab .top h3{
    font-size: 28px;
    line-height: 1.2;
  }
   .about-page .about-num ul li {
    width: 100%;
  }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
}


.toptab {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.toptab.hidden {
    display: none
}

.toptab ul {
    margin: 0
}

.toptab ul li {
    padding: 20px 15px;
    text-align: center;
    font-size: 18px !important;
    border-right: 1px solid rgba(0,0,0,.2);
    transition: .5s
}

.toptab ul li:first-child {
    border-left: 1px solid rgba(0,0,0,.2)
}

.toptab ul li a {
    display: block
}

.toptab ul li.active,.toptab ul li:hover {
    background: var(--color);
    color: #fff
}
@media screen and (max-width: 1000px) {
    .toptab {
        display:none
    }
}

.case-page .init-1 ul{
  margin: 60px -15px 0;
}
.case-page .init-1 ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.case-page .init-1 ul li{
  padding: 0 15px;
  margin-top: 30px;
}
.case-page .init-1 ul li .box{
  position: relative;
}
.case-page .init-1 ul li .box .img{
  display: block;
  overflow: hidden;
}
.case-page .init-1 ul li .box{
  position: relative;
  z-index: 2;
}
.case-page .init-1 ul li .box::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  z-index: 2;
}
.case-page .init-1 ul li .box .cont{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 50px 40px;
  width: 100%;
  color: #fff;
}
.case-page .init-1 ul li .box .cont .sub{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all .5s;
  background: var(--color);
  transform: scaleX(0);
  z-index: -1;
  transform-origin: left;
}
.case-page .init-1 ul li .box .cont .cat{
  font-size: 16px;
  font-weight: 500;
}
.case-page .init-1 ul li .box .cont .title{
  font-weight: bold; 
  font-size: 24px;
  margin-top: 6px;
  display: block;
  max-width: 400px;
}
.case-page .init-1 ul li .box .cont .moreC{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
}
.case-page .init-1 ul li .box .cont .moreC .more{
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  clip-path: unset;
  padding: 0;
  background: transparent;
}
.case-page .init-1 ul li .box .cont .moreC .more i{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all .5s;
  font-size: 36px;
}
.case-page .init-1 ul li .box .cont .moreC .more i.i1{
  left: -50px;
}
.case-page .init-1 ul li .box:hover .cont .sub{
  transform: scaleX(1);
}
.case-page .init-1 ul li .box:hover .cont .moreC .more i{
  transform: translateX(50px);
  color: var(--color);
}

.casedet-page .init-1 .cat_img img{
  width: auto;
}
.casedet-page .init-1 .title{
  font-size: 46px; 
  font-weight: bold;
  margin-top: 60px;
}
.casedet-page .init-1 .content{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}


@media (max-width: 1500px) {
  .casedet-page .init-1 .title{
    font-size: 38px;
  }
}
@media (max-width: 1000px) {
  .case-page .init-1 ul li .box .cont{
    padding: 40px 10px;
  }
  .case-page .init-1 ul li .box .cont .moreC{
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 500px) {
  .case-page .init-1 ul{
    margin-top: 20px;
  }
  .casedet-page .init-1 .title{
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.2;
  }
}

.service-page {
  padding: 40px 0 80px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 .container .top .text {
  vertical-align: middle; 
}
.service-page .service-1 .container .top .text .des {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.service-page .service-1 .container .top .text .btn {
  margin-top: 36px;
}
.service-page .service-1 .container .top .text .btn .link {
  vertical-align: top;
  margin-left: 35px;
}
.service-page .service-1 .container .top .text .btn .link em {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color);
}
.service-page .service-1 .container .top .text .btn .link span {
  display: inline-block;
  padding-left: 5px;
  font-weight: 700;
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
}
.service-page .service-1 .container .top .img {
  text-align: right; 
}
.service-page .service-1 .container .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .tipsTitleCont .tipsTitle1 span {
  width: auto;
}
.service-page .service-2 .header .title {
  line-height: 1.2;
  margin-top: 12px;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 10px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827f;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 600; 
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.service-page .service-3 {
  padding: 60px 0;
  background-color: var(--color);
  color: #fff;
}
.service-page .service-3 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-3 h3 {
  /*margin-bottom: 20px;*/
  font-weight: 700; 
  width: 80%;
}
.service-page .service-3 .more{
  font-weight: 700; 
  cursor: pointer;
  color: #000;
  margin-top: 10px;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #fff;
}
.service-page .service-3 .more .img{
      
    filter: brightness(0);
}
.service-page .service-3 .more:hover{
  background: var(--color);
  color: white;
} 
.service-page .service-4 .container .header .tipsTitle1 span {
  width: auto;
}
.service-page .service-4 .container .content {
  margin-top: 40px;
}
.service-page .service-4 .container .content ul {
  margin: 0 -15px;
}
.service-page .service-4 .container .content ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 .container .content ul .slick-track .slick-slide {
  height: auto;
}
.service-page .service-4 .container .content ul .slick-track .slick-slide > div {
  height: 100%;
}
.service-page .service-4 .container .content ul li {
  height: 100%;
  padding: 15px;
}
.service-page .service-4 .container .content ul li .box {
  height: 100%;
  background: #f6f6f6;
  padding: 0;
}
.service-page .service-4 .container .content ul li .box .img-box{
  position: relative;
  display: block;
}
.service-page .service-4 .container .content ul li .box .img-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.service-page .service-4 .container .content ul li .box:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.service-page .service-4 .container .content ul li .box .title {
  display: block;
  font-weight: 700; 
  margin-top: 15px;
}
.service-page .service-4 .container .content ul li .box .desc {
  margin-top: 20px;
  color: rgba(0,0,0,.5);
}
@media (max-width: 1500px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-1 .container .top .text .btn .link {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 h3 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-1 .container .top .text {
    width: 100%; 
  }
  
}
@media (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (max-width: 500px) {
  .service-page .service-3 {
    padding: 40px 0;
  }
  .service-page .service-4 .container .content {
    margin-top: 10px;
  }
  .service-page .service-1 .container .top .text .btn {
    margin-top: 10px;
  }
}




/*222222service*/
.service2-page .service-1 {
  padding: 138px 0 130px;
}
.service2-page .service-1 ul {
  margin: -20px;
}
.service2-page .service-1 ul li {
  padding: 20px;
}
.service2-page .service-1 ul li .box {
  background: white;
  -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 75px 55px;
}
.service2-page .service-1 ul li .box .icon {
  height: 60px;
}
.service2-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service2-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 26px;
}
.service2-page .service-1 ul li .box .text {
  font-size: 18px;
  line-height: 30px;
  min-height: 180px;
}
.service2-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service2-page .service-2 {
  background-color: #fafafa;
  padding: 100px 0 100px;
}
.service2-page .service-2 .top {
  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;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service2-page .service-2 .top .text {
  width: 60%;
  padding-right: 60px;
}
.service2-page .service-2 .top .text h3 { 
  font-style: italic;
  margin-bottom: 25px;
}
.service2-page .service-2 .top .text h5{
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
}
.service2-page .service-2 .top .text .content {
  font-size: 17px;
  line-height: 30px;
  margin-top: 30px;
}
.service2-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service2-page .service-2 .top .img{
  width: 40%;
}
.service2-page .service-2 .product {
  margin: 50px 0;
}
.service2-page .service-2 .product ul{
  margin: -15px;
}
.service2-page .service-2 .product ul li{
  padding: 15px;
}
.service2-page .service-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service2-page .service-2 .bottom .text {
  width: 60%;
  padding-left: 80px;
}
.service2-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}
.service2-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service2-page .service-2 .bottom .text .content ul li{
  margin-bottom: 20px;
  display: flex;
}
.service2-page .service-2 .bottom .text .content ul li h5{
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
}
.service2-page .service-2 .bottom .text .content ul li p{
  font-size: 18px;
  margin-top: 6px;
  display: inline-block;
  padding-left: 10px;
}
.service2-page .honor ul{
  margin: -15px;
}
.service2-page .honor ul li{
  padding: 15px;
}
.service2-page .service-3 {
  padding: 140px 0;
  overflow: hidden;
}
.service2-page .service-3 h2 { 
  font-style: italic;
  margin-bottom: 45px;
}
.service2-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.service2-page .service-3 .text .num .item{
  margin-bottom: 15px;
}
.service2-page .service-3 .text .num .item h5{
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
}
.service2-page .service-3 .text .num .item p{
  font-size: 18px;
  display: inline-block;
  padding-left: 10px;
}
.service2-page .service-3 .text .column {
  padding: 50px;
}
.service2-page .service-3 .text .content {
  /*font-weight: 300;*/
}
.service2-page .service-3 .imgbox {
  margin-top: 50px;
}
.service2-page .service-3 ul {
  margin: -15px;
}
.service2-page .service-3 ul li {
  padding: 15px;
}
.service2-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}
.service2-page .service-4 h2 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}
.service2-page .service-4 p.text {
  margin: 30px auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  max-width: 1050px;
}
/*.service2-page .service-4 ul.grid-box {
  margin: -35px;
}
.service2-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service2-page .service-4 ul li .box {
  position: relative;
}
.service2-page .service-4 ul li .box .column{
  vertical-align: middle;
}
.service2-page .service-4 ul li .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}
.service2-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.service2-page .service-4 ul li .box .content .text {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin: 45px 0 45px;
}
.service2-page .service-4 ul li .box .content .text p{
  margin-bottom: 20px;
  font-weight: 500;
}
.service2-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}
.service2-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
}
.service2-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service2-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: var(--color);
}
.service2-page .about{
  padding: 60px 0;
}
.service2-page .about .right{
  padding-left: 50px;
}
.service2-page .about .right .content{
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width:1250px){
  .service2-page .service-1 ul li{
    width: 50%;
  }
  .service2-page .service-2 .top .text h5{
    font-size: 20px;
  }
  .service2-page .service-2 .bottom .text{
    padding-left: 30px;
  }
  .service2-page .service-3{
    padding: 60px 0;
  }
}
@media screen and (max-width:1000px){
  .service2-page .service-1 ul li .box{
    padding: 15px;
  }
  .service2-page .service-1 ul li .box h4{
    font-size: 20px;
  }
  .service2-page .service-1 ul li .box .text{
    font-size: 15px;
  }
  .service2-page .service-2 .bottom,
  .service2-page .service-2 .top{
      -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service2-page .service-2 .bottom .img,
  .service2-page .service-2 .top .text{
    width: 100%;
    padding: 0;
  }
  .service2-page .service-2 .bottom .text,
  .service2-page .service-2 .top .img{
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .service2-page .service-2 .top .text .content{
    font-size: 16px;
  }
}
@media screen and (max-width:700px){
  .service2-page .service-1{
    padding: 50px 0;
  }
  .service2-page .service-2{
    padding: 50px 0 30px;
  }
  .service2-page .service-1 ul li{
    width: 100%;
  }
  .service2-page .service-1 ul li .box .text{
    min-height: unset;
  }
  .service2-page .service-3 .text{
    margin: 0;
  }
  .service2-page .service-4 h2{
    font-size: 28px;
  }
  .service2-page .service-4{
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:500px){
  .service2-page .service-2 .top .text h5{
    font-size: 16px;
  }
  .service2-page .service-2 .bottom .text .content{
    font-size: 15px;
  }
  .service2-page .service-4 p.text{
    margin: 10px 0 20px;
  }
}




.product-page .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
  display: block;
  position: relative;
}
.product-page .init-2 .container .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.product-page .init-2 .container .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.product-page .init-2 .container .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.product-page .init-2 .container .fl-list ul li a {
  display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
  color: var(--color);
}
.product-page .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.product-page .init-2 .container .product-search {
  margin-left: 50px;
  border: solid 1px #474747;
}
.product-page .init-2 .container .product-search form {
  height: 64px;
  width: 365px;
  position: relative;
  font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
}
.product-page .init-2 .container .product-search form .btn {
  width: 75px;
  background-color: var(--color);
  border: none;
  border-radius: 0; 
  background-repeat: no-repeat;
  background-position: center;
}
.product-page .init-2 .container .product-search form .btn:hover {
  background-color: var(--color);
}
.product-page .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold; 
}
.product-page .init-3 .container .des{
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
.product-page .init-3 .container .des table{
  border: none;
}
.product-page .init-3 .container .des table tr{
  background: #fff;
}
.product-page .init-3 .container .des table tr td{
  border: 1px solid #ccc;
}
.product-page .init-3 .container .des table tbody > tr > td:first-child{
  background: #f6f6f6;
  min-width: 100px;
}
.product-page .init-3 .container .cat_des{
  max-height: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 2;
  padding-right: 4px;
  overflow-y: auto;
  font-weight: 500;
}
.product-page .init-3 .container .cat_des h2{
  font-size: 22px;
  font-weight: 600;
}
.product-page .init-3 .container .cat_des h3{
  font-size: 20px;
  font-weight: 600;
}
.product-page .init-3 .container .cat_des ul li{
  margin: 5px 20px;
}
.product-page .init-3 .container .content {
  margin-top: -40px;
}
.product-page .init-3 .container .content ul{
  margin: 0 -22px;
}
.product-page .init-3 .container .content ul > p{
  font-size: 20px;
  margin: 60px 20px 0;
  letter-spacing: 0;
}
.product-page .init-3 .container .content ul li {
  padding: 0 22px;
  margin-top: 90px;
}
.product-page .init-3 .container .content ul li .box {
  cursor: pointer;
}
.product-page .init-3 .container .content ul li .box .img {
  display: block;
  border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600; 
  line-height: 1.8;
  min-height: 4em;
}
.product-page .init-3 .container .content ul li .box .title:hover{
  color: var(--color);
}
.product-page .init-3 .container .content ul li .box .title2{
  color: #5f5f5f;
  margin-top: 10px;
  font-weight: 500;
  line-height: 2;
   
}
.product-page .init-3 .container .content ul li .box .slick-track{
  margin-left: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg{
  margin-top: 10px;
}
.product-page .init-3 .container .content ul li .box .smallImg .grid-box{
  margin: 0 -5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl{
  padding: 0 5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl .box{
  border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}
.product-page .init-3 .container .content ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-3 .container .content ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 70px;
  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%);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close {
  z-index: 2;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
  width: 380px;
  height: 388px;
  border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
  position: relative;
  width: 110px;
  padding-left: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
  height: 354px;
  width: 100%;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
  padding: 0;
  margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
  padding: 0;
  margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
  display: block;
  border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
  left: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
  width: -webkit-calc(-390%);
  width: -moz-calc(-390%);
  width: calc(100% - 490px);
  padding-left: 40px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
  font-weight: 600; 
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
  color: #5f5f5f;
  font-weight: 500;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  font-weight: 700;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
  width: 100% !important;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
  width: 190px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 30px;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  padding: 11px 24px; 
  background-color: var(--color);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
  background-color: #000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
  transform: rotate(45deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}
@media (max-width: 1500px) {
  .product-page .init-3 .container .des table tr td{
    min-width: 120px;
  }
  .product-page .init-3 .container .des table tbody>tr>td:first-child{
    min-width: 120px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 540px;
  }
}
@media (max-width: 1250px) {
  .product-page .init-3 .container .content ul li{
    width: 33.3%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top {
    text-align: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    display: none;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 700px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
   .product-page .init-1 {
    display: none;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 .container .content ul li{
    width: 50%;
  }
}
@media (max-width: 700px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 96%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    padding-right: 10px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
  .product-page .init-3 .container .content ul li{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .init-3 .container .content {
    margin-top: 0;
  }
  .product-page .init-3 .container .content ul{
    margin: 0;
  }
  .product-page .init-3 .container .content ul li {
    padding: 0;
    margin-top: 30px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    text-align: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
}

.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .prodet-2 {
    padding: 90px 0 60px 0px;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px; 
    text-transform: uppercase;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font-en);
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
.product-page .prodet-2 .ret .content .title{
  position: relative;
  background: #f5f5f5;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}
.product-page .prodet-2 .ret .content .title i{
  width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: black; 
    cursor: pointer;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
      -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .prodet-2 .ret .content .title i:after, 
.product-page .prodet-2 .ret .content .title i:before {
    content: '';
    width: .5em;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .ret .content .title i:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.product-page .prodet-2 .ret .content .title.active i:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.product-page .prodet-2 .ret .content .title.active i,
.product-page .prodet-2 .ret .content .title:hover i{
  background: var(--color);
  color: white;
}
.product-page .prodet-2 .ret .content .des{
  display: none;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 20px; 
    line-height: 1.2;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}
.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}
@media screen and (max-width: 1500px){
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    } 
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .content dl dd h4{
      font-size: 22px;
    }
}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 46%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  font-family: 'Hemihead';
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.8;
  /*display: none;*/
  max-height: 290px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/
@media (max-width: 1000px){
   .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }
  .contact-1 .list ul li{
      width: 50%;
      margin-bottom: 12px;
  }

}
@media (max-width: 500px){
  .contact-1 .list ul li{
      width: 100%;
      margin-bottom: 12px;
  }
  .contact-1 .list ul li .box p{
    min-height: unset;
  }
  .contact-1 {
    padding: 60px 0 30px;
  }
   .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

}