@font-face {
  font-family: 'AktivGroteskEx';
  src: url(../fonts/AktivGroteskEx-Bold.ttf) format('truetype'), url(../fonts/AktivGroteskEx-Bold.eot) format('eot'), url(../fonts/AktivGroteskEx-Bold.woff) format('woff'), url(../fonts/AktivGroteskEx-Bold.woff2) format('woff2');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url(../fonts/AktivGroteskEx-Light.ttf) format('truetype'), url(../fonts/AktivGroteskEx-Light.eot) format('eot'), url(../fonts/AktivGroteskEx-Light.woff) format('woff'), url(../fonts/AktivGroteskEx-Light.woff2) format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url(../fonts/AktivGroteskEx-Regular.ttf) format('truetype'), url(../fonts/AktivGroteskEx-Regular.eot) format('eot'), url(../fonts/AktivGroteskEx-Regular.woff) format('woff'), url(../fonts/AktivGroteskEx-Regular.woff2) format('woff2');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url(../fonts/AktivGroteskEx-Black.ttf) format('truetype'), url(../fonts/AktivGroteskEx-Black.eot) format('eot'), url(../fonts/AktivGroteskEx-Black.woff) format('woff'), url(../fonts/AktivGroteskEx-Black.woff2) format('woff2');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url(../fonts/AktivGroteskEx-Thin.ttf) format('truetype'), url(../fonts/AktivGroteskEx-Thin.eot) format('eot'), url(../fonts/AktivGroteskEx-Thin.woff) format('woff'), url(../fonts/AktivGroteskEx-Thin.woff2) format('woff2');
  font-weight: 200;
  font-display: swap;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
.layui-layer-dialog .layui-layer-content {
    white-space: pre-wrap;
    word-break: keep-all !important;
}
body {
  margin: 0;
  padding: 0;
  --color: #006657;
  --color2: #ee7515;
  font-family: 'AktivGroteskEx';
  background-color: #fff;
  height: auto;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1350px;
  margin: 0 auto;
  position: relative;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
#header .container {
  width: auto;
  max-width: 1770px;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 96px;
}
#header .nav .ui.menu .menu-box {
  width: 52%;
  height: 100%;
  margin-left: 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 {
  -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.menu-item-484396 .sub-menu{
    width: 240px;
}
#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;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none 9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block 9;
}
#header .nav .ui.menu .box {
  height: 100%;
}
#header .nav .ui.menu .box .btn-go {
  color: white;
}
#header .nav .ui.menu .yuy {
  height: 100%;
  padding-right: 1em;
}
#header .nav .ui.menu .yuy span img {
  max-width: 28px;
  transform: translateY(-3px);
}
#header .nav .ui.menu .yuy span i {
  font-size: .7em;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#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('http://hwaqtester.hwaq.cc:49998/wp-content/uploads/html-template-assets/www-tubebendingmachinery-com/template-en-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('http://hwaqtester.hwaq.cc:49998/wp-content/uploads/html-template-assets/www-tubebendingmachinery-com/template-en-images-close.png') no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .more {
  height: 3.11111111em;
  padding: 0.33333333em;
  border-radius: 1.55555556em;
  background-color: #0c286c;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .more i {
  width: 2.44444444em;
  height: 2.44444444em;
  border-radius: 100%;
  background-color: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
#header .more i:before {
  font-size: 1.3em;
}
#header .more em {
  padding: 0 1.1em;
}
#header .more:hover {
  background-color: black;
}
#header .more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .box .more {
  display: none;
}
#header .nav .ui.menu .logo img {
  max-height: 46px;
}
#header .nav .ui.menu .menu-box {
  width: 68%;
}
}
.language-box .zhuyu {
  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;
  font-size: 16px;
}
.language-box .zhuyu span {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 5px;
  color: white;
}
.language-box .zhuyu i {
  font-size: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.home-title span {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: var(--color2);
}
.home-title h3 {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}
.btn-go {
  min-width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  padding: 0 2em;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  z-index: 1;
  padding-top: 5px;
}
.btn-go span {
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 2;
  display: block;
}
.btn-go.white {
  background: transparent;
  border: 1px solid white;
}
.btn-go.white span {
  color: white;
}
.btn-go.white:hover {
  border: 1px solid white;
}
.btn-go::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: black;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}
.btn-go:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.submit input[type="submit"] {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 55px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: white;
}
#banner .banner-content ul li .content h2 {
  font-weight: 900;
  color: white;
  line-height: 1.2;
  text-align: center;
  margin: 10px -5%;
}
#banner .banner-content ul li .sports {
  margin: 30px auto 0;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .category .category-content ul .slick-track {
    align-items: flex-end;
}
#index-body .category .category-content ul li h4 {
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
}
#index-body .scrollTxt {
  white-space: nowrap;
  font-weight: 900;
  color: #006457;
  opacity: .2;
  line-height: 1;
  position: relative;
  top: .2em;
  animation: lz 5s linear infinite;
}
#index-body .scrollTxt span {
  margin-right: 1em;
}
@keyframes lz {
  form {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#index-body .application {
  padding: 70px 0 90px;
}
#index-body .application ul li {
  padding: 0 12px;
}
#index-body .application ul li .box {
  width: 100%;
  position: relative;
  border-bottom-right-radius: 25%;
  border-top-left-radius: 25%;
  overflow: hidden;
  display: block;
}
#index-body .application ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .application ul li .box h4 {
  width: 100%;
  height: 90px;
  font-size: 25px;
  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: 0 25px;
  font-weight: bold;
  color: white;
  background-color: #007653;
  line-height: 1.2;
}
#index-body .grid-text {
  background: url("../images/grid-text-bg-1.jpg") no-repeat;
  background-size: cover;
  height: 465px;
}
#index-body .grid-text .ui.container {
  max-width: 1000px;
}
#index-body .grid-text h2 {
  color: white;
  font-size: 34px;
  font-weight: bold;
}
#index-body .grid-text h2 img {
  display: inline-block;
  margin: 0 8px;
}
#index-body .grid-text-2 {
  background: url("../images/grid-text-bg-2.jpg") no-repeat;
  background-size: cover;
  height: 465px;
}
#index-body .grid-text-2 .text {
  text-align: right;
}
#index-body .grid-text-2 .text span {
  color: var(--color2);
  font-size: 20px;
  font-weight: bold;
}
#index-body .grid-text-2 .text h3 {
  font-weight: bold;
  color: white;
  max-width: 50%;
  margin-left: auto;
  margin-top: 15px;
}
#index-body .about {
  padding: 150px 0 195px;
  position: relative;
}
#index-body .about .about-content .content {
  width: 100%;
  margin: 0 -60px;
}
#index-body .about .about-content .content .right {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  width: 580px;
}
#index-body .about .about-content .content .right .img_box {
  position: relative;
}
#index-body .about .about-content .content .right .img_box .icon {
  position: absolute;
  right: -135px;
  bottom: -45px;
}
#index-body .about .about-content .content .right p:nth-child(3) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 45px;
  margin-bottom: 35px;
}
#index-body .about .about-content .content .left {
  max-width: 55%;
  width: 55%;
  position: relative;
}
#index-body .about .about-content .content .left .home-title h3 {
  font-size: 44px;
}
#index-body .about .about-content .content .left .img_box {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  width: 770px;
}
#index-body .about .about-content .content .left ul {
  position: absolute;
  bottom: -105px;
  left: 0;
}
#index-body .about .about-content .content .left ul li {
  color: white;
  background-color: var(--color);
  width: 195px;
  height: 265px;
  border-bottom-right-radius: 25%;
  border-top-left-radius: 25%;
  -webkit-box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 17px;
}
#index-body .about .about-content .content .left ul li:last-child {
  background-color: var(--color2);
  margin-left: 60px;
}
#index-body .about .about-content .content .left ul li .icon-box {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  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;
  background-color: white;
}
#index-body .about .about-content .content .left ul li h4 {
  font-weight: bold;
  font-size: 45px;
  margin: 20px 0 0;
  line-height: 1.4;
}
#index-body .about .about-content .content .left ul li h4 sub {
  vertical-align: baseline;
}
#index-body .about .about-content .content .left ul li p {
  font-weight: bold;
}
#index-body .service {
  background: url("../images/service-bg.png") no-repeat;
  background-size: cover;
  padding: 105px 0;
  overflow: hidden;
}
#index-body .service .service-content .service-title p {
  
}
#index-body .service .service-content .content{
  margin-right: -30%;
  padding-right: 20%;
  overflow: hidden;
}
#index-body .service .service-content ul {
  margin: 75px -17px 0;
}
#index-body .service .service-content ul .slick-list{
  overflow: unset;
}
#index-body .service .service-content ul li {
  padding: 0 17px;
}
#index-body .service .service-content ul li .box .title .icon{
  position: absolute;
  left:0;
  top:0;
  opacity: 0;
  transition: opacity 0.5s;
}
#index-body .service .service-content ul li:hover .box .title .icon{
  opacity: 1;
}
#index-body .service .service-content ul li .box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
  position: relative;
}
#index-body .service .service-content ul li .box .title h4 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  line-height: 32px;
  margin-bottom: -3px;
}
#index-body .product {
  padding: 95px 0 115px;
}
#index-body .product .product-content ul {
  margin: 70px -15px 0;
}
#index-body .product .product-content ul li {
  padding: 0 15px;
  position: relative;
}
#index-body .product .product-content ul li:hover .box .img_box img {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  transform: translateY(75px);
}
#index-body .product .product-content ul li:hover .box .title {
  -webkit-transform: translateY(-310px);
  -moz-transform: translateY(-310px);
  -ms-transform: translateY(-310px);
  transform: translateY(-310px);
}
#index-body .product .product-content ul li:hover .box .btn {
  bottom: 0;
  opacity: 1;
}
#index-body .product .product-content ul li .box .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 315px;
  -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;
  /*background-color: #f0f0f0;*/
}
#index-body .product .product-content ul li .box .img_box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content ul li .box .title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
#index-body .product .product-content ul li .box .title h4 {
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
}
#index-body .product .product-content ul li .box .title h4:hover {
  color: var(--color);
}
#index-body .product .product-content ul li .box .btn {
  position: absolute;
  left: 50%;
  bottom: -20%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
