@font-face {
  font-family: 'akt';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'akt';
  src: url('../fonts/AktivGroteskExTrial-Regular.eot');
  src: url('../fonts/AktivGroteskExTrial-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskExTrial-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskExTrial-Regular.woff') format('woff'), url('../fonts/AktivGroteskExTrial-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.max-1420{
  max-width: 1420px;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}

#mouse-click {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -14px;
  left: -14px;
  border-radius: 50%;
  border: 1px solid var(--color);
  z-index: 1000;
  pointer-events: none;
}
#mouse-circle {
  position: absolute;
  width: 8px;
  height: 8px;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  z-index: 1000000;
  background-color: var(--color);
  pointer-events: none;
}
#mouse-click.mouse-active {
  opacity: 0;
}
#mouse-circle.mouse-active {
  opacity: 0;
}
#mouse-big-click.mouse-active {
  opacity: 1;
}
#mouse-click.active {
  opacity: 1;
}
#mouse-circle.active {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 1 !important;
}
#mouse-big-click.active {
  opacity: 0;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -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);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_fromHc form {
  margin-top: 40px;
}
#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#cart .box{
  display: flex;
  flex-wrap: wrap;
}
#cart .box > div{
  width: 50%;
}
#cart .left ul li .box2{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#cart .left ul li .img img{
  object-fit: contain;
}
@media (max-width: 1024px) {
  #smooth-content{
    display: none;
  }
}
@media (max-width: 1000px) {
  .footerBt {
    padding-bottom: 56px;
  }
}

@media (max-width: 700px) {
  #cart .box > div{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #72b632;
  --white: #ffffff;
  --black: #000000;
  height: auto;
  background-color: #f2f2f2;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #202020;
  font-family: 'akt';
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  min-width: 100px;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 20px 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: 50px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 40px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: var(--black);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  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: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one {
  width: 45%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutTitle {
  font-size: 32px;
  color: #111;
  line-height: 40px;
  margin-bottom: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutDesc {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
  width: 80%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore {
  font-size: 14px;
  line-height: initial;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two {
  width: 25%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link {
  margin-top: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link:first-child {
  margin-top: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a:hover::before {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three {
  width: 30%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three .shipingbiaoti {
  margin-top: 10px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about:hover .menu-content {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content {
  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: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .container {
  background: #fff;
  padding: 40px 30px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left {
  width: 70%;
  position: relative;
  border-right: 1px solid #ccc;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product {
  font-size: 14px;
  width: 33.33%;
  padding-right: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-img {
  width: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul {
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li {
  margin-top: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right {
  margin-left: 0;
  width: 30%;
  padding: 0 23px 20px;
  font-size: 14px;
  top: 0;
  color: #333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right ul li {
  width: 50%;
  padding: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product:hover .menu-content {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .right .shopC {
  position: relative;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .shopC .img {
  width: 24px;
  height: 24px;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .shopC .num {
  width: 18px;
  height: 18px;
  background: var(--black);
  border-radius: 50%;
  top: -10px;
  right: -10px;
  color: var(--white);
  font-size: 14px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 24px;
  height: 16px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  font-size: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes clipToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipToRight {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-o-keyframes clipToRight {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipToLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipToLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-o-keyframes clipToLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipToLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipOutToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@-moz-keyframes clipOutToRight {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@-o-keyframes clipOutToRight {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@keyframes clipOutToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@-webkit-keyframes clipOutToLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-moz-keyframes clipOutToLeft {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-o-keyframes clipOutToLeft {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes clipOutToLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.clipToRight {
  -webkit-animation: clipToRight 1s linear forwards;
  -moz-animation: clipToRight 1s linear forwards;
  -o-animation: clipToRight 1s linear forwards;
  animation: clipToRight 1s linear forwards;
}
.clipToLeft {
  -webkit-animation: clipToLeft 1s linear forwards;
  -moz-animation: clipToLeft 1s linear forwards;
  -o-animation: clipToLeft 1s linear forwards;
  animation: clipToLeft 1s linear forwards;
}
.slick-list .slick-track {
  margin-left: 0;
}
div.container {
  width: 100%;
  padding: 0;
}
.moreCont {
  min-width: 230px;
  background-color: #202020;
  position: relative;
  display: inline-block;
  color: var(--white);
  /*border: 1px solid #202020;*/
  padding: 13px;
}
.moreCont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.moreCont span {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  color: var(--white);
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.font-60 {
  line-height: 1.4;
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.textAni .imgC {
  height: 100%;
  -webkit-animation: transAni2 80s linear infinite;
  -moz-animation: transAni2 80s linear infinite;
  -o-animation: transAni2 80s linear infinite;
  animation: transAni2 80s linear infinite;
}
.textAni .imgC .img {
  height: 100%;
}
#index-body {
  background-color: #f2f2f2;
}
#index-body .init-1 {
  padding-top: 80px;
}
#index-body .init-1 .topC {
  z-index: 2;
}
#index-body .init-1 .topC .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #cecece;
  z-index: -1;
}
#index-body .init-1 .topC .img1 {
  width: 200px;
}
#index-body .init-1 .topC .img1 .swiper ul li {
  height: auto;
}
#index-body .init-1 .topC .img1 .swiper ul li .box {
  height: 100%;
}
#index-body .init-1 .topC .img1 .swiper ul li .box img {
  -webkit-animation: clipOutToLeft 1s linear forwards;
  -moz-animation: clipOutToLeft 1s linear forwards;
  -o-animation: clipOutToLeft 1s linear forwards;
  animation: clipOutToLeft 1s linear forwards;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-1 .topC .img1 .swiper ul li.swiper-slide-active .box img {
  -webkit-animation: clipToRight 1s linear forwards;
  -moz-animation: clipToRight 1s linear forwards;
  -o-animation: clipToRight 1s linear forwards;
  animation: clipToRight 1s linear forwards;
}
#index-body .init-1 .topC .textC {
  width: 420px;
  padding: 60px 10px 20px 90px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
#index-body .init-1 .topC .textC .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
  min-width: 20px;
}
#index-body .init-1 .topC .textC .text {
  margin-left: 20px;
}
#index-body .init-1 .bottomC {
  z-index: 2;
  height: 410px;
}
#index-body .init-1 .bottomC .left {
  font-weight: bold;
  max-width: 880px;
  z-index: 2;
}
#index-body .init-1 .bottomC .right {
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
#index-body .init-1 .bottomC .right .img2 {
  width: 100%;
  bottom: 120px;
  padding-left: 80px;
}
#index-body .init-1 .bottomC .right .img2 li {
  height: auto;
}
#index-body .init-1 .bottomC .right .img2 li .box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-1 .bottomC .right .img2 li .box img {
  -webkit-animation: clipOutToRight 1s linear forwards;
  -moz-animation: clipOutToRight 1s linear forwards;
  -o-animation: clipOutToRight 1s linear forwards;
  animation: clipOutToRight 1s linear forwards;
}
#index-body .init-1 .bottomC .right .img2 li.swiper-slide-active .box img {
  -webkit-animation: clipToLeft 1s linear forwards;
  -moz-animation: clipToLeft 1s linear forwards;
  -o-animation: clipToLeft 1s linear forwards;
  animation: clipToLeft 1s linear forwards;
}
#index-body .init-1 .bottomC .right .shadow {
  background-color: #72b632;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  position: relative;
}
#index-body .init-1 .bottomC .right .more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#index-body .init-2 {
  position: relative;
  z-index: 2;
}
#index-body .init-2 .containerC .titleC .left {
  width: 34%;
}
#index-body .init-2 .containerC .titleC .left .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 60px;
}
#index-body .init-2 .containerC .titleC .left em {
  text-decoration: underline;
}
#index-body .init-2 .containerC .titleC .left .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
#index-body .init-2 .containerC .titleC .right {
  width: 66%;
}
#index-body .init-2 .containerC .titleC .right .rightC {
  padding-left: 200px;
  padding-bottom: 150px;
}
#index-body .init-2 .containerC .titleC .right .rightC .textAni {
  width: 1230px;
  height: 320px;
  left: 30px;
  top: -70px;
}
#index-body .init-2 .containerC .titleC .right .rightC .textAni .imgC .img {
  width: 1876px;
}
#index-body .init-2 .containerC .titleC .right .rightC .title {
  font-weight: bold;
  z-index: 2;
}
#index-body .init-2 .containerC .titleC .right .rightC .more {
  z-index: 2;
  bottom: 0;
  position: absolute;
}
#index-body .init-2 .containerC .content {
  margin-top: -80px;
}
#index-body .init-2 .containerC .content ul li {
  width: 16.66%;
}
#index-body .init-2 .containerC .content ul li .box {
  cursor: pointer;
  border: 1px solid var(--white);
  background-color: #e5e5e5;
  height: 100%;
  padding: 30px 20px 40px;
}
#index-body .init-2 .containerC .content ul li .box .title {
  font-weight: bold;
}
#index-body .init-2 .containerC .content ul li .box .sub {
  width: 20px;
  height: 20px;
  background: var(--color);
  bottom: 14px;
  right: 20px;
}
#index-body .init-2 .containerC .content ul li.active .box {
  background-color: var(--color);
  color: var(--white);
  -webkit-box-shadow: 0 0 30px rgba(114, 182, 50, 0.5);
  box-shadow: 0 0 30px rgba(114, 182, 50, 0.5);
}
#index-body .init-2 .containerC .content ul .li3 {
  margin-left: 49.98%;
}
#index-body .init-2 .containerC .content ul .li4 {
  margin-left: 16.66%;
}
#index-body .init-2 .containerC .content ul .li6 {
  margin-left: 16.66%;
}
#index-body .init-3 {
  padding: 120px 0 360px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-3 .containerC {
  z-index: 2;
}
#index-body .init-3 .containerC .title2 {
  z-index: 2;
  position: relative;
  max-width: 910px;
  color: var(--white);
  font-weight: bold;
}
#index-body .init-3 .containerC .jt {
  width: 790px;
  height: 790px;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
