@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot') format('eot'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot') format('eot'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot') format('eot'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .fdgdgd {                                      
    display: none !important;
  }
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
body {
  font-family: 'Montserrat';
  font-weight: 500;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #8ac340;
  --base: #f1edca;
  --basic: #1a8b4a;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1680px;
  margin: auto;
  width: 100%;
}
._text h3 {
color: var(--primary);
font-size:20px;
line-height: 36px;


}
#header {
  z-index: 20;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 7px 0;
  background: #fff;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: 600;
  margin-right: 70px;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: var(--primary);
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: 100% 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 270px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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;
  background: 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:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 112px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 34px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  max-height: 810px;
overflow-y: scroll;

  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 125px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 16px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-inquiry{
  margin-left: 37px;
}
#header .nav .ui.menu .h-inquiry a{
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background: var(--primary);
  color: var(--white);
  padding: 14px 11px 13px;
}
#header .nav .ui.menu .h-inquiry a::after{
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--black);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-inquiry a:hover::after{
  width: 100%;
}
#header.active {
  position: fixed;
  top: 0;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -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 .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even):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 .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;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
#banner ul.slick-dots li {
  width: 23px;
  height: 23px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
}
#banner ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--white);
}
#banner ul.slick-dots li.slick-active::after {
  background: var(--white);
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
.shangxia{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    margin-top: 20px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  background-color: #fff;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-o-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-moz-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
h1,
h2,
h3 {
  font-weight: bold;
}
.more {
  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;
  overflow: hidden;
  color: #222;
}
.more i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: var(--primary);
  margin-right: 9px;
}
.more i:last-child {
  margin-right: 0;
}
.more em {
  margin-left: 19px;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  background: var(--primary);
}
.more:hover {
  color: var(--white);
}
.more:hover i {
  background: var(--white);
}
.more:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
#banner {
  position: relative;
  width: 100%;
}
#banner .ui.container {
  max-width: 1684px;
  width: 100%;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  color: var(--white);
}
#banner ul li .text h2 {
  font-size: 55px;
  line-height: 1.5;
}
#banner ul li .text p {
  font-size: 18px;
  line-height: 36px;
  margin-top: 30px;
}
#banner ul li .text p small{
  display: block;
}
#banner ul li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .arrow {
  position: absolute;
  bottom: 0;
  left: 26px;
}
#banner .arrow .al,
#banner .arrow .ar {
  display: inline-block;
  cursor: pointer;
  width: 45px;
  height: 44px;
  text-align: center;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  color: #505250;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .arrow .al:hover,
#banner .arrow .ar:hover {
  background: var(--primary);
  color: var(--white);
}
#index-body a.next {
  width: 127px;
  height: 60px;
  border: solid 1px #d5d5d5;
  text-align: center;
  color: #222;
  font-size: 18px;
  line-height: 60px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body a.next::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #d5d5d5;
  position: absolute;
  left: -30px;
  top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body a.next::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  background: var(--primary);
}
#index-body a.next:hover {
  color: var(--white);
}
#index-body a.next:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
#index-body a.next:hover::after {
  background: var(--white);
}
.guanyu,
#index-body h3.title {
  font-size: 40px;
  line-height: 1.4;
  color: #222222;
  position: relative;
  z-index: 1;
  padding-bottom: 8px;
}
.guanyu::before,
#index-body h1.title::before,
#index-body h3.title::before {
  content: '';
  position: absolute;
  width: 93px;
  height: 2px;
  background-color: var(--primary);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.guanyu::after,
#index-body h1.title::after,
#index-body h3.title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  font-size: 160px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #d5d5d5;
  z-index: -1;
}
#index-body .about {
  padding: 130px 0 115px;
}
#index-body .about .top .left {
  width: 47.28%;
  padding-right: 81px;
  position: relative;
  z-index: 1;
}
#index-body .about .top .left .guanyu::before {
  bottom: 0;
}
#index-body .about .top .left .guanyu::after {
  top: -60px;
}
#index-body .about .top .right {
  width: 52.72%;
  font-size: 20px;
  color: #646464;
  line-height: 2;

}
.shouye{
  font-size: 20px;
  color: #646464;
  line-height: 2;
  display: inline-block;
  font: inherit;
  width: 100%;
}
.shouye h1{
display: inline;
font: inherit;


}
#index-body .about .imgs {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 91px;
}
#index-body .about .imgs img {
  width: 100%;
}
#index-body .about .imgs .img1 {
  margin-top: 123px;
  padding-right: 19.5px;
}
#index-body .about .imgs .img2 {
  padding-left: 19.5px;
}
#index-body .about .imgs .img3 {
  margin-top: 256px;
  padding-left: 36px;
}
#index-body .about .imgs .wz {
  position: absolute;
  left: 3.6%;
  top: 45%;
  font-size: 157px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
}
#index-body .about .text {
  margin: 55px auto 0;
  max-width: 651px;
}
#index-body .about .text p {
  font-size: 26px;
  color: #222;
  line-height: 2;
}
#index-body .about .text p em {
  font-weight: 600;
  text-decoration: underline;
}
#index-body .about .text .more {
  margin-top: 66px;
}
#index-body .cups {
  background: url(../images/init1.jpg) no-repeat center center;
  padding: 138px 0 111px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
#index-body .cups .text {
  width: 71%;
  margin: 0 auto;
  color: var(--white);
}
#index-body .cups .text i {
  width: 1px;
  height: 134px;
  background-color: #8ac340;
  display: block;
  margin: -18.2% auto 0;
}
#index-body .cups .text img {
  margin-top: 71px;
}
#index-body .cups .text .con {
  font-size: 24px;
  line-height: 2;
  margin-top: 57px;
}
#index-body .cups .img {
  position: absolute;
  z-index: -1;
  left: 67px;
  top: -55%;
}
#index-body .cups .img1 {
  position: absolute;
  z-index: -1;
  right: 122px;
  bottom: -76px;
}
#index-body .i-product {
  padding: 123px 0 88px;
}
#index-body .i-product .header {
  text-align: center;
  margin-bottom: -2.9%;
}
#index-body .i-product .header h2 {
  font-size: 150px;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #d5d5d5;
}
#index-body .i-product .header a.next {
  position: absolute;
  right: 0;
  top: 38px;
}
#index-body .i-product .content ul {
  margin: -10px -29px;
}
#index-body .i-product .content ul .slick-track {
  margin: 0;
}

#index-body .i-product .content ul li {
  padding: 10px 29px;
}
#index-body .i-product .content ul li .box {
  position: relative;
  background: var(--white);
  box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.19);
}
#index-body .i-product .content ul li .box .text {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  width: 100%;
  background-color: #eeeeee;
  color: #222;
  text-align: center;
  padding: 30px 30px 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .box .text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  display: inline-block;
}
#index-body .i-product .content ul li .box .text .icon {
  display: inline-block;
}
#index-body .i-product .content ul li .box:hover .text{
  background: var(--primary);
  color: var(--white);
}
#index-body .advantage {
  padding: 0 0 87px;
}
#index-body .advantage .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
  margin-bottom: 40px;
}
#index-body .advantage ul {
  margin-right: -50px;
}
#index-body .advantage ul li {
  padding-right: 50px;
}
#index-body .advantage ul li .ig {
  padding: 36px 25px 26px 31px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage ul li .ig .img {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 59px;
}
#index-body .advantage ul li .ig .img span {
  width: 31px;
  height: 30px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: var(--primary);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage ul li .ig .text {
  padding-top: 45px;
}
#index-body .advantage ul li .ig .text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage ul li .ig .text p {
  font-size: 16px;
  line-height: 2;
  color: #646464;
  margin-top: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage ul li .ig:hover {
  background: var(--primary);
}
#index-body .advantage ul li .ig:hover .img img {
  filter: brightness(100);
}
#index-body .advantage ul li .ig:hover .img span {
  background: var(--white);
}
#index-body .advantage ul li .ig:hover .text h3 {
  color: var(--white);
}
#index-body .advantage ul li .ig:hover .text p {
  color: var(--white);
}
#index-body .advantage .btn {
  display: block;
  margin-top: 79px;
}
#index-body .news {
  padding: 63px 0 77px;
  background: rgba(235, 231, 225, 0.4);
}
#index-body .news .top {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
#index-body .news .top h3 {
  padding-top: 48px;
}
#index-body .news .top h3::after {
  top: -20px;
}
#index-body .news .top h3::before {
  bottom: 0;
}
#index-body .news .content {
  margin-top: 33px;
}
#index-body .news .content ul li .text {
  vertical-align: bottom;
  padding-right: 55px;
}
#index-body .news .content ul li .text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  color: #222;
}
#index-body .news .content ul li .text .con {
  font-size: 18px;
  color: #646464;
  line-height: 2;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .text .mores {
  display: inline-block;
  color: var(--primary);
  text-decoration: underline;
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
  margin-top: 26px;
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
}
#index-body .news .content ul li .text .mores:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
#index-body .news .content ul li .img {
  padding-left: 60px;
  vertical-align: bottom;
}
#index-body .news .content ul li .img a {
  display: block;
}
#footer {
  position: relative;
  background: url(../images/fbg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 95px;
}
#footer h3 {
  font-size: 25px;
  line-height: 2;
  font-weight: bold;
  color: var(--white);
  margin-bottom: 32px;
  text-transform: uppercase;
}
.yejiao {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px!important;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 30px;
    margin-top: -5px;


}
#footer ul li {
  font-size: 18px;
  line-height: 2;
  color: var(--white);
}
#footer .f-info .f-ab {
  width: 37%;
}
#footer .f-info .f-ab h3{
  text-transform: capitalize;
  margin: 13px 0;
}
#footer .f-info .f-list {
  width: 63%;
  padding-left: 30px;
}
#footer .f-info .f-list .box{
  max-width: 767px;
  margin: 0 0 0 auto;
}
#footer .f-info .f-list .f-form{
  position: relative;
}
#footer .f-info .f-list .f-form h3{
  margin-bottom: 19px;
}
#footer .f-info .f-list .f-form form ul{
  margin: 0 -36px -35px 0;
}
#footer .f-info .f-list .f-form form ul li{
  padding: 0 36px 35px 0;
}
#footer .f-info .f-list .f-form form input {
  width: 100%;
  font-size: 18px;
  height: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: var(--white);
}
#footer .f-info .f-list .f-form form input:focus {
  border-color: var(--primary);
}
#footer .f-info .f-list .f-form form input::-webkit-input-placeholder {
  color: var(--white);
}
#footer .f-info .f-list .f-form form input:-moz-placeholder {
  color: var(--white);
}
#footer .f-info .f-list .f-form form input::-moz-placeholder {
  color: var(--white);
}
#footer .f-info .f-list .f-form form input:-ms-input-placeholder {
  color: var(--white);
}
#footer .f-info .f-list .f-form form input::placeholder {
  color: var(--white);
}
#footer .f-info .f-list .f-form form .submit {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background: var(--white);
  color: var(--primary);
  padding: 14px 29px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-info .f-list .f-form form .submit::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--primary);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-info .f-list .f-form form .submit:hover{
  color: var(--white);
}
#footer .f-info .f-list .f-form form .submit:hover::after{
  width: 100%;
}
#footer .f-box {
  margin-top: 57px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 168px;
  color: var(--white);
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#footer .f-box .left {
  padding-right: 49px;
  position: relative;
}
#footer .f-box::after{
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--white);
}
#footer .f-box .left span{
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: top;
}
#footer .f-box .left p{
  display: inline-block;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  width: 80%;
  padding-left: 78px;
}
#footer .f-box .right {
  vertical-align: middle;
  padding-left: 60px;
}
#footer .f-box .right dl{
  margin-bottom: -20px;
}
#footer .f-box .right dd{
  margin-bottom: 20px;
}
#footer .f-box .right dd i{
  display: inline-block;
  vertical-align: middle;
  width: 24px;
}
#footer .f-box .right dd i img{
  display: inline-block;
  vertical-align: middle;
}
#footer .f-box .right dd span{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  padding-left: 14px;
}
#footer .f-box h4 {
  /*display: inline-block;
  vertical-align: middle;
  width: 38%;*/
  font-size: 20px;
  line-height: 36px;
}
#footer .f-box .message {
  margin-top: 26px;
  /*display: inline-block;
  vertical-align: middle;
  width: 61.5%;*/
}
#footer .f-box .message p {
  margin-bottom: 20px;
}
#footer .f-box .message p img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-box .message p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.2;
  padding-left: 13px;
}
#footer .f-box .message p:last-child {
  margin-bottom: 0;
}
#footer .f-nav {
  padding-top: 60px;
}
#footer .f-nav .nav {
  width: 70%;
  vertical-align: middle;
}
#footer .f-nav .nav ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  color: rgba(255,255,255,0.6);
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transtion: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  margin-right: 46px;
}
#footer .f-nav .nav ul li:hover {
  color: var(--primary);
}
#footer .f-nav .nav ul li:last-child {
  margin-right: 0;
}
#footer .f-nav .share {
  width: 30%;
  vertical-align: middle;
  text-align: right;
}
#footer .f-nav .share a {
  display: inline-block;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}