#index-body .news {
  padding: 105px 0 145px;
}
#index-body .news .news-content .home-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .news .news-content .home-title img {
  position: absolute;
  bottom: 10px;
  left: 95%;
}
#index-body .news .news-content ul {
  margin: 70px -45px 0;
}
#index-body .news .news-content ul li {
  padding: 0 45px;
  position: relative;
}
#index-body .news .news-content ul li .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .news .news-content ul li h4 {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  margin-top: 8px;
}
#index-body .news .news-content ul li h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li p {
  margin: 15px 0 60px;
}
#footer {
  position: relative;
  background: #006457;
}
#footer .footer-info {
  border-bottom: 1px solid rgba(255,255,255,.5);
}
#footer .footer-info ul li {
  height: 150px;
  border-left: 1px solid rgba(255,255,255,.5);
  width: 33.33333%;
  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;
  padding-top: 2%;
}
#footer .footer-info ul li:last-child {
  border-right: 1px solid rgba(255,255,255,.5);
}
#footer .footer-info ul li .f-icon {
  width: 65px;
  height: 65px;
  background-color: var(--color2);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
  margin-top: -36px;
}
#footer .footer-info ul li .f-text {
  color: #fff;
  max-width: calc(100% - 120px);
}
#footer .footer-info ul li .f-text p {
  font-size: 16px;
line-height: 30px;
}
#footer .footer-info ul li .f-text span {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  min-height: 3.6em;
  display: block;
}
#footer .footer-t {
  padding: 80px 15px 125px;
}
#footer .footer-t ul {
  margin: 0 -13px;
}
#footer .footer-t ul li {
  padding: 0 13px;
}
#footer .footer-t ul li .box {
  color: white;
}
#footer .footer-t ul li .box .share a {
  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;
  width: 50px;
  height: 50px;
  background-color: var(--color2);
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t ul li .box .share a:last-child {
  margin-right: 0;
}
#footer .footer-t ul li .box .share a i {
  color: white;
  font-size: 20px;
}
#footer .footer-t ul li .box .share a:hover {
  background-color: black;
}
#footer .footer-t ul li .box #ewm img,
#footer .footer-t ul li .box #ewm canvas {
  width: 120px;
  height: auto;
  border: 3px solid #fff;
  margin: 15px auto 30px;
}
#footer .footer-t ul li .box h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 40px;
}
#footer .footer-t ul li .box form {
  position: relative;
}
#footer .footer-t ul li .box form input[type='text'] {
  width: 325px;
  height: 55px;
  border-radius: 35px;
  border: none;
  background-color: white;
  font-size: 14px;
  padding: 0 25px;
  margin-bottom: 10px;
  display: block;
  color: #000;
}
#footer .footer-t ul li .box form input[name='content']{
  padding-right: 60px;
}
#footer .footer-t ul li .box form input:nth-last-child(2) {
  margin-bottom: 0px;
}
#footer .footer-t ul li .box > p.font-16 {
  max-width: 270px;
  line-height: 1.7;
}
#footer .footer-t ul li .box form input[type='submit'] {
  width: 40px;
  height: 40px;
  border: none;
  background: url("../images/submit.png") no-repeat;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
