@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins.eot");
  src: url("../fonts/Poppins.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler-Medium.eot");
  src: url("../fonts/Butler-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Butler-Medium.woff2") format("woff2"), url("../fonts/Butler-Medium.woff") format("woff"), url("../fonts/Butler-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #008b48;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
div.container {
  padding: 0 15px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
.but {
  font-family: "Butler";
  font-weight: 500;
}
.more {
  height: 56px;
  background-color: #008b48;
  border-radius: 28px;
  padding: 0 23px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.more::after {
  content: "";
  background: url(../images/jt2.png) no-repeat center center / 100%;
  margin-left: 10px;
  width: 21px;
  height: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  background: #000000;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: var(--color);
  color: #ffffff;
  padding: 13px 0;
  font-size: 14px;
  line-height: 1;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .h-top .ui.menu ul {
  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;
}
#header .h-top .ui.menu 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;
  margin-right: 38px;
}
#header .h-top .ui.menu ul li img {
  margin-right: 13px;
}
#header .h-top .ui.menu .address {
  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;
}
#header .h-top .ui.menu .address img {
  margin-right: 12px;
}
#header .nav {
  padding: 18px 0;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 55px;
  color: #000000;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 7px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #008b48;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 38px;
}
#header .nav .ui.menu .h-language span {
  width: 33px;
  height: 33px;
  background-color: #000000;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span img {
  width: 100%;
  height: 100%;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 35px;
  cursor: pointer;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: -44px;
}
#header.active .nav::after,#header.inner .nav::after {
  width: 100%;
}
.lh-1 {
  line-height: 1;
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 44px;
}
#banner li {
  overflow: hidden;
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#banner li .text .box .left {
  width: 50%;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  -moz-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
#banner li .text .box .left .tip .play {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
#banner li .text .box .left .tip .play .ig {
  -webkit-animation: sc 5s infinite linear;
  -moz-animation: sc 5s infinite linear;
  animation: sc 5s infinite linear;
}
#banner li .text .box .left .tip .play .jt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner li .text .box .right {
  width: 50%;
  -webkit-transform: translate(100px);
  -moz-transform: translate(100px);
  -ms-transform: translate(100px);
  transform: translate(100px);
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  -moz-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
#banner li .text .box .right img {
  display: block;
  margin: 0 0 0 auto;
}
#banner .slick-active .text .box .left {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner .slick-active .text .box .right {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#banner .slickDots {
  position: absolute;
  bottom: 32px;
  width: 100%;
}
#banner .slickDots ul li {
  margin: 0 8px;
  background: #b5b5b5;
  border: none;
}
#banner .slickDots ul li.slick-active {
  background: var(--color);
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.col {
  color: var(--color);
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.smt {
  width: 146px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(0, 139, 72, 0.1);
  border-radius: 17px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: var(--color);
  /*margin: 0 auto;*/
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body {
  background: url(../images/bg1.png) no-repeat right top;
}
#index-body .about {
  background: url(../images/abo_bg.png) no-repeat center top 10px;
  background-size: 100%;
}
#index-body .about .box .left {
  width: 50%;
}
#index-body .about .box .left .comy img {
  width: 100%;
}
#index-body .about .box .left .tip {
  margin-top: -60px;
}
#index-body .about .box .left .tip .text {
  text-align: center;
  width: 40%;
}
#index-body .about .box .left .tip .text .num {
  line-height: 1;
}
#index-body .about .box .left .tip .img {
  width: 60%;
}
#index-body .about .box .left .tip .img img {
  border-radius: 10px;
}
#index-body .about .box .right {
  width: 50%;
}
#index-body .about .box .right .tit {
  line-height: 1.1;
}
#index-body .about .box .right .cont {
  line-height: 1.6;
}
#index-body .product {
  background: url(../images/bg2.png) no-repeat left bottom;
}
#index-body .product .smt {
  margin: 0 auto;
}
#index-body .product ul li {
  padding: 20px 15px;
}
#index-body .product ul li:hover .img-box {
  border: 1px solid var(--color);
}
#index-body .product ul li:hover .t1 {
  color: var(--color);
}
#index-body .product ul .img-box {
  display: block;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  border-radius: 10px;
}
#index-body .product ul .t1 {
  display: block;
  line-height: 1;
  padding: 0 20px;
  text-align: center;
  line-height: 1.2;
}
#index-body .product .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
#index-body .product .bottom {
  text-align: center;
}
#index-body .advantage {
  background: #f6f6f6 url(../images/adv_bg.jpg) no-repeat top center / 100%;
}
#index-body .advantage .list {
  width: 110%;
  margin-left: -5%;
  -webkit-box-shadow: 0px 1px 29px 0px rgba(82, 82, 82, 0.2);
  box-shadow: 0px 1px 29px 0px rgba(82, 82, 82, 0.2);
  border-radius: 180px;
}
#index-body .advantage .list .item {
  width: 25%;
  text-align: center;
  background: #ffffff;
  padding: 60px 40px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-right: 1px solid #05582c;
}
#index-body .advantage .list .item .box {
  position: relative;
  z-index: 4;
}
#index-body .advantage .list .item .num {
  font-size: 150px;
  line-height: 0.9;
  position: absolute;
  color: #f2f2f2;
  top: -30px;
  right: 85px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .item .t1 {
  line-height: 1.2;
  padding: 0 20px;
  height: 2.5em;
  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;
}
#index-body .advantage .list .item .cont {
  height: 145px;
  color: #717171;
}
#index-body .advantage .list .item .dot {
  width: 55px;
  height: 55px;
  background-color: #008b48;
  border-radius: 50%;
  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;
  overflow: hidden;
}
#index-body .advantage .list .item .dot .jt1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-220%, -50%);
  -moz-transform: translate(-220%, -50%);
  -ms-transform: translate(-220%, -50%);
  transform: translate(-220%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .item .dot .jt2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .item .dot:hover .jt1 {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .advantage .list .item .dot:hover .jt2 {
  -webkit-transform: translate(220%);
  -moz-transform: translate(220%);
  -ms-transform: translate(220%);
  transform: translate(220%);
}
#index-body .advantage .list .item .dot2 {
  display: block;
  margin: 0 auto;
  margin-top: -27px;
}
#index-body .advantage .list .item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}
#index-body .advantage .list .item .mask::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 185px 185px 0px 0px;
}
#index-body .advantage .list .item .mask img {
  display: block;
  width: 106%;
  height: 106%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 185px 185px 0px 0px;
  max-width: 106%;
  opacity: 0;
    /*display: none;*/
}
#index-body .advantage .list .item:hover {
  overflow: visible;
  z-index: 4;
}
#index-body .advantage .list .item:hover .mask {
  opacity: 1;
}
#index-body .advantage .list .item:hover .t1 {
  color: var(--color);
}
#index-body .advantage .list .item:hover .cont {
  color: var(--color);
}
#index-body .advantage .list .item:hover .num {
  right: 50%;
  -webkit-transform: translate(50%, -20%);
  -moz-transform: translate(50%, -20%);
  -ms-transform: translate(50%, -20%);
  transform: translate(50%, -20%);
  color: var(--color);
  font-size: 90px;
  z-index: 6;
}
#index-body .advantage .list .item:first-child {
  border-radius: 180px 0 0 180px;
}
#index-body .advantage .list .item:last-child {
  border-radius: 0 180px 180px 0;
  border: none;
}
#index-body .tests {
  background: #f6f6f6;
}
#index-body .tests .smt {
  margin: 0 auto;
}
#index-body .tests .img img {
  display: block;
  margin: 0 auto;
}
#index-body .news {
  background: #f6f6f6;
}
#index-body .news .smt {
  margin: 0 auto;
}
#index-body .news .bottom {
  overflow: hidden;
}
#index-body .news .bottom .left {
  width: 44%;
}
#index-body .news .bottom .left img {
  width: 100%;
}
#index-body .news .bottom .right {
  width: 56%;
}
#index-body .news .bottom .right .slick-current li {
  border-bottom: 1px solid #dcdcdc;
}
#index-body .news .bottom .right ul {
  margin: -26px 0;
}
#index-body .news .bottom .right ul li {
  padding: 26px 0;
}
#index-body .news .bottom .right .tip {
  color: #707070;
  line-height: 1;
}
#index-body .news .bottom .right .t1 {
  display: block;
  line-height: 1.5;
  height: 3em;
}
#index-body .news .bottom .right .t1:hover {
  color: var(--color);
}
#index-body .news .bottom .right .cont {
  opacity: 0.8;
}
#index-body .news .bottom .right .more {
  height: 42px;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1a1a1a;
  color: #fff;
}
#footer .f-box {
  border-bottom: 1px solid rgba(246, 246, 246, 0.3);
}
#footer .f-box .left {
  width: 61%;
}
#footer .f-box .left .top {
  border-bottom: 1px solid rgba(246, 246, 246, 0.3);
  padding-bottom: 40px;
}
#footer .f-box .left .top .f-nav {
  padding-bottom: 10px;
}
#footer .f-box .left .top .f-nav ul {
  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;
  font-size: 18px;
}
#footer .f-box .left .top .f-nav ul li {
  margin-left: 30px;
}
#footer .f-box .left .top .f-nav ul li:hover{
  color: var(--color);
}
#footer .f-box .left .top .f-nav ul li ul {
  display: none;
}
#footer .f-box .left .f-contact ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-box .left .f-contact ul li {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
#footer .f-box .left .f-contact ul li span {
  margin-right: 4px;
}
#footer .f-box .left .f-contact ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .right {
  width: 30%;
}
#footer .f-box .right form {
  position: relative;
}
#footer .f-box .right form ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(246, 246, 246, 0.3);
  margin-bottom: 30px;
}
#footer .f-box .right form ul li input {
  width: 100%;
  border: none;
  background: none;
}
#footer .f-box .right form ul li input::-webkit-input-placeholder {
  color: #ffffff;
}
#footer .f-box .right form ul li input:-moz-placeholder {
  color: #ffffff;
}
#footer .f-box .right form ul li input::-moz-placeholder {
  color: #ffffff;
}
#footer .f-box .right form ul li input:-ms-input-placeholder {
  color: #ffffff;
}
#footer .f-box .right form ul li input::placeholder {
  color: #ffffff;
}
#footer .f-box .right form ul .submit {
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  bottom: 15px;
  margin-bottom: 0;
}
#footer .f-box .right form ul .submit button {
  background: none;
  border: none;
}
#footer .f-box .right form ul .submit i {
  font-size: 14px;
}
#footer .f-box .right form ul .content {
  padding-right: 88px;
}
#footer .f-box .right .share {
  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;
}
#footer .f-box .right .share .txt {
  margin-right: 20px;
}
#footer .f-box .right .share .f-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-box .right .share .f-share a {
  width: 26px;
  height: 26px;
  background: #ffffff;
  display: block;
  color: #000000;
  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;
  font-size: 16px;
  margin-right: 12px;
}
#footer .f-box .right .share .f-share a:hover {
  background: var(--color);
  color: #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding: 18px 0 60px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
