@font-face {
  font-family: "EditorialToday";
  src: url("../fonts/EditorialToday-Bold.eot");
  src: url("../fonts/EditorialToday-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/EditorialToday-Bold.woff2") format("woff2"), url("../fonts/EditorialToday-Bold.woff") format("woff"), url("../fonts/EditorialToday-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EditorialToday";
  src: url("../fonts/EditorialToday-Regular.eot");
  src: url("../fonts/EditorialToday-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/EditorialToday-Regular.woff2") format("woff2"), url("../fonts/EditorialToday-Regular.woff") format("woff"), url("../fonts/EditorialToday-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "EditorialToday";
  max-width: 1920px;
  --color: #85b140;
  font-weight: normal;
  margin: 0 auto;
}
.lato {
  font-family: "Lato";
  font-weight: normal;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}
.page-header01 .logo{
  zoom: 0.8;
}
.pr {
    position: relative
}

.pa {
    position: absolute
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  color: #5e5e5e;
}
.more div {
  padding: 0 40px;
  border-radius: 27px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #bdbec0;
  line-height: 54px;
}
.more::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #85b140 url(../images/jt1.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  background-color: #000000;
  -webkit-transform: translateX(-10px) rotate(45deg);
  -moz-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-10px) rotate(45deg);
}
.lh-1 {
  line-height: 1;
}
.lh-8 {
  line-height: 0.8;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .container {
  max-width: 1740px;
}
#header .nav {
  padding: 15px 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;
  padding: 0 26px;
  z-index: 2
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo::after{
  content: '';
  display: block;
  width: 100%;
  height: 193px;
	/*background-color: #ffffff;*/
	border-radius:0 0 132px 132px ;
  position: absolute;
  top: -70px;
  left: 0;
  z-index: -1;
  transition: .5s;
  /*box-shadow: 5px 4px 18px rgba(0, 0, 0, 0.4);*/
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
  padding-top: 10px;
}

#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 40px;
  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;
  font-size: 21px;
  color: #000;
}
#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: 15px 0;
  width: 130px;
  /*border-top: 1px solid #111;*/
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  font: normal normal normal 14px / 1 FontAwesome;
  content: "\f107";
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#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;
  -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;
  white-space: nowrap;
}
#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;
}
#header .nav .ui.menu .h-language span {
  color: #ffffff;
}
#header .nav .ui.menu .h-language span img {
  width: 32px;
  margin-right: 4px;
}
#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;
  max-height: 450px;
  overflow-y: auto;
}
#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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#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 .h-search {
  margin-left: 16px;
  margin-right: 13px;
}
#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.home .nav .ui.menu .menu-box ul.menu > li{
    color: #000000;
}
#header.home .nav .ui.menu .menu-box ul.menu > li > a {
  border-top-color: #000000;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,#header.inner .nav .ui.menu .menu-box ul.menu > li{
    color: #ffffff;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li > a:hover, #header.inner .nav .ui.menu .menu-box ul.menu > li > a.active {
    color: #000000;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a {
  border-top-color: #ffffff;
}
#header.active {
  top: 0px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header.active .nav .ui.menu .logo::after{
  opacity: 0
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  color: #ffffff;
}
#banner li .text .box {
  max-width: 1067px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
}
#banner li .text .box .st {
  letter-spacing: 4px;
}
#banner li .text .box .more {
  color: #85b140;
}
#banner li .text .box .more div {
  padding: 0 52px;
}
#banner .slick-active .text .box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#banner .slick-active .btn-box .btn {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#banner .btn-box {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 150px;
  z-index: 4;
  text-align: right;
}
#banner .btn-box .btn {
  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;
  padding-left: 50px;
  padding-right: 186px;
  height: 94px;
  background-color: #85b140;
  border-radius: 47px;
  font-size: 20px;
  color: #ffffff;
  position: relative;
}
#banner .btn-box .btn .dot {
  width: 42px;
  height: 42px;
  background: #ffffff url(../images/jt2.png) no-repeat center center;
  border-radius: 50%;
  margin-left: 13px;
}
#banner .btn-box .btn .img1 {
  position: absolute;
  bottom: -6px;
  right: -80px;
  zoom: 0.6;
}
.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;
}
@-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);
  }
}
.col {
  color: var(--color);
}
#index-body .product {
  background-color: #ffffff;
  border-radius: 80px;
  margin-top: -190px;
  position: relative;
  z-index: 2;
   box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.2);
}
#index-body .product .bottom li .ig {
  position: relative;
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .product .bottom li .ig.ig_w{
  color: var(--color);
  	box-shadow: 0px 3px 6px 1px 
		rgba(238, 238, 238, 0.9);
}
#index-body .product .bottom li .ig .img-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product .bottom li .ig .num {
  position: absolute;
  left: 54px;
  top: 62px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom li .ig .text {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 45px 0 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .product .bottom li .ig .text .tit {
  line-height: 1;
}
#index-body .product .bottom li .ig .text .txt {
  width: 60%;
}
#index-body .product .bottom li .ig .text .btn {
  margin: 0 0 0 0 auto;
  width: 66px;
  height: 66px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom li .ig.ig_w .text .btn{
  border: 1px solid var(--color);
}
#index-body .product .bottom li .ig:hover .num {
  opacity: 1;
}
#index-body .product .bottom li .ig:hover .text .btn {
  opacity: 1;
}
#index-body .choose {
  background: url(../images/choose_bg.jpg) no-repeat center center / cover;
  color: #ffffff;
  border-radius: 40px;
}
#index-body .choose .list ul {
  margin: -7px;
}
#index-body .choose .list ul li {
  padding: 7px;
  height: 100%;
}
#index-body .choose .list ul li .ig {
  padding: 75px 30px 92px;
  border-radius: 182px;
  border: solid 1px #ffffff;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .list ul li .ig .icon {
  padding: 5px;
  border: 1px solid var(--color);
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .list ul li .ig .icon .dot {
  width: 102px;
  height: 102px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .list ul li .ig .icon .dot img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .list ul li .ig .tit {
  line-height: 1.2;
}
#index-body .choose .list ul li .ig .line {
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .list ul li .ig .con {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .list ul li .ig:hover {
  background: #ffffff;
  color: #000000;
}
#index-body .choose .list ul li .ig:hover .icon {
  border: 1px solid var(--color);
}
#index-body .choose .list ul li .ig:hover .icon .dot {
  background: var(--color);
}
#index-body .choose .list ul li .ig:hover .icon .dot img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .choose .list ul li .ig:hover .line {
  background: var(--color);
}
#index-body .choose .list ul li .ig:hover .con {
  color: #999999;
}
#index-body .about {
  background: url(../images/a_bg.png) no-repeat right bottom 55px;
  position: relative;
}
#index-body .about .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
#index-body .about .img img {
  width: 100%;
}
#index-body .about .box {
  width: 50%;
  margin: 0 0 0 auto;
  border-radius: 20px;
  padding: 120px 80px 95px;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffffff), color-stop(70%, transparent));
  background: -webkit-linear-gradient(left, #ffffff 70%, transparent 70%);
  background: -moz-linear-gradient(left, #ffffff 70%, transparent 70%);
  background: linear-gradient(to right, #ffffff 70%, transparent 70%);
}
#index-body .about .box .con {
  color: #999999;
}
#index-body .about .box .dates li {
  width: 31%;
}
#index-body .about .box .dates li .txt {
  border-bottom: 1px solid #bdbec0;
  padding-bottom: 6px;
  margin-bottom: 7px;
}
#index-body .about .box .dates li .num {
  line-height: 1;
  color: var(--color);
}
#index-body .about .box .more::after {
  background-color: #000000;
}
#index-body .feature .title {
  line-height: 1;
}
#index-body .feature .title img {
  margin-left: -44px;
  margin-right: -8px;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