#footer .footer-t ul li .box form input::-webkit-input-placeholder {
  color: #000;
}
#footer .footer-t ul li .box form input::-moz-placeholder {
  color: #000;
}
#footer .footer-t ul li .box form input:-moz-placeholder {
  color: #000;
}
#footer .footer-t ul li .box form input:-ms-input-placeholder {
  color: #000;
}
#footer .footer-t ul li .box span {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 30px;
  opacity: 0.7;
  font-weight: 200;
  transition: all 0.5s;
  width: fit-content;
}
#footer .footer-t ul li:nth-child(2) .box span,
#footer .footer-t ul li:nth-child(3) .box span{
  border-bottom: 1px solid transparent;
}
#footer .footer-t ul li:nth-child(2) .box span:hover,
#footer .footer-t ul li:nth-child(3) .box span:hover{
  border-bottom: 1px solid white;
}
#footer .footer-t ul li .box span:last-child {
  margin-bottom: 0px;
}
#footer .footer-b {
  border-top: 1px solid rgba(255,255,255,.5);
}
#footer .footer-b .footer-b-box {
  height: 75px;
}
#footer .footer-b .footer-b-box span {
  display: block;
  font-size: 16px;
  color: white;
  opacity: 0.8;
  font-weight: 200;
}
#footer .footer-b .footer-b-box .huhu{
  margin-left: 10px;
  margin-right: 10px;
}
#footer .footer-b .footer-b-box img {
  width: 260px;
  height: auto;
  padding-top: 2px;
  opacity: 0.8;
  margin-left: 5px;
}
.shouye
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 45px;
    margin-bottom: 35px;
}
.shouye h1{
  display: inline;
}
@media (max-width: 1600px) {
  #banner .banner-content ul li .content {
    bottom: 120px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 50px;
  }
  #banner .banner-content ul li .sports {
    bottom: 70px;
  }
  #index-body .application {
    padding: 0 15px 120px;
  }
  #index-body .about .about-content .content {
    margin: 0;
  }
  #index-body .about .about-content .content .left .img_box {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  #index-body .about .about-content .content .left ul {
    left: 60px;
  }
  #index-body .about .about-content .content .right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    width: 530px;
  }
}
@media (max-width: 1400px) {
  .application .application-1 .container .left .box .box-b .text {
    padding: 15px !important;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 35px;
  }
  #banner .banner-content ul li .btn {
    margin-top: 25px;
  }
  #index-body .application ul li .box h4 {
    height: 80px;
    font-size: 20px;
  }
  #index-body .about .about-content .content .right {
    width: 40%;
  }
  #index-body .about .about-content .content .left .img_box {
    width: 100%;
  }
  #index-body .about .about-content .content .left ul {
    bottom: 0;
  }
  #index-body .about {
    padding: 125px 0;
  }
}
@media (max-width: 1200px) {
  #banner .banner-content ul li .sports {
    display: none;
  }
  #footer .footer-b .footer-b-box .huhu{
    display: none;
  }
  #banner .banner-content ul li .content {
    bottom: auto;
    top: 50%;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 30px;
  }
  .home-title h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
  }
  #index-body .grid-text h2 {
    font-size: 28px;
    max-width: 96%;
  }
  #index-body .grid-text {
    height: 300px;
  }
  #index-body .about .about-content .content .left .home-title h3 {
    font-size: 30px;
  }
  #index-body .about .about-content .content .right p {
    
    padding-right: 0;
  }
  #index-body .about .about-content .content .left .img_box {
    height: 480px;
  }
  #index-body .about .about-content .content .left .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .grid-text-2 .text h3 {
    font-size: 24px;
  }
  #index-body .grid-text-2 {
    height: 320px;
  }
  #footer .footer-info ul li .f-icon {
    width: 50px;
    height: 50px;
  }
  #footer .footer-info ul li .f-text p,
  #footer .footer-info ul li .f-text span {
    font-size: 14px;
  }
  #footer .footer-info ul li {
    width: 30%;
  }
  #footer .footer-info ul li:last-child {
    width: 40%;
  }
  #footer .footer-t ul li .box form input[type='text'] {
    width: 220px;
    height: 50px;
  }
  #footer .footer-t ul li:last-child {
    max-width: 25%;
  }
  #footer .footer-t ul li .box form input[type='submit'] {
    bottom: 5px;
  }
  #footer .footer-t {
    padding: 80px 15px;
  }
  .application .application-1 .container .left .box .box-b .text {
    width: calc(100% - 30px) !important;
  }
  #banner .banner-content ul li .content h2 {
      margin: 0;
  }
}
@media (max-width: 1000px) {
  .font-28{
    font-size: 20px;
line-height: 36px;
  }
  .product-page .product-2{
    margin-top:0px!important;
  }
  .product-page .init-1 .tip_title{
    font-size: 18px!important;
line-height: 32px;
  }
  .Auxil-catdes{
    display: none!important;
  }
  #banner .banner-content ul li .content p br,
  #index-body .about .about-content .content .right .img_box .icon {
    display: none;
  }
  .home-title h3 {
    font-size: 22px;
    line-height: 1.8;
  }
  #index-body .category {
    padding: 90px 0;
  }
  #index-body .application ul li .box h4 {
    height: 70px;
    font-size: 16px;
    line-height: 1.4;
  }
  #index-body .about .about-content .content .left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 110px;
  }
  #index-body .about .about-content .content .left ul {
    bottom: -60px;
  }
  #index-body .about .about-content .content .right {
    width: 100%;
  }
  #index-body .about .about-content .content .right .img_box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .grid-text-2 .text h3 {
    max-width: 80%;
  }
  #footer .footer-info ul li {
    width: 50%;
  }
  #footer .footer-info ul li:nth-child(2) {
    border-right: 1px solid #7a848c;
  }
  #footer .footer-info ul li:last-child {
    width: 100%;
    border-top: 1px solid #7a848c;
  }
  #footer .footer-t ul li:nth-child(2),
  #footer .footer-t ul li:nth-child(3) {
    display: none;
  }
  #footer .footer-t ul li:last-child {
    max-width: 50%;
  }
  #footer .footer-t ul li .box form input[type='text'] {
    width: 100%;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    padding: 20px 15px;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
  #index-body .service .service-content ul li .box .title h4 {
    margin-left: 10px;
  }
  #index-body .service .service-content ul li .box .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  #index-body .product {
    padding: 70px 0;
  }
  #index-body .category .category-content .home-title h3 {