#footer.inner{
  padding-bottom: 100px
}
.fixed-toolbar ul li.back {
  display: none;
}
@media screen and (max-width: 1450px) {
  div.container {
    max-width: 1220px;
  }
  #index-body .advantage .list {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #banner .text .box .right img {
    zoom: 0.8;
  }
  #banner,
  .inner-banner {
    margin-top: 0;
  }
  #footer .f-copy {
    padding: 18px 0 20px;
  }
  #footer.inner{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  #footer .f-box .left .top .f-nav ul li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .advantage .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .list .item {
    width: 48%;
    overflow: hidden;
    border: none;
    margin-bottom: 30px;
  }
  #index-body .advantage .list .item:hover {
    overflow: hidden;
  }
  #index-body .advantage .list .item .mask {
    display: none;
  }
  #index-body .advantage .list .item:first-child {
    border-radius: 0;
  }
  #index-body .advantage .list .item .t1 {
    font-size: 16px;
  }
  #index-body .advantage .list .item .num {
    font-size: 100px;
    top: 0px;
  }
  #index-body .advantage .list .item:hover .num {
    font-size: 100px;
    line-height: 0.9;
    position: absolute;
    color: #f2f2f2;
    top: 0px;
    right: 85px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
  }
  #index-body .advantage .list .item:last-child {
    border-radius: 0;
  }
  #index-body .advantage .list {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #banner .slick-active .text .box .right {
    display: none;
  }
  #banner li .text .box .left {
    width: 100%;
    padding: 0;
  }
  #banner .slickDots {
    display: none;
  }
  #index-body .about .box .left .comy {
    padding-right: 0;
  }
  #index-body .about .box .left {
    margin-bottom: 40px;
  }
  #index-body .tests .img {
    display: none;
  }
  #footer .f-box .left .top .f-nav {
    display: none;
  }
  #index-body .news .bottom .left {
    display: none;
  }
  #footer .f-box .right {
    margin-top: 30px;
  }
  #footer .f-box .font-30 {
    font-size: 20px;
  }
  .fixed-toolbar {
    bottom: 15%;
  }
  .smt {
    zoom: 0.7;
  }
}
@media screen and (max-width: 700px) {
  #banner li .text .box .left .tip .play {
    zoom: 0.6;
  }
  #index-body .advantage .list .item .num {
    font-size: 70px;
    right: 40px;
  }
  #index-body .advantage .list .item:hover .num {
    font-size: 70px;
    right: 40px;
  }
  #footer .f-box .left .f-contact ul li {
    width: 100%;
  }
  #index-body .advantage .list .item {
    padding: 40px 20px 0;
  }
  #index-body .about {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .advantage .list .item {
    width: 100%;
  }
  #index-body .advantage .list .item .cont {
    height: auto;
    margin-bottom: 20px;
  }
  .more {
    zoom: 0.6;
  }
  #banner li .text .box .left .cont {
    display: none;
  }
  #banner li .text .box .left .more {
    margin-top: 20px;
  }
  #banner li .text .box .left .tip .play {
    zoom: 0.4;
  }
  #index-body .about .box .left .tip .img {
    width: 50%;
  }
  #index-body .about .box .left .tip {
    margin-top: -35px;
  }
  #index-body .about .box .left .tip .text {
    width: 47%;
  }
  #footer .f-box .left .f-contact ul li {
    margin-top: 25px;
  }
  #footer .f-box .left .top .f-logo {
    zoom: 0.7;
  }
  .fixed-toolbar {
    zoom: 0.8;
  }
}