#index-body .feature .list ul {
  margin: -13px;
}
#index-body .feature .list ul li {
  padding: 13px;
  margin-bottom: 85px;
}
#index-body .feature .list ul li .ig_box {
  border-radius: 180px 180px 20px 20px;
  padding: 10px;
  border: solid 1px #bdbec0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
#index-body .feature .list ul li .ig_box .ig {
  padding: 50px 0 42px;
  position: relative;
  z-index: 2;
  height: 100%;
}
#index-body .feature .list ul li .ig_box .ig .img img {
  width: 100%;
}
#index-body .feature .list ul li .ig_box .ig::after {
  content: "";
  width: 100%;
  height: 198px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 170px 170px 20px 20px;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .feature .list ul li .ig_box .ig .txt {
  text-align: center;
}
#index-body .feature .list ul li .ig_box .ig .more {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-45%, 63%);
  -moz-transform: translate(-45%, 63%);
  -ms-transform: translate(-45%, 63%);
  transform: translate(-45%, 63%);
  width: 260px;
}
#index-body .feature .list ul li .ig_box:hover {
  background: var(--color);
  border: solid 1px var(--color);
  color: #ffffff;
}
#index-body .feature .list ul li .ig_box:hover .ig::after {
  opacity: 0;
}
#index-body .feature .list ul li .ig_box:hover .more::after {
  background-color: #000000;
}
#index-body .news {
  background: #f8f8f8;
}
#index-body .news .list .ig .img-box {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .news .list .ig .tit {
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .list .ig .tit:hover {
  color: var(--color);
}
#index-body .news .list .ig .time {
  height: 48px;
  border-radius: 24px;
  border: solid 1px #85b140;
  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;
  padding-left: 27px;
  padding-right: 7px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .list .ig .time .dot {
  width: 35px;
  height: 35px;
  background: #85b140 url(../images/jt1.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .list .ig .time:hover {
  background-color: #7b9f4d;
  color: #ffffff;
}
#index-body .news .list .ig .time:hover .dot {
  background-color: #ffffff;
  background-image: url(../images/jt3.png);
}
#index-body .news .list .ig .con {
  color: #666666;
  line-height: 1.4;
}
#index-body .news .list .slickDots ul li {
  background: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#index-body .news .list .slickDots ul li.slick-active {
  background: var(--color);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #171717;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  color: #fff;
}
#footer .f-form {
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 35px 40px;
}
#footer .f-form .left {
  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;
  width: 35%;
}
#footer .f-form .left img {
  margin-right: 45px;
}
#footer .f-form .left span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-form .right {
  width: 57%;
}
#footer .f-form .right 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;
  padding: 6px 7px;
  border-radius: 32px;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
#footer .f-form .right ul li input {
  width: 100%;
  height: 50px;
  padding: 0 23px;
  background: none;
  border: none;
  color: #ffffff;
}
#footer .f-form .right ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form .right ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form .right ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form .right ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form .right ul li input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form .right ul .line {
  width: 1px;
  height: 21px;
  background-color: #cccccc;
}
#footer .f-form .right ul .i1 {
  width: 15%;
}
#footer .f-form .right ul .i2 {
  width: 27%;
}
#footer .f-form .right ul .i3 {
  width: 35%;
}
#footer .f-form .right ul .submit {
  width: 23%;
  font-family: "EditorialToday";
}
#footer .f-form .right ul .submit input {
  background-color: #85b140;
  border-radius: 24px;
  color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-form .right ul .submit input:hover {
  background: #ffffff;
}
#footer .f-box .f-ab .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 .f-ab .share a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  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: 20px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-ab .share a:hover {
  background: #ffffff;
  color: var(--color);
}
#footer .f-box .tit {
  font-family: "EditorialToday";
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
#footer .f-box ul li {
  line-height: 1.6;
  margin-bottom: 0.6em;
  color: #eeeeee;
}
#footer .f-box ul li ul{
  display: none;
}
#footer .f-box ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box ul li a:hover {
  color: var(--color);
}
#footer .f-box .f-contact {
  max-width: 340px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
#footer .f-box .f-contact li .icon {
  width: 18px;
  margin-right: 11px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