font-size: 18px;
line-height: 32px;
  }
  #index-body .category .category-content ul {
    margin: 40px -15px 0;
  }
  #index-body .category .category-content ul li {
    padding: 0 15px;
  }
  #index-body .application,
  #index-body .grid-text,
  #index-body .grid-text-2,
  #index-body .service {
    display: none;
  }
  #index-body .about {
    padding: 0;
  }
  #index-body .about .about-content .content .left ul {
    left: 30px;
  }
  #index-body .about .about-content .content .left ul li:last-child {
    margin-left: 30px;
  }
  #index-body .product .product-content .product-title .btn-go {
    margin-top: 35px;
  }
  #index-body .news {
    padding: 85px 0;
  }
  #footer .footer-info ul li {
    width: 100%;
  }
  #footer .footer-info ul li:first-child {
    border-right: 1px solid #7a848c;
    border-bottom: 1px solid #7a848c;
  }
  #footer .footer-t ul li:last-child {
    max-width: 100%;
    width: 100%;
  }
  #footer .footer-info ul li .f-text p {
    margin-top: 0;
  }
  #banner .banner-content ul li .content .banner-btn {
    display: none;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 16px;
    line-height: 1.4;
  }

}
@media (max-width: 500px) {
  #banner .banner-content ul li .content p {
    display: none;
  }
  #index-body .about .about-content .content .left .home-title h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .home-title span {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .about .about-content .content .left .img_box {
    height: auto;
  }
  #index-body .about .about-content .content .left ul {
    display: none;
  }
  #index-body .about .about-content .content .left {
    margin-bottom: 40px;
  }
  #index-body .product {
    padding: 10px 0 0;
  }
  #index-body .news .news-content .home-title img {
    display: none;
  }
  #index-body .news .news-content ul {
    margin: 45px -55px 0;
  }
  .btn-go {
    min-width: 140px;
  }
  .btn-go span {
    font-size: 14px;
  }
  #footer .footer-info ul li .f-text {
    max-width: 200px;
  }
  #footer .footer-info ul li .f-text br {
    display: none;
  }
  #footer .footer-t ul li {
    text-align: center;
    width: 100%;
  }
  #footer .footer-t ul li .share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-b .footer-b-box span {
    font-size: 14px;
    line-height: 2;
  }
}
.text-color {
    color: var(--color);
}
.text-family {
    font-weight: bold;
}
.inner-banner {
    position: relative;
}
.inner-banner .bg {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-banner .mbx {
    position: absolute;
    left: 50%;
    bottom: 150px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    text-align: center;
}
.inner-banner .mbx h2 {
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    margin-top: 20px;
}
.inner-banner.prodet-banner .mbx h2 {
    font-size: 34px;
    margin-top: 10px;
    line-height: 1.4;
}
.inner-banner .mbx h4 {
    font-size: 18px;
    line-height: 32px;
}
.m-page .wp-pagenavi{
    text-align: center;
    margin-top: 70px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 0 8px;
    width: 50px;
    line-height: 56px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius:50%;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
.about-page .about-1 {
    padding: 90px 0 0;
    position: relative;
}
.about-page .about-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 235px;
    width: 100%;
    height: 615px;
    background-color: #f6f6f6;
    z-index: -1;
}
.about-page .about-1 .container .left {
    max-width: 785px;
}
.about-page .about-1 .container .left h3 {
    line-height: 1.2;
}
.about-page .about-1 .container .left img {
    margin-top: 80px;
}
.about-page .about-1 .container .right {
    max-width: 600px;
}
.about-page .about-1 .container .right p {
    max-width: 540px;
}
.about-page .about-1 .container .right img {
    margin-top: 80px;
}
.about-page .about-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}
.about-page .about-1 .text p {
    padding: 0 60px;
}
.about-page .about-1 ul {
    margin-bottom: 180px;
}
.about-page .about-1 ul li {
    width: 34%;
    height: 235px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    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;
}
.about-page .about-1 ul li .left {
    margin-right: 35px;
}
.about-page .about-1 ul li .left h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: var(--color);
}
.about-page .about-1 ul li .left p {
    font-size: 16px;
    line-height:30px;
    font-weight: bold;
}
.about-page .about-1 ul li .right {
    font-size: 16px;
    line-height: 30px;
}
.about-page .about-1 ul li:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
    width: 32%;
}
.about-page .about-1 ul li:last-child {
    border-right: 1px solid transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 50px;
}
.about-page .about-2 {
    padding: 0 70px;
}
.about-page .about-2 .bg {
    position: absolute;
    right: 0;
    top: -90px;
}
.about-page .about-2 .line {
    width: 100%;
    height: 10px;
    background-color: var(--color);
}
.about-page .about-2 .content {
    background-color: #092143;
    height: 720px;
    padding-top: 90px;
    position: relative;
}
.about-page .about-2 .content .title {
    color: white;
    text-align: left;
}
.about-page .about-2 .content .title p {
    max-width: 650px;
}
.about-page .about-2 .content ul {
    margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
    width: 25%;
    padding: 0 28px;
    color: white;
}
.about-page .about-2 .content ul li .icon {
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    -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 .content ul li .icon h4 {
    margin-bottom: -10px;
}
.about-page .about-2 .content ul li p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
}
.about-page .about-3 {
    margin: 130px 0 0;
}
.about-page .about-3 .right {
    width: 67%;
}
.about-page .about-3 .right .text {
    padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {
    margin-left: 200px;
    margin-top: -110px;
}
.about-page .about-3 .right .box {
    margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
    width: 50%;
    background-color: #092143;
    color: white;
    padding-left: 50px;
    padding-right: 30px;
    line-height: 30px;
    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;
}
.about-page .about-3 .right .box .box-r {
    width: 50%;
}
.about-page .about-4 {
    padding: 100px 0 160px;
}
.about-page .about-4 h2 {
    margin-top: 95px;
    line-height: 1.8;
}
.about-page .about-4 h2 span {
   border-bottom: 2px solid var(--color);
   color: var(--color);
}
.factory-page .factory-1 {
    padding: 90px 0 150px;
    position: relative;
}
.factory-page .factory-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
    background-color: #f6f6f6;
    z-index: -1;
}
.factory-page .factory-1 .container .left {
    max-width: 785px;
}
.factory-page .factory-1 .container .left h3 {
    line-height: 1.2;
}
.factory-page .factory-1 .container .left img {
    margin-top: 80px;
}
.factory-page .factory-1 .container .right {
    max-width: 600px;
}
.factory-page .factory-1 .container .right p {
    max-width: 540px;
}
.factory-page .factory-1 .container .right img {
    margin-top: 80px;
}
.factory-page .factory-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
    padding: 0 60px;
}
.factory-page .factory-1 ul {
    margin: 45px -15px 0;
}
.factory-page .factory-1 ul li {
    margin: 20px 0;
    padding: 0 10px;
}
.application .application-1 {
    padding: 140px 0 110px;
}
.application .application-1 .container .left {
    width: 33%;
}
.application .application-1 .container .left ul li.active {
    background-color: var(--color2);
}
.application .application-1 .container .left ul li.active a h4 {
    color: white;
}
.application .application-1 .container .left ul li {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.application .application-1 .container .left ul li:last-child {
    margin-bottom: 0;
}
.application .application-1 .container .left ul li a {
    height: 65px;
    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: 0 15px;
}
.application .application-1 .container .left ul li a .img_box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.application .application-1 .container .left ul li a h4 {
    width: 75%;
    margin-left: 20px;
    line-height: 1.4;
}
.application .application-1 .container .left ul li a i {
    font-size: 24px;
    margin-left: auto;
}
.application .application-1 .container .left .box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.application .application-1 .container .left .box .box-b {
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:100%;
}
.application .application-1 .container .left .box .box-b h4 {
    color: white;
    text-align: center;
}
.application .application-1 .container .left .box .box-b .text {
    background-color: white;
    padding: 15px 50px;
    border-radius: 20px;
    width: calc(100% - 100px);
    margin: 0 auto;
    text-align: center;
}
.application .application-1 .container .left .box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.application .application-1 .container .right {
    width: 67%;
    padding-left: 50px;
    margin-top: -10px;
}
.application .application-1 .container .right .det p{
    line-height: 1.8em;
}
.application .application-1 .container .right .imgs ul li {
    width: 48%;
    margin-bottom: 20px;
}
.application .application-1 .container .right .imgs ul li img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.application .application-1 .container .right .faq-content ul li.active .title {
    margin-bottom: 0;
    background-color: var(--color);
    color: white;
}
.application .application-1 .container .right .faq-content ul li.active .title span {
    background-color: #c4dda5;
}
.application .application-1 .container .right .faq-content ul li.active .title span::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);
}
.application .application-1 .container .right .faq-content ul li.active p {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 30px;
}
.application .application-1 .container .right .faq-content ul li {
    width: 100%;
}
.application .application-1 .container .right .faq-content ul li .title {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid var(--color);
    padding: 15px 20px 10px 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li .title h4 {
    width: 90%;
}
.application .application-1 .container .right .faq-content ul li .title:last-child {
    margin-bottom: 0;
}
.application .application-1 .container .right .faq-content ul li .title span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.application .application-1 .container .right .faq-content ul li .title span::before {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: white;
}
.application .application-1 .container .right .faq-content ul li .title span::after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -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);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li p {
    padding: 0 135px 0 25px;
    max-height: 0;
    overflow: hidden;
}
.news-page {
    padding: 100px 0;
}
.news-page .news-box .news-left {
    width: 65%;
}
.news-page .news-box .news-left ul li {
    background-color: white;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 50px;
}
.news-page .news-box .news-left ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-box .news-left ul li .box-t {
    height: 85px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .news-box .news-left ul li .box-t span {
    margin-bottom: -12px;
}
.news-page .news-box .news-left ul li .box-b {
    padding: 35px 45px 55px 40px;
}

.news-page .news-box .news-right {
    width: 35%;
    padding-left: 65px;
}
.news-page .news-box .news-right .line {
    width: 60px;
    height: 2px;
    background-color: var(--color);
}
.news-page .news-box .news-right .news-category {
    padding: 50px 30px 40px;
    background-color: white;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.news-page .news-box .news-right .news-category ul li {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}
.news-page .news-box .news-right .news-category ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.news-page .news-box .news-right .news-category ul li a {
    font-weight: bold;
}
.news-page .news-box .news-right .news-media {
    padding: 50px 30px 40px;
    background-color: white;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.news-page .news-box .news-right .news-media ul li {
    margin-right: 25px;
}
.news-page .news-box .news-right .news-media ul li:last-child {
    margin-right: 0;
}
.news-page .news-box .news-right .news-media ul li a {
    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;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--color);
}
.news-page .news-box .news-right .news-media ul li a i {
    font-size: 20px;
    color: white;
}
.news-page .news-box .news-right .box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.news-page .news-box .news-right .box .box-b {
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 100px);
}
.news-page .news-box .news-right .box .box-b h4 {
    color: white;
    text-align: center;
}
.news-page .news-box .news-right .box .box-b .text {
    background-color: white;
    padding: 15px 0;
    border-radius: 20px;
}
.news-page .news-box .news-right .box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .news-box .news-left .line {
    width: 60px;
    height: 2px;
    background-color: var(--color);
}
.newdet-page .news-box .news-left .content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.newdet-page .news-box .news-left .n-link a span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
}
.newdet-page .news-box .news-left .n-link a:hover span {
    color: var(--color);
    border-bottom: 2px solid var(--color);
}
.newdet-page .news-box .news-left .form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newdet-page .news-box .news-left .form form input[type='text'] {
    width: 100%;
    height: 65px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 40px;
    width: 48%;
    border-radius: 8px;
}
.newdet-page .news-box .news-left .form form input[name='content'] {
    width: 100%;
}
.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
    color: #999;
}
@media (max-width: 1600px) {
    .inner.container {
        width: 1400px;
    }
    .inner-banner .bg {
        height: 450px;
    }
    .about-page .about-1 .container .left {
        width: 52%;
    }
    .about-page .about-1 .container .right {
        width: 48%;
    }
    .about-page .about-2 .bg {
        max-width: 50%;
    }
    .about-page .about-2 {
        padding: 0;
    }
    .about-page .about-3 .right .text .img_box {
        display: none;
    }
    .about-page .about-3 .right {
        width: 55%;
    }
    .about-page .about-3 .right .box .box-r {
        display: none;
    }
    .about-page .about-3 .right .box .box-l {
        width: 100%;
        padding: 50px;
    }
}
@media (max-width: 1400px) {
    .inner.container {
        width: 1200px;
    }
    .inner-banner .bg {
        height: 400px;
    }
    .inner-banner .mbx {
        bottom: 60px;
    }
    .about-page .about-1 .container .right {
        width: 42%;
    }
    .about-page .about-1 ul li .left {
        margin-right: 35px;
    }
    .about-page .about-1 ul li .left h4 {
        font-size: 48px;
    }
    .about-page .about-1 ul li .left p {
        font-size: 14px;
    }
    .about-page .about-1 ul li .right {
        font-size: 14px;
    }
    .about-page .about-2 .content .title p {
        max-width: 50%;
    }
    .about-page .about-2 .content ul {
        margin: 80px -15px 0;
    }
    .about-page .about-2 .content ul li {
        padding: 0 15px;
    }
    .about-page .about-3 .left {
        width: 45%;
    }
    .about-page .about-3 .right {
        padding-left: 50px;
    }
    .about-page .about-4 {
        padding: 120px 0;
    }
}
@media (max-width: 1200px) {
    .inner.container {
        width: 1000px;
    }
    .font-45 {
        font-size: 30px;
    }
    .about-page .about-1 .container .left h3,
    .about-page .about-1 .container .left span,
    .about-page .about-1 .container .left .btn-go {
        margin-left: 0;
    }
    .about-page .about-1 ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .about-page .about-1 ul li .left {
        margin-right: 0 ;
        margin-bottom: 10px;
    }
    .about-page .about-3 .right .text {
        padding-left: 0;
    }
    .about-page .about-3 .right .text .text-l h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .about-page .about-3 .right .box {
        margin-top: 40px;
    }
    .factory-page .factory-1 .container .right {
        max-width: 100%;
    }
    .factory-page .factory-1 .container .right p {
        max-width: 100%;
        margin-top: 0;
    }
    .factory-page .factory-1 .container .left span {
        margin-left: 0;
    }
    .factory-page .factory-1 .container .left h3 {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .application .application-1 .container .left ul li a {
        height: auto;
        padding: 20px 15px;
    }
    .application .application-1 .container .left ul li a h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-box .news-right .box .box-b .text {
        padding: 15px;
    }
}
@media (max-width: 1000px) {
    .inner.container {
        width: 700px;
    }
    .inner-banner {
        margin-top: 120px;
        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;
        height: auto;
        padding: 30px 0;
    }
    .inner-banner .bg {
        position: absolute;
        height: 100%;
        z-index: -1;
        left: 0;
        top: 0;
    }
    .inner-banner .mbx {
        position: unset;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .inner-banner .mbx h2 {
        font-size: 20px!important;
        line-height: 36px;
    }
    .about-page .about-1 .container .left {
        width: 100%;
        margin-bottom: 60px;
    }
    .about-page .about-1 .container .right {
        width: 100%;
        max-width: 100%;
    }
    .about-page .about-1 .container .right p {
        max-width: 100%;
    }
    .about-page .about-2 .content .title p {
        max-width: 100%;
    }
    .about-page .about-2 .content ul li {
        width: 48%;
        margin: 20px 0;
    }
    .about-page .about-2 .content {
        height: auto;
        padding-bottom: 90px;
    }
    .about-page .about-3 .left {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 15px;
    }
    .about-page .about-3 .left img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .about-page .about-3 .right {
        width: 100%;
        padding: 0 15px;
    }
    .about-page .about-3 .right .box .box-r {
        display: block;
        width: 100%;
        margin-top: 60px;
    }
    .about-page .about-3 .right .box .box-r img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .application .application-1 .container .left {
        width: 100%;
        margin-bottom: 60px;
    }
    .application .application-1 .container .right {
        width: 100%;
        padding-left: 0;
    }
    .application .application-1 {
        padding: 70px 0;
    }
    .news-page .news-box .news-right {
        display: none;
    }
    .news-page .news-box .news-left {
        width: 100%;
    }
    .news-page .news-box .news-left ul li .box-b {
        padding: 35px 40px;
    }
    .news-page .news-box .news-left ul li .box-b p {
        margin-bottom: 30px;
    }
    .news-page {
        padding: 80px 0;
    }
}
@media (max-width: 700px) {
    .about-page .about-1 .text p {
        padding: 0 15px;
    }
    .about-page .about-1 .text {
        margin-top: 60px;
        padding-bottom: 55px;
    }
    .about-page .about-1 ul li {
        width: 100% !important;
        border-right: 1px solid transparent;
    }
    .about-page .about-1:before {
        height: 705px;
        bottom: 0;
    }
    .about-page .about-2 .bg {
        display: none;
    }
    .about-page .about-1 ul {
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
    .about-page .about-1 .container .left h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .about-page .about-1 .container .left img {
        margin-top: 50px;
    }
    .about-page .about-1 .text p {
        padding: 0;
    }
    .about-page .about-2 .content ul li {
        width: 100%;
    }
    .about-page .about-2 .content {
        padding-bottom: 50px;
    }
    .about-page .about-2 .content ul {
        margin: 50px -15px 0;
    }
    .about-page .about-3 .right .box .box-l {
        padding: 50px 15px;
    }
    .about-page .about-4 p {
        padding: 0;
    }
    .about-page .about-4 h2 {
        margin-top: 40px;
    }
    .about-page .about-4 {
        padding: 80px 0;
    }
    .application .application-1 .container .right .imgs ul li {
        width: 100%;
        margin: 15px 0;
    }
    .news-page .news-box .news-left ul li .box-b {
        padding: 35px;
    }
    .newdet-page .news-box .news-left .form form input[type='text'] {
        width: 100%;
    }
}
.pro-single-page{
    margin-top: 10px;
}
.product-page .init-1 {
    padding: 40px;
    background-color: #fafafa;
    border-radius: 20px;
}
.product-page .init-1 .tip_title {
    font-size: 30px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
.product-page .init-1 .des {
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
    font-weight:400;
    line-height: 2;
    max-height: 180px;
    overflow-y: scroll;
}
.product-page .init-2 {
    margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
    width: 50%;
    padding: 0 15px;
    height: 430px;
    position: relative;
    margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
    width: 40px;
    height: 40px;
    left: inherit;
    right: 20px;
    top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
    width: 33.33%;
    height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
    width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
    width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
    width: 100%;
}
.product-page .init-2 .container .bag_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
    width: 50%;
    padding: 0 15px;
    height: 430px;
    position: relative;
    margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
    width: 40px;
    height: 40px;
    left: inherit;
    right: 20px;
    top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 15px;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.product-page .init-3 {
    margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
    font-weight:bold;
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}
.product-page .init-3 .container .content {
    margin-top: 90px;
    position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 85px;
    right: 60px;
    border-radius: 50%;
    padding: 2px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
    background-color: #8ac340;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
    left: 60px;
}
.product-page .init-3 .container .content .swiper {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
    background-color: #f6f6f5;
    position: absolute;
    width: 100%;
    height: 225px;
    bottom: 0;
    left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
    max-width: 100%;
    max-height: 112%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
    position: relative;
    z-index: 2;
    margin-top: -9px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    display: block;
    height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    font-size: 16px;
    font-weight:500;
    text-align: center;
}
.product-page .init-4 {
    padding: 120px 0;
    background-image: url(/hypapercup/2023/03/13/p212.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.product-page .init-4 .container {
    text-align: center;
    color: #fff;
}
.product-page .init-4 .container .tip_title {
    font-size: 48px;
    line-height: 1.2;
    font-weight:bold;
}
.product-page .init-4 .container .des {
    font-size: 18px;
    line-height: 32px;
    font-weight:500;
    margin-top: 20px;
}
.product-page .init-4 .container .more {
    margin: auto;
    margin-top: 70px;
    border: 1px solid #fff;
    color: white;
}
.product-page .init-4 .container .more::after {
    width: 1px;
    height: 50px;
    left: 95px;
    top: -43px;
}
.product-page .init-5 {
    margin-top: 50px;
}
.product-page .init-5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 120px;
}
.product-page .init-5 .container .list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
    border: #c1c1c1 solid 2px;
    border-radius: 5px;
    height: 330px;
}
.product-page .init-5 .container .list div img {
    display: block;
    margin: auto;
    max-width: 70px;
}
.product-page .init-5 .container .list div .text {
    font-size: 16px;
    font-weight:500;
    margin-top: 15px;
    text-align: center;
}


.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(--color);
}

.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;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    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-weight: bold;
}
.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(--color);
}
.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;
}
.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: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    border-radius: 30px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.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: 1700px) {
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
    .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .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%;
    }
    .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@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 .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .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 .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: 43%;
}