/*inner*/

.inner-banner{
  height: 300px;
  /*border-bottom: 1px solid black;*/
  position: relative;
  margin-top: 142px
}
/*.inner-banner::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 19%;
  height: 100%;
  background: url(../images/banner-right-3.png) no-repeat right bottom #e2ecd1;
  background-size: cover;
}*/

.about-page .init-1 {
  position: relative;

}
.about-page .init-1 .sub_img_1 {
  width: 345px;
  position: absolute;
  top: 160px;
  left: 0;
}
.about-page .init-1 .sub_img_2 {
  width: 365px;
  position: absolute;
  top: 150px;
  right: 0;
}
.about-page .init-1 .container {
    
  text-align: center;
}
.about-page .init-1 .container > img {
  display: block;
  width: 80px;
  margin: auto;
}
.about-page .init-1 .container .sub_text {
   
  position: absolute;
  top: 0;
  left: -80px;
}
.about-page .init-1 .container .title {
   
  margin-top: 30px;
}
.about-page .init-1 .container .des {
  margin: 0 auto 0; 
  max-width: 1200px;
}
.about-page .init-1 .container .des_2 {
  margin: 35px auto 0;
   max-width: 1300px;
   font-size: 18px;
    color: #7f7f7f;
    line-height: 1.8;
}
.about-page .init-1 .container .img {
  margin-top: 70px;
  width: 100%;
}
.about-page .init-1 .container .play_cont {
  cursor: pointer;
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 210px;
  left: 190px;
  border-radius: 50%;
  font-size: 30px;
  background-color: inherit;
}
.about-page .init-1 .container .play_cont img {
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.about-page .init-1 .container .sub_text_2 {
  
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a2af95;
}
.about-page .init-2 .container {
  margin-top: 80px;
}
.about-page .init-2 .container .list_cont {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-2 .container .list_cont .list {
  width: 23%;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .list_cont .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.about-page .init-2 .container .list_cont .list .img {
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-2 .container .list_cont .list .img img {
  width: 60%;
}
.about-page .init-2 .container .list_cont .list .title {
  margin-top: 30px;
  font-weight: 600;
  color: #062b00;
  font-size: 24px;
}
.about-page .init-2 .container .list_cont .list .des {
   
  color: #7f7f7f;
  margin-top: 15px;
}
.about-page .init-3 {
  overflow: hidden;
}
.about-page .init-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-3 .container .left {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.about-page .init-3 .container .left .tip_title_cont {
  text-align: center;
}
.about-page .init-3 .container .left .tip_title_cont img {
  margin-left: 0;
}
.about-page .init-3 .container .left .tip_title_cont .tip_title_2 {
  font-size: 20px;
  color: #062b00;
  text-transform: uppercase;
  margin-top: 20px;
}
.about-page .init-3 .container .left .tip_title_cont .tip_des {
  width: 100%;
  color: #7f7f7f;
}
.about-page .init-3 .container .right {
  width: 100%;
  margin-top: 50px;
}
.about-page .init-3 .container .right .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.about-page .init-3 .container .right .swiper-pagination {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  top: 0;
  margin-top: 40px;
}
.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d1d7ca;
  opacity: 1;
  margin: 0 8px;
}
.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.about-page .init-4 .container .swiper-pagination {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  top: 0;
  margin-top: 40px;
}
.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d1d7ca;
  opacity: 1;
  margin: 0 8px;
}
.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b0bba5;
}
 
  
.about-page .init-1 .container .title {
  margin-top: 15px;
}
 
 
.about-page .init-1 .container .sub_text_2 {
  display: none;
}
.about-page .init-1 .container .img {
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
}
 
 
.about-page .init-1 .container .play_cont::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.inner-page .container {
  padding: 0 10px;
}
.about-page .init-2 .container {
  margin-top: 80px;
}
.tip_title_cont .tip_des {
  margin-top: 15px;
}
.about-page .init-2 .container .list_cont {
  margin-top: 60px;
}
 
.tip_title_cont .tip_title {
  margin-top: 15px;
   font-weight: 600;
}
.about-page .init-3 .container .right .swiper-pagination {
  margin-top: 20px;
}
.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.about-page .init-4 .container .swiper-pagination {
  margin-top: 20px;
}
.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.gallery-page{
  padding-top: 120px;
  padding-bottom: 80px;
}
.gallery-page .container .gallery-list .grid-box {
  margin: -15px;
}
.gallery-page .container .gallery-list .grid-box li {
  padding: 15px;
}
.gallery-page .container .gallery-list .grid-box li .box {
  -webkit-box-shadow: 0 0 10px rgb(116 116 116 / 20%);
  box-shadow: 0 0 10px rgb(116 116 116 / 20%);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list .grid-box li .box .img-box {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list .grid-box li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list .grid-box li:hover .box h5 {
  background-color: var(--color);
  color: #fff;
}
.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}
.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  font-size: 18px;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold; 
}
.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.faq-page .faq-list li > .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none; 
  color: #333;
}
@media (max-width: 1700px){
   .about-page .init-1 .container .sub_text {
    left: -4vw;
  }
   
}
@media (max-width: 1400px){
  
  .about-page .init-1 .container .sub_text {
    display: none;
  }
  .about-page .init-1  .sub_img_1 {
    width: 15vw;
  }
  .about-page .init-1  .sub_img_2 {
    width: 20vw;
  }
}
@media (max-width: 1200px){

}
@media (max-width: 1024px){
  .about-page .init-1 .container .img {
    width: 100%;
    margin-left: 0;
  }
  .about-page .init-1 .container .play_cont {
    bottom: 20px;
  }
  .about-page .init-2 .container .list_cont {
    margin-top: 60px;
  }
  .about-page .init-2 .container .list_cont .list {
    width: 48%;
    margin-top: 30px;
  }
  .about-page .init-3 .container .left {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .about-page .init-3 .container .left .tip_title_cont {
    text-align: center;
  }
  .about-page .init-3 .container .left .tip_title_cont img {
    margin: auto;
  }
  .about-page .init-3 .container .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px){
  .about-page .init-1 .container .play_cont {
    width: 100px;
    height: 100px;
    left: 65px;
  }
}
@media (max-width: 500px){
.about-page .init-2 .container .list_cont .list{
  width: 100%
}
}







.inner-banner {
  height: 600px;
  background: no-repeat center top;
  background-attachment: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
   -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}
.inner-banner .text-box {
  width: 100%;
}
.inner-banner .text-box h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  /*padding-bottom: 2rem;*/
  position: relative;
  /*margin-bottom: 3.3rem;*/
}
.inner-banner .text-box h2::after {
  position: absolute;
  content: '';
  width: 9.7rem;
  height: 4px;
  /*background: #fff;*/
  left: 0;
  bottom: 0;
}
.inner-banner .text-box .mbx {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

@media screen and (max-width:1250px) {
  .inner-banner{
   display: none;
  }
  #innerMobileBanner{
    padding-top: 40px;
  }
  #innerMobileBanner .title{
    font-size: 20px;
  }
  
}