#footer .f-box .f-contact li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  padding: 30px 0 40px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: #ffffff;
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    width: 120px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }

  #banner li .text {
    top: 25%;
  }
  #index-body .choose .list ul li .ig {
    padding: 60px 20px 80px;
  }
  #index-body .about .box {
    width: 58%;
    padding: 80px 50px 50px;
  }
  #footer .f-form .right {
    width: 63%;
  }
  #footer .f-form .right ul li input {
    padding: 0 16px;
  }
  #footer .f-form .right ul .i1 {
    width: 18%;
  }
  #footer .f-form .right ul .i3 {
    width: 32%;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .feature .list ul {
    margin: -7px;
  }
  #index-body .feature .list ul li {
    padding: 7px;
  }
  #banner .btn-box {
    zoom: 0.85;
  }
  #index-body .product {
    margin-top: -170px;
  }
  #index-body .choose .list ul li .ig .icon {
    zoom: 0.9;
  }
  #footer .f-form .left {
    width: 100%;
  }
  #footer .f-form .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-box .f-ab .f-logo {
    zoom: 0.8;
  }
  #index-body .choose .list ul li .ig {
    padding: 60px 10px 80px;
  }
  #index-body .product .bottom li .ig .text {
    padding: 0 25px 0 25px;
  }
  #index-body .product .bottom li .ig .num {
    top: 30px;
    left: 25px;
  }
  #index-body .product .bottom li .ig .text .txt {
    width: 65%;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner li .text {
    top: 10%;
  }
  #banner .btn-box .btn {
    padding-right: 140px;
  }
  #banner .btn-box .btn .img1 {
    zoom: 0.5;
    right: -67px;
  }
  #index-body .product {
    margin-top: -140px;
  }
  #banner .btn-box {
    bottom: 120px;
  }
  #index-body .about .box {
    width: 60%;
    padding: 80px 35px 50px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .btn-box {
    display: none;
  }
  #index-body .product {
    margin-top: -80px;
  }
  #banner li .text {
    top: 15%;
  }
  #index-body .product .bottom li .ig .num {
    opacity: 1;
  }
  #index-body .product .bottom li .ig .text .btn {
    opacity: 1;
    zoom: 0.8;
  }
  #index-body .product .bottom li .ig .text .txt {
    width: 75%;
  }
  #index-body .product .bottom li .ig .text {
    bottom: 15px;
  }
  #index-body .about .box {
    width: 100%;
    background: #ffffff;
  }
  #index-body .about {
    padding-top: 140px;
  }
  #index-body .feature .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .news {
    padding-bottom: 100px;
  }
  #index-body .choose .list ul li .ig .icon {
    zoom: 0.8;
  }
  #footer .f-form .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form .right ul .i1,
  #footer .f-form .right ul .i2,
  #footer .f-form .right ul .i3 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #footer .f-form .right ul .line {
    display: none;
  }
  #footer .f-form .right ul .submit {
    width: 300px;
    margin: 20px auto 0;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-box .f-contact {
    margin-top: 40px;
  }
  #footer .f-box .tit {
    font-size: 20px;
  }
  #footer .f-form .left br {
    display: none;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-48 {
    font-size: 26px;
  }
  .font-35 {
    font-size: 22px;
  }
  .font-30 {
    font-size: 21px;
  }
  .font-24 {
    font-size: 16px;
  }
  #footer .f-form {
    padding: 30px 25px;
  }
  #index-body .feature .list {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 28%;
    zoom: 0.75;
  }
  #index-body .product {
    margin-top: 0;
  }
  #banner li .text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #index-body .choose .list ul li .ig {
    border-radius: 30px;
  }
  #index-body .about {
    padding-top: 0;
  }
  #index-body .about .img {
    position: static;
    width: 100%;
  }
  #index-body .about .box {
    padding: 0;
    background: none;
    margin-top: 50px;
  }
  .title img {
    zoom: 0.65;
  }
  .font-50 {
    font-size: 24px;
  }
  #index-body .feature {
    margin-top: 30px;
  }
  .more {
    zoom: 0.9;
  }
  #footer .f-form {
    padding: 20px;
  }
  #footer .f-form .right ul .submit {
    width: 200px;
  }
  #banner li > img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .choose {
    border-radius: 30px;
  }
  #footer{
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .feature .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .about .box .dates li {
    width: 45%;
  }
  .font-98 {
    font-size: 31px;
  }
  .font-90 {
    font-size: 28px;
  }
  .title img {
    zoom: 0.55;
  }
  #footer .f-form .left img {
    margin-right: 20px;
  }
  #index-body .product .bottom li .ig .text .btn {
    zoom: 0.65;
  }
  #index-body .product .bottom li .ig .text .txt {
    width: 80%;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .feature .list ul li {
    margin-bottom: 75px;
  }
}


/*inner*/
.inner-banner{
  padding: 130px 0 70px;
  background: no-repeat center center / cover;
  color: #ffffff;
}
.inner-banner h2{
  font-size: 48px;
}
.inner-banner .mbx{
  font-size: 14px;
}


.about-page .about-1 .top .img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.about-page .about-1 .top .img .lazy {
    border-radius: 15px;
}

.about-page .about-1 .top .img .play {
    position: absolute;
    right: 36px;
    bottom: 115px;
    display: inline-block;
    padding: 50px 50px 50px 60px;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    border-radius: 50%;
    z-index: 1;
}

.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(223, 182, 37, .5);
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.about-page .about-1 .top .img .play::before {
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.about-page .about-1 .top .text {
    max-width: 1370px;
    width: 100%;
    margin: -120px auto 0;
    background: #fff;
    -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
    padding: 50px;
    border-radius: 10px;
}

.about-page .about-1 .top .text .title {
    line-height: 1.2;
    text-transform: uppercase;
}

.about-page .about-1 .top .text .con {
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}

.about-page .about-1 .bottom {
    max-width: 1215px;
    width: 100%;
    margin: 111px auto 0;
}

.about-page .about-1 .bottom ul {
    margin-right: -70px;
}

.about-page .about-1 .bottom ul li .data {
    font-weight: bold;
    padding-bottom: 26px;
    border-bottom: 1px solid #58596c;
}

.about-page .about-1 .bottom ul li .data em {
    font-size: 56px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
}

.about-page .about-1 .bottom ul li .data sub {
    font-size: 22px;
    color: var(--color);
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 9px 7px;
}

.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 2;
    margin-top: 23px;
}

.about-page .about-1 .bottom ul li .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}

.about-page .about-2 {
    margin-top: 137px;
}

.about-page .about-2 .box {
    padding: 12px 0 122px 0;
    position: relative;
    z-index: 1;
}

.about-page .about-2 .box .img {
    width: 50%;
    vertical-align: middle;
    border-radius: 10px;
}

.about-page .about-2 .box .img img {
    border-radius: 10px;
}

.about-page .about-2 .box .text {
    width: 50%;
    padding-left: 64px;
    vertical-align: middle;
    color: #111;
}

.about-page .about-2 .box .text .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}

.about-page .about-2 .box .text .header .left {
    width: 100%;
}

.about-page .about-2 .box .text .header .title {
    margin-top: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 41px;
}

.about-page .about-2 .box .text .header .more {
    color: #000;
    margin-bottom: 10px;
    background: #fff;
}

.about-page .about-2 .box .text .header .more span {
    text-decoration: none;
}

.about-page .about-2 .box .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

.about-page .about-2 .box .text .list {
    margin-top: 29px;
}

.about-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
}

.about-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
}

.about-page .about-2 .box .text .list ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 2px;
    background: white;
}

.about-page .about-2 .box::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 84.5%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
}

.about-page .about-3 {
    background-color: #f2f2f2;
    padding: 6% 0 6%;
    margin-top: -122px;
}

.about-page .about-3 .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 63px;
    border-bottom: 1px solid #b8b8bc;
}

.about-page .about-3 .header .left {
    width: 50%;
}

.about-page .about-3 .header .left span.tag {
    color: var(--color);
}

.about-page .about-3 .header .left .title {
    margin-top: 12px;
    line-height: 1.2;

    font-weight: 900;
}

.about-page .about-3 .header .right {
    width: 50%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}

.about-page .about-3 .content {
    margin-top: 88px;
}