#footer .f-nav .share a:last-child {
  margin-right: 0;
}
#footer .f-copy {
  margin-top: 62px;
  background: #222;
  color: var(--white);
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
}
#footer .f-copy img {
  vertical-align: top;
  width: auto;
  max-height: 14px;
  margin-top: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.fixed-toolbar {
  right: 25px;
  position: fixed;
  bottom: 120px;
  z-index: 500;
}
.fixed-toolbar ul li {
  margin-top: 12px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  font-size: 20px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: middle;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  padding: 0 10px;
  border-radius: 5px;
}
.fixed-toolbar ul li.back {
  display: none;
}
#Pop_UpsBtn {
  display: none !important;
}
@media screen and (max-width: 1680px) {
  #banner .ui.container,
  .ui.container {
    max-width: 1430px;
  }
  #index-body h1.title::after,
  #index-body h3.title::after {
    font-size: 130px;
  }
  #index-body .about .top .left h1::after {
    top: -48px;
  }
  #index-body .cups .img1 {
    right: 40px;
  }
  #index-body .news .top h3::after {
    top: 0px;
  }
  #footer .f-info .f-list .f-add {
    padding-right: 59px;
  }
  #footer .f-box .right {
    padding-left: 60px;
  }
  #footer .f-box .right {
    padding-left: 20px;
  }
  #footer .f-box .left{
    padding: 20px 0;
  }
  #footer .f-box .middle{
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 1440px) {
  #banner .ui.container,
  .ui.container {
    max-width: 1230px;
  }
  #index-body h1.title::after,
  #index-body h3.title::after {
    font-size: 114px;
  }
  #index-body .about .imgs .wz {
    font-size: 115px;
  }
  #index-body .cups .img {
    top: -40%;
    left: -2px;
  }
  #index-body .cups .img1 {
    right: 0;
  }
  #index-body .advantage ul {
    margin-right: -30px;
  }
  #index-body .advantage ul li {
    padding-right: 30px;
  }
  #index-body .advantage ul li .ig {
    padding: 36px 25px 26px 24px;
  }
  #footer .f-box .message p span {
    font-size: 20px;
  }
  #footer .f-info .f-ab{
    width: 45%;
  }
  #footer .f-info .f-list {
    width: 55%;
  }
  .guanyu:after, #index-body h1.title:after, #index-body h3.title:after{
    font-size: 113px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li{
    margin-right: 50px;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 50px;
  }
  #footer .f-box .left p{
    width: 78%;
    padding-left: 40px 
  }
  #footer .f-box .right dd span{
    font-size: 20px;
  }
  #banner ul li .text h2{
    font-size: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #banner .ui.container,
  .ui.container {
    max-width: 1130px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li {
    margin-right: 40px;
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 40px;
  }
  #banner ul li .text {
    top: 30%;
  }
  #banner ul li .text h2{
    font-size: 50px;
  }
  .guanyu,
  #index-body h1.title,
  #index-body h3.title {
    font-size: 37px;
  }
  .guanyu:after, 
  #index-body h1.title:after, 
  #index-body h3.title:after {
    font-size: 95px;
  }
  #index-body .about .top .left h1::after {
    top: -30px;
  }
  #index-body .about .top .right {
    font-size: 18px;
  }
  #index-body .about .imgs .wz {
    font-size: 102px;
    top: 43%;
  }
  #index-body .i-product .header h2 {
    font-size: 115px;
  }
  #index-body .i-product .header a.next {
    top: 18px;
  }
  #index-body .news .content ul li .text {
    padding-right: 50px;
  }
  /*#footer .f-info .f-ab {
    width: 40%;
  }
  #footer .f-info .f-list {
    width: 60%;
  }*/
  #footer .f-info .f-list .f-add {
    padding-right: 29px;
  }
  #footer .f-box .message p span {
    font-size: 18px;
  }
  #footer .f-box .right {
    padding-left: 20px;
  }
  #footer .f-box .left{
    padding: 20px 0;
  }
  #footer .f-box .middle{
    padding: 20px 0 20px 20px;
  }
  #index-body .i-product .content ul li .box .text{
    padding: 20px 10px;
  }
  #footer .f-box .left p {
    width: 75%;
    padding-left: 20px;
  }
  #footer .f-box .right dd span {
    font-size: 17px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box {
    margin: 0 auto;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-inquiry {
    margin-left: 20px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 0;
  }
  #banner ul li .text h2 {
    font-size: 45px;
  }
  #banner ul li .text p{
    font-size: 18px;
  }
  .guanyu::after,
  #index-body h1.title::after,
  #index-body h3.title::after {
    font-size: 87px;
  }
  .guanyu,
  #index-body h1.title,
  #index-body h3.title {
    font-size: 33px;
  }
  #index-body .about .imgs {
    margin-top: 60px;
  }
  #index-body .about .imgs .img1 {
    margin-top: 123px;
    padding-right: 14px;
  }
  #index-body .about .imgs .img2 {
    padding-left: 14px;
  }
  #index-body .about .imgs .img3 {
    padding-left: 28px;
  }
  #index-body .about .imgs .wz {
    font-size: 93px;
    top: 40%;
  }
  #index-body .cups .img {
    top: -32%;
    width: 40%;
  }
  #index-body .cups .img1 {
    width: 20%;
  }
  #index-body .cups .text i {
    margin: -31.2% auto 0;
  }
  #index-body .cups .text .con {
    font-size: 20px;
  }
  #footer .f-info .f-list .f-add {
    padding-right: 0px;
  }
  #footer .f-box .message p span {
    font-size: 16px;
  }
  #index-body .i-product .content ul li .box .text h3{
    font-size: 18px;
  }
  #footer .f-box .left p{
    width: 73%;
    font-size: 16px;
  }
  #footer .f-box .right dd span {
    font-size: 16px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-inquiry,
  #header .nav .ui.menu .h-language {
    display: none;
  }
  .biaoge table tbody{
    min-width: unset;
  }
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #banner ul li .text h2 {
    font-size: 40px;
  }
  #banner ul li .text {
    top: 10%;
  }
  #banner ul li .text p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  #index-body .cups{
    padding: 60px 0;
  }
  #index-body .cups .text i{
    display: none;
  }
  #index-body .cups .img1{
    display: none;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .top .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .top .right {
    width: 100%;
    padding-top: 20px;
  }
  #index-body .about .imgs {
    display: none;
  }
  #index-body .about .text {
    margin: 30px auto 0;
  }
  #index-body .about .text p {
    font-size: 24px;
  }
  #index-body .about .text .more {
    margin-top: 30px;
  }
  #index-body .cups .img {
    top: -17%;
  }
  #index-body .cups .text {
    width: 100%;
  }
  #index-body .cups .text i {
    margin: -26% auto 0;
  }
  #index-body .cups .text img {
    margin-top: 40px;
  }
  #index-body .cups .text .con {
    margin-top: 30px;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product .header h2 {
    font-size: 59px;
  }
  #index-body .i-product .content ul li .box .small {
    width: 42%;
  }
  #index-body .advantage .btn {
    margin-top: 40px;
  }
  #index-body h1.title,
  #index-body h3.title {
    font-size: 30px;
  }
  #index-body .news .content ul li .text {
    vertical-align: middle;
  }
  #index-body .news .content ul li .img {
    padding-left: 0;
    vertical-align: middle;
  }
  #index-body .news .content ul li .text h3 {
    font-size: 20px;
  }
  #footer {
    padding-top: 60px;
  }
  #footer .f-info .f-ab {
    width: 35%;
  }
  #footer .f-info .f-list {
    width: 65%;
    padding-left: 2%;
  }
  #footer h3 {
    font-size: 22px;
  }
  #footer .f-info .f-kb {
    display: none;
  }
  #footer ul li {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .f-info .f-list .f-form {
    padding-left: 20px;
  }
  #footer .f-box .message p img{
    width: 8%;
  }
  #footer .f-box {
    margin-top: 40px;
  }
  #footer .f-box .left,
  #footer .f-box .middle,
  #footer .f-box .right{
    width: 50%;
  }
  #footer .f-box .middle{
    border-left: 0;
    padding: 20px 0;
  }
  #footer .f-nav {
    padding-top: 40px;
  }
  #footer .f-nav .nav ul li {
    font-size: 16px;
    margin-right: 24px;
  }
  #footer .f-nav .share a {
    margin-right: 4px;
  }
  #footer .f-copy {
    margin-top: 40px;
    line-height: 1.8;
  }
  #index-body .i-product .header {
    margin-bottom: 5%;
  }
  #footer .f-info .f-ab{
    width: 100%;
  }
  #footer .f-info .f-list{
    width: 100%;
    padding: 20px 0 0 0;
  }
  #footer .f-info .f-list .f-form{
    padding-left: 0;
  }
  #footer .f-box .left p{
    width: 100%;
    padding: 20px 0 0 0;
  }
  #footer .f-box .right dd{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li > img {
    min-height: 240px;
  }
  #footer .f-box {
    margin-top: 20px;
 }
  .yejiao {
    display: none!important;

  }
  #banner ul li .text h2 {
    font-size: 30px;
  }
  #banner ul li .text p {
    font-size: 15px;
  }
  #banner .arrow {
    display: none;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .top .left h1::after {
    top: -19px;
    font-size: 64px;
  }
  #index-body .about .text p {
    font-size: 22px;
  }
  #index-body .cups {
    display: none;
  }
  .more {
    padding: 16px 20px 15px;
  }
  #index-body .i-product {
    padding: 0 0 60px;
  }
  #index-body .i-product .header a.next {
    display: none;
  }
  #index-body .i-product .content ul li .box .text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .i-product .content ul li .box .text {
    position: initial;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body a.next {
    display: none;
  }
  #index-body h1.title,
  #index-body h3.title {
    font-size: 29px;
  }
  #index-body .news .top h3 {
    padding-top: 10px;
  }
  #index-body .news .top h3::after {
    top: -20px;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #index-body .news .content ul li .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .news .content ul li .img {
    display: none;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .f-info .f-ab {
    width: 100%;
  }
  #footer .f-info .f-list {
    width: 100%;
    padding: 20px 0 0;
  }
  #footer .f-box {
    padding: 20px 0;
  }
  #footer h3 {
    margin-bottom: 20px;
  }
  #footer .f-box .left {
    border-right: 0;
    padding: 0;
  }
  #footer .f-box .right {
    padding: 20px 0 0;
  }
  #footer .f-box .left,
  #footer .f-box .right,
  #footer .f-box .middle {
    width: 100%;
  }
  #footer .f-box .message p img {
    width: 6%;
  }
  #footer .f-nav {
    display: none;
  }
  #footer .f-box .message p {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .guanyu:after, #index-body h1.title:after, #index-body h3.title:after{
    display: none;
  }
  #banner ul li .text p small{
    display: inline;
  }
  #footer .f-box{
    height: auto;
    border: 0;
  }
  #footer .f-box::after{
    display: none;
  }
  #footer .f-copy{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text h2 {
    font-size: 18px;
    line-height: 1.8;
  }
  #banner ul li .text p {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .about .top .left h1::after {
    display: none;
  }
  #index-body h1.title,
  #index-body h3.title {
    font-size: 25px;
    line-height: 1.8;
  }
  .guanyu{
    font-size: 30px!important;
    line-height: 1.8!important;
  }
  #index-body .about .top .right {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .about .top .right{
    padding-top: 10px!important;
  }
  #index-body .about .text p {
    font-size: 17px;
    line-height: 32px;
  }
  .more {
    padding: 10px;
    font-size: 16px;
  }
  .more em {
    margin-left: 6px;
  }
  .more i {
    width: 9px;
    height: 9px;
  }
  #index-body .i-product .header h2 {
    font-size: 42px;
  }
  #index-body .news .top h3::after {
    display: none;
  }
  #index-body .news .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  #footer .f-info .f-list .f-form {
    padding: 20px 0 0;
  }
  #footer .f-box .message p span {
    font-size: 16px;
  }
}

