@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --primary: #1c9c53;
  --color: #114183;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1675px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.Auxil-related .list ul li .box{
  padding: 30px;
}
.Auxil-related .list ul li .img-box{
  display: flex;
  justify-content: center;
}
.Auxil-related .list ul li .img-box img{
  width: 85%;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.text-right {
  text-align: left;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@-webkit-keyframes play_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
@-moz-keyframes play_rotate {
  0% {
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
@keyframes play_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
@-webkit-keyframes line_width {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes line_width {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes line_width {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes text_translate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
@-moz-keyframes text_translate {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -moz-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
@keyframes text_translate {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
.language-box .zhuyu {
  font-size: 16px;
}
.language-box .zhuyu span {
  margin: 0 8px 0 5px;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  left: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-left: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 115px;
}
#header .nav .ui.menu {
  width: 100%;
  margin-left: -35px;
}
#header .nav .ui.menu .right {
  height: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu .share-box {
  height: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu .share-box a {
  margin-right: 35px;
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .share-box a:hover {
  color: var(--primary);
}
#header .nav .ui.menu .share-box a:first-child {
  margin-right: 0;
}
#header .nav .ui.menu .share-box a i {
  font-size: 20px;
}
#header .nav .ui.menu .menu-box .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;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
#header .nav .ui.menu .menu-box .menu > li {
  margin-left: 50px;
  font-size: 18px;
  font-weight: 600;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-left: 50px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  font-weight: 600;
  color: #666;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 150%;
  right: -10px;
  width: auto;
  min-width: 180px;
  -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: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  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;
}
.more {
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 30px 0 8px;
  height: 50px;
  background-color: var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 35px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.more:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 5;
  color: white;
  background-color: white;
  color: var(--primary);
  border-radius: 50%;
  margin-right: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 15px;
  position: relative;
  z-index: 2;
}
.more.white {
  background-color: white;
  color: #666;
  padding: 0 25px 0 8px;
}
.more.white::before {
  background-color: var(--primary);
}
.more.white i {
  background-color: var(--primary);
  color: white;
  margin-right: 25px;
  margin-left: 0;
}
.more.white:hover {
  color: white;
}
.more.white:hover i {
  background-color: white;
  color: var(--color);
}
span.tag {
  font-size: 16px;
  line-height: 1;
  padding: 6px 25px;
  background-color: var(--primary);
  color: white;
  border-radius: 35px;
  display: inline-block;
  width: fit-content;
}
h2.h-title {
  font-size: 46px;
  line-height: 1.5;
  font-weight: bold;
}
h2.h-title em {
  display: contents;
  color: var(--color);
}

@keyframes banner_r {
  0% {
    -webkit-transform: translateX(-50.0%);
    -moz-transform: translateX(-50.0%);
    transform: translateX(-50.0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
    opacity: 1;
  }
}
@keyframes banner_l {
  0% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#banner {
  position: relative;
  margin-top: 115px;
}
#banner .banner-bg {
    width: 100%;
    height: 100%;
  }
  #banner .banner-bg img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    position: relative;
    z-index: -1;
    opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  }
  #banner .banner-bg img:nth-child(n + 2){
    position: absolute;
    inset: 0;
    -o-object-position: left;
    object-position: left;
  }
  #banner .banner-bg img.active{
    opacity: 1;
    z-index: 1;
  }
#banner .banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content .left {
  max-width: 560px;
}

#banner .banner-dots {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  bottom: 90px;
}
#banner .banner-dots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-dots .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 15px;
}
#banner .banner-dots .slick-dots li:last-child {
  margin-left: 0;
}
#banner .banner-dots .slick-dots li button {
  display: none;
}
#banner .banner-dots .slick-dots li.slick-active {
  background-color: var(--primary);
  width: 16px;
  height: 16px;
}
#index-body .homepage-1 .left {
  margin-top: -60px;
}
#index-body .homepage-1 .left h2 {
  font-size: 36px;
}
#index-body .homepage-1 .left ul li h4 {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
}
#index-body .homepage-1 .left ul li h4 span {
  font-size: 24px;
  line-height: 1;
}
#index-body .homepage-1 .left ul li h4 sub {
  font-weight: 500;
  font-size: 24px;
  vertical-align: top;
}
#index-body .homepage-1 .left ul li p {
  font-size: 16px;
  color: #666;
  font-weight: 600;
}
#index-body .homepage-1 .right {
  position: relative;
}
#index-body .homepage-1 .right a.play {
  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;
  width: 165px;
  height: 165px;
  position: absolute;
  left: 30px;
  top: -60px;
}
#index-body .homepage-1 .right a.play .play_text {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  -webkit-animation: play_rotate 4s linear infinite;
  -moz-animation: play_rotate 4s linear infinite;
  animation: play_rotate 4s linear infinite;
}
#index-body .homepage-2 {
  background-color: #f5f5f7;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -17px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 0 10px;
  padding-top: 20px;
}
#index-body .homepage-2 .bottom ul li .box {
  background-color: white;
  width: 100%;
  height: 420px;
  border-radius: 20px;
  padding: 40px 35px 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul li .box:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: var(--color);
  color: white;
}
#index-body .homepage-2 .bottom ul li .box:hover .bot i {
  background-color: white;
}
#index-body .homepage-2 .bottom ul li .box:hover .bot i img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .homepage-2 .bottom ul li .box:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .homepage-2 .bottom ul li .box:hover .text a.btn {
  opacity: 1;
}
#index-body .homepage-2 .bottom ul li .box:hover .text .con {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
}
#index-body .homepage-2 .bottom ul li .box .bot p {
  color: #c2c2c2;
}
#index-body .homepage-2 .bottom ul li .box .bot i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul li .box .bot i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul li .box .text {
  -webkit-transform: translateY(85px);
  -moz-transform: translateY(85px);
  -ms-transform: translateY(85px);
  transform: translateY(85px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul li .box .text a.btn {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  padding: 0 5px 0 17px;
  border-radius: 35px;
  background: #fff;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 50px;
  opacity: 0;
}
#index-body .homepage-2 .bottom ul li .box .text a.btn:hover {
  background: var(--primary);
}
#index-body .homepage-2 .bottom ul li .box .text a.btn:hover i {
  background-color: white;
  color: var(--primary);
}
#index-body .homepage-2 .bottom ul li .box .text a.btn:hover span {
  color: white;
}
#index-body .homepage-2 .bottom ul li .box .text a.btn span {
  font-size: 16px;
  color: black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul li .box .text a.btn i {
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: var(--primary);
  margin-left: 10px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 {
  background-color: #f5f5f7;
}
#index-body .homepage-3 .bottom {
  position: relative;
  z-index: 2;
}
#index-body .homepage-3 .bottom .left .page {
  font-size: 24px;
  color: var(--color);
  font-weight: bold;
  border-bottom: 2px solid var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding-bottom: 5px;
}
#index-body .homepage-3 .bottom .left .page span.current {
  font-size: 78px;
  color: #2262a2;
}
#index-body .homepage-3 .bottom .left ul {
  max-width: 530px;
}
#index-body .homepage-3 .bottom .right ul {
  margin: 0 -20px;
}
#index-body .homepage-3 .bottom .right ul li {
  padding: 0 20px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-3 .bottom .right ul li .bigImg {
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
}
#index-body .homepage-3 .bottom .right ul li .images {
  width: 145px;
  height: 525px;
}
#index-body .homepage-3 .bottom .right ul li .images ol li {
  padding: 0;
  display: block;
}
#index-body .homepage-3 .bottom .right ul li .images ol li a.img {
  display: block;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
}
#index-body .homepage-3 .pro_text {
  margin-top: -10px;
}
#index-body .homepage-4 {
  height: 890px;
  background: url('../images/app_bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-4 .content {
  height: 100%;
}
#index-body .homepage-4 .content .left {
  height: 100%;
}
#index-body .homepage-4 .content .left .box {
  max-width: 540px;
}
#index-body .homepage-4 .content .right {
  width: 52%;
  height: 100%;
}
#index-body .homepage-4 .content .right ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .homepage-4 .content .right ul li {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  height: -webkit-calc(100% / 3);
  height: -moz-calc(100% / 3);
  height: calc(100% / 3);
}
#index-body .homepage-4 .content .right ul li:nth-child(2) {
  margin-right: 33.333333333%;
}
#index-body .homepage-4 .content .right ul li:nth-child(3) {
  margin: 0 33.333333333%;
}
#index-body .homepage-4 .content .right ul li:last-child {
  margin-right: auto;
}
#index-body .homepage-4 .content .right ul li:hover .list {
  background-color: var(--color);
}
#index-body .homepage-4 .content .right ul li:hover .list p {
  color: white;
}
#index-body .homepage-4 .content .right ul li .list {
  width: 100%;
  height: 100%;
  padding: 30px 20px 30px 35px;
  background-color: rgba(25, 156, 83, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content .right ul li .list i {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
#index-body .homepage-4 .content .right ul li .list p {
  color: #acd5bf;
  font-size: 16px;
  margin-bottom: 5px;
}
#index-body .homepage-4 .content .right ul li .list h4 {
  font-size: 24px;
  font-weight: bold;
}
#index-body .homepage-5 {
  position: relative;
  background-color: #f6f6f8;
}
#index-body .homepage-5 .service_text {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .homepage-5 .left img {
  border-radius: 10px;
}
#index-body .homepage-5 .right {
  max-width: 840px;
  color: #333;
}
#index-body .homepage-5 .right ul li {
  margin-bottom: 45px;
}
#index-body .homepage-5 .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-5 .right ul li:last-child .box .dot .line {
  display: none;
}
#index-body .homepage-5 .right ul li.active .box .dot .line {
  top: 37px;
}
#index-body .homepage-5 .right ul li.active .box .dot .line span {
  -webkit-animation: line_width 5s linear forwards;
  -moz-animation: line_width 5s linear forwards;
  animation: line_width 5s linear forwards;
}
#index-body .homepage-5 .right ul li.active .box .dot i {
  -webkit-transform: translate(50.0%,-50%); scale(1);
  -moz-transform: translate(50.0%,-50%); scale(1);
  -ms-transform: translate(50.0%,-50%); scale(1);
  transform: translate(50.0%,-50%); scale(1);
}
#index-body .homepage-5 .right ul li .box {
  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;
}
#index-body .homepage-5 .right ul li .box .dot {
  width: 15px;
  height: 15px;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#index-body .homepage-5 .right ul li .box .dot::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a3a3a3;
}
#index-body .homepage-5 .right ul li .box .dot i {
  display: block;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%); scale(0);
  -moz-transform: translate(50.0%,-50%); scale(0);
  -ms-transform: translate(50.0%,-50%); scale(0);
  transform: translate(50.0%,-50%); scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .right ul li .box .dot .line {
  width: 1px;
  height: 40px;
  background-color: #dfdfe0;
  position: absolute;
  right: 50%;
  top: 25px;
  -webkit-transform: translate(50.0%,0%);
  -moz-transform: translate(50.0%,0%);
  -ms-transform: translate(50.0%,0%);
  transform: translate(50.0%,0%);
}
#index-body .homepage-5 .right ul li .box .dot .line span {
  display: block;
  width: 100%;
  height: 0;
  background-color: var(--color);
}
#index-body .homepage-5 .right ul li .box .text {
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  padding-right: 40px;
}
#index-body .homepage-5 .right ul li .box .text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
#index-body .homepage-6 .bottom ul {
  margin: 0 -15px;
}
#index-body .homepage-6 .bottom ul li {
  padding: 20px 15px 0;
}
#index-body .homepage-6 .bottom ul li .box {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 40px 33px 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-6 .bottom ul li .box:hover {
  background: var(--color);
  color: #ffffff;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