#index-body .init-3 .containerC .subImg {
  width: 150px;
  height: 150px;
  top: 30px;
  right: 270px;
}
#index-body .init-3 .containerC .subImg1 {
  top: 150px;
}
#index-body .init-3 .containerC .subimg2 {
  right: 120px;
  top: -120px;
}
#index-body .init-3 .containerC .title3 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  height: 620px;
  top: 90px;
  right: 50px;
  color: var(--white);
  font-weight: bold;
}
#index-body .init-3 .containerC .listCont1 {
  margin-top: 30px;
  position: relative;
  left: -50px;
  /*height: 450px;*/
  width: 620px;
}
#index-body .init-3 .containerC .listCont1 .listC{
  /*position: absolute;
  top: 0;
  left: 0;*/

}
#index-body .init-3 .containerC .listCont1 .slick-current .listC{
  transform: translateX(0);
  opacity: 1;
}
#index-body .init-3 .containerC .listCont1 ul li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-top: 20px;
}
#index-body .init-3 .containerC .listCont1 ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#index-body .init-3 .containerC .listCont1 ul li .box .title .line {
  width: 290px;
  height: 1px;
  background-color: var(--white);
  margin-top: 10px;
}
#index-body .init-3 .containerC .listCont1 ul li .box .title .sub {
  width: 20px;
  height: 20px;
  background-color: var(--white);
}
#index-body .init-3 .containerC .listCont1 ul li .box .cont {
  flex: 1;
  color: var(--white);
  height: 200px;
  overflow-y: auto;
  padding-right: 6px;
}
#index-body .init-3 .containerC .listCont1 ul li .box .cont .title {
  font-weight: bold;
}
#index-body .init-3 .containerC .listCont1 ul li:first-child .box .line{
  width: 130px;
}
#index-body .init-3 .containerC .listCont1 ul li.active .box {
  -webkit-transform: translateX(-160px);
  -moz-transform: translateX(-160px);
  -ms-transform: translateX(-160px);
  -o-transform: translateX(-160px);
  transform: translateX(-160px);
}
#index-body .init-3 .containerC .listCont2 {
  width: -webkit-calc(-620%);
  width: -moz-calc(-620%);
  width: calc(100% - 720px);
  padding: 0 80px 0 0;
}
#index-body .init-3 .containerC .listCont2 ul {
  width: auto;
  position: relative;
}
#index-body .init-3 .containerC .listCont2 ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#index-body .init-4 {
  margin-top: -300px;
}
#index-body .init-4 .container .swiper {
  padding: 50px 30px;
}
#index-body .init-4 .container ul li .box {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 2;
}
#index-body .init-4 .container ul li .box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  background: #fff;
}
#index-body .init-4 .container ul li .box .img .shadow {
  z-index: -1;
  width: 88%;
  height: 340px;
  top: -120px;
  right: -80px;
  opacity: 0;
}
#index-body .init-4 .container ul li .box .img img {
  width: auto;
}
#index-body .init-4 .container ul li .box .cont {
  padding: 20px 20px 40px;
}
#index-body .init-4 .container ul li .box .cont .title {
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container ul li .box .cont .title:hover {
  color: var(--color);
}
#index-body .init-4 .container ul li .box .cont .des{
  overflow:hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