.inner_banner_1 {
  padding: 160px 0;
  background-image: url(/hypapercup/2023/03/13/555.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.inner_banner_1 .container .top {
  line-height: 2;
  font-size: 16px;
}
.inner_banner_1 .container .cat_name {
  font-size: 48px;
  font-weight:bold;
  text-transform: uppercase;
  margin-top: 15px;


}
.inner_banner_2 .container {
  padding: 120px 0;
  width: 100%;
  position: relative;
  text-align: center;
  font-weight:bold;
  color: #fff;
  font-size: 36px;
}
.inner_banner_2 .container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner_banner_2 .container div {
  position: relative;
  z-index: 2;
  width: 530px;
  margin: auto;
}
.inner_banner_2 .img_1 {
  display: block;
  margin: auto;
  width: 120px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.inner_banner_3 {
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 20px;
}
.inner_banner_3 .container {
  color: #fff;
}
.inner_banner_3 .container .top .mbx {
  font-size: 16px;
  line-height: 2;
}
.inner_banner_3 .container .top .cat_name {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 20px;
  font-weight:bold;
}
.inner_banner_3 .container .top .des {
  font-size: 18px;
  line-height: 36px;
  width: 670px;
  margin-top: 10px;
}
.inner_banner_3 .container .bottom {
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.inner_banner_3 .container .bottom .list_cont {
  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;
  margin-top: 20px;
}
.inner_banner_3 .container .bottom .list_cont .list {
  margin-top: 15px;
  margin: 0 22px;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
}
.inner_banner_3 .container .bottom .go_next {
  display: block;
  width: 36px;
  cursor: pointer;
  font-size: 50px;
  text-align: center;
  margin: auto;
  line-height: 1;
  margin-top: 25px;
}
.creative-page {
  padding: 50px 0 0;
}
.creative-page .init-1 .container .tip_title {
  font-size: 30px;
  line-height: 1.4;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.creative-page .init-1 .container .tip_des {
  font-size: 18px;
  line-height: 2;
  font-weight:500;
  width: 930px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.creative-page .init-1 .container .list_cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 18px;
}
.creative-page .init-1 .container .list_cont .list {
  margin-top: 20px;
  width: 28%;
}
.creative-page .init-1 .container .list_cont .list img {
  width: auto;
  height: 80px;
  display: block;
  margin: auto;
}
.creative-page .init-1 .container .list_cont .list .title {
  margin-top: 30px;
  font-weight:bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.creative-page .init-1 .container .list_cont .list .des {
  margin-top: 15px;
  color: #666666;
  font-weight:500;
  line-height: 1.8;
}
.creative-page .init-2 {
  position: relative;
  padding-top: 60px;
}
.creative-page .init-2 .container {
  position: relative;
}
.creative-page .init-2 .sub_div {
  position: absolute;
  width: 100%;
  height: 520px;
  top: 325px;
  left: 0;
  background-color: #f1f1f1;
}
.creative-page .init-2 .container .list {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}
.creative-page .init-2 .container .list .left {
  width: 52%;
  padding-left: 100px;
  padding-right: 150px;
}
.creative-page .init-2 .container .list .left .title {
  font-size: 36px;
  line-height: 1.4;
  font-weight:bold;
  text-transform: uppercase;
}
.creative-page .init-2 .container .list .left .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #666666;
  margin-top: 18px;
}
.creative-page .init-2 .container .list .right {
  width: 48%;
}
.creative-page .init-2 .container .list .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.creative-page .init-2 .container .list:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.creative-page .init-3 {
  background-image: url(/hypapercup/2023/03/13/sss666.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 170px;
  padding-bottom: 80px;
  margin-top: 150px;
  background-attachment: fixed;
}
.creative-page .init-3 .container {
  text-align: center;
  color: #fff;
}
.creative-page .init-3 .container .title {
  font-size: 36px;
  line-height: 1.4;
  font-weight:bold;
  text-transform: uppercase;
}
.creative-page .init-3 .container .des {
  margin-top: 30px;
  font-size: 18px;
  font-weight:500;
  width: 620px;
  margin: auto;
  line-height: 2;
}
.creative-page .init-3 .container .more {
  margin: auto;
  margin-top: 50px;
  color: var(--white);
  /*width: 220px;*/
}
/*.creative-page .init-3 .container .more::before {
  display: none;
}*/
.customized-page {
  padding: 100px 0;
}
.customized-page .cir {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.customized-page .cir::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.customized-page .cir.active::before {
  background-color: #000;
}
.customized-page .top_3 {
  position: relative;
  top: 3px;
}
.customized-page .mt_l_6 {
  margin-left: 6px;
}
.customized-page .init-1 .title {
  font-size: 36px;
  font-weight:bold;
  text-transform: uppercase;
  text-align: center;
}
.customized-page .init-1 .more_c {
  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;
}
.customized-page .init-1 .more_c .more {
  margin-top: 20px;
  width: 250px;
  border-color: #000;
  color: #000;
  cursor: pointer;
}
.customized-page .init-1 .more_c .more::before {
  background-color: #000;
}
.customized-page .init-1 .more_c .more::after {
  background-color: #000;
}
.customized-page .init-1 .more_c .more:hover {
  color: #fff;
}
.customized-page .init-1 .more_c .more:nth-child(2) {
  margin-left: 100px;
}
.customized-page .init-2 {
  margin-top: 100px;
}
.customized-page .init-2 .container {
  padding: 160px 0;
  background-image: url(../images/customized_2.jpg);
  background-size: cover;
  background-position: center center;
  text-transform: uppercase;
  font-weight:bold;
  text-align: center;
  color: #fff;
}
.customized-page .init-2 .container .title {
  font-size: 36px;
}
.customized-page .init-2 .container .des {
  margin-top: 15px;
  font-size: 16px;
}
.customized-page .init-3 {
  margin-top: 130px;
}
.customized-page .init-3 .container .titlt_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;
}
.customized-page .init-3 .container .titlt_cont .tip_title {
  font-size: 24px;
  font-weight:bold;
  text-transform: uppercase;
}
.customized-page .init-3 .container .titlt_cont .list_cont {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  border: #bdbdbd solid 1px;
  font-size: 16px;
  font-weight:500;
}
.customized-page .init-3 .container .titlt_cont .list_cont .mr_10 {
  margin-right: 10px;
}
.customized-page .init-3 .container .titlt_cont .list_cont .cir {
  margin-right: 10px;
  margin-top: 7px;
}
.customized-page .init-3 .container .titlt_cont .list_cont input {
  width: 76px;
  border: 1px solid #bdbdbd;
  font-family: inherit;
  font-weight:500;
  padding: 0 7px;
}
.customized-page .init-3 .container .titlt_cont .name_cont {
  width: 195px;
  padding: 10px 5px;
}
.customized-page .init-3 .container .titlt_cont .size_cont {
  width: 480px;
}
.customized-page .init-3 .container .titlt_cont .size_cont input {
  width: 76px;
}
.customized-page .init-3 .container .titlt_cont .size_cont span:nth-child(3) {
  margin-left: 10px;
}
.customized-page .init-3 .container .titlt_cont .qty_cont {
  width: 290px;
}
.customized-page .init-3 .container .titlt_cont .qty_cont input {
  width: 96px;
  margin-left: 12px;
}
.customized-page .init-4 {
  margin-top: 40px;
}
.customized-page .init-4 .container {
  padding: 70px 30px;
  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;
  background-color: #f1f1f1;
}
.customized-page .init-4 .container .list_cont .first {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight:bold;
}
.customized-page .init-4 .container .list_cont .list {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
}
.customized-page .init-4 .container .list_cont .list .cir {
  min-width: 12px;
}
.customized-page .init-4 .container .list_cont .list span {
  margin-left: 15px;
  position: relative;
  top: 3px;
}
.customized-page .init-5 {
  margin-top: 100px;
}
.customized-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;
}
.customized-page .init-5 .container .img {
  width: 32%;
  height: 300px;
  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;
}
.customized-page .init-5 .container .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customized-page .init-5 .container .right {
  width: 63%;
}
.customized-page .init-5 .container .right .title_cont {
  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;
}
.customized-page .init-5 .container .right .title_cont .name {
  font-size: 24px;
  font-weight:bold;
  text-transform: uppercase;
}
.customized-page .init-5 .container .right .title_cont .cont {
  border: 1px solid #bdbdbd;
  padding: 10px 30px;
  width: 515px;
  font-weight:500;
  font-size: 16px;
  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;
}
.customized-page .init-5 .container .right .title_cont .cont span {
  position: relative;
  top: 3px;
  margin-left: 12px;
}
.customized-page .init-5 .container .right .title_cont .cont div:nth-child(3) {
  height: 32px;
  width: calc(100% - 85px);
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont {
  width: auto;
  max-width: 100%;
  margin-top: 6px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 0 5px;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  font-weight:500;
  width: auto;
  max-width: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  min-width: 60px;
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  color: #767676;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar-track {
  background-color: #eee;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar-thumb {
  background-color: #000;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span.active {
  color: #000;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont input {
  padding: 3px 5px;
  margin-left: 5px;
  font-weight:500;
  width: auto;
  max-width: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}
.customized-page .init-5 .container .right .title_cont .cont .che_color_2 {
  display: none;
}
.customized-page .init-5 .container .right .cont_list {
  margin-top: 50px;
  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;
}
.customized-page .init-5 .container .right .cont_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
}
.customized-page .init-5 .container .right .cont_list .list > img {
  margin-left: 10px;
}
.customized-page .init-5 .container .right .cont_list .list .color_c_cont {
  margin-left: 20px;
}

.customized-page .init-5 .container .right .cont_list .list .color_c_cont div{
  font-size: 18px;
}

.customized-page .init-5 .container .right .cont_list .list .color_c_cont input{
  width: 160px;
  border: #000 solid 1px;
  font-size: 16px;
  font-weight:500;
  margin-top: 5px;
  padding: 2px 10px;
}


.customized-page .init-5 .container .right .cont_list .color_list_2 .color_c_cont {
  width: 240px;
}
.customized-page .init-5 .container .right .cont_list .color_list_2 .color_c_cont input {
  width: 60px;
  text-align: center;
  font-weight:500;
  border: 1px solid #bdbdbd;
  font-size: 18px;
  padding: 3px 5px;
  margin-left: 10px;
}
.customized-page .init-6 .container .list {
  margin-top: 120px;
}
.customized-page .init-6 .container .list .title_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;
}
.customized-page .init-6 .container .list .title_cont > span {
  font-weight:bold;
  font-size: 24px;
  text-transform: uppercase;
}
.customized-page .init-6 .container .list .title_cont .cont {
  margin-left: 50px;
  padding: 12px 25px;
  border: #bdbdbd solid 1px;
  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;
  min-width: 300px;
}
.customized-page .init-6 .container .list .title_cont .cont span,.customized-page .init-6 .container .list .title_cont .cont input {
  margin-left: 10px;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.customized-page .init-6 .container .list.list_c_list_2 .title_cont .cont{
  border: none;
}
.customized-page .init-6 .container .list .title_cont .cont input{
  margin-top: -5px;
  font-weight:500;
  border: #bdbdbd solid 1px;
  padding: 3px 10px;
}
.customized-page .init-6 .container .list .list_cont {
  margin: 0 -10px;
  margin-top: 70px;
  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;
}
.customized-page .init-6 .container .list .list_cont .list_2 {
  padding: 0 10px;
  margin-top: 35px;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box {
  cursor: pointer;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box .img {
  height: 300px;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box .text {
  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;
  margin-top: 25px;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box .text span {
  position: relative;
  top: 3px;
  font-size: 16px;
  font-weight:500;
  margin-left: 6px;
}
.customized-page .init-6 .container .list .three .list_2 {
  width: 33.33%;
}
.customized-page .init-6 .container .list .four .list_2 {
  width: 25%;
}
.customized-page .init-6 .container .list .four .list_2 .box .img {
  height: 255px;
}
.customized-page .init-6 .container .list .three_2 .list_2 .box .text {
  margin-top: 0;
}
.customized-page .init-6 .container .list .three_2 .list_2 .box .img {
  height: 200px;
  margin-top: 20px;
}
.customized-page .init-6 .container .list .three_2 .list_2:nth-child(1) {
  width: 35%;
}
.customized-page .init-6 .container .list .three_2 .list_2:nth-child(2) {
  width: 44%;
}
.customized-page .init-6 .container .list .three_2 .list_2:nth-child(3) {
  width: 21%;
}
.customized-page .init-7 {
  margin-top: 110px;
}
.customized-page .init-7 .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;
}
.customized-page .init-7 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  font-weight:500;
  width: 49%;
}
.customized-page .init-7 .container form input::-webkit-input-placeholder {
  color: #000;
}
.customized-page .init-7 .container form input:-ms-input-placeholder {
  color: #000;
}
.customized-page .init-7 .container form input::-ms-input-placeholder {
  color: #000;
}
.customized-page .init-7 .container form input::placeholder {
  color: #000;
}
.customized-page .init-7 .container form .mail {
  width: 100%;
}
.customized-page .init-7 .container form .shadow_input {
  display: none;
}
.customized-page .init-7 .container form .list {
  width: 100%;
  font-size: 16px;
}
.customized-page .init-7 .container form .list .tip {
  font-weight:500;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}
.customized-page .init-7 .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;
}
.customized-page .init-7 .container form .list .text span{
  cursor: pointer;
}

.customized-page .init-7 .container form .list .text input{
  cursor: pointer;
}
.customized-page .init-7 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}
.customized-page .init-7 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight:500;
}
.customized-page .init-7 .container form .submit_btn {
  overflow: hidden;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
  width: 230px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  margin-top: 40px;
}
.customized-page .init-7 .container form .submit_btn::before {
  display: none;
}
.environment-page {
  padding-bottom: 120px;
}
.environment-page .init-1 {
  margin-top: 100px;
}
.environment-page .init-1 .container img {
  width: 720px;
  display: block;
  margin: auto;
}
.environment-page .init-1 .container video{
  width: 720px;
  display: block;
  margin: auto;
  max-width: 100%;
}
.environment-page .init-1 .container .des {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.6);
  font-weight:500;
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}
.environment-page .init-2 .container {
  width: 100%;
}
.environment-page .init-2 .container .list {
  padding: 50px 0;
  position: relative;
  margin-top: 180px;
}
.environment-page .init-2 .container .list .sub_div {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}
.environment-page .init-2 .container .list .cont {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 1400px;
  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;
}
.environment-page .init-2 .container .list .cont .left {
  width: 48%;
}
.environment-page .init-2 .container .list .cont .left .top {
  font-size: 36px;
  font-weight:bold;
  text-transform: uppercase;
}
.environment-page .init-2 .container .list .cont .left .bottom {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 15px;
}
.environment-page .init-2 .container .list .cont .right {
  width: 48%;
  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;
}
.environment-page .init-2 .container .list .cont .right .img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 53%;
}
.environment-page .init-2 .container .list .cont .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.environment-page .init-2 .container .list .cont .right .sub_img {
  width: 47%;
}
.environment-page .init-2 .container .list:nth-child(2n) .sub_div {
  left: inherit;
  right: 0;
}
.environment-page .init-2 .container .list:nth-child(2n) .cont .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.environment-page .init-2 .container .list:nth-child(2n) .cont .right > img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.environment-page .init-2 .container .list:hover .cont .right .img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.environment-page .init-3 {
  margin-top: 120px;
}
.environment-page .init-3 .container {
  width: 745px;
  max-width: 100%;
}
.environment-page .init-3 .container .list {
  margin-top: 20px;
}
.environment-page .init-3 .container .list .title {
  font-weight:bold;
  font-size: 18px;
  text-transform: uppercase;
}
.environment-page .init-3 .container .list .des {
  font-size: 16px;
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  padding-left: 10px;
}
.environment-page .init-4 {
  padding: 110px 0;
  background-color: #f5f5f5;
  margin-top: 140px;
}
.environment-page .init-4 .container .tip_title {
  font-size: 36px;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}
.environment-page .init-4 .container .swiper {
  margin-top: 80px;
}
.environment-page .init-4 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.environment-page .init-5 {
  margin-top: 150px;
}
.environment-page .init-5 .container .swiper {
  width: 990px;
  max-width: 100%;
  margin: auto;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 160px;
  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;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 25px;
  font-size: 24px;
  font-weight:500;
  font-weight: bold;
  line-height: 1.2;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  margin-top: 10px;
  font-weight:500;
  color: #666666;
}
.solution-page {
  padding: 130px 0;
}
.solution-page .init-1 .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;
}
.solution-page .init-1 .container .left {
  width: 51%;
  margin-left: 0;
}
.solution-page .init-1 .container .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-page .init-1 .container .left .swiper-pagination .swiper-pagination-bullet{
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
  background-color: #fff;
}
.solution-page .init-1 .container .left .swiper-pagination .swiper-pagination-bullet-active{
  background: #000;
}
.solution-page .init-1 .container .right {
  width: 43%;
}
.solution-page .init-1 .container .right .title {
  font-size: 30px;
  font-weight:bold;
  text-transform: uppercase;
}
.solution-page .init-1 .container .right .des {
  font-size: 18px;
  color: #666666;
  font-weight:500;
  margin-top: 10px;
}
.solution-page .init-1 .container .right form input {
  font-size: 16px;
  font-weight:500;
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}
.solution-page .init-1 .container .right form input::-webkit-input-placeholder {
  color: #000;
}
.solution-page .init-1 .container .right form input:-ms-input-placeholder {
  color: #000;
}
.solution-page .init-1 .container .right form input::-ms-input-placeholder {
  color: #000;
}
.solution-page .init-1 .container .right form input::placeholder {
  color: #000;
}
.solution-page .init-1 .container .right form .text {
  margin-top: 35px;
}
.solution-page .init-1 .container .right form .text .tip {
  font-size: 16px;
  font-weight:500;
}
.solution-page .init-1 .container .right form .text textarea {
  padding: 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  width: 100%;
  font-weight:500;
  font-size: 14px;
}
.solution-page .init-1 .container .right form .submit_btn {
  background-color: #000;
  width: 230px;
  height: 48px;
  border-radius: 5px;
  overflow: hidden;
  border: #000 solid 1px;
  margin-top: 35px;
  cursor: pointer;
}
.solution-page .init-1 .container .right form .submit_btn::before {
  display: none;
}
.solution-page .init-2 {
  margin-top: 200px;
}
.solution-page .init-2 .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;
}
.solution-page .init-2 .container .left {
  width: 43%;
}
.solution-page .init-2 .container .left .tip {
  font-size: 30px;
  font-weight:bold;
  text-transform: uppercase;
}
.solution-page .init-2 .container .left .des {
  margin-top: 30px;
  color: #666666;
  font-size: 18px;
  font-weight:500;
  line-height: 2;
}
.solution-page .init-2 .container .left .more {
  margin-left: 23px;
  margin-top: 80px;
  color: #000;
  border-color: #000;
  width: 356px;
  height: 50px;
}
.solution-page .init-2 .container .left .more::before {
  background-color: #000;
}
.solution-page .init-2 .container .left .more::after {
  background-color: #000;
}
.solution-page .init-2 .container .left .more:hover {
  color: #fff;
}
.solution-page .init-2 .container .right {
  width: 51%;
}
.competence-page {
  padding-bottom: 50px;
}
.competence-page .init-1 {
  margin-top: 40px;
}
.competence-page .init-1 .container .list {
  margin-top: 55px;
  text-align: center;
}
.competence-page .init-1 .container .list .tip_title {
  font-weight:bold;
  font-size: 30px;
  text-transform: uppercase;
}
.competence-page .init-1 .container .list .des {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 20px;
  line-height: 2;
}
.competence-page .init-1 .container .list .img_c {
  margin-top: 30px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.competence-page .init-1 .container .list .img_c a {
  margin-top: 20px;
}
.competence-page .init-1 .container .list .img_c_2 {
  margin-top: 40px;
  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;
}
.competence-page .init-1 .container .list .img_c_2 .img-box:last-child {
  margin-left: 80px;
}
.competence-page .init-2 {
  padding: 100px 0;
  margin-top: 120px;
  background-color: #f2f2f2;
}
.competence-page .init-2 .container .tip_title {
  font-size: 30px;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}
.competence-page .init-2 .container .swiper {
  margin-top: 55px;
}
.competence-page .init-2 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.competence-page .init-3 .container .list {
  margin-top: 150px;
  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;
}
.competence-page .init-3 .container .list .left {
  width: 48%;
}
.competence-page .init-3 .container .list .left img {
  max-width: 80px;
}
.competence-page .init-3 .container .list .left .title {
  font-size: 24px;
  font-weight:bold;
  margin-top: 30px;
  text-transform: uppercase;
}
.competence-page .init-3 .container .list .left .des {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 20px;
  line-height: 2;
}
.competence-page .init-3 .container .list .right {
  width: 48%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.competence-page .init-3 .container .list:nth-child(2n) .left {
  padding-left: 30px;
}
.competence-page .init-3 .container .list:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.competence-page .init-3 .container .list:hover .right {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.competence-page .init-4 {
  margin-top: 150px;
  padding: 200px 0;
  background-image: url(../images/competence_21.jpg);
  background-size: cover;
  background-position: center center;
}
.competence-page .init-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
.competence-page .init-4 .container .left {
  width: 430px;
}
.competence-page .init-4 .container .left .title_1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight:bold;
}
.competence-page .init-4 .container .left .title_2 {
  font-weight:bold;
  font-size: 48px;
  margin-top: 10px;
  text-transform: uppercase;
}
.competence-page .init-4 .container .left .des {
  margin-top: 20px;
  font-size: 18px;
}
.competence-page .init-4 .container .right {
  margin-left: 140px;
  margin-top: 45px;
  width: 220px;
  height: 50px;
}
.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: 30px;
  line-height: 50px;
  font-weight:bold;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.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:500;
  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%;
}
.about-page {
  padding-top: 120px;
  padding-bottom: 90px;
}
.about-page .init-1 .container .title {
  text-align: center;
  font-size: 48px;
  font-weight:bold;
  text-transform: uppercase;
}
.about-page .init-1 .container .des {
  font-size: 18px;
  color: #666666;
  font-weight:500;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}
.about-page .init-1 .container img {
  /*width: 655px;*/
  max-width: 100%;
  margin: auto;
  margin-top: 60px;
  display: block;
}
.about-page .init-2 {
  margin-top: 130px;
}
.about-page .init-2 .container {
  position: relative;
  width: 100%;
}
.about-page .init-2 .container .sub_line {
  width: 100%;
  background-color: #e6e6e6;
  height: 1px;
}
.about-page .init-2 .container .swiper {
  width: 1400px;
  margin: auto;
  margin-top: -9px;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
  width: 17px;
  height: 17px;
  background-color: #e6e6e6;
  border-radius: 50%;
  position: relative;
  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;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir div {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 24px;
  font-weight:bold;
  margin-top: 25px;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  color: #5d5d5d;
  font-weight:500;
  margin-top: 20px;
  word-break: break-word;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide:hover .cir {
  background-color: #000;
}
.about-page .init-3 {
  padding: 70px 0;
  background-color: #eeeeee;
  margin-top: 130px;
}
.about-page .init-3 .container .tip_title {
  font-size: 48px;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-3 .container .swiper {
  margin-top: 70px;
}
.about-page .init-3 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.about-page .init-4 {
  margin-top: 130px;
  font-size: 48px;
}
.about-page .init-4 .container .prev,
.about-page .init-4 .container .next {
  width: 34px;
  height: 34px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: -65px;
  overflow: hidden;
  padding: 2px;
}
.about-page .init-4 .container .prev:hover,
.about-page .init-4 .container .next:hover {
  border-radius: 20%;
  background-color: #000;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-4 .container .video_cont{
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.about-page .init-4 .container #video{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page .init-4 .container #video video{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .video_cont .swiper{
  padding: 5px;
  width: 520px;
  margin: auto;
  margin-top: -130px;
}

.about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
  height: 90px;
  border: 1px solid #fff;
  cursor: pointer;
}

.about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .contain{
  position: relative;
}
.about-page .init-4 .container .prev {
  left: -65px;
}
.about-page .init-4 .container .tip_title {
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-4 .container .swiper {
  margin-top: 60px;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  display: block;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 325px;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  font-weight:bold;
  text-transform: uppercase;
}
.about-page .init-5 {
  margin-top: 140px;
}
.about-page .init-5 .container {
  position: relative;
}
.about-page .init-5 .container .tip_title {
  font-weight:bold;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}
.about-page .init-5 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-page .init-5 .container .list_cont a {
  margin-top: 30px;
  border-color: #000;
  color: #fff;
  color: #000;
  width: 24%;
  height: 335px;
  display: block;
}
.about-page .init-5 .container .list_cont a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .init-5 .container .list_cont a::before {
  background-color: #000;
}
.about-page .init-5 .container .list_cont a::after {
  background-color: #000;
}
.about-page .init-5 .container .list_cont a:hover {
  color: #fff;
}
.about-page .init-5 .container .listc{

}
.about-page .init-5 .container .img_cont {
  margin-top: 50px;
  background-image: url(../images/about_7.jpg);
  padding: 260px 40px 90px 40px;
  color: #fff;
  display: none;
}
.about-page .init-5 .container .img_cont:first-child{
  display: block;
}
.about-page .init-5 .container .img_cont .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight:bold;
}
.about-page .init-5 .container .img_cont .des {
  margin-top: 15px;
  font-weight:500;
  font-size: 18px;
  width: 760px;
  max-width: 100%;
}
.about-page .init-6 {
  margin-top: 75px;
}
.about-page .init-6 .container .tip_title {
  font-weight:bold;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-6 .container .list_cont {
  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;
  margin-top: 30px;
}
.about-page .init-6 .container .list_cont .list {
  font-size: 18px;
  line-height: 32px;
  margin: 10px 40px;
  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;
}

.about-page .init-6 .container .list_cont .list .text {
  margin-left: 10px;
}

/*about页面新增样式*/
.about-page .about-4 {
  padding: 100px 0;
  overflow: hidden;
  background: var(--white);
}

.about-page .about-4 .text {
  margin-top: 15px;
}

.about-page .about-4 .offerBox .swiper-container {
  padding: 85px 20px 0;
}
.about-page .about-4 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-4 .offerBox .swiper-slide:hover h4 {
  color: var(--primary);
}
.about-page .about-4 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--primary);
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide h4 {
  font-size: 18px;
  line-height: 2;
  font-weight: 900;
  margin: 24px 0 12px;
  text-transform: uppercase;
}
.about-page .about-4 .offerBox .swiper-slide p {
  font-size: 16px;
  line-height: 2;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1) span{
  background: url(/weizhi-zing/2024/06/26/index_09.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(/weizhi-zing/2024/06/26/index_0944.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2) span{
  background: url(/weizhi-zing/2024/06/26/index_10-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(/weizhi-zing/2024/06/26/index_1044.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3) span{
  background: url(/weizhi-zing/2024/06/26/index_11-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(/weizhi-zing/2024/06/26/index_113.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4) span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5) span{
  background: url(/weizhi-zing/2024/06/26/sff5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(/weizhi-zing/2024/06/26/sff.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6) span{
  background: url(/weizhi-zing/2024/06/26/adv-icon266.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(/weizhi-zing/2024/06/26/adv-icon2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7) span{
  background: url(/weizhi-zing/2024/06/26/index_12-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(/weizhi-zing/2024/06/26/index_1255.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8) span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}

.about-page .about-4 .list {
  margin-top: 25px;
  position: relative;
}

.about-page .about-4 h2{
  color: var(--black);
  display: block;
    font-weight: 700;
    font-size: 46px;
}
.about-page .about-4 .text{
  color: var(--black);
  font-size: 18px;
  line-height: 2;
}

.about-page .about-4 .list ul {
  margin: 0 -20px;
}

.about-page .about-4 .list ul li {
  padding: 0 20px;
}

.about-page .about-4 .list ul li .box {
  display: block;
  padding: 25px 15px 35px;
  position: relative;
  z-index: 1;
}

.about-page .about-4 .list ul li .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .list ul li .box i.icon {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  height: 72px;
}

.about-page .about-4 .list ul li .box h6 {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: var(--primary);
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .list ul li .box .content {
  display: block;
  margin: 25px 0;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  height: 201.6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .list ul li .box i.fa {
  font-weight: bold;
  font-size: 72px;
  max-height: 20px;
  display: block;
  color: var(--primary);
  line-height: 1;
  font-family: "Swis721 Cn BT";
  margin-left: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .list ul li .box i.fa:after {
  content: '”';
}

.about-page .about-4 .list ul li .box:hover:after {
  background: #1e6ba1;
  opacity: .9;
}

.about-page .about-4 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-4 .list ul li .box:hover h6,
.about-page .about-4 .list ul li .box:hover .content,
.about-page .about-4 .list ul li .box:hover i.fa {
  color: white;
}

.about-page .about-5 {
  padding: 100px 0;
}
.about-page .about-5 .ui.container{
  max-width: 1200px;
  width: 100%;
}
.about-page .about-5 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 50px;
}
.about-page .about-5 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 50px;
}
.about-page .about-5 .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-5 .images .img {
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}
.about-page .about-5 .images .img.pa {
  left: 130px;
}

.news-page {
  padding-top: 40px;
  padding-bottom: 130px;
}
.news-page .container {
  margin: 0 auto;
}
.news-page .container .box_cont {
  margin: 0 -20px;
}
.news-page .container .box_cont .column {
  padding: 0 20px;
  margin-top: 90px;
}
.news-page .container .box_cont .column .box {
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container .box_cont .column .box a {
  display: block;
}
.news-page .container .box_cont .column .box .sub_img {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 22px;
  right: 22px;
  z-index: 2;
}
.news-page .container .box_cont .column .box .img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.news-page .container .box_cont .column .box .img .img_1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container .box_cont .column .box .img:hover .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);
}
.news-page .container .box_cont .column .box .cont {
  padding: 30px 20px;
  
}
.news-page .container .box_cont .column .box .cont .title {
  font-size: 20px;
  font-weight:500;
  line-height: 2;
  
}
.news-page .container .box_cont .column .box .cont .des {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  color: #878787;
  font-weight:500;
}
.news-page .container .box_cont .column .box .cont .time {
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
  font-weight:500;
}
.news-page .container .box_cont .column:hover .box {
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.17);
}
.m-page {
  margin-top: 40px;
}
.m-page .wp-pagenavi {
  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;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  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;
  font-size: 16px;
  font-weight:500;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.m-page .wp-pagenavi span.current,
.m-page .wp-pagenavi a.current {
  color: #fff;
  background-color: #000;
}
.m-page .wp-pagenavi span:hover,
.m-page .wp-pagenavi a:hover {
  color: #fff;
  background-color: #000;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .container .title {
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
  font-weight:bold;
}
.newdet-page .container .time {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.newdet-page .container .content {
  padding: 20px 0;
  margin: 40px 0;
  border-top: 1px #666 dashed;
  border-bottom: 1px #666 dashed;
  text-align: left;
  font-size: 18px;
  color: #000;
  line-height: 2;
}

.newdet-page .container .content h4 {
  font-size: 24px;
  line-height: 2;
  font-weight: 900;
  color: #8ac340;
}

.m-link {
  margin-top: 40px;
}
.m-link a {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 2;
}
#related_product {
  margin-top: 60px;
}
#related_product .tip_title {
  font-size: 36px;
  text-align: center;
  font-weight:bold;
}
#related_product .swiper {
  margin-top: 40px;
}
#related_product .swiper .swiper-wrapper .swiper-slide {
  padding: 20px 30px;
}
#related_product .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
#related_product .swiper .swiper-wrapper .swiper-slide .img {
  height: 250px;
}
#related_product .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#related_product .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.product-page {
  padding-bottom: 120px;
}
.pro-single-page{
  margin-top: 107px;
}
.product-page .init-1 {
  padding: 40px;
  /*padding: 110px 0;*/
  background-color: #ebebeb;
  border-radius: 20px;
}
.product-page .init-1 .container .tip_title {
  font-size: 30px;
  font-weight:bold;
  /*text-align: center;*/
  text-transform: uppercase;
  line-height: 1.4;
}
.product-page .init-1 .container .des {
  /*width: 910px;
  margin: auto;*/
  margin-top: 30px;
  font-size: 18px;
  color: #666666;
  /*text-align: center;*/
  font-weight:500;
  line-height: 2;
}
.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: 2;
  font-weight: 500;
  text-align: center;
  display: block;
  min-height: 6em;
  margin-top: 30px;
}
.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 {
  margin-top: 140px;
  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: 2;
  font-weight:500;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--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;

} 
.cpshemei{
margin-top: 20px;

}

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

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

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 25px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 2;
}
.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: 17px;
    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;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    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(--primary);
}

@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: 35px;
    }
}

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

.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.8;
  color: #4a4a4a;
  font-weight:bold;
  /*text-transform: uppercase;*/
  /*margin-top: 20px;*/
}

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

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

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

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

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

.product-page .pro_init_1 .container .right .more {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}

/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_1 .container .right .more::after {
  background-color: #000;
}

.product-page .pro_init_1 .container .right .more:hover {
  color: #fff;
}

.product-page .pro_init_2 {
  background-color: #f6f6f5;
  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: 2;
  font-weight:bold;
  text-transform: uppercase;
}

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

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

.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;
  /*background-color: #000;*/
  border-radius: 5px;
  /*border: 1px solid #000;*/
  cursor: pointer;
  /*width: 230px;
  height: 40px;
  line-height: 46px;*/
  margin: auto;
  margin-top: 40px;
}

/*.product-page .pro_init_3 .container form .submit_btn::before {
  display: none;
}*/

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

.gallery-page {
  padding: 120px 0;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box .img-box img {
  width: 100%;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: #000;
  color: #fff;
}


.search-page{
  padding: 100px 0;
}
.search-page .container .grid-box .column {
  padding: 10px;
}
.search-page .container .grid-box .column .box {
  display: block;
  background: #fff;
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.search-page .container .grid-box .column .box a {
  display: block;
  overflow: hidden;
}
.search-page .container .grid-box .column .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.search-page .container .grid-box .column .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-page .container .grid-box .column .box .content .more {
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  border: 1px solid #000;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
.search-page .container .grid-box .column .box .content .more:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1650px) {
  .about-page .about-4 .list ul li .box i.icon {
    height: 60px;
  }

  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 100%;
  }

  .about-page .about-4 .list ul li .box h6 {
    font-size: 20px;
  }

  .about-page .about-4 .list ul li .box .content {
    font-size: 16px;
    height: 176.4px;
  }
}

@media (max-width: 1500px) {
  .customized-page .init-3 .container .titlt_cont .tip_title {
    width: 100%;
  }
  .customized-page .init-3 .container .titlt_cont .name_cont {
    margin-left: 0;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin-top: 20px;
  }
  .customized-page .init-4 .container {
    padding-top: 40px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .customized-page .init-4 .container .list_cont {
    margin-top: 30px;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 250px;
  }
  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: 170px;
  }
  .customized-page .init-6 .container .list .four .list_2 .box .img {
    height: 215px;
  }
  .environment-page .init-2 .container .list .cont {
    width: 1200px;
  }
  .about-page .init-2 .container .swiper {
    width: 1200px;
  }
  .about-page .init-4 .container .prev {
    display: none;
  }
  .about-page .init-4 .container .next {
    display: none;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 280px;
  }
}

@media screen and (max-width: 1450px) {
   .about-page .about-4 .text {
    margin-top: 5px;
  }

  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }

  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }

  .about-page .about-4 {
    padding: 60px 0;
  }
}