.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: 30px;
    line-height: 1.4;
    color: #4a4a4a;
    font-weight: bold;
}
.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: 2;
    /*display: none;*/
    max-height: 320px;
    overflow: auto;
    padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
    background: var(--color);
}

.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;
}*/

.product-page .pro_init_2 {
    padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
    text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 36px;
    font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 18px;
    line-height: 32px;
    font-weight:500;
    margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
    padding: 0 80px;
    margin-top: 55px;
    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_2 .list_cont .list {
    margin-top: 40px;
    width: 27%;
    text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    border: 2px solid #3c3c3c;
    margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
    width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #666666;
    font-weight: 500;
    padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
    margin: auto;
    margin-top: 30px;
    text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
    padding: 100px 0;
}

.product-page .pro_init_3 .container form {
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
    margin-top: 20px;
    padding: 15px 0;
    border: none;
    border-bottom: #000 solid 2px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form .mail {
    width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
    display: none;
}

.product-page .pro_init_3 .container form .list {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
    font-weight:500;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}

.product-page .pro_init_3 .container form .list .text {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 46px;
    border: 1px solid #dadada;
    margin-top: 10px;
    line-height: 46px;
    padding-left: 15px;
    font-weight:500;
    color: #313131;
    font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
    cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
    cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #dadada;
    font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
    /*padding: 16px 42px 15px;
    border: solid 1px #d5d5d5;*/
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #222;
}

.contact-page .init-1 {
    margin-top: 120px;
}
.contact-page .init-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
    width: 41%;
}
.contact-page .init-1 .container .left .title {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}
.contact-page .init-1 .container .left .des {
    font-size: 15px;
    font-weight:500;
    color: #666666;
    margin-top: 10px;
    line-height: 1.8;
}
.contact-page .init-1 .container .left img {
    margin-top: 50px;
    width: 100%;
}
.contact-page .init-1 .container .right {
    margin-top: 65px;
    width: 53%;
}
.contact-page .init-1 .container .right .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
    width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
    margin-top: 8px;
    min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
    max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
    margin-left: 15px;
    font-size: 18px;
    font-weight:500;
    color: #5d5d5d;
    line-height: 2;
}
.contact-page .init-1 .container .right form {
    margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
    margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
    font-size: 18px;
    font-weight: bold;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
    background-color: #f7f7f7;
    margin-top: 5px;
    padding: 15px;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
    position: relative;
    padding: 15px;
    font-size: 16px;
    font-weight:500;
    background-color: #f7f7f7;
    color: #b0b0b0;
    margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
    font-size: 18px;
    line-height: 32px;
    color: #b0b0b0;
    font-weight:500;
    font-weight: bold;
    margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
    /*background-color: #000;
    border-color: #000;*/
    border-radius: 5px;
    cursor: pointer;
    /*width: 180px;
    height: 50px;*/
    overflow: hidden;
    margin-top: 50px;
}
/*.contact-page .init-1 .container .right form .submit_btn::before {
  display: none;
}*/
.contact-page .init-1 .container .right{
    position: relative;
}
.contact-page .init-1 .container .right #ewm{
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
    display: block;
    width: 100%;
}
.contact-page .init-2 {
    margin-top: 185px;
    position: relative;
    z-index: 2;
}
.contact-page .init-2 .container {
    padding: 0;
    width: 100%;
}
@media (max-width: 1250px) {
    .product-page .init-2 .container .list_cont .list {
        height: 300px;
    }

    .product-page .init-2 .container .list_cont .list {
        height: 300px;
    }
}

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