#index-body .init-4 .container ul li .box .cont .more {
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .init-4 .container ul li .box:hover {
  background-color: var(--white);
  -webkit-box-shadow: 0 0 30px rgba(114, 182, 50, 0.5);
  box-shadow: 0 0 30px rgba(114, 182, 50, 0.5);
}
#index-body .init-4 .container ul li .box:hover .img {
  background-color: #f2f2f2;
}
#index-body .init-4 .container ul li .box:hover .img .shadow {
  opacity: 1;
}
#index-body .init-4 .container ul li .box:hover .more {
  opacity: 1;
}
#index-body .init-4 .container ul li.swiper-slide-next .box,
#index-body .init-4 .container ul li.swiper-slide-prev .box {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#index-body .init-4 .container ul li.swiper-slide-prev .box {
  left: -36px;
}
#index-body .init-4 .container ul li.swiper-slide-next .box {
  left: 36px;
}
#index-body .init-4 .container ul li.swiper-slide-next .box,
#index-body .init-4 .container ul li.swiper-slide-next + .swiper-slide .box {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#index-body .init-4 .container ul li.swiper-slide-active .box {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#index-body .init-4 .container ul li.my-slide-visible .box {
  opacity: 1;
}
#index-body .init-5 {
  padding-top: 200px;
  background-color: #f2f2f2;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: top center;
}
#index-body .init-5 .titleC {
  z-index: 2;
}
#index-body .init-5 .titleC .left {
  width: 50%;
}
#index-body .init-5 .titleC .left .title {
  font-weight: bold;
}
#index-body .init-5 .titleC .right {
  width: 50%;
  padding-right: 50px;
}
#index-body .init-5 .titleC .right .img {
  width: 100%;
  padding-right: 30px;
}
#index-body .init-5 .titleC .right .desC .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
#index-body .init-5 .titleC .right .desC .des {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-5 .contentC {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  height: 570px;
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-5 .contentC .sub {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--color);
}
#index-body .init-5 .contentC .img1 {
  top: -230px;
  left: 370px;
}
#index-body .init-6 .textAni {
  height: 320px;
  width: 100%;
}
#index-body .init-6 .textAni .imgC .img {
  width: 3100px;
}
#index-body .init-6 .container .left {
  width: 50%;
}
#index-body .init-6 .container .left .title {
  font-weight: bold;
}
#index-body .init-6 .container .left .desC {
  max-width: 530px;
}
#index-body .init-6 .container .left .desC .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
#index-body .init-6 .container .left .desC .des {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-6 .container .right {
  width: 50%;
  padding-left: 30px;
}
#index-body .init-6 .container .right .listC {
  width: 48%;
}
#index-body .init-6 .container .right .listC .list {
  font-weight: bold;
  cursor: pointer;
}
#index-body .init-6 .container .right .listC .list a{
  display: block;
}
#index-body .init-6 .container .right .listC .list .line {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#index-body .init-6 .container .right .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .init-6 .container .right .swiperC {
  width: 52%;
}
#index-body .init-6 .container .right .swiperC ul li .box img {
  width: 100%;
}
#index-body .init-7 .containerC .title {
  z-index: 3;
  font-weight: bold;
  top: 100px;
  left: 910px;
}
#index-body .init-7 .containerC .leftC {
  width: 780px;
  position: relative;
  z-index: 2;
  padding: 40px 0 90px 0;
}
#index-body .init-7 .containerC .leftC .shadow {
  z-index: -1;
  left: -50px;
  background-color: var(--color);
  width: 1150px;
  height: 100%;
  top: 0;
}
#index-body .init-7 .containerC .leftC form input,
#index-body .init-7 .containerC .leftC form textarea {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  border: none;
  border-bottom: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
  padding: 10px;
}
#index-body .init-7 .containerC .leftC form input::-webkit-input-placeholder,
#index-body .init-7 .containerC .leftC form textarea::-webkit-input-placeholder {
  color: var(--white);
}
#index-body .init-7 .containerC .leftC form input:-moz-placeholder,
#index-body .init-7 .containerC .leftC form textarea:-moz-placeholder {
  color: var(--white);
}
#index-body .init-7 .containerC .leftC form input::-moz-placeholder,
#index-body .init-7 .containerC .leftC form textarea::-moz-placeholder {
  color: var(--white);
}
#index-body .init-7 .containerC .leftC form input:-ms-input-placeholder,
#index-body .init-7 .containerC .leftC form textarea:-ms-input-placeholder {
  color: var(--white);
}
#index-body .init-7 .containerC .leftC form input::-ms-input-placeholder,
#index-body .init-7 .containerC .leftC form textarea::-ms-input-placeholder {
  color: var(--white);
}
#index-body .init-7 .containerC .leftC form input::placeholder,
#index-body .init-7 .containerC .leftC form textarea::placeholder {
  color: var(--white);
}
#index-body .init-7 .containerC .leftC form textarea {
  width: 100%;
}
#index-body .init-7 .containerC .leftC form .more {
  cursor: pointer;
}
#index-body .init-7 .containerC .right {
  margin-top: 300px;
  max-width: 500px;
  position: relative;
  z-index: 2;
}
#index-body .init-7 .containerC .right .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
#index-body .init-7 .containerC .right .des {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-8 .titleC {
  z-index: 3;
  top: 220px;
  left: 500px;
}
#index-body .init-8 .titleC .title {
  font-weight: bold;
}
#index-body .init-8 .contentC .left{
  width: 22%;
} 
#index-body .init-8 .contentC .right{
  width: 48%;
} 