@media (max-width: 1250px) {
  .creative-page .init-2 .container .list .left {
    padding: 0 60px;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin-left: 0;
    margin-right: 20px;
  }
  .customized-page .init-4 .container .list_cont {
    width: 33.333%;
  }
  .customized-page .init-6 .container .list .four .list_2 .box .img {
    height: 180px;
  }
  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: 130px;
  }
  .environment-page .init-2 .container .list .cont {
    width: 970px;
  }
  .about-page .init-2 .container .swiper {
    width: 970px;
  }


  .news-page .container .box_cont .column .box .img {
    height: 186px;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide{
    padding: 20px 15px;
  }
}

@media screen and (max-width: 1200px) {
   .about-page .about-5 .left {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .inner_banner_1 {
    margin-top: 40px;
    text-align: center;
  }
  .creative-page .init-1 .container .tip_des {
    width: 100%;
  }
  .creative-page .init-2 .container .list {
    background-color: #f1f1f1;
  }
  .creative-page .init-2 .container .list .left {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
  }
  .creative-page .init-2 .container .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .creative-page .init-2 .container .sub_div {
    display: none;
  }
  .creative-page .init-2 .sub_div{
    display: none;
  }
  .creative-page .init-3 .container .des {
    width: 100%;
  }
  .customized-page .init-2 .container {
    padding: 100px 15px;
  }
  .customized-page .init-1 .more_c {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .customized-page .init-1 .more_c .more {
    margin-right: 50px;
  }
  .customized-page .init-1 .more_c .more:nth-child(2) {
    margin-left: 0;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 160px;
  }
  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 {
    width: 100%;
  }
  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: auto;
  }
  .inner_banner_2 {
    margin-top: 40px;
  }
  .environment-page .init-2 .container .list .cont {
    width: 700px;
  }
  .solution-page .init-1 .container .left {
    width: 100%;
  }
  .solution-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .solution-page .init-1 .container .right form .text .tip {
    text-align: left;
  }
  .solution-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .solution-page .init-2 .container .left .more {
    margin: auto;
    margin-top: 30px;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .competence-page .init-4 .container .left {
    width: 390px;
  }
  .competence-page .init-4 .container .right {
    margin-left: 65px;
  }
  .inner_banner_3 {
    margin-top: 40px;
    padding: 50px 0;
  }
  .inner_banner_3 .container .bottom {
    display: none;
  }
  .inner_banner_3 .container .top .des {
    width: 100%;
  }
  .about-page .init-2 .container .swiper {
    width: 700px;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 170px;
  }
  .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;
  }
   .about-page .about-4 .list ul li {
    width: 50%;
    padding: 10px;
  }

  .about-page .about-4 .list ul {
    margin: -10px;
  }


  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .left {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .creative-page .init-1 .container .list_cont .list {
    width: 100%;
  }
  .creative-page .init-3 .container .title{
    font-size: 30px;
    line-height: 1.2;
  }
  .creative-page .init-3{
    padding: 30px 0;
  }
  .creative-page .init-3 .container .des{
    margin-top: 20px;
    font-size: 17px;
  }
  .contact-page .init-2{
    margin-top: 30px;
  }
  .contact-page .init-1{
    margin-top: 30px;
  }
  .news-page .container .box_cont .column{
    margin-top: 0;
  }
  .creative-page .init-3 .container .more{
    margin-top: 20px;
  }
  .creative-page .init-2 .container .list .left .title{
    font-size: 30px;
    line-height: 1.2;
  }
  .customized-page .init-1 .more_c {
    display: block;
  }
  .customized-page .init-1 .more_c .more {
    margin: auto;
  }
  .customized-page .init-1 .more_c .more:nth-child(2) {
    margin: auto;
    margin-top: 20px;
  }
  .customized-page .init-3 .container .titlt_cont {
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin: auto;
    margin-top: 20px;
  }
  .customized-page .init-3 .container .titlt_cont .tip_title {
    text-align: center;
  }
  .customized-page .init-4 .container .list_cont {
    width: 48%;
  }
  .customized-page .init-5 .container .img {
    width: 100%;
  }
  .customized-page .init-5 .container .right {
    width: 100%;
  }
  .customized-page .init-5 .container .right .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customized-page .init-5 .container .right .cont_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customized-page .init-5 .container .right .cont_list .list {
    margin-top: 20px;
  }
  .customized-page .init-6 .container .list .three .list_2 {
    width: 50%;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 30vw;
  }
  .customized-page .init-6 .container .list .list_cont.four .list_2 .box .img {
    height: 34vw;
  }
  .customized-page .init-6 .container .list .title_cont .cont {
    width: 100%;
    margin-left: 0;
    min-width: 100%;
  }
  .customized-page .init-6 .container .list .title_cont > span {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .customized-page .init-6 .container .list .four .list_2 {
    width: 50%;
  }
  .inner_banner_2 .container {
    padding: 60px 15px;
  }
  .inner_banner_2 .container div {
    width: 100%;
  }
  .environment-page .init-1 .container img {
    width: 100%;
  }
  .environment-page .init-2 .container .list {
    background-color: #f5f5f5;
    padding: 30px 15px;
  }
  .environment-page .init-2 .container .list .cont {
    text-align: center;
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .left {
    margin-top: 20px;
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .environment-page .init-2 .container .list .cont .right .sub_img {
    display: none;
  }
  .environment-page .init-2 .container .list .sub_div {
    display: none;
  }
  .environment-page .init-3 .container .list {
    text-align: center;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .competence-page .init-3 .container .list .left {
    width: 100%;
    text-align: center;
  }
  .competence-page .init-3 .container .list:nth-child(2n) .left {
    padding-left: 0;
  }
  .competence-page .init-3 .container .list:nth-child(2n) .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .competence-page .init-3 .container .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .competence-page .init-4 .container .left {
    width: 100%;
    text-align: center;
  }
  .competence-page .init-4 .container .right {
    margin: auto;
    margin-top: 50px;
  }
  .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;
  }
  .about-page .init-2 .container .swiper {
    width: 100%;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
    margin: auto;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
    text-align: center;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
    text-align: center;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 35vw;
  }
  .about-page .init-5 .container .img_cont {
    text-align: center;
  }
  .about-page .init-5 .container .list_cont a{
    height: 25vw;
  }
  .about-page .init-4 .container .video_cont .swiper{
    width: 90%;
    margin-top: -90px;
  }

  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 80px;
  }

  .news-page .container .box_cont .column .box .cont {
    text-align: center;
  }
  .newdet-page .container .content {
    text-align: center;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide .img {
    height: 36vw;
  }
  .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;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 44px;
  }

  .about-page .about-4 .list ul li {
    width: 100%;
  }

  .about-page .about-4 .list ul li .box .content {
    height: auto;
    margin: 15px 0;
  }
}
@media (max-width: 500px) {
  .inner_banner_1 {
    padding: 40px 0;
    height: 180px!important;
  }
  .inner_banner_1 .container .cat_name {
    font-size: 18px;
    line-height: 32px;
    margin-top: 5px;
  }
  .chanpinye{
    display: none!important;
  }
  .chanpinyembx{
    font-size: 16px!important;
    line-height: 2!important;
  }
  .product-page .product-2{
    margin-top: 20px!important;
  }
  .creative-page {
    padding: 40px 0;
    padding-bottom: 0;
  }
  .creative-page .init-1 .container .tip_title {
    margin-top: 10px;
    font-size: 20px;
  }
  .creative-page .init-1 .container .tip_des {
    margin-top: 10px;
    font-size: 16px;
  }
  .creative-page .init-2 {
    padding-top: 20px;
  }
  .creative-page .init-2 .container .list {
    margin-top: 20px;
  }
  .creative-page .init-2 .container .list .left {
    padding: 15px;
  }
  .creative-page .init-2 .container .list .left .title {
    font-size: 20px;
  }
  .creative-page .init-2 .container .list .left .des {
    font-size: 16px;
  }
  .creative-page .init-3 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .creative-page .init-3 .container .title {
    font-size: 20px;
  }
  .creative-page .init-3 .container .des {
    margin-top: 10px;
    font-size: 16px;
  }
  .creative-page .init-3 .container .more {
    margin-top: 20px;
    font-size: 14px;
    /*width: 160px;
    height: 40px;
    line-height: 42px;*/
  }
  .customized-page {
    padding: 40px 0;
  }
  
  .customized-page .init-1 .title {
    font-size: 20px;
  }
  .customized-page .init-2 {
    margin-top: 40px;
  }
  .customized-page .init-2 .container .title {
    font-size: 20px;
  }
  .customized-page .init-3 {
    margin-top: 40px;
  }
  .customized-page .init-3 .container .titlt_cont .tip_title {
    font-size: 20px;
  }
  .customized-page .init-3 .container .titlt_cont .size_cont {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-3 .container .titlt_cont .size_cont input {
    width: 70px;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    font-size: 14px;
    width: 100%;
  }
  .customized-page .mt_l_6 {
    margin-left: 3px;
  }
  .customized-page .init-4 .container {
    padding: 40px 15px;
  }
  .customized-page .init-4 .container .list_cont {
    width: 100%;
  }
  .customized-page .init-4 .container .list_cont .first {
    text-align: center;
  }
  .customized-page .init-4 .container .list_cont .list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customized-page .init-5 .container .right .title_cont .name{
    text-align: center;
  }
  .customized-page .init-5 {
    margin-top: 40px;
  }
  .customized-page .init-5 .container .right {
    margin-top: 20px;
  }
  .customized-page .init-5 .container .right .cont_list .list{
    width: 100%;
  }
  .customized-page .init-5 .container .right .title_cont .cont div:nth-child(3) {
    height: auto;
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-5 .container .right .cont_list .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont div{
    text-align: center;
    margin-top: 10px;
  }
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont input{
    width: 100%;
  }
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .customized-page .init-6 .container .list {
    margin-top: 40px;
  }
  .customized-page .init-6 .container .list .list_cont {
    margin-top: 40px;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 60vw;
  }
  .customized-page .init-6 .container .list .list_cont.four .list_2 .box .img {
    height: 34vw;
    height: 70vw;
  }
  .customized-page .init-6 .container .list .three .list_2 {
    width: 100%;
  }
  .customized-page .init-6 .container .list .title_cont > span {
    font-size: 20px;
  }
  .customized-page .init-6 .container .list .four .list_2 {
    width: 50%;
    width: 100%;
  }
  .customized-page .init-7 {
    margin-top: 40px;
  }
  .customized-page .init-7 .container form input {
    width: 100%;
  }
  .inner_banner_2 .container {
    font-size: 20px;
  }
  .inner_banner_2 .img_1 {
    width: 60px;
    margin-top: -30px;
  }
  .environment-page {
    padding-bottom: 40px;
  }
  .environment-page .init-1 {
    margin-top: 40px;
  }
  .environment-page .init-1 .container .des {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
  }
  .environment-page .init-2 .container .list {
    margin-top: 40px;
  }
  .environment-page .init-2 .container .list .cont .right .img {
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .left .top {
    font-size: 20px;
    margin-top: 20px;
  }
  .environment-page .init-3 {
    margin-top: 40px;
  }
  .environment-page .init-4 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .environment-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .environment-page .init-4 .container .swiper {
    margin-top: 20px;
  }
  .environment-page .init-5 {
    margin-top: 40px;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 16px;
    line-height: 2;
  }
  .solution-page {
    padding: 40px 0;
  }
  .solution-page .init-1 .container .right .title {
    font-size: 20px;
  }
  .solution-page .init-1 .container .right .des {
    font-size: 16px;
    line-height: 2;
  }
  .solution-page .init-2 {
    margin-top: 40px;
  }
  .solution-page .init-2 .container .left .tip {
    font-size: 20px;
  }
  .solution-page .init-2 .container .left .des {
    font-size: 16px;
    margin-top: 20px;
  }
  .solution-page .init-2 .container .left .more {
    width: 220px;
    line-height: 2;
    height: 62px;
  }
  .solution-page .init-2 .container .left .more::before {
    top: 28px;
  }
  .competence-page {
    padding-bottom: 10px;
  }
  .competence-page .init-1 .container .list {
    margin-top: 30px;
  }
  .competence-page .init-1 .container .list .tip_title {
    font-size: 20px;
  }
  .competence-page .init-1 .container .list .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  .competence-page .init-1 .container .list .img_c {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 10px;
  }
  .competence-page .init-1 .container .list .img_c a {
    width: 80px;
  }
  .competence-page .init-1 .container .list .img_c_2 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .competence-page .init-1 .container .list .img_c_2 a {
    width: 90%;
  }
  .competence-page .init-1 .container .list .img_c_2 .img-box:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .competence-page .init-2 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .competence-page .init-2 .container .tip_title {
    font-size: 20px;
  }
  .competence-page .init-2 .container .swiper {
    margin-top: 20px;
  }
  .competence-page .init-3 .container .list {
    margin-top: 30px;
  }
  .competence-page .init-3 .container .list .left .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .competence-page .init-3 .container .list .left .des {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
  }
  .competence-page .init-4 {
    margin-top: 40px;
    padding: 80px 0;
  }
  .competence-page .init-4 .container .left .title_2 {
    font-size: 20px;
  }
  .competence-page .init-4 .container .left .des {
    font-size: 16px;
    line-height: 2;
  }
  .competence-page .init-4 .container .right {
    margin-top: 20px;
  }
  .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;
  }
  .inner_banner_3 .container .top {
    text-align: center;
  }
  .inner_banner_3 .container .top .cat_name {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .about-4 h2{
    font-size: 26px;
  }
  .inner_banner_3 .container .top .des {
    font-size: 16px;
    line-height: 2;
  }
  .about-page {
    padding: 40px 0;
  }
  .about-page .init-1 .container .title {
    font-size: 20px;
  }
  .about-page .init-1 .container .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-1 .container img {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
  .about-page .init-3 {
    margin-top: 40px;
    padding: 20px 0;
  }
  .about-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-3 .container .swiper {
    margin-top: 20px;
  }
  .about-page .init-4 {
    margin-top: 40px;
  }

  .about-page .init-4 .container #video{
    height: 60vw;
  }
  .about-page .init-4 .container .video_cont .swiper{
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
  }
  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 20vw;
  }
  .about-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-4 .container .swiper {
    margin-top: 20px;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 65vw;
  }
  .about-page .init-5 {
    margin-top: 40px;
  }
  .about-page .init-5 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-5 .container .list_cont {
    margin-top: 0;
  }
  .about-page .init-5 .container .img_cont {
    padding: 80px 15px;
  }
  .about-page .init-6 {
    margin-top: 40px;
  }
  
  .about-page .init-6 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 64px;
  }
  .news-page {
    padding-bottom: 40px;
  }
  .news-page .container .box_cont {
    margin: 0;
  }
  .news-page .container .box_cont .column {
    padding: 0;
    margin-top: 30px;
  }
  .news-page .container .box_cont .column .box .cont {
    padding: 20px 15px;
  }
  .news-page .container .box_cont .column .box .cont .title {
    font-size: 20px;
    line-height: 2;
    height: auto;
  }
  .news-page .container .box_cont .column .box .img {
    height: 50vw;
  }
  .newdet-page {
    padding: 40px 0;
  }
  .newdet-page .container .title {
    font-size: 20px;
    line-height: 2;
  }
  .newdet-page .container .time {
    margin-top: 10px;
  }
  .newdet-page .container .content {
    margin: 10px 0;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
  }
  .m-link {
    margin-top: 20px;
  }
  #related_product {
    margin-top: 40px;
  }
  #related_product .tip_title {
    font-size: 20px;
  }
  #related_product .swiper {
    margin-top: 20px;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide .img {
    height: 78vw;
  }
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 40px 0;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
  }
  .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;
  }
  .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%;
  }

  .search-page{
    padding: 40px 0;
  }
}