@media (max-width: 1000px) {
    .product-page .init-1 .container .des {
        width: 100%;
    }
    .product-page .init-2 .container .list_cont .list {
        height: 215px;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        height: 200px;
    }
    .product-page .init-3 .container .content .next {
        display: none;
    }
    .product-page .init-3 .container .content .prev {
        display: none;
    }
    .product-page .init-5 .container {
        padding: 0;
    }
    .product-page .init-5 .container .list {
        height: 210px;
    }
    .pro-single-page{
        margin-top: 40px;
    }
    .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;
    }

    .product-page .pro_init_2 .list_cont .list {
        width: 100%;
    }

    .product-page .pro_init_2 .list_cont .list .des {
        height: auto;
    }
    .product-page .init-2 .container .list_cont .list {
        height: 30vw;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-2 .container .list_cont.labels_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-2 .container .list_cont.specialties_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-5 .container {
        padding: 0 15px;
    }
}
@media (max-width:700px) {
    .contact-page .init-2{
        margin-top: 30px;
    }
    .contact-page .init-1{
        margin-top: 30px;
    }

    .contact-page .init-1 .container .left {
        display: none;
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .contact-page .init-1 .container .right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
    }
    .contact-page .init-1 .container .right form .form_des {
        text-align: center;
    }
    .contact-page .init-1 .container .right form .submit_btn {
        margin: auto;
        margin-top: 30px;
    }
    .contact-page .init-1 .container .right #ewm{
        position: relative;
        margin: auto;
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    .contact-page .init-1 {
        margin-top: 40px;
    }
    .contact-page .init-1 .container .right .cont .s_left {
        width: 100%;
    }
    .contact-page .init-1 .container .right .cont .s_right {
        width: 100%;
    }
    .contact-page .init-2 {
        margin-top: 40px;
    }
    .product-page {
        padding-bottom: 40px;
    }
    .product-page .init-1 {
        padding: 10px 20px;
    }
    .product-page .init-1 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }
    .product-page .init-1 .container .des {
        margin-top: 20px;
        display: none!important;
    }
    .product-page .init-2 {
        margin-top: 40px;
    }
    .product-page .init-2 .container .list_cont .list {
        margin-top: 20px;
        width: 100%;
        padding: 0;
        height: 55vw;
    }
    .product-page .init-2 .container .list_cont .list .box .img_2 {
        height: 30px;
        width: 30px;
    }
    .product-page .init-2 .container .list_cont .list .box div {
        font-size: 16px;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.heat_cont .list {
        width: 100%;
        height: 60vw;
    }
    .product-page .init-2 .container .list_cont.labels_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.paper_cont .list {
        width: 100%;
        height: 60vw;
    }
    .product-page .init-2 .container .list_cont.variable_cont .list {
        height: 30vw;
    }
    .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
        width: 100%;
    }
    .product-page .init-2 .container .list_cont.specialties_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.biaoqian_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-3 {
        margin-top: 40px;
    }
    .product-page .init-3 .container .tip_title {
        font-size: 20px;
    }
    .product-page .init-3 .container .content {
        margin-top: 20px;
    }
    .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
        padding: 10px 20px;
    }
    .product-page .init-4 {
        padding: 60px 0;
        margin-top: 40px;
    }
    .product-page .init-4 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }
    .product-page .init-5 {
        margin-top: 20px;
    }
    .product-page .init-5 .container .list {
        width: 100%;
        height: 85vw;
    }



    .pro-single-page {
        padding-bottom: 0;
    }


    .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;
    }

    .product-page .pro_init_2 {
        padding: 40px 0;
    }

    .product-page .pro_init_2 .tip_cont .title_1 {
        font-size: 20px;
    }

    .product-page .pro_init_2 .tip_cont .title_2 {
        font-size: 16px;
        line-height: 2;
    }

    .product-page .pro_init_2 .list_cont {
        padding: 0;
        margin-top: 0;
    }

    .product-page .pro_init_3 {
        padding: 40px 0;
    }

    .product-page .pro_init_3 .container form input {
        width: 100%;
    }
}