.about-page .about-3 .content ul {
    margin: 0 -37px;
}

.about-page .about-3 .content ul li .slide-box {
    margin: 0 20px 37px;
    background: #fff;
    padding: 20px;
    /*width: 30.3%;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #121212;
    
    border-radius: 6px;
}

.about-page .about-3 .content ul li .tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    margin-top: 15px;
}

.about-page .about-3 .content ul li p {
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-page .about-3 .content ul li .slide-box:hover {
   background: var(--color);
}

/*.about-page .about-3 .content ul li:hover i img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
  }*/
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p {
    color: white;
}

.about-page .about-3 .list {
    margin-top: 151px;
}

.about-page .about-3 .list .img-box {
    display: block;
}

.about-page .about-3 .list .img-box img {
    width: 100%;
}

.about-page .about-3 .list .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 22px;
}

.about-page .about-3 .list .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: 0.5;
    -moz-transition: 0.5;
    transition: 0.5;
    padding: 0;
}

.about-page .about-3 .list .slick-dots li:last-child {
    margin-right: 0;
}

.about-page .about-3 .list .slick-dots li button {
    display: none;
}

.about-page .about-3 .list .slick-dots li.slick-active {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

.about-page .about-4 {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 68px 0 70px;
    max-width: 959px;
    width: 100%;
    margin-top: -17%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.about-page .about-4 .box {
    max-width: 507px;
    margin: 0 94px 0 auto;
}

.about-page .about-4 .box .title {
    margin-top: 27px;
}

.about-page .about-4 .box .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
}

.about-page .about-4 .box .info {
    margin-top: 20px;
    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;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.about-page .about-4 .box .info .tit {
    font-size: 20px;
    line-height: 1.5;
}

.about-page .about-4 .box .info p {
    font-size: 16px;
    line-height: 1.8;
}

.about-page .about-4 .box .more {
    margin-top: 36px;
    background: #000;
}

.about-page .about-4 .box .more:hover {
    background: #fff;
    color: var(--color);
}

.about-page .about-5 {
    padding: 120px 0 180px;
    background: #ffffff;
}

.about-page .about-5 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
   align-items: center;
}

.about-page .about-5 .header .right {
    width: 51%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}

.about-page .about-5 .header span.tag {
    color: var(--color);
}

.about-page .about-5 .header .title {
    margin-top: 12px;
    line-height: 1.2;
}
.about-page .about-5 .slick-slider:not(.slick-vertical) .slick-track{
  align-items: center;
}
.about-page .about-5 .header .more {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    margin-bottom: 4px;
}

.about-page .about-5 .header .more:hover {
    background: #000;
}

.about-page .about-5 .content {
    margin-top: 47px;
}

.about-page .about-5 .content ul {
    margin-right: -42px;
}

.about-page .about-5 .content ul li {
    padding-right: 30px;
}

.about-page .about-5 .content ul li .img-box {
    display: block;
}

.about-page .about-5 .content ul li .img-box img {
    width: 100%;
}

.about-page .about-5 .content ul .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.about-page .about-5 .content ul .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #d2d2d2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: 0.5;
    -moz-transition: 0.5;
    transition: 0.5;
    padding: 0;
}

.about-page .about-5 .content ul .slick-dots li:last-child {
    margin-right: 0;
}

.about-page .about-5 .content ul .slick-dots li button {
    display: none;
}

.about-page .about-5 .content ul .slick-dots li.slick-active {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}


.about-page .about-6 {
    color: white;
    padding: 107px 0 160px;
}

.about-page .about-6 .left {
    position: sticky;
    top: 170px;
    width: 35%;
}

.about-page .about-6 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.about-page .about-6 .left .i-title {
    line-height: 1.2;
}

.about-page .about-6 .right {
    padding-left: 90px;
    width: 65%;
}

.about-page .about-6 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.about-page .about-6 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    /*background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ffffff;
}

.about-page .about-6 .right ul li .icon img {
    vertical-align: middle;
}

.about-page .about-6 .right ul li::after {
    content: "";
    position: absolute;
    left:38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.about-page .about-6 .right ul li:last-child::after{
    display: none;
}

.about-page .about-6 .right ul li:last-child .icon::after {
    content: none;
}

.about-page .about-6 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.about-page .about-6 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    color: rgba(255, 255, 255, .7);
}


@media screen and (max-width: 1450px) {
    .about-page .about-2 {
        margin-top: 100px;
    }
    .about-page .about-4 .box {
        margin: 0 auto;
    }
       .about-page .about-6 .right {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .about-page .about-1 .top .img .play {
        padding: 30px 30px 30px 40px;
    }
    .about-page .about-2 {
        margin-top: 80px;
    }
    .about-page .about-2 .box .text {
        padding: 0 15px 0 30px;
    }

    /*.about-page .about-3 .content ul li {
      width: 29.9%;
    }*/
    .about-page .about-3 .content ul li .slide-box {
        padding: 39px 15px;
    }

    .about-page .about-3 .content ul li .tit {
        font-size: 22px;
    }

    .about-page .about-4 {
        max-width: 800px;
    }
     .about-page .about-6 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .about-page .about-6 .right ul li .icon:after {
        height: 225%;
    }
    .about-page .about-6 .right ul li h4{
      font-size: 24px
    }
}

@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .text {
        padding: 70px 50px 90px;
    }

    .about-page .about-1 .bottom ul {
        margin-right: -40px;
    }

 

    .about-page .about-3 .content ul {
        margin: 0 -20px -20px 0;
    }

    /*.about-page .about-3 .content ul li {
      width: 31.3%;
    }*/
    .about-page .about-3 .content ul li .slide-box {
        margin: 0 20px 20px 0;
    }

    .about-page .about-4 {
        max-width: 700px;
    }
}