@media screen and (max-width:700px) {
  .inner-banner{
    height: 400px;
  }
}

 
 

 

 
 

 

 
.yejiao{
  padding-right:10px;
}
.haha{
  padding: 20px 15px;
}
.bankuai{
  padding-top: 20px;
  font-size: 16px;
line-height: 30px;
}
.bnzi{
    font-size: 38px!important;
line-height: 2!important;
  }
@media screen and (max-width: 500px) {
   
  .fenlei{
    display: none!important;
  }
  .haha{
    display: none!important;
  }
  .shouye{
    font-size: 16px;
line-height: 30px;
  }
  .bnzi{
    font-size: 22px!important;
line-height: 40px!important;
  }
   .yejiao{
    display: none!important;
  }
  .fenlh1{
font-size: 22px;
line-height: 40px;
  }
  .flygsm{
    font-size: 24px;
line-height: 44px;
  }
  .fps{
        font-size: 22px;
    line-height: 40px;
  }
  .shoujiduanxw{
    font-size: 24px!important;
line-height: 1.4!important;
  }
  .xwbt{
    font-size: 20px;
    line-height: 36px;
  }
}


.newdet-page h4.title {
  font-size: 36px;
  line-height: 1.3;
  color: #000000; 
  margin-bottom: 2rem;
}
.newdet-page .time {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
.newdet-page .content {
  padding: 6.5rem 0 7rem;
  font-size: 18px;
  line-height: 1.8;
  color: #000000; 
}
.newdet-page .content h1,
.newdet-page .content h2,
.newdet-page .content h3,
.newdet-page .content h4,
.newdet-page .content h5,
.newdet-page .content h6,
.newdet-page .content strong { 
  font-size: 24px;
}
.newdet-page .m-link {
  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;
}
.newdet-page .m-link a {
  font-size: 16px;
  color: #000000; 
}
.news-page .title {
  text-align: center;
}
.news-page .title h3 {
  /*font-size: 45px;*/
  color: var(--color);
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
}
.news-page .title p {
  margin: 0 auto;
  max-width: 730px;
  font-size: 16px;
  line-height: 2;
  color: #000000; 
  font-weight: bold;
}

.news-page .news-1 .hot-item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .news-1 .hot-item .left {
  width: 53.5%;
}
.news-page .news-1 .hot-item .left a {
  display: block;
  overflow: hidden;
}
.news-page .news-1 .hot-item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .hot-item .left a img {
  width: 100%;
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .left a:hover img{
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .right {
  width: 46.5%;
  padding-left: 4rem;
  padding-right: 2rem;
}
.news-page .news-1 .hot-item .right .content {
  max-width: 630px;
  margin: 0 0 0 auto;
}
.news-page .news-1 .hot-item .right .content h2 {
   
  line-height: 1.2;
  color: var(--color);
  text-transform: capitalize;
}
.news-page .news-1 .hot-item .right .content h4 {
font-size: 24px;
    font-weight: 600;
    line-height: 2;
    color: #062b00;
    display: -webkit-box;
    margin: 2rem 0;
}
.news-page .news-1 .hot-item .right .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-1 .hot-item .right .content h4 a:hover {
  color: var(--color);
}
.news-page .news-1 .hot-item .right .content span {
  font-size: 16px;
  line-height: 1;
  color: #cececd; 
  display: block;
  margin-bottom: 2rem;
}
.news-page .news-1 .hot-item .right .content p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-page .news-1 .hot-item .right .content .more {
   
  margin-top: 40px;
   
} 
.news-page .news-2 {
  padding: 8rem 0;
}
.news-page .news-2 .news-list {
  margin-top: 2rem;
}
.news-page .news-2 .news-list ul {
  margin: 0 -1.8rem;
  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;
}
.news-page .news-2 .news-list ul li {
  width: 33.3333%;
  padding: 0 1.8rem;
  margin-bottom: 5.7rem;
}
.news-page .news-2 .news-list ul li .news-box .n-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-page .news-2 .news-list ul li .news-box .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-2 .news-list ul li .news-box .n-img img {
  width: 100%;
      transition: all .5s ease;
}
.news-page .news-2 .news-list ul li .news-box .n-img span {
  position: absolute;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  left: 1rem;
  bottom: 1rem;
}
.news-page .news-2 .news-list ul li .news-box .content {
  padding: 20px;
}
.news-page .news-2 .news-list ul li .news-box .content h4 {
  font-size: 24px;
      font-weight: bold;
  line-height: 33px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  margin-bottom: 15px;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a:hover {
  color: var(--color);
}
.news-page .news-2 .news-list ul li .news-box .content p {
    font-size: 16px;
    color: #7f7f7f;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
}
.news-page .news-3 {
  height: 643px;
  background: url(../images/news-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.news-page .news-3 .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
.news-page .news-3 .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.news-page .news-3 .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.news-page .news-4 {
  padding: 10rem 0 8rem;
  overflow: hidden;
}
.news-page .news-4 .title p {
  max-width: 545px;
}
.news-page .news-4 .newsBox {
  margin-top: 6.5rem;
}
.news-page .news-4 .newsBox .swiper-container {
  overflow: inherit;
}
.news-page .news-4 .newsBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  z-index: 1;
}
.news-page .news-4 .newsBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-page .news-4 .newsBox .swiper-slide a img{
  width: 100%;
}
.news-page .news-4 .newsBox .swiper-slide a .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 3.7rem 3rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.news-page .news-4 .newsBox .swiper-slide a .content span {
  font-size: 16px;
  line-height: 1;
  color: #fff; 
}
.news-page .news-4 .newsBox .swiper-slide a .content h4 {
  margin-top: 1.6rem;
  font-size: 21.5px;
  line-height: 1;
  color: #fff; 

}
.news-page .news-4 .newsBox .swiper-slide a .content h4:hover {
  color: var(--color);
}
.news-page .news-4 .newsBox .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
.news-page .news-4 .newsBox .swiper-slide-active a .content {
  opacity: 1;
}
.news-page .news-4 .newsBox .swiper-slide-prev,
.news-page .news-4 .newsBox .swiper-slide-next {
  z-index: 2;
}
.news-page .news-4 .newsBox .swiper-pagination {
  position: relative;
  margin-top: 3rem;
}
.news-page .news-4 .newsBox .swiper-pagination span {
  width: 16px;
  height: 16px;
  background: url(../images/navigation.png) no-repeat center center;
  margin: 0 .6rem;
  opacity: 1;
}
.news-page .news-4 .newsBox .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/navigation-h.png) no-repeat center center;
}

@media screen and (max-width:1000px) {
  .news-page .news-1 .hot-item .left{
    width: 100%;
  }
  .news-page .news-1 .hot-item .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .news-page .news-1 .hot-item .right .content{
    max-width: 100%;
  }

  .news-page .news-2 .news-list ul li{
    width: 50%!important;
  }

  .news-page .news-3{
    height: 400px;
  }
  .news-page .news-2 .news-list ul li .news-box .content h4,.news-page .news-1 .hot-item .right .content h4{
    font-size: 20px
  }
  .news-page .news-2 .news-list ul li .news-box .content{
    padding: 20px 0;
  }
}

@media screen and (max-width:700px) {
   .news-page .news-2 .news-list ul li .news-box .content h4,.news-page .news-1 .hot-item .right .content h4{
    font-size: 16px
  }
}
@media screen and (max-width:500px) {
  .news-page .news-2 .news-list ul li{
    width: 100%!important;
  }
}

.product-list-page .product-box .item {
  height: 100vh;
  background: no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.product-list-page .product-box .item .pro-name {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.product-list-page .product-box .item .pro-name h2 {
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.product-list-page .product-box .item .pro-name h2 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}
.product-list-page .product-box .item .pro-name h2 a:hover {
  color: var(--color);
}
.product-list-page .product-box .item .pro-name .btn-box {
  padding: 15px 11px;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  margin-bottom: 1rem;
}
.product-list-page .product-box .item .pro-name .btn-box:hover {
  cursor: pointer;
}
.product-list-page .product-box .item .pro-name .btn-box .hamburger .line {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-list-page .product-box .item .pro-name .btn-box .hamburger.is-active .line:nth-child(1),
.product-list-page .product-box .item .pro-name .btn-box .hamburger.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product-list-page .product-box .item .pro-name .btn-box .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.product-list-page .product-box .item .pro-name .btn-box .hamburger.is-active .line:nth-child(2) {
  width: 0px;
}
.product-list-page .product-box .item .pro-name .btn-box .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(90deg);
  -moz-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
}
.product-list-page .product-box .item .pro-name .btn-box #hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list-page .product-box .item .pro-content {
  position: absolute;
  width: 720px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  padding: 12rem 8rem;
  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-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.product-list-page .product-box .item .pro-content ul {
  width: 100%;
  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;
}
.product-list-page .product-box .item .pro-content ul li {
  width: 25%;
  padding: 2rem 1.5rem;
}
.product-list-page .product-box .item .pro-content ul li a {
  display: block;
  overflow: hidden;
}
.product-list-page .product-box .item .pro-content ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list-page .product-box .item .pro-content ul li a img {
  width: 100%;
}
.product-list-page .product-box .item .pro-content.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#mask .prodet-page {
  padding: 7rem 5rem;
      box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    background: #ffffff;
}
 

 
 

#footer .footer-top .grid-box .column.i-company a img {
    padding: 0px 0 20px;
}

#footer .footer-top .grid-box .column:nth-child(3) {
    width: 24%;
}

#footer .footer-top .grid-box .column:nth-child(2) {
    width: 16%;
}





/* contact */

.contact-page h2{
      font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
     color: var(--color);
}
.contact-page h2::after{
      content: "";
    width: 57px;
    height: 4px;
    display: block;
    margin-top: 15px;
}
.contact-page h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  line-height: 1;
}
.contact-page .left {
  padding-left: 0%;
}
.contact-page .left .info {
  margin: 10px 0 80px;
  /*max-width: 500px;*/
}
.contact-page .left .info ul li {
  margin-bottom: 15px;
  font-size: 18px;
  color: rgb(0 0 0);
  line-height: 1.6;
  padding-left: 35px;
  position: relative;
}
.contact-page .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .left .share {
  margin-top: 20px;
}
.contact-page .left .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background: #cbcbcb;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}
.contact-page .left .share ul li a {
  display: block;
}
.contact-page .left .share ul li:hover {
  background: var(--color);
}
.contact-page .left .share ul li:last-child {
  margin-right: 0;
}
.contact-page .right {
  padding-right: 5%;
}
.contact-page .right .form {
  margin-top: 10px;
}