#index-body .init-8 ul li .box {
  
}
#index-body .init-8 ul li .box .img {
  display: block;
}
#index-body .init-8 ul li .box .img img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-8 ul li .box .img .shadow {
  width: 100%;
  height: 150px;
  background-color: #72b632;
  opacity: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .init-8 ul li .box .time {
  color: rgba(0, 0, 0, 0.5);
}
#index-body .init-8 ul li .box .title {
  display: block;
  font-weight: bold;
}
#index-body .init-8 ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-8 ul li .box .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#index-body .init-8 .left ul li.swiper-slide .box .shadow {
  opacity: 0.6;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-8 .left ul li.swiper-slide .box .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#footer {
  position: relative;
  z-index: 2;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: #e4e4e4;
}
#footer .subImg2 {
  position: absolute;
  width: 400px;
  height: 420px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#footer .fTop {
  padding-top: 70px;
}
#footer .fTop .cont {
  max-width: 1380px;
}
#footer .fTop .cont .listCont {
  margin-top: 40px;
}
#footer .fTop .cont .listCont .logo {
  display: block;
  width: 120px;
}
#footer .fTop .cont .listCont .logo img {
  width: 100%;
}
#footer .fTop .cont .listCont .share ul li a {
  display: block;
  color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .cont .listCont .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#footer .fTop .cont .listCont .list {
  font-weight: bold;
}
#footer .fTop .cont .listCont .list .add {
  color: var(--color);
  border-bottom: 1px solid var(--color);
  display: inline-block;
  line-height: 1;
}
#footer .fTop .cont .listCont .list2 a {
  font-weight: bold;
}
#footer .fTop .cont .listCont .list2 a:hover {
  color: var(--color);
}
#footer .fTop .cont .listCont2 {
  width: 350px;
}
#footer .fTop .cont .listCont3 {
  width: 140px;
}
#footer .fTop .cont .listCont4 {
  width: 340px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-top: 60px;
  overflow: hidden;
  color: rgba(52, 54, 57, 0.5);
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(52, 54, 57, 0.5);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  width: 100%;
}
@media (max-width: 1800px) {
  #index-body .init-3 .containerC .listCont2 ul li img {
    width: 50vw;
  }
}
@media (max-width: 1700px) {
  #index-body .init-1 .bottomC .right .img2 {
    bottom: 16vw;
  }
  #index-body .init-5 .contentC .img1 {
    top: -80px;
  }
  #index-body .init-8 .titleC {
    z-index: 3;
    top: 90px;
    left: 27%;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #index-body .init-1 .bottomC .right .img2 {
    bottom: 22vw;
  }
  #index-body .init-3 .containerC .listCont2 ul li img {
    width: 42vw;
  }
  #index-body .init-7 .containerC .leftC {
    width: 50%;
  }
  #index-body .init-7 .containerC .title {
    left: 55%;
  }
}
@media (max-width: 1250px) {
  #index-body .init-1 {
    padding-top: 0;
  }
  #index-body .init-1 .topC .textC {
    width: -webkit-calc(-100%);
    width: -moz-calc(-100%);
    width: calc(100% - 200px);
  }
  #index-body .init-1 .bottomC {
    height: auto;
    margin-top: 20px;
  }
  #index-body .init-1 .bottomC .right {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
  }
  #index-body .init-1 .bottomC .right .img2 {
    position: relative;
    bottom: 0;
    max-width: 500px;
    z-index: 3;
    padding: 50px 10px;
  }
  #index-body .init-1 .bottomC .right .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #index-body .init-1 .bottomC .right .more {
    position: relative;
  }
  #index-body .init-2 .containerC .content ul li {
    width: 25%;
  }
  #index-body .init-2 .containerC .content ul .li3 {
    margin-left: 25%;
  }
  #index-body .init-2 .containerC .content ul .li4 {
    margin-left: 25%;
  }
  #index-body .init-2 .containerC .content ul .li6 {
    margin-left: 0;
  }
  #index-body .init-2 .containerC .titleC .right .rightC {
    padding-left: 160px;
  }
  #index-body .init-3 .containerC .jt {
    width: 500px;
    height: 500px;
  }
  #index-body .init-3 .containerC .listCont1{
    width: 100%;
  } 
  #index-body .init-3 .containerC .listCont2 ul li img {
    width: 38vw;
  }
  #index-body .init-3 .containerC .subImg {
    display: none;
  }
  #index-body .init-3 .containerC .title2 {
    width: 100%;
  }
  #index-body .init-3 .containerC .listCont1 {
    left: 0;
    height: auto;
    margin-top: 20px;
  }
  #index-body .init-3 .containerC .listCont1 ul li {
    padding: 0 10px;
  }
  #index-body .init-3 .containerC .listCont1 ul li:first-child .box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-3 .containerC .listCont1 ul li .box .title {
    width: 100%;
    margin-bottom: 10px;
  }
  #index-body .init-3 .containerC .listCont1 ul li .box .title .line {
    width: 100%;
  }
  #index-body .init-3 .containerC .listCont1 ul li .box .title .sub {
    display: none;
  }
  #index-body .init-3 .containerC .title3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    height: auto;
  }
  #index-body .init-3 .containerC .listCont2 {
    width: 100%;
    padding: 0;
  }
  #index-body .init-3 .containerC .listCont2 ul {
    width: 100%;
  }
  #index-body .init-3 .containerC .listCont2 ul li img {
    width: 100%;
  }
  #index-body .init-3 .containerC .listCont2 ul li {
    width: 100%;
  }
  #index-body .init-4 .container ul li.swiper-slide-next .box {
    left: 0;
  }
  #index-body .init-4 .container ul li.swiper-slide-next .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-body .init-4 .container ul li.swiper-slide-active .box {
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-body .init-4 .container .swiper {
    padding: 30px 0;
  }
  #index-body .init-5 {
    padding-top: 0;
    -o-background-size: cover;
    background-size: cover;
  }
  #index-body .init-5 .titleC .left {
    width: 100%;
  }
  #index-body .init-5 .titleC {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  #index-body .init-5 .titleC .right {
    margin-top: 20px;
    padding-right: 0;
    width: 100%;
  }
  #index-body .init-5 .contentC .img1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #index-body .init-6 .container .left {
    width: 100%;
  }
  #index-body .init-6 .container .left .desC {
    max-width: 100%;
  }
  #index-body .init-6 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  #index-body .init-8 .titleC {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px;
  }
  #index-body .init-7 .containerC .title {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  #index-body .init-7 .containerC .leftC {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-7 .containerC .leftC .shadow {
    width: 200%;
  }
  #index-body .init-7 .containerC .right {
    margin-top: 20px;
    max-width: 100%;
  }
  #index-body .init-8 .contentC .left{
    display: none;
  }
  #index-body .init-8 .contentC .right{
    width: 100%;
  }
  #index-body .init-8 ul li .box .img img{
    filter: grayscale(0);
  }
  #footer .subImg2 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-2 .containerC .titleC .left {
    width: 100%;
  }
  #index-body .init-2 .containerC .titleC .right {
    width: 100%;
  }
  #index-body .init-2 .containerC .titleC .left .text {
    padding-bottom: 20px;
  }
  #index-body .init-2 .containerC .titleC .right .rightC {
    padding-left: 0;
    padding-bottom: 0;
  }
  #index-body .init-2 .containerC .content {
    margin-top: 20px;
  }
  #index-body .init-2 .containerC .titleC .right .rightC .more {
    margin-top: 20px;
    bottom: 0;
    position: relative;
  }
  #index-body .init-2 .containerC .content ul li {
    margin-left: 0;
    width: 33.33%;
  }
  #index-body .init-2 .containerC .content ul .li3 {
    margin-left: 0;
  }
  #index-body .init-2 .containerC .content ul .li4 {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .topC .img1 {
    width: 100%;
  }
  #index-body .init-1 .topC .textC {
    width: 100%;
    padding: 20px 0;
  }
  #index-body .init-2 .containerC .content ul li {
    margin-left: 0;
    width: 50%;
  }
  #index-body .init-5 .contentC {
    width: 100%;
    height: 460px;
  }
  #index-body .init-5 .contentC .img1 {
    max-width: 96%;
  }
  #footer .fTop .cont .listCont2 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .pl-50 {
    padding-left: 16px;
  }
  .pr-50 {
    padding-right: 16px;
  }
  #index-body .init-1 .bottomC .right .more {
    width: 100%;
  }
  #index-body .init-2 .containerC .content ul li {
    margin-left: 0;
    width: 100%;
  }
  #index-body .init-3 .containerC .jt {
    width: 100%;
    height: 90vw;
  }
  #index-body .init-6 .container .right .listC {
    width: 100%;
  }
  #index-body .init-6 .container .right .swiperC {
    margin-top: 20px;
    width: 100%;
  }
  #index-body .init-7 .containerC .leftC {
    padding-bottom: 40px;
    padding-top: 10px;
  }
  #index-body .init-7 .containerC .leftC form input,
  #index-body .init-7 .containerC .leftC form textarea {
    width: 100%;
  }
  #footer .fTop {
    padding-top: 0;
  }
  #footer .copyright {
    margin-top: 20px;
  }
}
.inner-banner {
  background-color: #f2f2f2;
  z-index: 2;
  overflow: hidden;
}

.inner-banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.inner-banner .textAniC .text .c{
  font-size: 426px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e5e5e5;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
  margin-top: 60px;
}