.product-page .fl{
    display: none;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
    display: block;
    padding: 38px 25px;
    background: var(--color);
    font-size: 30px;
    font-family: 'RM';
    color: white;
}
.product-page .fl .box .list ul li {
    margin-top: 6px;
    padding: 10px 20px;
    border-left: 4px solid var(--color);
    font-size: 18px;
    color: black;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
.product-page .fl .box .list ul li.active ul{
    display: block;
}
.product-page .fl .box .list ul li i{
    position: absolute;
    top: 6px;
    right: 0px;
    padding: 10px;
    font-size: 18px;
}
.product-page .fl .box .list ul li img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--color);
  color: white;
}*/
.product-page .fl .box .list ul li ul li{
    border: none;
    background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
    background: var(--color);
    color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
    background: var(--color);
    color: #fff;
}
@media screen and (max-width: 700px) {
    .product-page .fl{
        display: block;
    }
    .product-page .fl .box{
        padding: 30px 15px;
        display: none;
    }
    .product-page .fl .box h3{
        padding: 10px 15px;
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .fl .box .list ul li{
        font-size: 16px;
    }
}

.product-page .product-2 {
    margin-top: 90px;
}
.sider-box .sider-left {
    width: 30%;
    position: sticky;
    top: 100px;
}
.sider-box .sider-left h2 {
    padding-top: 8px;
}
.sider-box .sider-left h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color2);
}
.sider-box .sider-left .category {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
    margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 25px;
    margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
    padding-left: 25px;
    padding-right: 35px;
    background: #f0f0f0;
    position: relative;
    font-size: 15px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
    color: #FFFFFF;
    background-color: var(--color);
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
    content: ">";
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 24px;
    font-family: cursive;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
    display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
    color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
    content: "\f0d7";
    font-family: FontAwesome;
}
.sider-box .sider-left .quote {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
    margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
    margin: 10px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
    opacity: 0;
    margin: 0;
    border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
    background: url(/template/en/images/file_img.png) no-repeat center right 20px;
    background-size: 30px;
    position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
    margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
    margin-top: 30px;
    font-size: 20px;
    padding: 10px 50px;
    border: none;
    background: transparent;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: var(--color);
    box-shadow: 0 0 20px rgba(0, 100, 87, .4);
}
.sider-box .sider-left .search-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
    margin-top: 35px;
    position: relative;
}
.sider-box .sider-left .search-news form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 115px;
    border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 115px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: var(--color);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color2)));
    background-image: -webkit-linear-gradient(left, var(--color), var(--color2));
    background-image: -moz-linear-gradient(left, var(--color), var(--color2));
    background-image: linear-gradient(to right, var(--color), var(--color2));
}
.sider-box .sider-left .hot-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
    margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
    margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
    border-radius: 10px;
    overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
    color: #858585;
}
.sider-box .sider-left .news-date {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
    margin-top: 35px;
}
.sider-box .sider-right {
    width: 70%;
}

.product_list {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 40px;
}
.product_list ul {
    margin: 0 -15px;
}
.product_list ul li {
    padding: 20px 15px;
}
.product_list .img {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
    background: #fff;
}
.product_list .img a{
    display: block;
    padding: 30px;
}
.product_list .img span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 46px;
    color: #FFFFFF;
    background-color: var(--color);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color)));
    background-image: -webkit-linear-gradient(left, var(--color), var(--color));
    background-image: -moz-linear-gradient(left, var(--color), var(--color));
    background-image: linear-gradient(to right, var(--color), var(--color));
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.product_list .img:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product_list h3{
    margin-top: 15px;
    font-weight: bold;
}