.inner-page .form ul {
  margin: -8px;
}
.inner-page .form ul li {
  padding: 8px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: none;
  line-height: 26px;
  padding: 15px;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 14px;
  color: #7f7f7f;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li textarea {
  height: 160px;
}
.inner-page .form ul li input[type="submit"] {
  /*display: inline-block;
  width: auto;
  padding: 7px 50px;
  border-radius: 20px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: var(--color);
  margin-top: 10px;*/
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*.inner-page .form ul li input[type="submit"]:hover {
  background: #000;
}*/

#mask {
  -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 111;
    display: none
}

#mask.active {display: block!important}
#mask .mask-bg {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

#mask .mask-close {
  position: absolute;
    z-index: 1;
    right: 13%;
    top: 11%;
    color: #000;
    cursor: pointer;
    font-size: 18px
}

/*#mask .container {
  width: 1100px
}*/

#mask .mask-inner {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

@media screen and (max-width:1250px) {
 
  .contact-page h2{
    font-size: 30px;
  }
}

@media screen and (max-width:1000px) {
  .contact-page .left{
    width: 100%!important;
    padding: 0;
      margin-top: 40px;
  }
  .contact-page h2{
    font-size: 30px;
  }
  .contact-page .right{
    width: 100%!important;
    padding: 0;
  }
.contact-page h2{
    font-size: 25px;
  }
  .contact-page .left .info{
    margin: 40px 0;
    max-width: 100%;
  }


}

@media screen and (max-width:700px) {
   .contact-page h2{
    font-size: 22px;
  }
 }


/*news详情*/



.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page.product2-page .sidebar-left {
    padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #062b00;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7; 
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    FONT-WEIGHT: 300;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li{
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li{
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: -webkit-box;
    margin-bottom: 0.8rem;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
 
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/packaging-bag-factory/2025/12/11/product.jpg) no-repeat center center;
  padding: 125px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}
 
.inner-page .sidebar-box .sidebar-left .inner .inner-contact .more{
  white-space: nowrap;
}
/*.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
 
  z-index: 2;
}*/
 
.inner-page .sidebar-box .sidebar-right {
  width: 72%;

}
.inner-page .sidebar-box .sidebar-right h1{
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  color: #7f7f7f;
  font-weight: normal;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  margin-bottom: 20px;
}
 
/*.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}*/
.news-page .sidebar-box .sidebar-left {
  border-right: 1px solid #e7e7e7;
      width: 28%;
}
.inner-page .sidebar-content .sidebar-left {
    width: 28%;
 position: sticky;
 top: 120px;
}

@media screen and (max-width:1100px) {
  .inner-page .sidebar-box{
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%!important;
    padding: 0!important;
  }

  .news-page .sidebar-box .sidebar-left{
    display: none;
  }
}

/*.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0rem;
}*/
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 8.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 7.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--color);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.5rem; 
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa; 
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 2rem;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 1rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555; 
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff; 
  background: #000;
  padding: 15px 3.5rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
 
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #cececd; 
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 1rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title {
  font-size: 3rem;
  line-height: 2;
  color: #000;
  margin-bottom: 3.5rem;
  padding-bottom: 2rem; 
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px; 
  line-height: 1.6;
  color: #555;
      padding: 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
  color: #062b00; 
  margin-top: 5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 18px;
  color: #000;
  margin-left: 1.8rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 3.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 2rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width:700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
    display: none;
  }
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .8rem; 
  max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px; 
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 3rem;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 3rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 6rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
    font-size: 36px;
    line-height: 2;
    color: var(--color);
    text-transform: capitalize;
    font-weight: bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
font-size: 16px;
    line-height: 2;
    color: #7f7f7f;
    margin-bottom: 2rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