@media screen and (max-width: 1000px) {
  .about-page .about-6 .right ul li h4{
      font-size: 20px
    }
    .about-page .about-1 .top .text {
        padding: 50px 30px;
    }

    .about-page .about-1 .top .text .con {
        font-size: 18px;
    }

    .about-page .about-1 .bottom {
        margin: 60px auto 0;
    }

    .about-page .about-1 .bottom ul {
        margin-right: -20px;
    }

 
    .about-page .about-1 .bottom ul li .data em {
        font-size: 40px;
    }

    .about-page .about-1 .bottom ul li .text .tit {
        font-size: 20px;
        line-height: 1.8;
    }

    .about-page .about-1 .bottom ul li .text p {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-2 {
        margin-top: 47px;
    }

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

    .about-page .about-2 .box .img {
        width: 100%;
    }

    .about-page .about-2 .box .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .about-page .about-2 .box::after {
        width: 100%;
    }

    .about-page .about-3 {
        margin-top: 0;
        padding: 60px 0;
    }

    .about-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .about-page .about-3 .header .left {
        width: 100%;
    }

    .about-page .about-3 .header .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .about-page .about-3 .content {
        margin-top: 30px;
    }

    /*.about-page .about-3 .content ul li {
      width: 47%;
    }*/
    .about-page .about-3 .list {
        margin-top: 60px;
    }

    .about-page .about-3 .list .slick-dots {
        bottom: -40px;
    }

    .about-page .about-4 {
        max-width: 680px;
        margin-top: 0;
    }

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

    .about-page .about-5 .header {
        padding-bottom: 30px;
    }

    .about-page .about-5 .header .left {
        width: 52%;
    }

    .about-page .about-5 .content ul {
        margin-right: -20px;
    }

    .about-page .about-5 .content ul li {
        padding-right: 20px;
    }
 .about-page .about-6 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .about-page .about-6 .right {
        width: 100%;
        margin-top: 20px;
    }
    
}

@media screen and (max-width: 700px) {
    .about-page .about-1 .top .img .play {
        padding: 20px 20px 20px 30px;
        bottom: 20px;
    }

    .about-page .about-1 .top .text {
        margin-top: 0;
        padding: 30px 15px;
    }

    .about-page .about-1 .top .text .con {
        margin-top: 20px;
    }

    .about-page .about-1 .bottom ul li .data {
        padding-bottom: 0;
    }

    .about-page .about-1 .bottom {
        margin: 30px auto 0;
    }

    .about-page .about-2 .box .text .con {
        margin-top: 20px;
    }

    .about-page .about-2 {
        margin-top: 30px;
    }

    .about-page .about-3 {
        padding: 30px 0;
    }

    /*.about-page .about-3 .content ul li {
      width: 45.9%;
    }*/
    .about-page .about-3 .content ul li .tit {
        font-size: 20px;
        line-height: 1.8;
    }

    .about-page .about-3 .content ul li p {
        font-size: 17px;
        margin-top: 10px;
    }

    .about-page .about-3 .list {
        margin-top: 30px;
    }

    .about-page .about-4 {
        padding: 30px 15px;
    }

    .about-page .about-5 {
        padding: 30px 0 120px;
    }

    .about-page .about-5 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .about-page .about-5 .header .left {
        width: 100%;
    }

    .about-page .about-5 .header .left .title {
        margin-top: 15px;
    }

    .about-page .about-5 .header .right {
        margin-top: 20px;
        width: 100%;
    }

    .about-page .about-5 .content {
        margin-top: 20px;
    }

    .about-page .about-5 .content ul .slick-dots {
        bottom: -25px;
    }
     .about-page .about-6 .right {
        padding-left: 0;
    }

    .about-page .about-6 .left {
        width: 100%;
    }
     .about-page .about-1 .bottom ul li .data em {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-1 .top .img .play {
        padding: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .about-page .about-1 .top .img .play img {
        width: 20px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

    .about-page .about-1 .top .text .con {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-1 .bottom ul {
        margin: 0 0 -20px 0;
    }


    .about-page .about-1 .bottom ul li .data em {
        font-size: 26px;
    }

    .about-page .about-2 .box {
        padding-bottom: 30px;
    }

    .about-page .about-2 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .about-2 .box .text .header .left {
        width: 100%;
    }

    .about-page .about-2 .box .text .header .left .title {
        margin-top: 10px;
    }

    .about-page .about-2 .box .text .header .right {
        padding: 20px 0 0;
    }

    .about-page .about-2 .box .text .con {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }

    .about-page .about-2 .box .text .list ul li {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-page .about-3 .header {
        padding-bottom: 10px;
    }

    .about-page .about-3 .header .left .title {
        margin-top: 10px;
    }

    .about-page .about-3 .header .right {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-3 .content ul {
        margin: 0 0 -20px 0;
    }

    /*.about-page .about-3 .content ul li {
      width: 100%;
    }*/
    .about-page .about-3 .content ul li .slide-box {
        margin: 0 0 20px 0;
    }

    .about-page .about-3 .content ul li p {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-4 .box .title {
        margin-top: 10px;
    }

    .about-page .about-4 .box .con {
        margin-top: 10px;
    }

    .about-page .about-4 .box .info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .about-page .about-4 .box .info p {
        font-size: 14px;
        line-height: 2;
    }

    .about-page .about-4 .box .info .left {
        width: 100%;
    }

    .about-page .about-4 .box .info .right {
        width: 100%;
        margin-top: 20px;
    }

    .about-page .about-4 .box .more {
        margin-top: 20px;
    }

    .about-page .about-5 .header .left .title {
        margin-top: 10px;
    }

     .about-page .about-6 .right ul li {
        padding-left: 0;
    }

    .about-page .about-6 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .about-page .about-6 .right ul li .icon::after {
        content: none;
    }
    .about-page .about-6 .right ul li::after{
        display: none;
    }     
    
}

.service-page .service-1 .img{
  position: relative;
}

.service-page .service-1 .img .i1{
  width: 80%;
  margin: 0 0 0 auto;
  display: block;
}
.service-page .service-1 .img .i2{
  display: block;
  width: 55%;
  position: absolute;
  left: 0;
  bottom: -40px;
}


.service-page .service-2 {
    padding: 110px 0 50px;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff
}

.service-page .service-2 .container .sub_img {
    position: absolute;
    top: -70px;
    left: 0;
    width: 910px
}

.service-page .service-2 .container .tips {
    font-weight: 700;
    position: relative;
    z-index: 2
}

.service-page .service-2 .container .list_cont {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-top: 80px
}

.service-page .service-2 .container .list_cont .slick1 li .box {
    position: relative;
    padding: 0 40px
}

.service-page .service-2 .container .list_cont .slick1 li .box .year {
    font-weight: 700
}

.service-page .service-2 .container .list_cont .slick1 li .box .img {
    position: absolute;
    /*height: 100%;*/
    top: 100px;
    left: 0;
    height: 171px;
}

.service-page .service-2 .container .list_cont .slick1 li .box .cont {
    position: relative
}

.service-page .service-2 .container .list_cont .slick1 li .box .cont .title {
    font-weight: bold;
    margin-top: 10px;
    font-size: 40px;
    
}

.service-page .service-2 .container .list_cont .slick1 li .box .cont .des {
    margin-top: 40px;
    padding-right: 2px;
    overflow-y: auto;
    height: 255px;
    transition: all .5s
}

.service-page .service-2 .container .list_cont .slick1 li .box:hover .cont .des {
    opacity: 1
}

@media screen and (max-width: 1250px){
  .service-page .service-2 .container .list_cont .slick1 li .box .cont .title{
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-2 {
    text-align: center;
  }
  .service-page .service-2 .container .sub_img {
    display: none;
  }
  .service-page .service-2 .container .list_cont .slick1 li .box {
    padding: 0 10px;
  }
  .service-page .service-2 .container .list_cont .slick1 li .box .cont {
    height: auto;
  }
  .service-page .service-2 .container .list_cont .slick1 li .box .cont .des{
    opacity: 1;
    height: 100px;
  }
  .service-page .service-2 .container .list_cont .slick1 li .box .img {
    display: none;
  }
  .service-page .service-1 .img{
    margin-top: 30px;
  }
  .service-page .service-1 .img .i1{
    width: 100%;
  }
  .service-page .service-1 .img .i2{
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-2 .container .list_cont .slick1 li .box .cont .title{
    font-size: 28px;
  }
}
@media screen and (max-width: 500px){
  .service-page .service-2 .container .list_cont .slick1 li .box .cont .title{
    font-size: 25px;
  }
    .service-page .service-2 {
        padding: 40px 0;
    }

    .service-page .service-2 .container .list_cont {
        margin-top: 20px;
        padding: 0;
    }
}


.faq-page {
    background: #f7f7f7;
    overflow: hidden;
}

.faq-page .list {
    margin-top: 40px;
}

.faq-page .list ul li {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
}

.faq-page .list ul li .tit {
    padding: 20px 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    font-size: 24px;
    line-height: 44px;
    font-weight: 500;
}

.faq-page .list ul li .tit i {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
}

.faq-page .list ul li .con {
    display: none;
    background: #fff;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #595959;
    border-top: 1px solid #f1f1f1;
}

.faq-page .list ul li:last-child {
    margin-bottom: 0;
}

.faq-page .list ul li.active .tit i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1000px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 20px;
        font-size: 18px;
    }

    .faq-page .list ul li .tit i {
        right: 20px;
        top: 20px;
        font-size: 20px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .faq-page .list ul li .tit i {
        right: 20px;
        top: 10px;
        font-size: 16px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 2;
    }
}



.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}

.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.contact-page .contact-1 .left form ul li .more {
    padding: 0;
    vertical-align: middle;
}

.contact-page .contact-1 .left form ul li .more i {
    margin-right: 6px;
    display: inline-block;
}

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 40px;
}

.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}

.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}

.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}

.contact-page .contact-1 .right {
    padding-left: 7.65%;
}

.contact-page .contact-1 .right .title {
    line-height: 1.2;
}

.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #83827f;
    margin-top: 7px;
}

.contact-page .contact-1 .right .list {
    margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
    color: #111;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
}

.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding-left: 20px;
}

.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}

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

    .contact-page .contact-1 .left {
        width: 100%;
    }

    .contact-page .contact-1 .right {
        width: 100%;
        order: -1;
        margin-bottom: 30px;
    }
   

}