.production-strength-page .init-1 {
    padding: 50px 0;
    text-align: center;
}
.production-strength-page .init-1 .container .tips {
    max-width: 980px;
    font-weight: 500;
    margin: auto;
}
.production-strength-page .init-1 .container .more {
    display: inline-block;
    padding: 15px 56px;
    background-color: #328256;
    border: 1px solid #328256;
    margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
    color: #328256;
}
.production-strength-page .init-2 .container {
    width: 100%;
}
.production-strength-page .init-2 .container .list {
    padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
    text-align: center;
    font-weight: bold;
}
.production-strength-page .init-2 .container .list img {
    width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
    display: block;
}
.production-strength-page .init-2 .container .list .big_img {
    margin-top: 50px;
    position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    right: 22%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
    background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
    background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
    left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
    margin: 20px auto 0;
    max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
    padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
    opacity: 1;
    border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
    color: #3f3f3f;
    width: 750px;
    margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
    background-color: #f9f9f9;
}
@media (max-width: 1500px) {
    .production-strength-page .init-2 .container .list .big_img .btn {
        right: 10%;
    }
    .production-strength-page .init-2 .container .list .big_img .prev {
        left: 10%;
    }
}
@media (max-width: 1250px) {
    .production-strength-page .init-2 .container .list .big_img .btn {
        width: 40px;
        height: 40px;
    }
    .production-strength-page .init-2 .container .list .big_img .btn img {
        width: 16px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .fl {
        float: none;
    }
    .sider-box .sider-left {
        display: none;
    }
    .sider-box .sider-right {
        width: 100%;
        padding: 0;
    }
    .product_list {
        padding: 30px;
    }
    .product-page .init-3 .container .content .swiper{
        width: 100%;
    }
    .product-page .init-3 .container .content{
        margin-top: 30px;
    }
    .production-strength-page .init-2 .container .list .small_img {
        display: none;
    }
    .production-strength-page .init-2 .container .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}
@media screen and (max-width: 700px) {
    .production-strength-page .init-2 .container .list {
        padding: 40px 10px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .product-1 .box {
        padding: 20px;
    }
    .product_list {
        padding: 15px;
    }
    .production-strength-page .init-2 .container .list .big_img {
        margin-top: 20px;
    }
    .production-strength-page .init-2 .container .list .big_img .slick li {
        padding: 0;
    }
    .production-strength-page .init-2 .container .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px;
    }
}
.pr {
    position: relative;
}
.rd-page .rd-1 .left .nor {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rd-page .rd-1 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background:var(--color);
}
.rd-page .rd-1 .right .list span {
    line-height: 1;
}
.rd-page .rd-2 {
    background-color: #f4f4f4;
}
.rd-page .rd-2 .slick-list {
    overflow: unset;
}
.rd-page .rd-3 {
    color: white;
}
.rd-page .rd-3 span.h2 {
    max-width: 50%;
}
.rd-page .rd-3 .list {
    margin: 1em 0;
}
.rd-page .rd-3 .list ul li {
    background-color: white;
    color: black;
    padding: 5% 3.5% 7%;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.rd-page .rd-3 .list ul li:after {
    content: '';
    width: 100%;
    height: -webkit-calc(100% + 2em);
    height: -moz-calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    background-color: var(--color);
    top: -1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.rd-page .rd-3 .list ul li:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}
.rd-page .rd-3 .list ul li i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.rd-page .rd-3 .list ul li span.h6 {
    line-height: 1.4;
}
.rd-page .rd-3 .list ul li:hover {
    color: white;
}
.rd-page .rd-3 .list ul li:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.rd-page .rd-3 .list ul li:hover .text {
    color: inherit;
}
.rd-page .rd-3 .list ul li:hover:after {
    opacity: 1;
}
.rd-page .rd-3 .list ul li:first-child:before {
    display: none;
}
.rd-page .rd-4 {
    position: relative;
}
.rd-page .rd-4:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f4f4f4;
}
@media screen and (max-width: 1450px) {
    .rd-page .rd-1 .left .icon {
        zoom: .6;
    }
    .solution-page .init-4 .container .content ul {
        margin: 0 !important;
    }
}
@media screen and (max-width: 1250px) {
    .rd-page .rd-3 .list ul li {
        padding: 3%;
    }
}
@media screen and (max-width: 1000px) {
    .rd-page .rd-3 .list ul li {
        width: 50%;
    }
    .rd-page .rd-3 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }
    .rd-page .rd-1 .left .icon {
        left: 0;
        max-width: 70%;
    }
}
@media screen and (max-width: 700px) {
    .rd-page .rd-3 .list ul li {
        width: 100%;
    }
    .rd-page .rd-3 span.h2 {
        max-width: none;
    }
    .rd-page .rd-3 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
}
.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
@media (max-width: 1250px) {
    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
}
@media (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page .init-4 .container .content {
        margin-top: 20px;
    }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  line-height: 2;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
  border: none;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 98px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.faq-page {
    padding: 80px 0 140px;
}
.faq-page span.h2 {
    margin: 1.4em 0;
    display: block;
}
.faq-page .list {
    position: relative;
}
.faq-page .list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--color);
    opacity: 0.32;
    position: absolute;
    left: 29px;
    z-index: -1;
}
.faq-page .list ul li {
    margin-bottom: 25px;
    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;
}
.faq-page .list ul li:last-child {
    margin-bottom: 0;
}
.faq-page .list ul li i {
    width: 60px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.faq-page .list ul li .content {
    padding: 25px 30px 30px;
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.faq-page .list ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    z-index: -1;
    background-color: var(--color);
    opacity: 0;
    transition: .5s;
}
.faq-page .list ul li:hover .content {
    color: white;
}
.faq-page .list ul li:hover .content span.h6,
.faq-page .list ul li:hover .content .text {
    color: inherit;
}
.faq-page .list ul li:hover .content:before {
    opacity: 1;
}
.faq-page .list ul li .content span.h6 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 600;
    color: var(--color);
    margin-bottom: 0.5em;
    display: block;
}
@media screen and (max-width: 1600px) {
    .faq-page {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .faq-page .list ul li .content {
        padding: 20px;
    }
    .faq-page .list ul li i {
        width: 50px;
    }
    .faq-page .list:before {
        left: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .faq-page {
        padding: 50px 0;
    }
    .faq-page .list ul li .content span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page .list ul li i {
        margin-right: 10px;
    }
}
#index-body .category .list li .img-box img{
    width: auto;
    margin: 0 auto;
}
.seoPublic .title{
    font-size: 45px;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right{
    padding-left: 50px;
    margin-top: 0;
    padding-top: 0;
}
.seoPublic .Auxil-about .box .right .text{
    max-height: none;
    overflow: inherit;
}
@media screen and (max-width:700px){
    .about-page .about-2 .content ul li .icon{
        text-align: left!important;
        
    }
    .about-page .about-2 .content ul li .icon h4{
        margin-left: 0px;
    }
}
.about-30 {
    overflow: hidden;
}
.about-30 .slick-list {
    overflow: unset;
}
.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: bold;
}
.application-1 #index-body .product .product-content ul li:hover .box .title {
  -webkit-transform: translateY(-180px);
  -moz-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px);
}