font-size: 16px;
    display: inline-block;
    color: #7f7f7f; 
    margin-bottom: 1rem;
    font-weight: 500;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 32%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 2rem;
  color: #7f7f7f;
  font-size: 16px; 
  margin-bottom: 2rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 2rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555; 
  margin-bottom: 4.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff; 
  background: #000;
  padding: 15px 3.5rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
    padding: 15px;
    width: 50%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
     padding: 10px 0;
    color: #7f7f7f;
    line-height: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
    padding-bottom: 30px;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img{
      object-fit: cover;
    width: 100%;
    max-height: 500px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon{
      font-weight: bold;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"]{

      font-weight: 500;
}

@media screen and (max-width:1100px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding: 0;
  }
}

@media screen and (max-width:700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input{
    display: block;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"]{
    width: 100%;
  }
}



/*产品列表*/



.product2-page .product-list 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;
  margin: 0 -1rem;
}
.product2-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;

}

.product2-page .product-list ul li .img img{
height: 400px;
    object-fit: cover;
    width: 100%;

}
.product2-page .product-list ul li .text .btm .slick-slide img {
    padding: 5px;
}
.product2-page .product-list ul li.wid-100{
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox{
position: relative;
    width: 50%;
  
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
  opacity: 0;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
    padding: 2rem 0rem 0rem;
}

.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
    padding: 10px 0 0;
    max-height: 120px;
    overflow-y: overlay;
}
 