#index-body .homepage-6 .bottom ul li .box:hover .tip .time {
  color: #fff;
}
#index-body .homepage-6 .bottom ul li .box:hover .text .t1 {
  color: #ffffff;
}
#index-body .homepage-6 .bottom ul li .box:hover .tip .tp {
  background-color: #fff;
  color: var(--color);
}
#index-body .homepage-6 .bottom ul li .box .tip {
  padding-bottom: 18px;
  border-bottom: solid 1px #dddddd;
}
#index-body .homepage-6 .bottom ul li .box .tip .time {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
#index-body .homepage-6 .bottom ul li .box .tip .tp {
  height: 30px;
  background-color: #0e4e9f;
  border-radius: 15px;
  padding: 0 16px;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-6 .bottom ul li .box .tip .t1 {
  display: block;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-6 .bottom ul li .box .tip .t1:hover {
  color: var(--color);
}
#index-body .homepage-6 .bottom ul li .box .text .cont {
  font-size: 16px;
  line-height: 1.4;
}
#footer {
  background-color: #0b2953;
}
#footer .form_box {
  padding-top: 85px;
  position: relative;
}
#footer .form_box .content {
  height: 130px;
  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;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 80px;
}
#footer .form_box .content form {
  width: 62.5%;
  max-width: 800px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  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-right: 15px;
  padding-left: 5px;
}
#footer .form_box .content form input[type="text"] {
  width: 20%;
  background-color: transparent;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  outline: none;
  color: white;
  font-size: 16px;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 300;
}
#footer .form_box .content form input[name="name"]{
  border: none;
}
#footer .form_box .content form input[type="text"][name='mail'] {
  width: 28%;
}
#footer .form_box .content form input[type="text"][name='content'] {
  width: -webkit-calc(52% - 175px);
  width: -moz-calc(52% - 175px);
  width: calc(52% - 175px);
}
#footer .form_box .content form input[type="text"]::-webkit-input-placeholder {
  color: white;
}
#footer .form_box .content form input[type="submit"] {
  width: 175px;
  height: 50px;
  background-color: white;
  border-radius: 35px;
  border: none;
  font-size: 16px;
  color: var(--color);
  border: 1px solid white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .form_box .content form input[type="submit"]:hover {
  background-color: transparent;
  color: white;
}
#footer .form_box .content form button.more {
  border: none;
  padding: 0 5px 0 20px;
}
#footer .form_box .content form button.more:hover {
  background-color: var(--primary);
}
#footer .form_box .content form button.more:hover span {
  color: white;
}
#footer .form_box .content form button.more i {
  margin-right: 0;
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer .form_box .content form button.more span {
  font-size: 16px;
  color: var(--color);
  font-weight: 500;
}
#footer .content {
  position: relative;
}
#footer .content .top ul li {
  color: #fff;
}
#footer .content .top ul li:nth-child(n + 2) {
  padding-top: 35px;
}
#footer .content .top ul li .share a {
  color: white;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
}
#footer .content .top ul li .share a:last-child {
  margin-left: 0;
}
#footer .content .top ul li .share a:hover {
  background-color: var(--primary);
}
#footer .content .top ul li .share a i {
  font-size: 24px;
}
#footer .content .top ul li h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1;
}
#footer .content .top ul li.h-link span {
  font-size: 18px;
}
#footer .content .top ul li span {
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
  font-weight: 300;
}
#footer .content .top ul li span:hover {
  border-color: white;
}
#footer .content .top ul li.f-logo {
  max-width: 310px;
}
#footer .content .top ul li.f-logo #ewm canvas,
#footer .content .top ul li.f-logo #ewm img {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  border: 8px solid white;
}
#footer .content .top ul li.contact {
  max-width: 360px;
}
#footer .content .top ul li.contact .list {
  margin-bottom: 10px;
}
#footer .content .top ul li.contact .list i {
  display: block;
  width: 35px;
}
#footer .content .top ul li.contact .list p {
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  font-size: 16px;
  font-weight: 300;
}
#footer .content .bottom {
  width: 100%;
  background-color: white;
}
#footer .content .bottom span {
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .content .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#footer .content .bottom span a.copyright:hover {
  color: var(--color);
}
#footer .content .bottom span img {
  width: auto;
  height: 17px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.font-16 {
  font-size: 16px;
}
@media screen and (max-width: 1850px) {
  #header .nav .ui.menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-left: 30px;
  }
  #header .nav .ui.menu .share-box a {
    margin-right: 20px;
  }
  #header .nav .ui.menu .share-box {
    padding-left: 20px;
    margin-left: 20px;
  }
  #banner .banner-content ul li .container .img {
    max-width: 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;
  }
  #banner .banner-content ul li .container .img img {
    width: 80%;
  }
  #banner .banner-content {
    padding: 60px 0;
  }
  #index-body .homepage-1 .right {
    width: 50%;
  }
  #index-body .homepage-1 .right > img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-3 .bottom .right ul li .bigImg img {
    width: 85%;
  }
  #index-body .homepage-4 .content .right ul li .list h4 {
    font-size: 20px;
  }
  #banner .banner-content .content .right{
    max-width: 45%;
  }
  #banner .banner-content .content .left ul li h2{
    font-size: 36px;
  }
  #banner .banner-dots {
    bottom: 35px;
  }
}
@media screen and (max-width: 1450px) {
  #banner .banner-content .left {
    max-width: 45%;
  }
  #banner .banner-content .content .left ul li p{
    margin-bottom: 25px;
  }
  #index-body .homepage-1 .left ul li h4 {
    font-size: 36px;
    line-height: 1.2;
  }
  #index-body .homepage-1 .left ul li h4 {
    font-size: 36px;
    line-height: 1.2;
  }
  #index-body .homepage-3 .bottom .left {
    padding-left: 30px;
  }
  #index-body .homepage-5 .left {
    width: 50%;
    padding-left: 45px;
  }
  .language-box {
    margin-left: 0;
  }
  #header .nav .ui.menu .right a.more {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  inner-banner {
    margin-top: 60px;
  }
  #banner .banner-dots{
    display: none;
  }
  #banner .banner-dots {
    bottom: 30px;
  }
      #banner .banner-content .content .left ul li h2 {
        font-size: 24px;
    }
      #banner .banner-content .content .right {
        max-width: 40%;
    }
  #index-body .homepage-1 .left {
    padding-left: 30px;
    margin-top: -50px;
  }
  #index-body .homepage-1 .left .con {
    font-size: 14px;
  }
  #index-body .homepage-1 .left h2 {
    font-size: 30px;
  }
  #index-body .homepage-1 .left ul li p {
    font-size: 14px;
  }
  #index-body .homepage-1 .left ul li h4 span {
    font-size: 18px;
    line-height: 1;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-4 .content .left {
    width: 35%;
  }
  #index-body .homepage-4 .content .right {
    width: 65%;
  }
  #index-body .homepage-5 .right ul li .box .text h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  #index-body .homepage-5 .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .form_box .content {
    height: auto;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 30px;
  }
  #footer .form_box .content form {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
  #footer .content .top ul li.link {
    display: none;
  }
  #footer .form_box {
    padding-top: 35px;
  }
  #footer .content .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .content .bottom .container span {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .font-40,
  .font-30,
  .font-36 {
    font-size: 24px;
  }
  .font-22,
  .font-20,
  .font-24 {
    font-size: 20px;
  }
      #banner .banner-content .content .right {
        max-width: 45%;
    }
  #banner .banner-bg {
    width: 100%;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .banner-dots .slick-dots {
    display: none;
  }
  #index-body .homepage-1 .left {
    padding-left: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-1 .right {
    width: 100%;
  }
  #index-body .homepage-3 .bottom .left {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-3 .bottom .left ul {
    max-width: 100%;
  }
  #index-body .homepage-3 .bottom .right {
    width: 100%;
  }
  #index-body .homepage-4 .content .left {
    width: 100%;
    height: auto;
    padding: 45px 15px !important;
  }
  #index-body .homepage-4 .content .left .box {
    max-width: 100%;
  }
  #index-body .homepage-4 .content .right {
    width: 100%;
  }
  #index-body .homepage-4 {
    height: auto;
  }
  #index-body .homepage-4 .content .right ul li .list {
    height: 280px;
  }
  #index-body .homepage-5 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .homepage-5 .container .left {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  #index-body .homepage-5 .container .right {
    width: 100%;
  }
  span.tag {
    margin-bottom: 10px;
  }
  #footer .form_box .content form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 50px 30px;
    border-radius: 20px;
  }
  #footer .form_box .content form input[type='text'] {
    width: 100% !important;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid white !important;
    padding: 0;
    padding-bottom: 10px;
  }
  #footer .content .top ul li.contact {
    max-width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .font-40,
  .font-30,
  .font-36 {
    font-size: 20px;
  }
  #banner .banner-content .right {
    display: none;
  }
  #banner .banner-content .left {
    max-width: 100%;
    padding-bottom: 0;
  }
  #banner .banner-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    inset: 0;
    -o-object-position: left;
    object-position: left;
  }
  #banner .banner-content {
    position: relative;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: auto;
  }
  #index-body .homepage-2 .top .left {
    margin-bottom: 35px;
  }
  #index-body .homepage-2 .bottom ul {
    margin: 0 -5px;
  }
  #index-body .homepage-2 .bottom ul li {
    padding: 0 5px;
  }
  #index-body .homepage-4 .content .right ul li {
    width: 50%;
    margin: 0 !important;
  }
  #index-body .homepage-4 .content .right ul li:nth-child(2) .list,
  #index-body .homepage-4 .content .right ul li:nth-child(3) .list {
    background-color: var(--color);
  }
  #index-body .homepage-4 .content .right ul li .list p {
    color: white!important;
  }
  #index-body .homepage-6 .bottom ul {
    margin: 0 -5px;
  }
  #index-body .homepage-6 .bottom ul li {
    padding: 20px 5px 0;
  }
  #index-body .homepage-6 .bottom ul li .box {
    padding: 30px 15px;
  }
  #footer .content .top ul li.f-logo {
    max-width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content {
    padding: 30px 0;
  }
  #footer .form_box .content {
    padding: 30px 15px;
  }
  #footer .content .top ul li {
    max-width: 100% !important;
  }
  #footer .form_box .content form {
    padding: 30px 15px;
  }
  #index-body .homepage-3 .bottom .right ul li .images {
    display: none;
  }
  #index-body .homepage-3 .bottom .right ul li .bigImg {
    width: 100%;
    padding: 30px;
  }
  #index-body .homepage-3 .bottom .right ul li .bigImg img {
    width: 100%;
  }
  h2.h-title {
    font-size: 26px;
    line-height: 1.4;
  }
  #index-body .homepage-3 .top .left {
    margin-bottom: 15px;
  }
  #index-body .homepage-1 .right a.play {
    zoom: 0.6;
  }
  #index-body .homepage-1 .left ul li {
    margin: 10px 0;
  }
  #index-body .homepage-1 .left h2 {
    font-size: 24px;
  }
  .pt-200 {
    padding-top: 60px;
  }
}