@media screen and (max-width: 700px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 18px 20px;
    }

    .contact-page .contact-1 .left form ul{
      margin: 0;
    }

  .contact-page .contact-1 .left form ul li{
      width: 100%;
          padding: 0;
          margin-bottom: 20px;
    }
     .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 20px;
    }
}

@media screen and (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 2px 12px;
    }

    .contact-page .contact-1 .left form ul li p {
        display: block;
        padding: 10px 0 0 0;
    }

    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }


   

    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }

    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }

   
}



.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
    
    /*text-transform: uppercase;*/
}
.product-page .sider-right .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 210px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight:bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: #8ac340;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight:500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
    
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  margin-top: 20px;
}
/*.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}*/
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  font-weight:500;
  margin-top: 15px;
  text-align: center;
}




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

.product-page .pro_init_1 .box .left {
  width: 49%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 120px;
  position: -webkit-sticky;
  position: sticky;
}

.product-page .pro_init_1 .box .left .smallImg {
    width: 24%;

}
.product-page .pro_init_1 .box .left .smallImg ul {
    /*margin: -10px;*/
}
.product-page .pro_init_1 .box .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .box .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .box .left .smallImg ul li a img {
    display: block;
    border: 3px solid var(--color);
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.product-page .pro_init_1 .box .left .bigImg {
   width: 76%;
    display: inline-block;
    padding: 10px;
}
.product-page .pro_init_1 .box .left .bigImg ul li{
  padding: 1px;

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

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

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

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    /*text-transform: uppercase;*/
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font-en);
    font-weight: 600;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: var(--color);
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content.faq li{
      margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 30px;
    
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .prodet-2 .ret form ul{
    margin: -10px;
}
.product-page .prodet-2 .ret form ul li {
    padding: 10px;
}
.product-page .prodet-2 .ret form ul li input,
.product-page .prodet-2 .ret form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .ret form ul li input:focus,
.product-page .prodet-2 .ret form ul li textarea:focus {
    border-color: var(--color);
}
.product-page .prodet-2 .ret form ul li.wid-100 {
    width: 100%;
}
.product-page .prodet-2 .ret form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}
.product-page .prodet-2 .ret form ul li input[type="submit"]:hover {
    background: #222;
}
@media screen and (max-width: 1450px) {

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

.product-page .pro_init_1 .box .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .box .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .box .right .share ul li:hover {
    background: var(--primary);
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .box .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

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

  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

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



  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 50px;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
}
@media screen and (max-width: 500px) {
  .product-page .prodet-2{
    padding: 35px 0;
  }
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
    .product-page .pro_init_1 .box .left .bigImg .slick-arrow.slick-prev{
      left: 0;
    }
    .product-page .pro_init_1 .box .left .bigImg .slick-arrow.slick-next{
      right: 0;
    }
    .product-page .pro_init_1 .box .left .smallImg ul li a img{
      padding: 5px;
          BACKGROUND: #f6f8ff;
    }
    .product-page .pro_init_1 .box .left .bigImg{
      padding: 5px;
    }
}

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

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

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

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

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

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

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

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

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

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

.product-page .pro_init_1 .box .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .box .right .cont_list .list .model{
  font-size: 18px;
}
.product-page .pro_init_1 .box .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  line-height: 2;
  /*display: none;*/
  /*max-height: 300px;
  overflow: auto;
  padding-right: 10px;*/
  color: #85b140;
}
.product-page .pro_init_1 .box .right .cont_list .list .content .tip{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #85b140;
  color: #ffffff;
}
.product-page .pro_init_1 .box .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

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

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

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

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

.product-page .pro_init_1 .box .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .box .right .more::before {
  display: none;
}*/

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

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

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

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

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist>ul>li{
   border-radius:25px;
   background: #f0f0f0;
   margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist ul li a {
   padding: 15px 0;
  height: auto;
  border-radius: 25px;
   background: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a i {
  position: absolute;
  right: 16px;
  top: 9px;
  font-size: 24px;
  font-family: cursive;
  width: 30px;
  text-align: center;
  transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li > a i.active{
  transform: rotate(90deg);
}

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

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


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

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

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


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}

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

.product_list {
  /*background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;*/
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list ul li .box{
  background: #ffffff;
  transition: .5s;
  height: 100%;
  /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);*/
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  border: 4px solid var(--color);
}
.product_list ul li .box::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
   background: linear-gradient(to bottom,var(--color) 20%, rgba(38, 76, 157, 0) 60%);
   z-index: -1;
    transition: .5s;
    opacity: 0;
}
.product_list ul li .box {
  display: flex;
  flex-direction: column;
    border-radius: 15px;
   
}
.product_list ul li .box .txt{
  transition: .5s;
  flex: 1;
}
.product_list ul li .box .img{
  transition: .5s
}

.product_list ul li .box .txt{
  padding:0px 20px 0;
}
.product_list ul li .box .txt h3{
  margin-bottom: 0px;
   transition: .5s;
}
.product_list ul li .box .txt h3:hover{
  color: var(--color);
}
.product_list ul li .box .txt .more{
  opacity: 0;
  margin-top: 15px;
}

.product_list .img {
  overflow: hidden;

  /*margin-bottom: 10px;*/
}
.product_list .img a{
  display: block;
  padding: 20px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-family: var(--font);
  line-height: 28px;
}

@media screen and (max-width: 1450px){
  .product_list ul{
    grid-template-columns: repeat(2, 1fr);
  }

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

.sider-box .sider-left h2{
  font-size: 19px;
}
.product_list ul li .box{
  padding-bottom: 30px;
}
}

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


@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

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

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

@media (max-width: 1000px) {
  .product-page .pro_init_1 .box .left{
    position: static;
  }
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }
  .pro-single-page{
    margin-top: 40px;
  }
  .product-page .pro_init_1 .box .left {
    width: 100%;
  }

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

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

  .product-page .pro_init_1 .box .right .sub_img {
        display: none;
    margin: auto;
    
  }

  .product-page .pro_init_1 .box .right .more {
    margin: auto;
    margin-top: 40px;
  }

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

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
  .product-page .pro_init_1 .box .right .text_2 {
    font-size: 25px;
  }
   .product-page .init-1 {
    padding: 15px 20px;
  }
}

@media (max-width: 500px) {
 
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: 40px;
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--primary);
  font-size: 30px;
  font-family: 'RM';
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--primary);
  color: white;
}*/
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
.product-2 .sidebar-info {
  display: none;
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.product-2 .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: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1450px) {
  .product-2 .sidebar-info .icon a{
    margin: 0 20px
  }
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}