.product2-page .product-list ul li .pro-box:hover{
  background: #f6f6f6;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
.product2-page .product-list ul li .pro-box .text {
    padding:0 20px;
    font-size: 15px;
    color: #757575;
    width: 50%;
}
.product2-page .product-list ul li .pro-box .text p {
    position: relative; 
    font-size: 15px;
    font-weight: 400;
}
.product2-page .product-list ul li .pro-box .btm {
    padding: 0px 0px 20px 0px;
}
.product2-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
 background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji{
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
  padding: 5px;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product2-page p {
    color: #7f7f7f;
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
     display: inline-block;
    width: auto !important;
    margin-bottom: 0;
   padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
.product2-page .product-list .ny-banner {

}
.product2-page .product-list ul li .pro-box h5 a{
     text-transform: uppercase;

}

.inner-page .sidebar-content {
  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;
}
.inner-page .sidebar-content .sidebar-nav {
  width: 20%;
}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 2.5rem;
  font-size: 1.8rem;
  color: #000;
  border: none;
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 2.4rem;
  line-height: 1;
  color: #000000;

  text-align: left;
  margin: 3rem 0 2.5rem;
  font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav p{
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list{
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
          text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  border-bottom: 0px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #46696b;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #46696b;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #46696b;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content:none; 
  font-size: 2rem;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 1.2rem;
  border-radius: 5px;
  background: #eeede7;
  font-size: 2rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
  color: #46696b;
  border-bottom: 1px solid #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after {
  color: #46696b;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
  background: #46696b;
  color: #fff;
}




.inner-page .sidebar-content .sidebar-nav .related {
  margin: 4rem 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 6rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;


}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 1.5rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #46696b;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: .5rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 5px;
  background: url(/classinn/2022/05/13/contact.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase; 
  margin-bottom: 3rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 2rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
  width: 70%;
}
.inner-page .sidebar-content .sidebar-nav h2{
  font-size: 20px;
      text-transform: capitalize;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span{
      display: none;
}
.inner-page .sidebar-content .sidebar-nav ul.related-list li .content p.time {
    margin-bottom: 20px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4{
      font-size: 15px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p{
  font-size: 12px;
}





.product2-page .product-list ul li .pro-box .btm ul.tupianji li {
    width: 25% !important;
}

.product2-page .product-list ul li .pro-box .btm ul.tupianji {
    display: flex;
}

.m-page{
  text-align: center;
}
.m-page a,
.m-page span.current{
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.m-page a {
    background: #e2ecd1;
    
}
.m-page span.current {
    background: var(--color);
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
 margin-bottom: 10px;
 text-transform: capitalize;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
       font-size: 18px;
    /*color: var(--color);*/
    line-height: 32px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol {
    padding: 3px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol {
    padding-bottom: 5px !important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li {
    margin-left: 15px;
    line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a {
    font-size: 15px;
    color: #555;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ol.third{
  display: none;
}

 

 


 


/*faq*/

.advantage .tit {
  background: url(/tzlangtong/2021/04/22/home_why.jpg) no-repeat center;
color: #fff;
    padding: 100px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.advantage .left .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advantage .box{
  margin: -15px;
  margin-bottom: 0;
}
.advantage .left {
  width: 50%;
  padding: 15px;
}
.advantage .right {
  width: 50%;
  padding: 15px;
}
.advantage .faq-box ul li {
  margin-bottom: 7px;
}
.advantage .faq-box ul li:last-child {
  margin-bottom: 0;
}
.advantage .faq-box h3 {
    background-color: #dcdcdc;
    font-size: 16px;
    line-height: 47px;
    padding: 0 55px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 400;
}




.advantage .faq-box h3:active {
      background: var(--color);
    color: #fff;
}


.advantage .faq-box h3:active {
       background: var(--color);
    color: #fff;
}


.advantage .faq-box h3:hover {
      background: var(--color);
    color: #fff;
    transition: all .5s ease;
}
.advantage .faq-box h3:hover .i-box {
    border: 1px solid #fff;
}
.advantage .faq-box ul li.active h3 {
  font-weight: 400;
}
.advantage .faq-box .faq-q {
  background-color: #ebebeb;
  padding: 15px;
  display: none;
  line-height: 28px;
}


.advantage .faq-box .i-box {
  width: 22px;
  height: 22px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #000;
}

.advantage .right h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
}


/* history */
.init-history {
  padding: 80px 0;
  background: url(../images/his-bg.jpg) no-repeat top center;
  overflow: hidden;
}

@media screen and (max-width:700px) {
  .init-history{
    display: none;
  }
}


.aw-history{
	padding: 20px 0 0;
	background: url(../images/aa04.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
}
.aw-history .title{
	text-align: center;
	width: 100%;
	margin-bottom:50px;
}
.aw-history .title h2{
	font-size: 48px;
	color: #333333;
	line-height: 67px;
	font-weight: bold;
}
.aw-history .title span{
	font-size: 24px;
	color: #000;
	padding-left: 52px;
	background: url(../images/pro05.png) no-repeat left center;
	line-height: 32px;
	display: inline-block;
}
.pc-history{
	width: 100%;
	height: 548px;
	overflow: hidden;
	background: url(../images/aa08.png) no-repeat center;
}
.pc-history .btns{
	width: 107px;
	height: 107px;
	position: absolute;
	top: 54%;
	margin-top: 3px;
	transition:background 0.3s;
	z-index: 2;
}
.pc-history .btns.prev{
	background: url(../images/aa06.png) no-repeat center;
	left: -31px;
}
.pc-history .btns.prev:hover{
	background: url(../images/aa06_h.png) no-repeat center;
}
.pc-history .btns.next{
	background: url(../images/aa07.png) no-repeat center;
	right: -31px;
}
.pc-history .btns.next:hover{
	background: url(../images/aa07_h.png) no-repeat center;
}
.pc-history .box{
	width: 1065px;
	margin: 0 auto;
	height: 100%;
}
.pc-history .box ul{
	position: relative;
}
.pc-history .box li{
	width:200px;
	float: left;
	position: relative;
	margin-left: -50px;
}
.pc-history .box li.even{
	margin-bottom: 30px;
	padding-bottom: 100px;
	background: url(../images/aa05.png) no-repeat center bottom;
}
.pc-history .box li.odd{
	margin-top: 270px;
	padding-top: 100px;
	background: url(../images/aa05.png) no-repeat center top;
}
.pc-history .box li:first-child{
	margin-left: 0;
}
.pc-history .box ul{
	float: left;
}
.pc-history .box h2{
	font-size: 20px;
	color: #404040;
	font-weight: bold;
	line-height: 34px;
}
.pc-history .box p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.history-page .init-5 .init-5-bottom p{
text-align: center;
    font-size: 18px;
    padding: 10px 10%;
    line-height: 35px;
}
.history-page .init-5 .init-5-bottom li.active{
  display: list-item;
}
.history-page .init-5 .init-5-top {
  padding:50px 0 10px;
}
.history-page .init-5 .init-5-top .content li{
  width:9.09%; float: left;
  padding-top:20px;
  height: 128px;
  background: #e7f8e9;
  cursor: pointer;
}
.history-page .init-5 .init-5-top .content li a h3{
  font-size: 20px; color: #fff;
  text-align: center;
  font-weight: bold;
}
.history-page .init-5 .init-5-top .content li:nth-child(2){
  background: #d8f3dc;
}
.history-page .init-5 .init-5-top .content li:nth-child(3){
  background: #cbe5cf;
}
.history-page .init-5 .init-5-top .content li:nth-child(1),
.history-page .init-5 .init-5-top .content li:nth-child(2),
.history-page .init-5 .init-5-top .content li:nth-child(3){
  margin-top:130px;
}
.history-page .init-5 .init-5-top .content li:nth-child(4),
.history-page .init-5 .init-5-top .content li:nth-child(5),
.history-page .init-5 .init-5-top .content li:nth-child(6){
  height: 168px;
  margin-top:90px;
}
.history-page .init-5 .init-5-top .content li:nth-child(4){
  background: #bfd8c3;
}
.history-page .init-5 .init-5-top .content li:nth-child(5){
  background: #95d5b2;
}
.history-page .init-5 .init-5-top .content li:nth-child(6){
  background: #8cc8a8;
}

.history-page .init-5 .init-5-top .content li:nth-child(7),
.history-page .init-5 .init-5-top .content li:nth-child(8),
.history-page .init-5 .init-5-top .content li:nth-child(9){
  height:208px;
  margin-top:50px;
}
.history-page .init-5 .init-5-top .content li:nth-child(7){
  background: #40916c;
}
.history-page .init-5 .init-5-top .content li:nth-child(8){
  background: #38805f;
}
.history-page .init-5 .init-5-top .content li:nth-child(9){
  background: #337557;
}
.history-page .init-5 .init-5-top .content li:nth-child(10),
.history-page .init-5 .init-5-top .content li:nth-child(11){
height:258px;
}
.history-page .init-5 .init-5-top .content li:nth-child(10){
  background: #284e3e;
}
.history-page .init-5 .init-5-top .content li:nth-child(11){
  background: #1b4332;
}




.cloudzoom-lens:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 238, 167, .3);
}

 

.product2-page .product-list ul li .box{
   background: #f7f7f7;
   height: 100%;
}
.product2-page .product-list ul li .img img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .img {
    overflow: hidden;
    transition: all 1.2s ease;
        padding: 10px;
 
    position: relative;
}
.product2-page .product-list ul li .img:hover img {

    transition: all 1.2s ease;
}

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

  .advantage .left{
    width: 100%;
  }

  .advantage .right{
    width: 100%;
  }

 
}
@media screen and (max-width:700px){
    .font-36{
      font-size: 18px
    }
}
@media screen and (max-width:500px) {
  .product2-page .product-list ul li{
    width: 100%!important;
  }

}



#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: var(--color);
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: var(--color);
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}



.product2-page .product-list ul li .pro-box .imgbox img {
    object-fit: cover;
    height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
    display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
    max-height: 145px;
    width: 100%;
    object-fit: cover;
}

#index-body .init-2 .list ul li {
    display: flex;
}
#index-body .init-2 .list ul li .box {
    width: 45%;
}

#index-body .init-2 .list ul li .acc {
    width: 25%;
}
#index-body .init-2 .list ul li .box-two {
    width: 30%;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2{
      font-weight: bold;
      line-height: 2;

}
 
 

/*底部询盘*/

.i-contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: var(--color);
}
.i-contact .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i-contact .ui.container .left {
  color: #fff;
}
 
.i-contact .ui.container .left p {
  max-width: 580px;
  margin-top: 2rem;
}
.i-contact .ui.container .right {
  padding: 0 3%;
}
.i-contact .ui.container .right form {
  width: 100%;
}
.i-contact .ui.container .right form 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i-contact .ui.container .right form ul .bz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.i-contact .ui.container .right form ul .bz p {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
    line-height: 2;
}
.i-contact .ui.container .right form ul li {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.i-contact .ui.container .right form ul li.wid50 {
  width: 48%;
}
.i-contact .ui.container .right form ul li input[type="text"] {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.28);
  border: none;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.i-contact .ui.container .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li input[type="text"]:-moz-placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li input[type="text"]::-moz-placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li input[type="text"]::placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li:nth-child(3) {
  position: relative;
}
.i-contact .ui.container .right form ul li:nth-child(3) input[type="submit"] {
  position: absolute;
  height: 58px;
  color: #000;
  background: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  border: none; 
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.i-contact .ui.container .right form ul li:nth-child(3) input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}

/*-end*/
 



.advantage .left .play:before, .advantage .left .play:after{
 width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background: rgba(255,255,255,.52);
    -webkit-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}


.advantage .left .play:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
   
 
   
 
.product2-page .product-list ul li .text {
    background: #f7f7f7;
    margin-top: 0;
    padding: 10px;

}


.inner-page.news-page.newdet-page .sidebar-box .sidebar-right{
  width: 72%;
    padding-left: 55px;
}

.product2-page .product-list ul li .text .neirong p {
    font-size: 14px;
    color: #aaa;
    text-transform: lowercase;
    font-weight: 300;
}

.product2-page .product-list ul li .text h2 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    /*min-height: 60px;*/
}
.product2-page .product-list ul li:hover .text h2{
  color: #0c5b00;
}

.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product2-page .product-list ul li:hover .img img.yin {
    opacity: 1;
}


@media screen and (max-width:1550px) {
 
.product2-page .product-list ul li .img img{
      height: 300px;
    object-fit: cover;
    width: 100%;
}

}

@media screen and (max-width:1100px) {
 
  #mask .mask-close {
    right: 3%;
    top: 3%
  }
  #mask .mask-inner .item {width: 100%}

  
  #mask .prodet-page {
    padding: 0
  }
  #mask .prodet-page .prodet-1 .prodet-box {
    height: 100vh;
    overflow: auto
  }
 
 
}

@media screen and (max-width:700px) {
 .product2-page .product-list ul li .text h2{
   font-size: 16px
 }
}


.seoPublic .title,.inner-page .title {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #000;
}

.seoPublic > div {
    padding: 60px 0;
}

/*.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}*/

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 30px;
    color: #062b00;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
     font-size: 24px;
    font-weight: 600;
    color: #062b00;
    line-height: 1.5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-size: 18px;
    color: var(--color);
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 10px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    border-radius: 3px;
    background: var(--color);
    color: #ffffff;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: var(--color);
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title,.inner-page .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title,.inner-page .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
        margin-top: 30px;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}


.pb-80{
  padding-bottom: 80px;
}
.prodet-page .prodet-1{
  padding: 0;
}
.prodet-page .prodet-1 .left .big_img ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .big_img ul li{
  padding: 3px;
}
.prodet-page .prodet-1 .left .big_img ul li img{
  margin: auto;
  width: 100%;
  /*border-radius: 30px;*/
  border: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
}
.prodet-page .prodet-1 .left .content{
  padding-left: 30px;
  color: #e2ecd1;
  line-height: 1.8;
}
.prodet-page .prodet-1 .left .content .cat_name{
  font-size: 18px;
  color: #0c5b00;
  font-weight: 600;
}
.prodet-page .prodet-1 .left .content h1{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
}
.prodet-page .prodet-1 .left .content .des{
  font-size: 18px;
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .left .content .m-link{
  margin-top: 20px;
  font-size: 16px;
  color: black;
}
.prodet-page .prodet-2 ul.tab li{
  display: inline-block;
  background: #0c5b00;
  /*margin-right: 20px;*/
  font-size: 18px;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}
.prodet-page .prodet-2 ul.tab li a{
  display: block;
  color: #fff;
}
.prodet-page .prodet-2 ul.tab li.active{
  background: #e2ecd1; 
}
.prodet-page .prodet-2 ul.tab li.active a{
  color: #000;
}
.prodet-page .prodet-2 .content{
  background: #e2ecd1;
  padding: 50px;
  font-size: 16px;
}
.prodet-page .prodet-3{
  padding: 80px 0;
}
.prodet-page .prodet-3 .h3{
  font-size: 36px;
  font-weight: bold;
}
.prodet-page .prodet-3 form{
  margin-top: 30px;
}
.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input{
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.2);
}
.prodet-page .prodet-3 form textarea{
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}
.prodet-page .prodet-3 form input[type="submit"]{
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
@media screen and (max-width:1000px){
 .prodet-page .prodet-1 .left .content h1{
      font-size: 25px;
    }
}
@media screen and (max-width:700px){
  .prodet-page .prodet-1 .left .content h1{
      font-size: 20px;
    }
      .prodet-page .prodet-1 .left .big_img{
      width: 100%;
    }
    .prodet-page .prodet-1 .left .content{
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
    .prodet-page .prodet-2 ul.tab li{
  padding: 0 30px
}
}
@media screen and (max-width:500px){
   .prodet-page .prodet-2 ul.tab li{
  padding: 0 15px;
  font-size: 16px;
}
}

.side_code{
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color);
  color: white;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
}
.side_code #ewm{
  width: 100px;
  height: 100px;
  border: 5px solid white;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.side_code:hover #ewm{
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}
.seoPublic .Auxil-about .box .right .text a {
    color: #666;
}
.txt.font-18.wow.fadeInUp h1 {
    display: inline;
}
@media screen and (max-width: 1000px){
  a.gucang,
  .seoIndustry.Auxil-industry {
    display: none !important;
  }
  .inner-banner .text-box .mbx {
   z-index: 2;
    position: relative;
  }
}



.sustainable-page .sustainable-1 {
  background-color: #f1f1f1;
}
.sustainable-page .sustainable-3 {
  background-color: #fafafa;
}
.sustainable-page .sustainable-4 .text p {
  margin-bottom: 1.5em;
}
.sustainable-page .sustainable-4 .text p:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .text p i {
  width: 1.2em;
  height: 1.2em;
  border-radius: .2em;
  background-color: var(--color);
  color: white;
  margin-right: .5em;
}
.sustainable-page .sustainable-5 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-5:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color);
}
.sustainable-page .sustainable-5 span.h2 {
  color: white;
}
.sustainable-page .sustainable-5 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.sustainable-page .sustainable-5 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sustainable-page .sustainable-5 .box .content {
  padding: 3% 4% 2%;
}
.sustainable-page .sustainable-5 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:var(--color);
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-5 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}
.sustainable-page .sustainable-6 .left {
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-6 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustainable-page .sustainable-6 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-6 .right span.h6,
.sustainable-page .sustainable-6 .right .text {
  border-bottom: 1px solid #bebebe;
}
.sustainable-page .sustainable-6 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.sustainable-page .sustainable-6 .right li.active span.h6 {
  color: var(--color);
}
.sustainable-page .sustainable-7 {
  background-color: #f7f7f7;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}
.sustainable-page .sustainable-7 a.moreBu {
  height: 2.77777778em;
  min-width: 11.11111111em;
}
.sustainable-page .sustainable-7 a.moreBu:hover{
  background: #000;
}
.pro-det1 li .box{
  background: #f2f4f3;
  border-radius: 15px;
  text-align: center;
  padding: 36px 15px;
  transition: .5s;
}
.pro-det1 li .box .icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #008b48;
  margin: 0 auto;
}
.pro-det1 li .box:hover{
  transform: translateY(-30px);
}
.pro-det2 ul li .box{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.pro-det2 ul li .box img{
  width: 100%;
}
.pro-det2 ul li ,bottom .box{
  border-radius: 10px;
}
.pro-det2 ul li .box .txt .t1{
  line-height: 1;
}
.pro-det2 ul li .box .txt{
  position: absolute;
  left: 22px;
  bottom: 25px;
  color: #ffffff;
}
.pro-det3 .smt{
  width: 230px;
}
.pro-det3 .tit{
  text-align: center;
}
.pro-det3 .bottom{
  text-align: left;
}
.pro-det3 .bottom .box{
  background: #efebea;
  border-radius: 30px;
  overflow: hidden;

}
.pro-det3 .bottom .box .txt{
  padding: 25px 24px 35px;
}
.pro-det3 .bottom .box .txt .cont p{
  position: relative;
  padding-left: 35px
}
.pro-det3 .bottom .box .txt .cont p::after{
  content:'';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 21px;
	height: 2px;
	background-color: #008b48; 
}
.pro-det4 .box{
  border-radius: 20px;
  background: linear-gradient(to right,#193e35,#2d6956);
  color: #ffffff;
  padding: 50px;
}
.pro-det4 .box .left{
  width: 48%;
}
.pro-det4 .box .left ul li .ig{
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
}
.pro-det4 .box .right{
  width: 48%;
}
.pro-det4 .box .right ul li{
  margin-bottom: 0.5em;
}
.pro-det4 .box .right ul li i{
  margin-right: 10px;
  color: #cfa566;
}

@media screen and (max-width: 1000px){
  .pro-det4 .box .right{
    margin-top: 45px;
  }
  .pro-det4 .box{
    padding: 40px;
  }
  .font-30,.font-28{
    font-size: 18px;
  }
  .font-24{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px){
  .pro-det4 .box{
    padding: 20px;
  }
  .pro-det1 li .box .icon{
    zoom: 0.8;
  }
}