.inner-banner {
  position: relative;
  margin-top: 115px;
      background-color: #ffffff;
}
.inner-banner .bg {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  /*inset: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);*/
  height: 300px;
}
.inner-banner .content {
  padding: 6% 15px 10%;
  text-transform: uppercase;
    text-align: center;
}
.inner-banner .content h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.inner-banner .content p {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
}

.inner-page h2.h-title {
  font-size: 36px;
}


.about-page .about-1 h2.h-title::after {
  width: 25%;
}
.about-page .about-1 .left ul li:last-child .box {
  background-color: #30408d;
}
.about-page .about-1 .left ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #30408d;
  height: 240px;
  padding: 0 50px;
  transition: 0.5s;
}
.about-page .about-1 .left ul li:hover .box {
    background-color: var(--color);
}
.about-page .about-1 .left ul li .box h4 span {
  display: inline-block;
  font-size: 24px;
  padding-right: 10px;
}
.about-page .about-1 .left ul li .box p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-1 .img {
  height: -webkit-fill-available;
}
.about-page .about-1 .img a.play {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 125px;
  height: 125px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}
.about-page .about-1 .img a.play::after {
  content: '';
  display: block;
  width: 165px;
  height: 165px;
  background: url('../images/play_text.png') no-repeat;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  z-index: 1;
  -webkit-animation: play_rotate 15s linear infinite;
  -moz-animation: play_rotate 15s linear infinite;
  animation: play_rotate 15s linear infinite;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 ul {
  margin: 25px -15px 0;
}
.about-page .about-2 ul .slick-current li,
.about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
  /*padding: 80px 15px 0;*/
}
.about-page .about-2 ul li {
  padding: 0 5px 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .box {
  background-color: #1d9d54;
  height: 470px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
}
.about-page .about-2 ul li .box:hover {
  background-color: var(--color);
}
.about-page .about-2 ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 ul li .box:hover h3 {
  opacity: 1;
}
.about-page .about-2 ul li .box:hover .text .con {
  height: 90px;
  opacity: 1;
}
.about-page .about-2 ul li .box .icon img {
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;*/
}
.about-page .about-2 ul li .box h3 {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.about-page .about-2 ul li .box .text .num {
  color: rgba(255, 255, 255, 0.2);
}
.about-page .about-2 ul li .box .text .con {
  max-height: 90px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-left: 10px;
  color: #fff;
}
.about-page .about-3 .left img {
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
}
.about-page .about-3 .left .text {
  width: 115px;
  background-color: var(--color);
}
.about-page .about-3 .left .text img {
  width: 48px;
}
.about-page .about-3 .right ul li:last-child .text {
  padding-bottom: 0;
}
.about-page .about-3 .right ul li h4 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 i {
  width: 30px;
  display: inline-block;
}
.about-page .about-3 .right ul li .text {
  padding-bottom: 10px;
}
.partner-page ul li .box{
  padding: 15px;
  display: flex;
  align-items: center;
  height: 120px;
  justify-content: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.about-page .about-4 {
  background: url('/sfdar-machine/2026/07/15/about6.jpg?imageView2/2/format/webp/q/100') no-repeat;
  background-size: cover;
}
.about-page .about-4 a.more{
  margin-top: 45px;
}
.about-page .about-4 ul{
  margin: -15px;
}
.about-page .about-4 ul li{
  padding: 15px;
}
.about-page .about-4 ul li .box{
  padding: 15px;
  display: flex;
  align-items: center;
  height: 120px;
  justify-content: center;
  border-radius: 10px;
  background-color: white;
}
@media screen and (max-width: 1700px) {
  .inner-page h2.h-title {
    font-size: 44px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 26px;
  }
  .about-page .about-3 .left .text img {
    height: 90%;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page h2.h-title {
    font-size: 40px;
  }
  .inner-page h2.h-title::after {
    top: 35px;
  }
  .about-page .about-1 .left {
    padding-left: 25px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .bg{
    height: 100%;
  }
  .about-page .about-2 ul li .box {
    height: 360px;
  }
  .about-page .about-1 .left ul li .box {
    height: 170px;
    padding: 0 25px;
  }
  .inner-banner .content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h2.h-title {
    font-size: 30px;
  }
  .Auxil-industry{
    display: none!important;
  }
  .jhbaileybridge{
    display: none!important;
  }
  .about-page .about-1 .left {
    padding-left: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .about-page .about-1 .img {
    height: auto;
    width: 100%;
  }
  .about-page .about-1 .img a.play {
    right: 50%;
  }
  .about-page .about-1 .left ul li .box {
    padding: 0 50px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .content h2 {
    font-size: 24px;
  }
  .inner-page h2.h-title {
    font-size: 24px;
  }
  .about-page .about-3 .right ul {
    margin-top: 30px;
  }
  .about-page .about-4 .text p {
    width: 100%;
  }
  .about-page .about-1 .left .text {
    margin-bottom: 30px;
  }
  .about-page .about-1 .left ul {
    margin: -10px;
  }
  .about-page .about-1 .left ul li {
    padding: 10px;
    width: 50%;
    margin: 0;
  }
  .about-page .about-2 ul {
    margin: 35px -15px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .right ul li h4 {
    font-size: 18px;
  }
  .about-page .about-2 ul li .box {
    height: 300px;
  }
  .about-page .about-2 ul li .box h4 {
    font-size: 20px;
  }
  .about-page .about-2 ul .slick-current li,
  .about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
    padding: 0 15px;
  }
  .about-page .about-2 ul li {
    padding: 0 15px;
  }
  .about-page .about-1 .left ul li {
    width: 100%;
  }
}


.about-1 .left .lh-6{
  overflow-y: auto;
  height: 400px;
}



.about-page .about-5 {
  background-color: #f4f5f9;
}

.about-page .about-5 .list {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 20% 2.5%;
}

.about-page .about-5 .list ul li {
  padding-top: 150px;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li .box {
  transform-origin: bottom;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li.swiper-slide {
  opacity: 0;
}

.about-page .about-5 .list ul li.swiper-slide-prev .box {
  transform: scale(1.2) translateX(-20px);
}

.about-page .about-5 .list ul li.swiper-slide-next {
  z-index: 9;
}

.about-page .about-5 .list ul li.swiper-slide-next .box {
  transform: scale(1.2) translateX(20px);
}

.about-page .about-5 .list ul li.swiper-slide-active {
  z-index: 10;
}

.about-page .about-5 .list ul li.swiper-slide-active .box {
  transform: scale(1.4);
}

.about-page .about-5 .list .zdy-switch>div {
  position: absolute;
  background-color: #FFFFFF;
  width:50px;
  height: 50px;
  border-radius: 50%;
  color: #9a9a9a;
}
.about-page .about-5 .list .zdy-switch .swiper-button-next:after, 
.about-page .about-5 .list .zdy-switch .swiper-button-prev:after{
  font-size: 20px;
}
.about-page .about-5 .list .zdy-switch>div:hover {
  background-color: var(--color);
  color: white;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
  right: 13%;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-next {
  left: 13%;
}

@media (max-width: 1450px) {
  .about-page .about-5 .list {
      padding: 0 10% 2.5%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
      right: 2%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
      left: 2%;
  }
}

@media (max-width: 1250px) {

  .about-page .about-5 .list {
      padding: 0 0 2.5%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
      right: -9%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
      left: -9%;
  }

  .about-page .about-5 .list ul li.swiper-slide-prev .box {
      transform: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-next .box {
      transform: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-active .box {
      transform: scale(1.2);
  }

  .about-page .about-5 .list ul li {
      padding-top: 70px;
  }
}
@media (max-width: 700px) {

  .about-page .about-5 .list {
      background-image: none !important;
  }

  .about-page .about-5 .list .zdy-switch {
      display: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-active .box {
      transform: none;
  }

  .about-page .about-5 .list ul li {
      padding-top: 0;
  }
}


.history-page{
 background-color: #f7f7f7;
}
.history-page .left {
  width: 36%;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
 
}

.history-page .left .h-title{
color: #151515;
}

.history-page .left .lh-6{
color: #666;
}

.history-page .left .dots p {
  margin-top: .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;
  color:#666;
}
.history-page .left .dots p:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-left: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.history-page .left span.h6 {
  font-style: italic;
  color:#666;
}
.history-page .right {
  width: 57%;
}
.history-page .right .list ul li {
  position: relative;
}
.history-page .right .list ul li:before,
.history-page .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  right: 25px;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.history-page .right .list ul li:first-child {
  padding-top: 0;
}
.history-page .right .list ul li:last-child {
  padding-bottom: 0;
}
.history-page .right .list ul li i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 2.33333333em;
  font-size:18px; 
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.history-page .right .list ul li:hover i{
  background-color: var(--color);
}
.history-page .right .list ul li:hover .content{
  background-color: var(--color);
}
.history-page .right .list ul li:hover .content .area .text,
.history-page .right .list ul li:hover .content .area span.h6,
.history-page .right .list ul li:hover i{
  color: white;
}
.history-page .right .list ul li .content {
  width: 100%;
  background-color: #f3f3f3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      border-radius: 10px;
}
.history-page .right .list ul li .content .area {
  padding: 3% 4%;
}
.history-page .right .list ul li .content .area .text {
  max-height: 140px;
  overflow-y: auto;
  padding-left: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #666;
}

.history-page .right .list ul li .content .area span.h6 {
  line-height: 1.4;
  color: #114183;
}


.history-page .right .list ul li .content .area span.h6 em {
  line-height: .8;
  margin-left: .3em;
}
.history-page .right .list ul li .content .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li.active:after {
  height: 100%;
}
.history-page .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}

@media screen and (max-width: 1000px) {
  .history-page .left {
    position: static;
    width: 100%;
  }
  .history-page .right .list ul li .content .area .text{
    overflow-y: unset;
  }
  .history-page .right{
    width: 100%;
    margin-top: 60px;
  }
  .history-page .right .list ul li .content .area {
    padding: 5% !important;
  }
  .history-page .right .list ul li .content .img {
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  .history-page .right .list ul li i {
    margin-left: 1em;
  }
  .history-page .right .list ul li .content .area .text {
    max-height: none;
  }
}




.m-page {
    margin: 60px 0 } .m-page>div { 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
}

.m-page>div span,
.m-page>div a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    background-color: #1a1a1a;
    margin: 0 10px;
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 16px;
    font-weight: 600;
        border-radius: 35px;
}

.m-page>div span:hover,
.m-page>div a:hover {
    background-clip: var(--color);
    color: white
}

.m-page>div span {
    background: var(--color)
}

.customized-page .customized-1 h2.h-title::after {
  width: 18%;
}
.customized-page .customized-1 .left {
  background-color: var(--color);
}
.customized-page .customized-1 .left .text{
  color: #fff;
}
.customized-page .customized-1 .img {
  height: -webkit-fill-available;
}
.customized-page .customized-1 .content {
  position: relative;
}
.customized-page .customized-1 .content::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  display: block;
  background-color: #f7f7f7;
}
.customized-page .customized-2 {
  background-color: #f7f7f7;
}
.customized-page .customized-2 .img {
  height: -webkit-fill-available;
}
.customized-page .customized-2 .text ul li {
  color: white;
  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;
  margin-bottom: 15px;
}
.customized-page .customized-2 .text ul li:last-child {
  margin-bottom: 0;
}
.customized-page .customized-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}
.customized-page .customized-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}
.customized-page .customized-3 {
  background-color: #1a1a1a;
}
.customized-page .customized-3 .content ul {
  margin: 0 -27px;
}
.customized-page .customized-3 .content ul li {
  padding: 40px 27px;
}
.customized-page .customized-3 .content ul li .box {
  padding: 50px 25px 0;
  background-color: #000;
  height: 470px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box:hover {
  background-color: var(--color);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.customized-page .customized-3 .content ul li .box:hover .num {
  background-color: white;
  color: var(--color);
}
.customized-page .customized-3 .content ul li .box:hover .line {
  opacity: 0.6;
}
.customized-page .customized-3 .content ul li .box:hover .icon .i1 {
  opacity: 0;
}
.customized-page .customized-3 .content ul li .box:hover .icon .i2 {
  opacity: 1;
}
.customized-page .customized-3 .content ul li .box .icon {
  position: absolute;
  right: 50%;
  bottom: 30px;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
.customized-page .customized-3 .content ul li .box .icon .i1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .icon .i2 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .num {
  width: 85px;
  height: 85px;
  background-color: var(--color);
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .line {
  width: 1px;
  height: 45px;
  background-color: white;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .bottom {
  position: relative;
  height: 50px;
  width: 100%;
}
.customized-page .customized-3 .bottom::after {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.customized-page .customized-3 .bottom ul {
  width: 100%;
  position: relative;
  z-index: 2;
}
.customized-page .customized-3 .bottom ul .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  position: relative;
  color: transparent;
  overflow: hidden;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.customized-page .customized-3 .bottom ul .slick-arrow::before {
  content: "\e76b";
  font-family: "iconfont";
  font-size: 20px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  color: white;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-prev {
  right: 0;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-next {
  left: 0;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-next::before {
  content: "\e769";
}
.customized-page .customized-3 .bottom ul .slick-current li i {
  background-color: rgba(36, 79, 150, 0.4);
}
.customized-page .customized-3 .bottom ul .slick-current li i::before {
  background-color: var(--color);
}
.customized-page .customized-3 .bottom ul li i {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .bottom ul li i::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9a9a9a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.customized-page .customized-4 .content{
  background: url('/jhlqptgc/2026/02/27/process6.jpg?imageView2/2/format/webp/q/100') no-repeat;
  /*background-size: cover;*/
}
@media screen and (max-width: 1700px) {
  .customized-2 .img {
    width: 50%;
  }
  .customized-2 .text {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .customized-page .customized-1 .left {
    padding: 45px;
  }
  .customized-page .customized-2 .text ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .customized-page .customized-3 .content ul {
    margin: 0 -10px;
  }
  .customized-page .customized-3 .content ul li {
    padding: 40px 10px;
  }
  .customized-page .customized-1 .left {
    width: 100%;
    padding: 30px;
  }
  .customized-page .customized-1 .img {
    width: 100%;
  }
  .customized-2 .text {
    width: 100%;
    margin-top: 45px;
    padding-right: 0;
  }
  .customized-2 .img {
    width: 100%;
  }
}



.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 {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 10px 25px 13px 0;
    font-size: 16px;
    line-height: 30px;
    color: black;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::placeholder {
    color: rgba(0,0,0,.4)
}

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

.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: rgba(0,0,0,.4)
}

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

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


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

.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 { width: 100% } .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: #fff;
    margin-top: 7px
}

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

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

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

.contact-page .contact-1 .right .list ul li:nth-child(1) i {
    font-size: 29px
}

.contact-page .contact-1 .right .list ul li:nth-child(2) i {
    font-size: 20px
}

.contact-page .contact-1 .right .list ul li:nth-child(3) i {
    font-size: 24px
}
.contact-page .contact-1 .right .tit-semi {
    color: #151515;
}

.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    padding-right: 10px;
    color: #666;
}


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

.contact-page .contact-2 {
    padding-top: 120px
}

.contact-page .contact-2 #mapContainer {
    height: 520px
}

.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: rgba(0,0,0,.4)
}

.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: rgba(0,0,0,.4)
}

.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: rgba(0,0,0,.4)
}

.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: rgba(0,0,0,.4)
}

@media (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65% } } @media (max-width: 1000px) { .contact-page { padding-top:30px } .contact-page .contact-1 .left { width: 100% } .contact-page .contact-1 .right { width: 100%;
        padding: 30px 0 0 } .contact-page .contact-2 { padding-top: 60px } .contact-page .contact-2 #mapContainer { height: 360px } } @media (max-width: 500px) { .contact-page .contact-1 .left form ul li p { display: block } .contact-page .contact-1 .left form ul { margin-bottom: -20px } .contact-page .contact-1 .left form ul li { padding-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 36px } .contact-page .contact-1 .right p { font-size: 16px;
        line-height: 30px
    }

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

    .contact-page .contact-2 #mapContainer {
        height: 260px
    }
}




.product-yd-page .catebox ul.catelist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    position: relative;
    transition: .3s all
}
/*.product-yd-page .catebox ul.catelist li:last-child,
.product-page .nav-1 ul.navlist li:last-child{
  display: none;
}*/
.product-yd-page .catebox ul.catelist li .text {
    padding: 20px 105px 20px 55px;
    color: white;
}

.product-yd-page .catebox ul.catelist li .text .top {
    position: relative
}

.product-yd-page .catebox ul.catelist li .text p {
    max-height: 96px;
    /*overflow-y: auto*/
    color: #151515;
}
.product-yd-page .catebox ul.catelist li:hover .text .title,
.product-yd-page .catebox ul.catelist li:hover .text p{
  color: white;
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 {
    position: absolute;
    left: 0;
    width: 75px;
    height: 75px;
    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;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    right: 0;
    top: 0;
    animation: xz 5s linear infinite
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
    width: 89px;
    height: 89px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: var(--color);
}

.product-yd-page .catebox ul.catelist li .text .title {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 480px;
    padding-left: 90px;
    color: #151515;
}

.product-yd-page .catebox ul.catelist li img.dec {
    position: absolute;
    bottom: 0;
    left: 0;
    filter: brightness(.2);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover {
    background: var(--color);
    color: white;
}
.product-yd-page .catebox ul.catelist li:hover .text{
  color: white;
}

.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
    left: auto;
    left: 0
}

.product-yd-page .catebox ul.catelist li:hover img.dec {
    filter: brightness(1);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover .left {
    float: left } .product-yd-page .catebox ul.catelist li:hover .text { float: right;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
    border-color: #fff;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
    background: white;
    color: var(--color);
}
.product-page{
  color: black;
}
.product-page .tit i {
    font-size: 18px;
    margin-right: 20px;
}

.product-page .nav-1 .ui.container {
    /*padding-top: 80px;*/
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb
}

.product-page .nav-1 ul.navlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.product-page .nav-1 ul.navlist li{
  margin-left: 15px;
}
.product-page .nav-1 ul.navlist li:last-child{
  margin-left: 0;
}
.product-page .nav-1 ul.navlist li a {
    padding: 15px 34px;
    color: #666;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 16px;
    background: #FFFFFF;
    align-items: center;
}
.product-page .nav-1 ul.navlist li a i{
  width: 70px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.product-page .nav-1 ul.navlist li a h4{
    font-size: 16px;
    width: calc(100% - 70px);
    line-height: 1.4;
}
.product-page .nav-1 ul.navlist li.active a,
.product-page .nav-1 ul.navlist li:hover a {
    background: var(--color);
    color: #fff
}
.product-page .nav-1 ul.navlist li.active a i,
.product-page .nav-1 ul.navlist li:hover a i{
    filter: brightness(0) invert(1);
}
.product-page .nav-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
}

.product-page .nav-2 .ui.container .tit {
    display: inline-block;
    margin-right: 40px } .product-page .nav-2 .ui.container .pro-search-box form { position: relative;
    height: 38px;
    width: 325px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px 0 25px;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=submit] {
    width: 26px;
    height: 26px;
    background: url(../images/icon-search-black.png) center center no-repeat;
    border: none;
    position: absolute;
    right: 8px;
    top: 6px;
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=text] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: black;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background: 0 0;
}

.product-page .productbox {
    padding-bottom: 50px
}
.product-page .productbox .product-content .text{
  overflow-y: auto;
  max-height: 240px;
  padding-left: 30px;
  color: #666;
}
.product-page .productbox ul.list li {
    padding: 10px;
    margin-bottom: 80px
}

.product-page .productbox ul.list li .item {
    height: 525px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    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;
    position: relative
}

.product-page .productbox ul.list li .item img.logo {
    position: absolute;
    width: 114px;
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    top: 20px;
    left: 15px
}

h1.wanh1 {
  font-size: 24px;
  padding: 20px 0;
  color: black;
  font-weight: 600;
}
.product-page .productbox ul.list li .item .pname {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    position: absolute;
    bottom: 25px;
    line-height: 1.8;
    text-align: right;
    width: 100%;
    right: 0;
    padding: 0 20px } .product-page .productbox ul.list.system-application-scheme li .item { padding-top: 60px;
    height: auto!important;
    padding-bottom: 120px
}

.product-page .productbox ul.list.system-application-scheme li .item .pname {
    max-height: 120px;
    overflow-y: auto
}

.product-page .productbox ul.list li .item:hover {
    background: var(--color);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-page .productbox ul.list li .item:hover img.logo {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.product-page .productbox ul.list li .item:hover .pname {
    color: #fff
}


.leadbox {
    /*padding: 80px 0*/
}

.leadbox .main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px } .leadbox .main .bag { padding: 10px } .leadbox .main .cateitem { padding: 40px 20px;
    background: #f5f5f5;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.leadbox .main .cateitem::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--color) 0%, #bae5ff 100%);
  position: absolute;
  inset:0;
  opacity: 0;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
}
.leadbox .main .cateitem:hover{
  background-color: transparent;
}
.leadbox .main .cateitem:hover .left{
  transform: translateY(70%);
}
.leadbox .main .cateitem:hover .right{
  transform: translateY(-160%);
  margin-top: 0;
}
.leadbox .main .cateitem:hover::before{
  opacity: 1;
}
.leadbox .main .cateitem:hover .right .h5{
  color: white;
}
.leadbox .main .cateitem .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    position: relative;
    z-index: 1;
}

.leadbox .main .cateitem .right ul li {
    margin-top: 10px;
    margin-bottom: 0
}
.leadbox .main .cateitem .right .h5 {
    color: #1a1a1a;
    text-align: center;
}
.leadbox .main .cateitem .left{
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    position: relative;
    z-index: 2;
}
.leadbox .main .cateitem .left .h4 {
    text-align: center;
    font-weight: 600
}

.leadbox .main .cateitem .h4,.leadbox .main .cateitem .h5 {
    color: inherit
}

.leadbox .main .cateitem .h4 a,.leadbox .main .cateitem .h5 a {
    transition: .3s all
}

.leadbox .main .cateitem .h4 a:hover,.leadbox .main .cateitem .h5 a:hover {
    transition: .3s all;
    text-decoration: underline
}


.seoPublic>div:nth-child(odd) {
    background: #f7f7f7;
}
.seoPublic .title{
  margin-bottom: 35px;
}
#cp-Nav .nav ul{
  color: black;
}
@media screen and (max-width: 1250px) {
  .product-yd-page .catebox ul.catelist li .text {
      padding: 20px;
  }
  .product-yd-page .catebox ul.catelist li .img{
    padding: 30px;
  }
  .leadbox .main .bag.column{
    width: 33.3333333%;
  }
}
@media screen and (max-width: 1000px) {
  .leadbox .main .cateitem .left{
    width: 100%;
    margin-bottom: 20px;
  }
  .leadbox .main .cateitem .right{
    width: 100%;
  } 
  .product-page .nav-1,
  .product-page .nav-2{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .left{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .right{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist{
    display: flex;
    flex-wrap: wrap;
  }
  .product-yd-page .catebox ul.catelist li{
    width: calc((100% - 10px)/2);
    margin: 0 0 10px 10px;
  } 
  .product-yd-page .catebox ul.catelist li:nth-child(2n){
    flex-direction: column-reverse;
    margin-left: 0;
  } 
  .product-yd-page .catebox ul.catelist li .text {
    width: 100%;
  }
  .leadbox .main .cateitem {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul.catelist li .text .top a.more7{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }
  .leadbox .main .bag.column{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .catebox ul.catelist li {
    width: 100%;
    margin: 0;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .leadbox .main .bag.column{
    width: 100%;
  }

}



.news-page .news-1 {
    padding: 0 0 0px;

}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content .tags{
  width: fit-content;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background: #ffffff right bottom;
}
/*.news-page .news-1 .list ul li .content::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
 background: var(--color);
 position: absolute;
 left: 0;
 top: 0;
 z-index: -1;
 transform: translateY(110%);
 transition: .5s;
}*/
.news-page .news-1 .list ul li .content:hover{
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  color: #ffffff;
}
.news-page .news-1 .list ul li .content:hover .tags{
  color: #ffffff;
  border: solid 1px #ffffff;
}
.news-page .news-1 .list ul li .content:hover a.link img{
  filter: brightness(1);
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}
.news-page .news-1 .list ul li .content a.link:hover{
  color: #ffffff;
}
.news-page .news-1 .list ul li .content a.link:before{
  background: #ffffff;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page .Auxil-related .box{
  background: #f7f7f7;
  border-radius: 15px;
}
.newdet-page .Auxil-related .box .content{
  padding: 0 20px 20px;
  text-align: center;
}
.newdet-page {
    padding: 20px 0;
        background-color: #ffffff;
}

.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 30px;
    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-right: 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-left: .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-right: 20px;
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-right: 4%;
    padding-left: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-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;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-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;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(-135deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(-135deg, var(--color), var(--color2));   
     background-image: linear-gradient(10deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-right: 5%;
}
.inner-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;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-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;
}
.inner-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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
     background-image: -webkit-linear-gradient(-135deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(-135deg, var(--color), var(--color2));   
    background-image: linear-gradient(10deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 100%;
    padding-right: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 0%;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-right: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
}
.inner-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.inner-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);
}
.inner-page .slideBarBox .sider-left .category .catelist {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a {
  padding-right: 25px;
  padding-left: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a:hover,
.inner-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);*/
}

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

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

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

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

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

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


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

.inner-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);
}
.inner-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.inner-page .slideBarBox .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-right: 25px;
  padding-left: 115px;
  border-radius: 30px;
}
.inner-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  left: 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(right, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(right, #92c35d, #73ad53);
  background-image: linear-gradient(to left, #92c35d, #73ad53);
}
.inner-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);
}
.inner-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}
.inner-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);
}
.inner-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.inner-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;
}
.inner-page .slideBarBox .sider-left  .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.inner-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;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel img {
    margin-left: 2rem;
}
.inner-page .slideBarBox .sider-left .sidebar-info{
  display: none;
}
.inner-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) {
.inner-page .slideBarBox .sider-left  .sidebar-info .icon a{
    margin: 0 20px } } @media screen and (max-width: 1000px) { .inner-page .slideBarBox .sider-left { display: none } .inner-page .slideBarBox .slideBarRight{ padding-left: 0 } .inner-page .slideBarBox .slideBarRight{ width: 100% } } .inner-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;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-right: 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;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.inner-page a.btn {
  font-size: 15px;
    line-height: 60px;
    height: 60px;
    padding: 0 60px;
  display: inline-block;
  font-weight: 500;
  color: white;
      border-radius: 30px;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}*/
@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1,
    .gallery-page, 
    .product-page{
        padding: 20px 0;
    }
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
  
}
@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
     
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    

    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
    
    
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-right: 2%;
    }
  
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
     .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
  
}
@media screen and (max-width: 1000px) {
     
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-right: 0;
    }
   
   
}
@media screen and (max-width: 700px) {
     
    
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 22px;
        line-height: 1.6;
    }
    
   
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
    
}

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







.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
    font-family: 'Hemihead';
    /*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;
  right: 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;
  right: inherit;
  left: 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;
  right: 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;
  right: inherit;
  left: 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;
  left: 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 {
  right: 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;
  right: 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;
    font-family: 'Hemihead';
    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 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

}
.product-page .pro_init_1 .container .left .smallImg ul {
    /*margin: -10px;*/
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    /*border: 1px solid #dcdcdc;*/
    /*padding: 10px;*/
        BACKGROUND: #f8f8f8;
        border-radius: 15px;
}
.product-page .pro_init_1 .container .left .bigImg {
   width: 76%;
    display: inline-block;
    padding: 10px;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg ul{
 /*border: 1px solid #dcdcdc;*/
 
}
.product-page .pro_init_1 .container .left .bigImg img{
   BACKGROUND: #f8f8f8;
    padding: 40px;
        border-radius: 15px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    content:"\e76e";
    font-family: 'iconfont';
    font-size: 20px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    content:"\e76f";
    font-family: 'iconfont';
    font-size: 20px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover:after {
  color: white;
}
.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

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

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-left: 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;
    right: 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: 16px;
    line-height: 40px;
}
.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;
    font-family: 'Hemihead';
    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 .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: right;
}
.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-right: 40px;
    padding-left: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

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

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

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 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-left: 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-right: 25px;
        padding-left: 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 .container .left .bigImg .slick-arrow.slick-prev{
      right: 0;
    }
    .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next{
      left: 0;
    }
    .product-page .pro_init_1 .container .left .smallImg ul li a img{
      padding: 5px;
          BACKGROUND: #f6f8ff;
    }
    .product-page .pro_init_1 .container .left .bigImg{
      padding: 5px;
    }
}

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

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

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

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

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

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

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

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

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

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

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .model{
  font-size: 18px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  /*max-height: 300px;
  overflow: auto;
  padding-right: 10px;*/
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-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-left: 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-right: 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;
  right: 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-right: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  right: 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-right: 25px;
  padding-left: 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;
  left: 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
}
.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;
  right: 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-right: 25px;
  padding-left: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  left: 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(right, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(right, #92c35d, #73ad53);
  background-image: linear-gradient(to left, #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: #eeeeee;
  transition: .5s;
  height: 100%;
}
.product_list ul li .box {
  display: flex;
  flex-direction: column;
    border-radius: 15px;
}
.product_list ul li .box .txt{
  transition: .5s;
}
.product_list ul li .box .img{
  transition: .5s
}
.product_list ul li .box:hover{
  color: #ffffff;
  background: linear-gradient(to bottom,var(--color) 4%, #fff 90%)
}

.product_list ul li .box:hover .txt .more{
  opacity: 1;
}
.product_list ul li .box:hover .txt{
  transform: translateY(-180%);
}
.product_list ul li .box:hover .img{
  transform: translateY(60%);
}
.product_list ul li .box .txt{
  padding: 0px 20px 0;
}
.product_list ul li .box .txt h3{
  margin-bottom: 0px;
}
.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;
  right: 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: 1700px) {
.product_list ul li .box:hover .txt{
  transform: translateY(-135%);
}
.product_list ul li .box:hover .img{
  transform: translateY(90%);
}
}
@media screen and (max-width: 1450px){
  .product_list ul{
    grid-template-columns: repeat(2, 1fr);
  }
  .product_list ul li .box:hover .txt{
  transform: translateY(-200%);
}
.product_list ul li .box:hover .img{
  transform: translateY(60%);
}
}
@media screen and (max-width: 1250px) {
.product_list ul li .box:hover .txt{
  transform: translateY(-150%);
}
.product_list ul li .box:hover .img{
  transform: translateY(70%);
}
.sider-box .sider-left h2{
  font-size: 19px;
}
}
@media screen and (max-width: 1000px) {
  .product_list ul li .box:hover .txt{
  transform: translateY(0);
}
.product_list ul li .box:hover .img{
  transform: translateY(0);
}
  .product_list ul li .box .txt{
  transform: translateY(0);
  order: -1;
}
.product_list ul li .box .img{
  transform: translateY(0);
}
.product_list ul li .box{
  color: #ffffff;
  background: linear-gradient(to bottom,var(--color) 20%, rgba(38, 76, 157, 0) 60%)
}

.product_list ul li .box .txt .more{
  opacity: 1;
}
}
@media screen and (max-width: 700px){
   .product_list ul li .box .txt{
  padding: 10px 15px 0;
}
.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%;
  left: 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 {
  right: 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 {
    left: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    right: 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-left: 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 .container .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 .container .left {
    width: 100%;
  }

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

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

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

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

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

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
  .product-page .pro_init_1 .container .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 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--primary);
  font-size: 30px;
  font-family: 'RM';
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-right: 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;
  left: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 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;
    font-family: 'Hemihead';
    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-left: 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-right: 20px;
    padding-left: 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
  }*/
}
.gallery-1 ul{
  margin: -15px;
}
.gallery-1 ul li{
  padding: 15px;
}

.project-page{
  padding: 0 0 100;
}
.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li .t1:hover{
  color: var(--color);
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}
.jectdet-page .sidebar-box .content .category a {
    padding: 0 5px;
    margin-right: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.jectdet-page .sidebar-box .content  .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.jectdet-page .sidebar-box .content .left img{
  border-radius: 20px;
}
.jectdet-page .sidebar-box .content .right .cont{
  height: 280px;
  overflow-y: auto
}
@media screen and (max-width: 1000px){
  .jectdet-page .sidebar-box .content .right .cont{
    height: 200px;
  }
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
    }

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

    
.applicaation-page ul li {
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
}
.applicaation-page ul li:nth-child(even){
  flex-direction: row-reverse;
}
.applicaation-page ul li .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  height: -webkit-fill-available;
  overflow: hidden;
  border-radius: 10px;
}
.applicaation-page ul li .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicaation-page ul li .right {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 60px 45px;
}
.applicaation-page ul li .right .title {
  position: relative;
  padding-left: 90px;
}
.applicaation-page ul li .right .title .more7 {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  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;
  border-radius: 100%;
  top: -7px;
  font-weight: 400;
  transition: all 0.5s;
}
.applicaation-page ul li .right .title .more7:hover {
  transform: scale(1.1);
}
.applicaation-page ul li .right .title .more7::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #dbdbdb;
  border-radius: 100%;
  right: 0;
  top: 0;
  transition: all 0.5s;
  animation: xz 5s linear infinite;
}
@keyframes xz {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.applicaation-page ul li .right .title .more7 em {
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  background: #dbdbdb;
  transition: all 0.5s;
}
.applicaation-page ul li .right .des {
  margin-top: 30px;
  font-weight: 400;
}
.applicaation-page ul li:hover {
  background-color: var(--color);
  color: #fff;
}
.applicaation-page ul li:hover .title .more7::before {
  border: 2px dashed #fff;
}
.applicaation-page ul li:hover .title .more7 em {
  background: #fff;
  color: #000;
}
@media (max-width: 1000px) {
  .applicaation-page ul li {
    margin-top: 10px;
  }
  .applicaation-page ul li .left {
    width: 100%;
  }
  .applicaation-page ul li .right {
    width: 100%;
    padding: 10px;
  }
  .applicaation-page ul li:nth-child(2n) .left {
    right: 0;
  }
  .applicaation-page ul li:nth-child(2n) .right {
    right: 0;
  }
}
@media (max-width: 500px) {
  .applicaation-page ul li .right .des {
    margin-top: 16px;
  }
  .applicaation-page ul li .right .title .more7 {
    width: 50px;
    height: 50px;
  }
  .applicaation-page ul li .right .title {
    padding-left: 60px;
  }
  .applicaation-page ul li .right .title .more7 em {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}