.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(--primary);
  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(--primary);
  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(--primary);
  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(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  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 {
  line-height: 1;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.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 {
  line-height: 50px;
  height: 50px;
  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;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .category .catelist > ul > li.active > ul{
  display: block;
}
.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 input,
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input{
  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 button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
.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;
  background-color: transparent;
  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: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.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%;
}
.mt-30 {
  margin-bottom: 40px;



}
.product_list {
  background-color: #f0f0f0;
  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 span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);
  -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);
}


.seo_title{
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#seo_about ._box{
		margin: -15px;
	}
	
	#seo_about ._left,
	#seo_about ._right{
		padding: 15px;
	}
	
	#honor_list ul{
		margin: -15px;
	}
	
	#honor_list ul li{
		padding: 15px;
	}
	
	#news_list ul{
		margin: -15px;
	}
	
	#news_list ul li{
		padding: 15px;
	}
	
	#news_list ._time span{
		display: inline-block;
		padding: 5px;
	}

  	#news_list ul li ._name{
  height: 80px;
  font-size: 20px;
  line-height: 36px;
    }

    #news_list ul li ._text{
  font-size: 16px;
  line-height: 30px;
    }
	
	#news_list ._time span._cate{
		color: #FFFFFF;
		background-color: #000000;
	}
	
	#news_list ._time span._date{
		background-color: #CCCCCC;
	}
	
	#news_list ._table{
		padding: 20px;
		border: 2px solid #CCCCCC;
	}

@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  #seo_about ._left, #seo_about ._right{
    width: 100%;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #seo_other{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
}
#seo_news .box_cont .slick-slide{
  padding-bottom: 10px;
}
#seo_news .news-page .container .box_cont .column{
  margin-top: 30px;
}

.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width:100%;
    padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0b2ea6;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: var(--primary);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}

@media screen and (max-width: 1000px) {
    #cp-Nav {
        display: block;
    }
    #cp-Nav .nav {
        padding: 0 15px;
    }
    #cp-Nav .nav .title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #8ac340;
        border-radius: 5px;
        color: white;
    }
    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav > ul {
        display: none;
    }
    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }
    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
}


@media screen and (max-width: 1280px) {
  .product-page .init-3 .container .content .prev{
    left: 15px;
  }
  .product-page .init-3 .container .content .next{
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .container .box_cont .column{
    margin-top: 40px;
    width: 50%;
  }
}
@media screen and (max-width:  700px) {
  .news-page .container .box_cont .column .box .cont{
    padding: 20px 0;
  }
  .news-page .container .box_cont .column .box .cont .title{
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .container .box_cont .column{
    margin-top: 20px;
    width: 100%;
  }
}
.sdfsdf{
  font-size: 16px;
  line-height: 30px;
}