.inner-banner .containerC {
  min-height: 350px;
}
.inner-banner .containerC .catTitle {
  font-weight: bold;
}
.inner-banner .containerC .mbx .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
.inner-banner .containerC .mbx .mbxC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inner-banner .containerC .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .containerC .mbx a:hover {
  color: var(--color);
}
.inner-banner .containerC .bannerLine {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50px;
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  background-color: #cfcfcf;
}
.about-page {
  background-color: #f2f2f2;
}
.about-page .init-1 {
  background-color: #f2f2f2;
}
.about-page .init-1 .containerC .left {
  width: 32%;
}
.about-page .init-1 .containerC .left .title {
  font-weight: bold;
}
.about-page .init-1 .containerC .left .des {
  max-width: 340px;
}
.about-page .init-1 .containerC .left .des em {
  border-bottom: 1px solid #343639;
}
.about-page .init-1 .containerC .left .des2 {
  max-width: 340px;
  margin-left: auto;
}
.about-page .init-1 .containerC .left .des2 .title {
  line-height: 1.6;
  font-weight: bold;
}
.about-page .init-1 .containerC .middle {
  width: 32%;
}
.about-page .init-1 .containerC .middle img {
  width: 100%;
}
.about-page .init-1 .containerC .right {
  width: 32%;
  padding: 30px 24px 50px 24px;
  background-color: var(--color);
  color: var(--white);
}
.about-page .init-1 .containerC .right .title {
  font-weight: bold;
}
.about-page .init-1 .containerC .right .img {
  width: 100%;
}
.about-page .init-1 .containerC .right ul li .box .sub {
  width: 20px;
  height: 20px;
  background-color: var(--white);
  margin-top: 2px;
}
.about-page .init-1 .containerC .right ul li .box .desC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .init-1 .containerC .right ul li .box .desC .title2 {
  font-weight: bold;
}
.about-page .init-2 .containerC {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.about-page .init-2 .containerC ul li .box {
  position: relative;
  width: 590px;
  padding: 70px;
}
.about-page .init-2 .containerC ul li .box .left .num {
  font-weight: bold;
  color: var(--color);
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .containerC ul li .box .left .bottom {
  font-weight: bold;
}
.about-page .init-2 .containerC ul li .box .right {
  width: 280px;
  padding-left: 30px;
}
.about-page .init-2 .containerC ul li .box .sub {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  top: -6px;
  left: -6px;
}
.about-page .init-2 .containerC ul li .box .sub2 {
  left: unset;
  right: -5px;
}
.about-page .init-2 .containerC ul li .box .sub3 {
  left: unset;
  right: -5px;
  bottom: -5px;
  top: unset;
}
.about-page .init-2 .containerC ul li .box .sub4 {
  top: unset;
  bottom: -6px;
}
.about-page .init-2 .containerC ul li.li1 .box {
  width: 500px;
}
.about-page .init-2 .containerC ul li.li2 {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.about-page .init-2 .containerC ul li.li3 .box {
  width: 500px;
}
.about-page .init-3 .subShadow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #e7e7e7;
}
.about-page .init-3 .contentC {
  border-top: 10px solid #000;
  background-color: var(--color);
  color: var(--white);
}
.about-page .init-3 .contentC .content {
  max-width: 1450px;
  margin: auto;
  padding: 0 20px;
}
.about-page .init-3 .contentC .content .topC .left {
  width: 50%;
  padding-right: 70px;
}
.about-page .init-3 .contentC .content .topC .left .title {
  font-weight: bold;
}
.about-page .init-3 .contentC .content .topC .left .des {
  line-height: 2;
}
.about-page .init-3 .contentC .content .topC .right {
  width: 50%;
}
.about-page .init-3 .contentC .content .topC .right .img {
  width: 100%;
  position: relative;
  margin-top: -160px;
}
.about-page .init-3 .contentC .content .bottomC ul li {
  width: 340px;
}
.about-page .init-3 .contentC .content .bottomC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .contentC .content .bottomC ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-3 .contentC .content .bottomC ul li .box .titleC .img {
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .contentC .content .bottomC ul li .box .titleC .title2 {
  width: -webkit-calc(44%);
  width: -moz-calc(44%);
  width: calc(100% - 56px);
  padding-left: 20px;
  font-weight: bold;
  position: relative;
  top: 10px;
}
.about-page .init-3 .contentC .content .bottomC ul li .box:hover .titleC .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .init-4 {
  background-color: #e7e7e7;
}
.about-page .init-4 .contentC {
  max-width: 1520px;
  margin: auto;
  padding: 0 16px;
}
.about-page .init-4 .contentC .titleC {
  font-weight: bold;
}
.about-page .init-4 .contentC .content {
  padding: 50px 200px 50px 0;
}
.about-page .init-4 .contentC .content .lineC {
  background-color: #cecece;
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
}
.about-page .init-4 .contentC .content .sPage {
  width: 60px;
  height: 600px;
  background-color: var(--white);
  border-radius: 30px;
  top: 40px;
  right: 0;
}
.about-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: -webkit-calc(40%);
  height: -moz-calc(40%);
  height: calc(100% - 60px);
  top: 30px;
  background-color: #e7e7e7;
}
.about-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color);
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about-page .init-4 .contentC .content .swiper {
  height: 640px;
}
.about-page .init-4 .contentC .content .swiper ul {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.about-page .init-4 .contentC .content .swiper ul li {
  height: auto;
}
.about-page .init-4 .contentC .content .swiper ul li .box {
  padding-left: 40px;
}
.about-page .init-4 .contentC .content .swiper ul li .box .year {
  background-color: var(--color);
  color: var(--white);
  width: 100px;
  padding: 6px;
  text-align: center;
}
.about-page .init-4 .contentC .content .swiper ul li .box .year .sub {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  left: -40px;
  top: 10px;
}
.about-page .init-4 .contentC .content .swiper ul li .box .title {
  font-weight: bold;
}
.about-page .init-4 .contentC .content .swiper ul li .box .des {
  color: #343639;
}
.about-page .init-5 .containerC .left {
  width: 30%;
}
.about-page .init-5 .containerC .left img {
  width: 100%;
}
.about-page .init-5 .containerC .right {
  width: 67%;
  z-index: 2;
}
.about-page .init-5 .containerC .right .subImg {
  z-index: -1;
  width: 140px;
  height: 110px;
  right: 20%;
  top: 0;
}
.about-page .init-5 .containerC .right .desC {
  margin-left: 50px;
}
.about-page .init-5 .containerC .right .desC .des {
  font-weight: bold;
  max-width: 630px;
}

.about-page .init-5 .containerC .right .content {
  color: var(--white);
  background-color: var(--color);
}
.about-page .init-5 .containerC .right .content .des {
  width: 50%;
  min-height: 370px;
  padding: 40px;
}
.about-page .init-5 .containerC .right .content .imgC {
  width: 50%;
}
.about-page .init-5 .containerC .right .content .imgC img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 .content {
  max-width: 1320px;
  margin: auto;
  padding: 0 16px;
}
.about-page .init-6 .content2 {
  font-weight: bold;
  text-align: center;
  max-width: 1020px;
  margin: 90px auto 0;
  padding: 0 16px;
}
.about-page .init-6 .content2 em {
  color: var(--color);
  text-decoration: underline;
}
@media (max-width: 1700px) {
  .about-page .init-2 .containerC ul li.li1 .box {
    width: 450px;
  }
  .about-page .init-2 .containerC ul li.li2 .box {
    width: 450px;
  }
}
@media (max-width: 1450px) {
  .inner-banner .textAniC{
    top: 34px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 360px;
  }
  .about-page .init-2 .containerC ul li.li2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .about-page .init-2 .containerC ul li.li2 {
    border-left: none;
    border-right: none;
  }
  .about-page .init-2 .containerC ul li .box {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  .about-page .init-2 .containerC ul li.li1 .box {
    width: 500px;
  }
  .about-page .init-2 .containerC ul li.li2 .box {
    width: 500px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .textAniC{
    top: 40px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 260px;
  }
  .about-page .init-3 .contentC .content .bottomC ul li {
    width: 48%;
  }
  .about-page .init-3 .contentC .content .topC .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .contentC .content .topC .right {
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
  }
  .about-page .init-3 .contentC .content .topC .right .img {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    padding: 40px 0 20px 0;
  }
  .inner-banner .textAniC{
    top: 20px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 160px;
    margin-top: 24px;
  }
  .inner-banner .containerC {
    min-height: auto;
  }
  .about-page .init-1 .containerC .left {
    width: 66%;
  }
  .about-page .init-1 .containerC .right {
    width: 100%;
    margin-top: 20px;
  }
  .inner-banner .containerC .bannerLine {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
    left: 15px;
  }
  .about-page .init-5 .containerC {
    padding: 0 16px;
  }
  .about-page .init-5 .containerC .left {
    width: 100%;
    max-width: 500px;
  }
  .about-page .init-5 .containerC .right {
    width: 100%;
  }
  .about-page .init-5 .containerC .right .desC {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .inner-banner .textAniC .text .c{
    font-size: 100px;
  }
  .about-page .init-1 .containerC .left {
    width: 100%;
  }
  .about-page .init-1 .containerC .middle {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-1 .containerC .left .des {
    width: 100%;
    max-width: 100%;
  }
  .about-page .init-1 .containerC .left .des2 {
    width: 100%;
    max-width: 100%;
  }
  .inner-banner .containerC .mbx .sub {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }
  .about-page .init-3 .contentC .content .bottomC ul li {
    width: 100%;
  }
  .about-page .init-4 .contentC .content {
    padding: 50px 90px 50px 0;
  }
}
@media (max-width: 500px) {
  .inner-banner .textAniC{
    top: 30px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 80px;
  }
  .about-page .init-1 .containerC .right ul li .box .sub {
    width: 10px;
    height: 10px;
  }
  .about-page .init-1 .containerC .right {
    padding: 20px 16px;
  }
  .about-page .init-1 .containerC .right .img {
    margin-top: 20px;
  }
  .about-page .init-2 .containerC ul li.li1 .box,
  .about-page .init-2 .containerC ul li.li2 .box,
  .about-page .init-2 .containerC ul li.li3 .box {
    width: 100%;
  }
  .about-page .init-2 .containerC ul li .box .sub1 {
    left: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub2 {
    right: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub3 {
    right: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub4 {
    left: 10px;
  }
  .about-page .init-2 .containerC ul li .box {
    padding: 30px 16px;
  }
  .about-page .init-2 .containerC ul li .box > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .init-2 .containerC ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .about-page .init-2 .containerC ul li .box .left .num {
    font-size: 40px;
  }
  .about-page .init-4 .contentC .content {
    padding: 50px 40px 50px 0;
  }
  .about-page .init-4 .contentC .content .sPage {
    width: 30px;
    height: 400px;
  }
  .about-page .init-4 .contentC .content .swiper {
    height: 500px;
  }
  .about-page .init-4 .contentC .content .swiper ul li .box {
    padding-left: 20px;
  }
  .about-page .init-4 .contentC .content .swiper ul li .box .year .sub {
    left: -20px;
  }
  .about-page .init-5 .containerC .right .content .des {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
  .about-page .init-5 .containerC .right .content .imgC {
    width: 100%;
  }
  .about-page .init-6 .content2 {
    margin-top: 30px;
  }
}
.m-page {
  text-align: center;
  font-size: 16px;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-page a,
.m-page span {
  color: #a8a8a8;
  margin: 4px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page span:hover,
.m-page a.current,
.m-page span.current {
  color: var(--black);
}
.m-page a.prev,
.m-page span.prev,
.m-page a.next,
.m-page span.next {
  width: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 16px;
  background-color: #eaeaea;
  height: 30px;
}
.m-page a.prev:hover,
.m-page span.prev:hover,
.m-page a.next:hover,
.m-page span.next:hover {
  background-color: #000;
  color: #fff;
}
.product-page {
  background-color: #f2f2f2;
}
.product-page .init-1 .containerC .cateCont {
  width: 440px;
  background-color: var(--white);
  padding: 70px 20px 70px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #343639;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.product-page .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page .init-1 .containerC .cateCont .more {
  width: 100%;
}
.product-page .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 70px;
}
.product-page .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
  font-weight: bold;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
  background-color: var(--black);
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: var(--white);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: bold;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  font-weight: bold;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0;
  background-color: var(--white);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
  font-weight: bold;
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 16px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page {
  background-color: #f2f2f2;
}
.prodet-page .init-1 .container .containerC .left {
  padding-right: 70px;
  width: 33%;
  margin-top: 30px;
}
.prodet-page .init-1 .container .containerC .left .title {
  font-weight: bold;
}
.prodet-page .init-1 .container .containerC .left .desC .tips {
  font-weight: bold;
  color: var(--color);
}
.prodet-page .init-1 .container .containerC .left .desC .des {
  margin-top: 20px;
  border-top: 1px solid #cfcfcf;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tbody{
  min-width: 400px;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr {
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td {
  border: none;
  padding: 10px 0;
  text-align: left !important;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td b,
.prodet-page .init-1 .container .containerC .left .desC .des table tr td strong {
  font-weight: bold;
}
.prodet-page .init-1 .container .containerC .left .des2 {
  color: #343639;
}
.prodet-page .init-1 .container .containerC .left .subImg {
  display: block;
}
.prodet-page .init-1 .container .containerC .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 67%;
  margin-top: -20px;
}
.prodet-page .init-1 .container .containerC .right ul li {
  margin-top: 20px;
  width: 33.33%;
}
.prodet-page .init-1 .container .containerC .right ul li .box .img {
  display: block;
  background: #fff;
}
.prodet-page .init-1 .container .containerC .right ul li .box .img img {
  width: 100%;
}
.prodet-page .init-2 .cont {
  background-color: #e9e9e9;
  padding: 20px 70px;
}
.prodet-page .init-2 .cont .list {
  margin-top: 10px;
}
.prodet-page .init-2 .cont .list .h4 {
  display: block;
  font-weight: bold;
}
.prodet-page .init-2 .cont .list .title {
  color: #9a9a9a;
}
.prodet-page .init-2 .cont .list:hover .title {
  color: var(--color);
}
.prodet-page .init-2 .cont .prev {
  padding-right: 20px;
}
.prodet-page .init-2 .cont .next {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .product-page .init-1 .containerC .listContC .titleC form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .product-page .init-1 .containerC .listContC .titleC .cat {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 40px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .product-page .init-1 .containerC .cateCont {
    display: none;
  }
  .product-page .init-1 .containerC .listContC {
    width: 100%;
    padding-left: 30px;
  }
  .prodet-page .init-1 .container .containerC .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .container .containerC .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 26px;
  }
  .prodet-page .init-2 .cont .list {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 22px;
  }
  .prodet-page .init-2 .cont {
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 16px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 100%;
  }
  .m-page a.prev,
  .m-page span.prev,
  .m-page a.next,
  .m-page span.next {
    width: 30px;
  }
  .prodet-page .init-1 .container .containerC .right ul li {
    width: 50%;
    margin-top: 10px;
  }
}



/*inner-page*/
.inner-page .container{
  padding: 0 50px;
}
.i-title p {
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}
.tit-font {
  font-weight: bold;
  line-height: 36px;
}
.related-honor {
  padding: 110px 0 0;
}
.related-honor .top .i-title .img{
  max-width: 520px;
}
.related-honor .partner {
  margin: 80px 0 50px;
}
.related-honor .partner ul {
  margin: 0 -30px;
}
.related-honor .partner ul li {
  padding: 0 30px;
}
.related-honor .partner ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.related-honor .top .con {
  max-width: 56%;
  line-height: 2;
}
.related-honor .honor ul {
  margin: 0 -30px;
}
.related-honor .honor ul li {
  padding: 0 30px;
}

@keyframes img_rotate2{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(-360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

.sustanibility-page .sustanibility-1 .left {
  width: 53%;
}
.sustanibility-page .sustanibility-1 .left img{
  width: 100%;
}
.sustanibility-page .sustanibility-1 .right {
  padding-left: 40px;
  width: 47%;
  
}
.sustanibility-page .sustanibility-1 .right h4 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color);
}
.sustanibility-page .sustanibility-1 .right .con {
  line-height: 2;
}
.sustanibility-page .sustanibility-2 {
  margin: 120px 0;
}
.sustanibility-page .sustanibility-2 .top .con {
  max-width: 1020px;
      line-height: 2;
}
.sustanibility-page .sustanibility-2 .content {
  background: url('../images/sustanibility-2.jpg') no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.sustanibility-page .sustanibility-2 .content .container {
  color: white;
}
.sustanibility-page .sustanibility-2 .content .container ul .slick-current li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide li {
  border-right: 1px solid white;
}
.sustanibility-page .sustanibility-2 .content .container .slick-list .slick-track{
  margin: auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li {
  height: 690px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  left: 0;
  top: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  opacity: 0;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover::before {
  opacity: 1;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover .box {
  top: 20%;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img {
  text-align: center;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img img {
  margin: 0 auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img .line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 25px 0 15px;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img h4 {
  font-size: 28px;
  font-weight: bold;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .text {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 50px;
}
.sustanibility-page .sustanibility-3 .i-title {
  margin-bottom: 120px;
  padding: 0 16px;
}
.sustanibility-page .sustanibility-3 .container {
  position: unset;
}
.sustanibility-page .sustanibility-3 .container .left {
  width: 45%;
  padding-right: 70px;
}
.sustanibility-page .sustanibility-3 .container .left h4 {
  font-weight: bold;
}
.sustanibility-page .sustanibility-3 .container .right {
  width: 55%;
}
.sustanibility-page .sustanibility-3 .container .right ul li {
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
  background-color: #f7f7f7;
  position: relative;
  height: 230px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover {
  background-color: var(--color);
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .img {
  opacity: 1;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .text {
  color: white;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text .con{
  line-height: 1.8;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.sustanibility-page .sustanibility-3 .container .right ul li .img {
  position: absolute;
  right: 10px;
  top: -120px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sustanibility-page .sustanibility-4 .top .con {
  max-width: 55%;
}

.sustanibility-page .sustanibility-4 .center ul {
  margin: 0 -10px;
}
.sustanibility-page .sustanibility-4 .center ul li {
  padding: 0 10px;
}
.sustanibility-page .sustanibility-4 .center ul li .box {
  position: relative;
}
.sustanibility-page .sustanibility-4 .center ul li .box .imgC{
  position: relative;
}
.sustanibility-page .sustanibility-4 .center ul li .box .imgC::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(89, 157, 52, 0.6)), to(rgba(89, 157, 52, 0)));
  background: -webkit-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: linear-gradient(to top, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
.sustanibility-page .sustanibility-4 .center ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustanibility-page .sustanibility-4 .center ul li .box h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  left: 0;
  color: white;
  z-index: 5;
}
.sustanibility-page .sustanibility-4 .center ul li .box .con{
  padding: 0 10px;
  margin-top: 10px;
}
.sustanibility-page .sustanibility-4 .bottom .left {
  width: 28%;
}
.sustanibility-page .sustanibility-4 .bottom .right {
  width: 72%;
}
.sustanibility-page .sustanibility-4 .bottom .right ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li:first-child {
  margin-right: 100px;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li .con {
  margin-left: 15px;
}
.sustanibility-page .sustanibility-5 {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.sustanibility-page .sustanibility-5 .content {
  max-width: 58%;
  margin: 30px auto 0;
}
.sustanibility-page .sustanibility-6 .content {
  margin-top: 55px;
}
.sustanibility-page .sustanibility-6 img{
  width: 100%;
}
.sustanibility-page .sustanibility-6 .content .con {
  max-width: 60%;
}
.trusted-page {
  padding-bottom: 0 !important;
}
.trusted-page #index-body .application {
  background-color: #f4f4f4;
  padding: 75px 0 90px;
  margin-top: 65px;
}
.trusted-page #index-body .application .box .d1 {
  position: absolute;
  top: -30px;
  left: 0;
}
.trusted-page #index-body .application .box .d2 {
  position: absolute;
  top: -30px;
  right: 0;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .left .con{
  line-height: 2;
}
.contact-page .contact-1 .top .right ul li {
  width: 48%;
  margin: 15px 0;
}
.contact-page .contact-1 .top .right ul li.wid-100{
  width: 100%;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: bold;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  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;
  align-items: flex-start;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li .more{
  cursor: pointer;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1700px) {
  .inner-page .container {
      padding: 0 41px;
  }
}

@media (max-width: 1450px) {
  .inner-page .container {
      padding: 0 37px;
  }
}

@media (max-width: 1250px) {
  .inner-page .container {
      padding: 0 30px;
  }
}

@media (max-width: 1000px) {
  .inner-page .container {
      padding: 0 26px;
  }
}

@media (max-width: 700px) {
  .inner-page .container {
      padding: 0 22px;
  }
}

@media (max-width: 500px) {
  .inner-page .container {
      padding: 0 16px;
  }
}
@media (max-width: 1300px) {
  .related-honor .top .i-title{
    width: 100%;
  }
  .related-honor .top .con{
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .sustanibility-page .sustanibility-2 .top .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text .con {
    line-height: 1.7;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
  .related-honor .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
  .i-title p {
    font-size: 18px;
  }
  .i-title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .sustanibility-page .sustanibility-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-1 .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-2 {
    margin: 80px 0;
  }
  .sustanibility-page .sustanibility-3 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right {
    width: 100%;
  }
  .sustanibility-page .sustanibility-4 .bottom .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-4 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul li {
    width: 100%;
  }
  .sustanibility-page .sustanibility-5 .content {
    max-width: 100%;
    padding: 0 15px;
  }
  .sustanibility-page .sustanibility-6 .content .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-3 .i-title {
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li {
    padding: 45px 30px;
    height: auto;
  }
  .trusted-page #index-body .application .box {
    padding: 0 15px;
  }
  .trusted-page #index-body .application .box > img,
  .swiper-button-prev,
  .swiper-button-next,
  #index-body .application .box .pagination {
    display: none !important;
  }
  #index-body .application .box ul li p {
    font-size: 16px;
  }
  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin: 40px auto;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .img{
    display: none;
  }
}
@media (max-width: 700px) {

  .trusted-page #index-body .application {
    display: block;
  }
  .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
  .sustanibility-page .sustanibility-4 .top .con{
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-form form{
    margin-top: 40px;
  }
  .sustanibility-page .sustanibility-2{
    margin: 40px 0;
  }
  .sustanibility-page .sustanibility-2 .top .con{
    margin-top: 20px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li{
    padding: 20px 16px;
  }
  .sustanibility-page .sustanibility-2 .content{
    margin-top: 40px;
  }
  .sustanibility-page .sustanibility-3 .i-title{
    margin-bottom: 20px;
  }
}
.i-title2 p {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title2 h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.news-page .news-1 ul {
  margin: -20px -17px;
}
.news-page .news-1 ul li {
  padding: 20px 17px;
}
.news-page .news-1 ul li .box {
  position: relative;
  height: 360px;
  width: 100%;
}
.news-page .news-1 ul li .box:hover .img-box::before {
  opacity: 1;
}
.news-page .news-1 ul li .box .text {
  padding: 50px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  color: white;
  position: relative;
  z-index: 5;
}
.news-page .news-1 ul li .box .text h4 {
  font-weight: bold;
}
.news-page .news-1 ul li .box .text .date {
  font-weight: bold;
  width: 130px;
  line-height: 30px;
  height: 30px;
  background-color: var(--color);
  border-radius: 0;
  padding-top: 2px;
  color: var(--white);
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .news-1 ul li .box .img-box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#599b33), to(rgba(89, 155, 51, 0)));
  background: -webkit-linear-gradient(bottom, #599b33 0%, rgba(89, 155, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, #599b33 0%, rgba(89, 155, 51, 0) 100%);
  background: linear-gradient(to top, #599b33 0%, rgba(89, 155, 51, 0) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newsdet-page .newsdet-1 h4 {
  font-size: 16px;
  color: var(--color);
  /*text-transform: uppercase;*/
  margin-bottom: 5px;
}
.newsdet-page .newsdet-1 h4 span {
  border-bottom: 1px solid var(--color);
}
.newsdet-page .newsdet-1 h1 {
  font-size: 40px;
  font-weight: bold;
}
.newsdet-page .newsdet-1 .content {
  margin: 70px 0 95px;
  line-height: 30px;
}
.newsdet-page .newsdet-1 .share a {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 8px;
  border: 1px solid #313131;
  text-align: center;
  line-height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.newsdet-page .newsdet-1 .share a i {
  color: #313131;
  font-size: 16px;
}
.newsdet-page .newsdet-1 .share a:last-child {
  margin-right: 0;
}
.newsdet-page .newsdet-1 .Auxil-through {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 35px;
  margin-top: 50px;
}
.m-link a {
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.m-link a:hover {
  color: var(--color);
}

@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }
  .newsdet-page .newsdet-1 h1 {
    font-size: 30px;
  }
  .newsdet-page .newsdet-1 h4 {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .font-34 {
    font-size: 24px;
  }
  .news-page .news-1 ul li .box .text{
    padding: 20px 16px;
  }
}

.agent-page .agent-1 ul {
  margin: 80px -20px 0;
}
.agent-page .agent-1 ul li {
  padding: 40px 20px;
}
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 200px;
  height: 200px;
  /*border-radius: 50%;*/
  background-color: var(--color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .trusted-page .bottom .more2 {
  background-color: #000;
}
.agent-page .agent-2 {
  padding-top: 80px;
}
.agent-page .agent-2 ul {
  margin-top: 60px;
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
.agent-page .agent-2 ul li .text h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}
.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
.care-cleaning-page .care-cleaning-1 {
  position: relative;
}
.care-cleaning-page .care-cleaning-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px;
  /*background-color: #f4f4f4;*/
}
.care-cleaning-page .care-cleaning-1 .bottom {
  margin-top: 70px;
  padding: 65px 30px 265px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /*border-radius: 10px;*/
  position: relative;
  background-color: white;
  color: #202020;
  z-index: 2;
}
.care-cleaning-page .care-cleaning-1 .bottom .con{
  line-height: 2;
}
.care-cleaning-page .care-cleaning-1 .bottom .img {
  position: absolute;
  right: 50px;
  bottom: -130px;
  z-index: -1;
}
.care-cleaning-page .care-cleaning-2 {
  /*background-color: #f4f4f4;*/
}
.care-cleaning-page .care-cleaning-2 .ui.container {
  padding-top: 140px;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img {
  display: block;
  width: 100%;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img img{
  width: 100%;
}
.care-cleaning-page .care-cleaning-2 .text{
  
}
.care-cleaning-page .care-cleaning-3 {
  padding: 120px 0 0;
}
.care-cleaning-page .care-cleaning-3 p{
  line-height: 2;
}
.care-cleaning-page .care-cleaning-3 b,
.care-cleaning-page .care-cleaning-3 strong{
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.honor-page .honor-box ul{
  margin: 0 -15px;
}
.honor-page .honor-box ul li{
  padding: 30px 15px;
}

@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }
  .newsdet-page .newsdet-1 h1 {
    font-size: 30px;
  }
  .newsdet-page .newsdet-1 h4 {
    font-size: 20px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
  .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom {
    margin-top: 40px;
    padding: 65px 30px 20%;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    right: 20px;
  }
  .care-cleaning-page .care-cleaning-2 .ui.container {
      padding-top: 60px;
  }
  .care-cleaning-page .care-cleaning-1 .top .con {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    display: none;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .con {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .care-cleaning-page .care-cleaning-2 .ui.container{
    padding-top: 40px;
  }
  .care-cleaning-page .care-cleaning-3 {
    padding: 40px 0 0;
  }
  .care-cleaning-page .care-cleaning-3 b,
  .care-cleaning-page .care-cleaning-3 strong{
    font-size: 20px;
  }
}


.production-strength-page{
  padding: 0;
}
.production-strength-page .init-1 {
  padding: 100px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #202020;
  margin-top: 30px;
}
.production-strength-page .init-2 .container {
  max-width: 100%;
  padding: 0;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img ul li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img ul li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

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

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
  margin-top: 40px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}