.product-page .product-2 {

  margin-bottom: 90px;
}
@media screen and (max-width: 1250px) {
   .sider-box .sider-left .category .catelist > ul > li > a{
    padding-left: 20px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
 
  /*.product_list {
    padding: 30px;
  }*/
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
   .product-page .product-2{
    margin-top: 0px!important;
  }
 #cp-Nav .nav{
   padding: 0
 }
}
@media screen and (max-width: 700px) {
    .product-page .product-1 .box {
    padding: 20px;
  }
  /*.product_list{
    padding: 20px
  }*/
}


.seoPublic .Auxil-related .list ul li .box .content .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  color: #5e5e5e;
  height: auto
}
.seoPublic .Auxil-related .list ul li .box .content .btn div {
  padding: 0 40px;
  border-radius: 27px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #bdbec0;
  line-height: 54px;
}
.seoPublic .Auxil-related .list ul li .box .content .btn::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #85b140 url(../images/jt1.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content .btn:hover::after {
  background-color: #000000;
  -webkit-transform: translateX(-10px) rotate(45deg);
  -moz-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-10px) rotate(45deg);
}
.seoPublic .Auxil-related .list ul li .box .con{
  line-height: 1.5;
}

@media screen and (max-width: 700px) {
  .seoPublic .Auxil-form .form ul li{
    width: 100%;
  }
}

.news-page .news-1 ul{
  margin: -10px;
}
.news-page .news-1 ul li{
  padding: 10px;
}
.news-page .news-1 .list .ig .img-box {
  border-radius: 10px;
  overflow: hidden;
}
.news-page .news-1 .list .ig .tit {
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list .ig .tit:hover {
  color: var(--color);
}
.news-page .news-1 .list .ig .time {
  height: 48px;
  border-radius: 24px;
  border: solid 1px #85b140;
  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;
  padding-left: 27px;
  padding-right: 7px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list .ig .time .dot {
  width: 35px;
  height: 35px;
  background: #85b140 url(../images/jt1.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list .ig .time:hover {
  background-color: #7b9f4d;
  color: #ffffff;
}
.news-page .news-1 .list .ig .time:hover .dot {
  background-color: #ffffff;
  background-image: url(../images/jt3.png);
}
.news-page .news-1 .list .ig .con {
  color: #666666;
  line-height: 1.4;
}
.news-page .news-1 .list .slickDots ul li {
  background: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.news-page .news-1 .list .slickDots ul li.slick-active {
  background: var(--color);
}


.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
@media screen and (max-width: 1250px) {
  .m-page{
    zoom: 0.9;
  }
  .m-page a,
.m-page span {
  margin: 0 8px;
}
}
@media screen and (max-width: 700px) {
  .m-page{
    zoom: 0.7;
  }
  .m-page a,
.m-page span {
  margin: 0 5px;
}
}




.newdet-page .Auxil-related .box{
  background: #ffffff;
}
.newdet-page .Auxil-related .box .content{
  padding: 0 20px 20px;
  text-align: center;
}
.newdet-page {
        background-color: #faf9f9;
}

.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.newdet-page .m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--color);
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}
.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}
/*.newdet-page .slideBarRight .text ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #000;
    font-size: 1.2em;
}*/
.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}
.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}
table tr:nth-child(odd) {
    background: #fff
}
table td, table th{
  min-width: 200px
}
.newdet-page .slideBarRight .text table td, .newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}
.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}
.newdet-page .slideBarRight .text ul li {
    margin-left: 20px;
}
.newdet-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.newdet-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.newdet-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.newdet-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.newdet-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.newdet-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.newdet-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.newdet-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
     background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.newdet-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.newdet-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.newdet-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.newdet-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.newdet-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.newdet-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.newdet-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.newdet-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.newdet-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.5em;
    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;
    color: white;
    background-color: #007aff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    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;
}
.newdet-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.newdet-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
     background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.newdet-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.newdet-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-left: 4%;
}

.newdet-page .slideBarBox .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.newdet-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
}
.newdet-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.newdet-page .slideBarBox .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.newdet-page .slideBarBox .sider-left .category .catelist {
  margin-top: 35px;
}
.newdet-page .slideBarBox .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.newdet-page .slideBarBox .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.newdet-page .slideBarBox .sider-left .category .catelist > ul > li > a:hover,
.newdet-page .slideBarBox .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

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

.newdet-page .slideBarBox .sider-left .category .catelist > ul > li > ul{
  display: none;
}

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

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

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

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


.newdet-page .slideBarBox .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.newdet-page .slideBarBox .sider-left .quote .form .more{
  margin-top: 30px;
}

.newdet-page .slideBarBox .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.newdet-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.newdet-page .slideBarBox .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.newdet-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.newdet-page .slideBarBox .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.newdet-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}
.newdet-page .slideBarBox .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.newdet-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.newdet-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}
.newdet-page .slideBarBox .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.newdet-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.newdet-page .slideBarBox .sider-left  .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.newdet-page .slideBarBox .sider-left  .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.newdet-page .slideBarBox .sider-left  .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.newdet-page .slideBarBox .sider-left  .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: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.newdet-page .slideBarBox .sider-left  .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.newdet-page .slideBarBox .sider-left .sidebar-info{
  display: none;
}
.newdet-page .slideBarBox .sider-left .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1450px) {
.newdet-page .slideBarBox .sider-left  .sidebar-info .icon a{
    margin: 0 20px
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page .slideBarBox .sider-left {
    display: none
  }
  .newdet-page .slideBarBox .slideBarRight{
    padding-left: 0
  }
  .newdet-page .slideBarBox .slideBarRight{
    width: 100%
  }
}
.newdet-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page a.link:hover {
  color: var(--color);
}
.newdet-page a.link:hover:before {
  width: 0;
}
.newdet-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1700px) {
  
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .newdet-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
  
}
@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
     
    .newdet-page a.link {
        font-size: 14px;
    }
    .newdet-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .newdet-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .newdet-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    
    
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .newdet-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
  
    
  
}
@media screen and (max-width: 1000px) {
     
    .newdet-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .newdet-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
   
   
}
@media screen and (max-width: 700px) {
     
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 22px;
        line-height: 1.6;
    }
    
   
}

.newdet-page .form ul {
    margin: -10px;
}
.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
    border-color: var(--color);
}
.newdet-page .form ul li textarea {
    height: 80px;
}
.newdet-page .form ul li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page .form ul li{
    width: 100%;
  }
}

table td, table th {
    border: 1px solid #dbd7d7;
}

.pro-banner{
  background: var(--color);
  color: #ffffff;
}
.pro-banner ul{
  margin: -6px;
}
.pro-banner ul li{
  padding: 6px;
}
.pro-banner .ig{
  background: #ffffff;
  border-radius: 15px 15px 120px 120px;
  color: var(--color);
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.pro-banner .right{
  display: none;
}
.pro-banner .right .img-box{
  transform: scale(1.3);
}
.product-page .prodet-3 .tip{
  background: #e1dedf;
  height: 60px;
  margin-left: 10px;
  padding-right: 20px;
}
.product-page .prodet-3 .tip .tit{
  display: inline-block;
  height: 60px;
  line-height: 60px;
  transform: translate(-10px,-15px);
  padding-right: 70px;
  padding-left: 10px;
   background: var(--color);
  color: #ffffff;
  clip-path: polygon(
    0 0,
    calc(100% - 60px) 0,
    100% 60px,
    0 60px
  );
}
.product-page .prodet-3 .item .bottom .top .txt{
  flex: 1;
  padding-left: 15px;
}
.product-page .prodet-3 .item .num{
  font-style: italic;
}
.product-page .prodet-3 .item1 .bottom img{
  width: 100%;
}
.product-page .prodet-3 .item1 .bottom .left{
  width: 75%;
}
.product-page .prodet-3 .item1 .bottom .left ul{
 margin: -10px;
 padding-right: 10px;
}
.product-page .prodet-3 .item1 .bottom .left ul li{
  padding: 10px;
}
.product-page .prodet-3 .item1 .bottom .right{
  width: 25%;
  padding-left: 10px;
}
.product-page .prodet-3 .item2 .bottom ul{
 margin: -10px;
}
.product-page .prodet-3 .item2 .bottom ul li{
  padding: 10px;
}
.product-page .prodet-3 .item2 .text{
  font-size: 22px;
}
.product-page .prodet-3 .item2 .text li{
  padding-left: 30px;
  position: relative;
}
.product-page .prodet-3 .item2 .text li::after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 12px;
}
.product-page .prodet-3 .item2 .lg_list ul{
  margin: -10px;
}
.product-page .prodet-3 .item2 .lg_list ul li{
  padding: 10px;
}
  .product-page .prodet-3 .item2 .lg_list ul li img{
    zoom: 1.9;
  }
.product-page .prodet-3 .bottom form ul{
    margin: -10px;
}
.product-page .prodet-3 .bottom form ul li {
    padding: 10px;
}
.product-page .prodet-3 .bottom form ul li input,
.product-page .prodet-3 .bottom form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-3 .bottom form ul li input:focus,
.product-page .prodet-3 .bottom form ul li textarea:focus {
    border-color: var(--color);
}
 .product-page .prodet-3 .bottom form ul li.wid-100 {
    width: 100%;
}
 .product-page .prodet-3 .bottom form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}
 .product-page .prodet-3 .bottom form ul li input[type="submit"]:hover {
    background: #222;
}
@media screen and (max-width: 1700px) {
   .product-page .prodet-3 .item2 .lg_list ul li img{
    zoom: 1.7;
  }
}
@media screen and (max-width: 1450px) {
.product-page .prodet-3 .item2 .lg_list ul li img {
    zoom: 1.45;
}
    .product-page .prodet-3 .bottom form ul li input,
    .product-page .prodet-3 .bottom form ul li textarea {
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1280px) {
  .product-page .prodet-3 .item2 .lg_list ul li img {
    zoom: 1.5;
}
}

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

  .product-page .prodet-3 .item1 .bottom .left{
    width: 100%;
  }
  .product-page .prodet-3 .item1 .bottom .left ul{
    padding-right: 0;
  }
  .product-page .prodet-3 .item1 .bottom .right{
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .product-page .prodet-3 .item2 .lg_list ul li img{
    zoom: 0.8;
  }
  .product-page .prodet-3 .item2 .text{
    font-size: 20px;
  }
  .product-page .prodet-3 .item .top{
    font-size: 18px;
  }
  .product-page .prodet-3 .item .bottom ul{
    padding: 0;
  }
   .product-page .prodet-3 .bottom form ul li{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 500px) {
  .product-page .prodet-3 .tip .txt{
    display: none;
  }
   .product-page .prodet-3 .item2 .text{
    font-size: 18px;
  }

}