@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot") format("eot"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot") format("eot"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot") format("eot"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot") format("eot"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #264c9d;
  font-weight: 500;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}
.container {
  padding: 0 15px;
  max-width: 1670px;
  margin: auto;
  width: 100%;
}
.seoPublic .title{
  font-size: 46px;
}
.more {
  border-radius: 23px;
  display: inline-flex;
  align-items: center;
  padding: 4px 30px 4px 5px;
  height: 46px;
  font-size: 16px;
  background-color: var(--color);
  border: solid 1px var(--color);
  position: relative;
  cursor: pointer;
  color: #ffffff;
  transition: 0.5s;
}
.more img {
  width: 20px;
  height: 14px;
  position: relative;
  z-index: 1;
  margin-left: 7px;
}
.more span {
  margin-left: 25px;
  position: relative;
  z-index: 3;
}
.more::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 23px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.more:hover {
  color: #333333;
}
.more:hover::after {
  width: calc(calc(100%) - 8px);
  height: 37px;
}
.more.m1 {
  background: #ffffff;
  border: solid 1px #ffffff;
  color: var(--color);
}
.more.m1::after {
  background-color: var(--color);
}
.more.m1:hover {
  color: #ffffff;
}
.mobile-menu-wrap01 .mobile-menu .menu-header .logo img{
  filter: brightness(0) invert(1);
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.pr {
    position: relative
}

.pa {
    position: absolute
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 15px;
  transition: 0.5s;
}
#header .nav {
  padding: 15px 0;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 65px;
  line-height: 1;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
  font-size: 18px;
     color: #666;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
   
    font-size: 16px;
    font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  position: relative;
  padding-left: 12px;
  margin-left: 12px;
}
#header .nav .ui.menu .h-search::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  width: 21px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#header.active,#header.inner {
  top: 0px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
#header.active .nav .ui.menu .h-search img,#header.inner .nav .ui.menu .h-search img {
  filter: invert(1);
}
#header.active .nav .ui.menu .h-search::after,#header.inner .nav .ui.menu .h-search::after {
  background: #333333;
}
#header.active .nav .ui.menu .h-language span img,#header.inner .nav .ui.menu .h-language span img {
  filter: invert(1);
}
#header.active .nav .ui.menu .chat,#header.inner .nav .ui.menu .chat {
  border: 1px solid var(--color);
}
.title {
  font-weight: bold;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.col {
  color: var(--color);
}
.col-txt {
  color: #666666;
}
.lh-1 {
  line-height: 1;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
  background: #f1f1f0;
  overflow: hidden;
}
#banner li .img {
  text-align: right;
  padding-bottom: 10px;
  transform: translate(10%);
  opacity: 0;
  transition: 0.7s 0.7s;
}
#banner li .img img {
  margin: 0 0 0 auto;
}
#banner li .text {
  position: absolute;
  width: 100%;
  bottom: 12%;
}
#banner li .text .box {
  width: 45%;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.7s 0.7s;
}
#banner li .text .box .title {
  line-height: 1.3;
  color: var(--color);
  position: relative;
  z-index: 2;
}
#banner li .text .box .title::after {
  content: "";
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #f1f1f0 0%, #264c9d 100%);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-45%, -65%);
  z-index: -1;
}
#banner li .text .box .cont {
  color: #666666;
}
#banner li .text .box .list {
  max-width: 500px;
}
#banner li .text .box .list .item {
  color: #666666;
  line-height: 1.5;
  text-align: center;
}
#banner li .text .box .list .item .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#banner li .text .box .more {
  border: 1px solid var(--color);
  background: none;
  color: #333333;
}
#banner li .text .box .more:hover {
  color: #ffffff;
}
#banner li .ban_down {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 0 100px 20px 40px;
  color: #ffffff;
  width: 289px;
  height: 146px;
  background: url(../images/down_bg.png) no-repeat center center / 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.7s 0.7s;
}
#banner li .ban_down span {
  margin-bottom: 19px;
  line-height: 1;
}

 @keyframes dots {
   0% {
          transform: translateY(0);
          opacity: 1;
      }
      50% {
          transform: translateY(-6px);
          opacity: 0.7;
      }
      100% {
          transform: translateY(0);
          opacity: 1;
      }
  }

#banner li .ban_down .dots img{
 animation: dots 1s infinite alternate ease-in-out;
}
#banner .slick-active .ban_down {
  opacity: 1;
}
#banner .slick-active .img {
  opacity: 1;
  transform: translate(0);
}
#banner .slick-active .text .box {
  transform: translateY(0);
  opacity: 1;
}



@keyframes wordsloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1250px);
  }
}
@keyframes sc {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
.tags {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 31px;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}
#index-body .about .container {
  position: relative;
}
#index-body .about .box {
  position: relative;
  z-index: 3;
}
#index-body .about .box .left .cont p {
  margin-bottom: 0.5em;
}
#index-body .about .box .left .dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-body .about .box .left .dates .num {
  font-weight: bold;
  line-height: 1;
  color: var(--color);
}
#index-body .about .box .left .dates .num span {
  margin-left: 5px;
}
#index-body .about .box .left .dates p {
  color: #666666;
}
#index-body .about .box .right {
  position: relative;
}
#index-body .about .box .right > img {
  width: 100%;
  border-radius: 10px;
}
#index-body .about .box .right .play {
  width: 95px;
  height: 96px;
  background-color: #264c9d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: absolute;
  right: 65px;
  top: -20px;
  cursor: pointer;
}
#index-body .about .box .right .play svg {
  fill: var(--color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  font-size: 20px;
  letter-spacing: 2px;
  animation: sc 4s linear infinite;
  transform-origin: 0 0;
}
#index-body .about .line_text {
  font-weight: 900;
  font-size: 102px;
  color: transparent;
  -webkit-text-stroke: 1px #333333;
  line-height: 0.8;
  opacity: 0.4;
  letter-spacing: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(60%);
  padding: 0 15px;
}
#index-body .services {
  background: #f1f1f0;
}
#index-body .services .top .right {
  text-align: right;
}
#index-body .services .bottom {
  margin-top: 30px;
}
#index-body .services .bottom li {
  padding-top: 20px;
}
#index-body .services .bottom .box {
  height: 420px;
  background: #ffffff no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden
}
#index-body .services .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #264c9d url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}
#index-body .services .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#index-body .services .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
#index-body .services .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #264c9d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#index-body .services .bottom .box .tip .icon img {
  filter: brightness(100);
}

#index-body .services .bottom .box .text .t1 {
  transition: 0s;
}
#index-body .services .bottom .box .text{
  transition: .5s;
}
#index-body .services .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
#index-body .services .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
#index-body .services .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
}
#index-body .services .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
#index-body .services .bottom .box:hover .mask{
  height: 100%;
}
#index-body .services .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
#index-body .services .bottom .box:hover .tip .icon {
  background: #ffffff;
}
#index-body .services .bottom .box:hover .tip .icon img {
  filter: none;
}
#index-body .services .bottom .box:hover .text  {
 opacity: 0
}
#index-body .services .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}
#index-body .products .tip .cont {
  max-width: 1040px;
  margin: 0 auto;
}
#index-body .products .bottom {
  padding: 0 70px;
  height: 580px;
  position: relative;
  z-index: 2;
}
#index-body .products .bottom ul .slick-slider:not(.slick-vertical) .slick-track {
  align-items: center;
}
#index-body .products .bottom ul li .img {
  /*padding-top: 40px;*/
  position: relative;
}
#index-body .products .bottom ul li .img .img1 {
  width: auto;
  margin: 0 auto;
  transform: scale(0.5);
  transition: 0.5s;
  position: relative;
  z-index: 4;
}
#index-body .products .bottom ul li .img .img_bg {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
#index-body .products .bottom ul li .t1 {
  text-align: center;
  font-size: 18px;
  margin-top: -120px;
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 3;
  font-weight: bold;
}
#index-body .products .bottom ul .slick-center .img .img1 {
  transform: scale(1);
  -webkit-box-reflect: below -5px linear-gradient(to bottom, transparent 86%, rgba(0, 0, 0, 0.2));
  width: 86%;
  margin: 0;
}
#index-body .products .bottom ul .slick-center .img .img_bg {
  opacity: 1;
}
#index-body .products .bottom ul .slick-center .t1 {
  margin-top: 40px;
  font-size: 24px;
  color: var(--color);
}
#index-body .products .bottom .txt_bg {
  position: absolute;
  z-index: -1;
  text-align: center;
  width: 100%;
  line-height: 0.8;
  font-size: 151px;
  font-weight: 900;
  color: #264c9d;
  opacity: 0.1;
  top: 40px;
  letter-spacing: 21px;
}
#index-body .products .bottom .prev,
#index-body .products .bottom .next {
  position: absolute;
  top: 30%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  background-color: #f0f0f0;
  color: var(--color);
  font-size: 20px;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .products .bottom .prev:hover,
#index-body .products .bottom .next:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .products .bottom .prev {
  left: 0;
}
#index-body .products .bottom .next {
  right: 0;
}
#index-body .application {
  position: relative;
}
#index-body .application .masks i {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: left top / cover;
  transition: 0.5s 0.5s;
}
#index-body .application .masks i.active {
  width: 100%;
  transition: 0.5s;
}
#index-body .application .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
#index-body .application .box .left {
  width: 40%;
  padding-top: 70px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#index-body .application .box .left .title {
  position: relative;
  padding: 15px 0;
  display: inline-block;
  padding-right: 90px;
  z-index: 1;
}
#index-body .application .box .left .title::after {
  content: "";
  display: block;
  position: absolute;
  left: -40%;
  top: 0;
  width: 535px;
  height: 100%;
  background: linear-gradient(to right, #264c9d, transparent);
  z-index: -1;
}
#index-body .application .box .right {
  width: 55%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 3;
}
#index-body .application .box .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .application .box .right ul li {
  width: 33.3%;
}
#index-body .application .box .right ul li:nth-child(2) {
  margin-left: 10%;
}
#index-body .application .box .right ul li:nth-child(3) {
  margin-left: 33.3%;
  margin-right: 33.3%;
}
#index-body .application .box .right ul li:nth-child(4) {
  margin-left: 0;
  margin-right: 10%;
}
#index-body .application .box .right .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  height: 300px;
  background-color: rgba(0, 11, 33, 0.5);
  padding: 35px 20px 30px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
#index-body .application .box .right .item .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  zoom: 2.5;
  opacity: 0;
  transition: 0.5s;
}
#index-body .application .box .right .item .icon {
  text-align: right;
  padding-right: 15px;
}
#index-body .application .box .right .item .t2 {
  font-weight: 500;
  line-height: 1.2;
}
#index-body .application .box .right .item:hover,
#index-body .application .box .right li.active .item{
  background: var(--color);
}
#index-body .application .box .right .item:hover .img,
#index-body .application .box .right li.active .item .img{
  opacity: 0.06;
}
#index-body .support {
  background: #f1f1f0;
}
#index-body .support .box {
  position: relative;
  z-index: 2;
}
#index-body .support .box .left {
  width: 45%;
}
#index-body .support .box .left img {
  width: 100%;
}
#index-body .support .box .right {
  width: 50%;
  position: relative;
  z-index: 2;
}
#index-body .support .box .right li {
  position: relative;
  padding-left: 50px;
}
#index-body .support .box .right li .dot {
  position: absolute;
  left: 25px;
  transform: translate(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 8px;
}
#index-body .support .box .right li .dot::after {
  content: "";
  display: block;
  flex: 1;
  width: 1px;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  margin: 0 auto;
  margin-top: 8px;
}
#index-body .support .box .right li .icon {
  position: absolute;
  left: 25px;
  transform: translate(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 8px;
  opacity: 0;
}
#index-body .support .box .right li .icon .line {
  content: "";
  display: block;
  flex: 1;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 8px;
  position: relative;
}
#index-body .support .box .right li .icon .line::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2f519b;
}
#index-body .support .box .right li .txt {
  padding-left: 30px;
  height: 100px;
}
#index-body .support .box .right .slick-active + .slick-active + .slick-active + .slick-active .dot::after {
  display: none;
}
#index-body .support .box .right .slick-active + .slick-active + .slick-active + .slick-active .icon .line {
  display: none;
}
#index-body .support .box .right .slick-current .dot {
  opacity: 0;
}
#index-body .support .box .right .slick-current .icon {
  opacity: 1;
}
#index-body .support .box .right .slick-current .icon .line::after {
  transition: 5s;
  height: 100%;
}
#index-body .support .box .txts {
  font-size: 106px;
  line-height: 0.8;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px var(--color);
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  letter-spacing: 14px;
}
#index-body .news .top .right {
  text-align: right;
}
#index-body .news .bottom li {
  padding-top: 20px;
}
#index-body .news .bottom li .box {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 45px 35px 50px;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  
}
#index-body .news .bottom li .box::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;
}
#index-body .news .bottom li .box .tip {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 20px;
}
#index-body .news .bottom li .box .tip .ty {
  line-height: 1;
  padding: 0 15px;
  background: var(--color);
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  transition: 0.5s;
}
#index-body .news .bottom li .box .t1 {
  font-weight: bold;
}
#index-body .news .bottom li .box .cont {
  color: #666666;
  transition: 0.5s;
}
#index-body .news .bottom li .box:hover {
 
  color: #ffffff;
  transform: translateY(-20px);
}
#index-body .news .bottom li .box:hover::after{
  transform: translate(0);
}
#index-body .news .bottom li .box:hover .tip .ty {
  background: #ffffff;
  color: var(--color);
}
#index-body .news .bottom li .box:hover .cont {
  color: #ffffff;
}
strong {
  font-weight: bold;
}
#footer {
  background: var(--color) url(../images/f-lg.png) no-repeat right bottom;
  color: #fff;
}
#footer .f-box .title {
  line-height: 1.4;
}
#footer .f-box .left {
  width: 30%;
}
#footer .f-box .left li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 0.5em;
  line-height: 2;
}
#footer .f-box .left li .icon {
  width: 20px;
  margin-right: 15px;
  padding-top: 9px;
}
#footer .f-box .left li .txt {
  flex: 1;
}
#footer .f-box .right {
  width: 60%;
}
#footer .f-box .right .f-form form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: -10px;
}
#footer .f-box .right .f-form form ul li {
  padding: 10px;
}
#footer .f-box .right .f-form form ul li input {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border: none;
  padding: 0 10px;
}
#footer .f-box .right .f-form form ul li input::placeholder {
  color: #cbcbcb;
}
#footer .f-box .right .f-form form ul .i1 {
  width: 27%;
}
#footer .f-box .right .f-form form ul .i2 {
  width: 35%;
}
#footer .f-box .right .f-form form ul .submit {
  width: 11%;
}
#footer .f-box .right .f-form form ul .submit button {
  height: 46px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 45px;
  border-radius: 4px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 26px;
  transition: 0.5s;
}
#footer .f-box .right .f-form form ul .submit button:hover {
  background: #ffffff;
  color: #000000;
}
#footer .f-box .right .r-box .tit {
  font-size: 24px;
  font-weight: bold;
}
#footer .f-box .right .r-box li {
  margin-bottom: 0.8em;
}
#footer .f-box .right .r-box li a {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: 0.5s;
}
#footer .f-box .right .r-box li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #fffffe;
  margin-right: 4px;
  transition: 0.5s;
}
#footer .f-box .right .r-box li a:hover {
  opacity: 1;
}
#footer .f-box .right .r-box li a:hover::before {
  width: 19px;
}
#footer .f-box .right .r-box .f-nav li ul {
  display: none;
}
#footer .f-box .right .r-box .f-product {
  max-width: 250px;
}
#footer .f-box .right .r-box .f-code {
  max-width: 300px;
}
#footer .f-box .right .r-box .f-code .codes {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
#footer .f-box .right .r-box .f-code .codes #ewm {
  width: 81px;
  height: 81px;
  border: 4px solid #ffffff;
  border-radius: 4px;
}
#footer .f-box .right .r-box .f-code .codes .share {
  display: flex;
}
#footer .f-box .right .r-box .f-code .codes .share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-left: 12px;
  transition: 0.5s;
}
#footer .f-box .right .r-box .f-code .codes .share a:hover {
  background: #ffffff;
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
#footer .f-copy .bot {
  padding: 25px 0;
  width: 78%;
  border-top: 1px solid rgba(231, 231, 231, 0.1);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
.fixed-toolbar ul li{
      border-radius: 49px;
}
@media screen and (max-width: 1700px) {
  #banner li .img {
    width: 50%;
    margin: 0 0 0 auto;
  }
  #index-body .about .line_text {
    font-size: 80px;
  }
  #index-body .products .bottom ul li .img .img_bg {
    zoom: 0.7;
  }
  #banner li .text .box {
    width: 50%;
  }
  #banner li .text {
    bottom: 6%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1450px) {
  #banner li .ban_down {
    width: 200px;
    height: 100px;
    padding: 0 50px 10px 20px;
  }
  #banner li .ban_down span {
    margin-bottom: 7px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .h-search img {
    filter: invert(1);
  }
  #header .nav .ui.menu .h-language span img {
    filter: invert(1);
  }
  #banner li .img {
    padding-bottom: 100px;
  }
  #banner li .text {
    bottom: 13%;
  }
  #index-body .about .line_text {
    font-size: 64px;
  }
  #index-body .support .box .txts {
    font-size: 80px;
  }
  #index-body .products .bottom .txt_bg {
    font-size: 130px;
  }
  #footer .f-box .right .r-box .f-code .codes .share {
    width: 100%;
    margin-top: 30px;
    margin-left: -12px;
  }
  #footer .f-box .right .r-box .f-code {
    max-width: 200px;
  }
  #footer .f-box .left {
    width: 35%;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #banner li .img {
    display: none;
  }
  #banner li {
    height: 650px;
  }
  #banner li .text .box {
    width: 100%;
  }
  #banner li .text {
    bottom: 50%;
    transform: translateY(50%);
  }
  #index-body .about .line_text {
    font-size: 45px;
  }
  #index-body .products .bottom .txt_bg {
    font-size: 105px;
  }
  #index-body .products .bottom {
    height: 500px;
  }
  #index-body .products .bottom ul li .t1 {
    margin-top: -60px;
  }
  #index-body .products .bottom ul .slick-center .t1 {
    margin-top: 80px;
 
  }
  
  #index-body .support .box .txts {
    font-size: 65px;
  }
  #footer .f-box .right .r-box .f-nav {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #index-body .about .box .right {
    margin-top: 70px;
  }
  #index-body .products .bottom .txt_bg {
    display: none;
  }
  #index-body .application {
    height: 600px;
    display: flex;
    align-items: end;
  }
  #index-body .application .box .left .title::after {
    left: -55%;
  }
  #index-body .application .box .right ul li {
    margin: 0 !important;
    width: 20%;
  }
  #index-body .application .box {
    position: static;
  }
  #index-body .application .box .right {
    width: 100%;
  }
  #index-body .about .line_text {
    display: none;
  }
  .font-46 {
    font-size: 26px;
  }
  .font-48 {
    font-size: 26px;
  }
  #index-body .support .box .txts {
    font-size: 40px;
  }
  #index-body .support .box .left {
    display: none;
  }
  #index-body .application .box .right .item {
    height: 250px;
  }
  #index-body .application .box .right .item .img {
    zoom: 1.6;
  }
  #footer .f-box .right {
    margin-top: 40px;
  }
  .font-24 {
    font-size: 17px;
  }
  .font-30{
    font-size: 20px;
  }
  .tags {
    font-size: 14px;
  }
  #footer .f-box .right .r-box .tit {
    font-size: 20px;
  }
  .font-23 {
    font-size: 17px;
  }
  #index-body .products .bottom ul .slick-center .t1{
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .products .bottom{
    height: 590px;
  }
  #index-body .products .bottom ul .slick-center .t1{
    margin-top: 0;
  }
  #index-body .products .bottom ul li .t1{
    margin-top: -40px;
  }
  #footer .f-box .right .f-form form ul .i1 {
    width: 100%;
  }
  #footer .f-box .right .f-form form ul .i2 {
    width: 100%;
  }
  #footer .f-box .right .f-form form ul .submit {
    width: 50%;
    margin: 0 auto;
  }
  #footer .f-box .right .r-box .f-product {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer .f-box .right .r-box .f-code .codes #ewm {
    width: 100px;
    height: 100px;
  }
  #index-body .application .box .right .item {
    height: 200px;
    padding: 15px ;
  }
  #footer {
    background-size: 200px;
  }
  #index-body .services .bottom .box {
    height: 400px;
  }
  #index-body .support .box .txts {
    display: none;
  }
  #index-body .news .top .right {
    margin-top: 20px;
  }
  #banner li .text .box .list .item {
    width: 33%;
  }
  #banner li .text .box .list .item .icon {
    zoom: 0.8;
  }
  #index-body .about .box .right .play {
    zoom: 0.7;
  }
  #index-body .products .bottom .prev,
  #index-body .products .bottom .next {
    zoom: 0.7;
  }
  #index-body .products .bottom {
    padding: 0 50px;
  }
  #index-body .products .bottom ul li .img .img_bg {
    zoom: 0.8;
  }
  .font-46 {
    font-size: 24px;
  }
  .font-60{
    font-size: 26px;
  }
  #index-body .about .box .left .dates li {
    margin-bottom: 10px;
  }
  #footer .f-box .right .r-box .tit {
    font-size: 18px;
  }
  #index-body .news .bottom li .box {
    padding: 35px 20px 30px;
  }
  #index-body .application .box .left .title::after {
    width: 100%;
    left: -15px;
  }
  #banner li .text .box .title::after {
    zoom: 0.7;
  }
}
@media screen and (max-width: 500px) {
  #banner li .ban_down {
    display: none;
  }
  #banner li {
    height: 550px;
  }
  #index-body .services .bottom .box {
    height: 360px;
  }
  #index-body .products .bottom {
    height: 330px;
  }
  #index-body .application .box .right .item .icon {
    display: none;
  }
  #index-body .application .box .right ul li {
    width: 50%;
  }
  #index-body .application .box .right .item {
    height: 100px;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .products .bottom ul li .img .img_bg{
    zoom: 0.4;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.7
  }
}


/*inner-page*/

#innerMobileBanner .title{
  font-size: 22px
}
.page-header01{
  background: #ffffff
}

.col2 {
  color: #333333;
}
.por {
    position: relative;
}

.poa {
    position: absolute;
}


.inner-banner {
    height: auto;
    width: 100%;
 
    overflow: hidden;
    position: relative;
}

.inner-banner::before {
    /*content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(11, 105, 170, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;*/
}

.inner-banner .inner-content {
    width: 100%;
    height: auto;
    /*background: url("../images/in-banner.png") no-repeat;*/
    background-size: cover;
    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;
    padding: 200px 0 100px;
}
.inner-banner .inner-content .img{
  left: 0;
  top: 0;
}
.inner-banner .inner-content::before {
    /*content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(45, 50, 121, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;*/
}

.inner-banner .inner-content::after {
    /*content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: rgba(39, 68, 151, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;*/
}

.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}

.inner-banner .mbx h2 {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}
/*.about-page*/


.about-page .init-1 .container .left {
  padding-right: 60px;
  width: 50%;
}
.about-page .init-1 .container .left .title1 {
  display: block;
}
.about-page .init-1 .container .left .title1 img {
  display: block;
  margin: auto;
}
.about-page .init-1 .container .left .title2 {
  color: var(--color);
  text-align: center;
  margin-top: 20px;
}
.about-page .init-1 .container .left .title3 {
  margin-top: 20px;
  color: var(--color);
}
.about-page .init-1 .container .left .title3 .playTips{
  font-size: 40px;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: 500;
}
.about-page .init-1 .container .left .title3 .play {
  position: relative;
  margin: 10px 0 0 50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .left .title3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
}
.about-page .init-1 .container .left .title3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .init-1 .container .left .title3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .right {
  /*padding-left: 40px;*/
  width: 50%;
}

.about-page .init-1 .container .right .des {
  color: #666666;
  /*text-indent: 36px;*/
  line-height: 1.8;
  margin-top: 20px;
}
.about-page .init-1 .container .right .des p{
  margin-bottom: 1em;
}
.about-page .init-1 .container .right .des p span{

  font-weight: bold;
}

.about-page .init-2 {
  overflow: hidden;
}
/*.about-page .init-2 .container {
  overflow: hidden;
  height: 700px;
}*/
.about-page .init-2 .img {
  position: relative
}
.about-page .init-2 .img img {
  display: block;
  width: 100%;
  	border-radius: 10px;
}

.about-page .init-2 .img .play {
  width: 95px;
  height: 96px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #264c9d;
  font-size: 30px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.about-page .init-2 .img .play svg {
  fill: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  font-size: 20px;
  letter-spacing: 2px;
  animation: sc 4s linear infinite;
  transform-origin: 0 0;
}
.about-page .init-3 {
  margin-top: -24px;
}
.about-page .init-3 .container ul {
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-3 .container ul li {
  padding: 0 5px;
}
.about-page .init-3 .container ul li .box .top {
      font-family: 'rany';
  font-size: 60px;
  line-height: 1;
  font-weight:bold;
}
.about-page .init-3 .container ul li .box .top .sub {
  font-size: 30px;
}
.about-page .init-3 .container ul li .box .bottom {
  color: #777777;
  margin-top: 10px;
}
.about-page .init-3 .container ul li .box:hover .top {
  color: var(--color);
}

.about-page .init-5 .container .tipsTitle {
  text-align: center;
  color: var(--color);
  font-weight:bold;
}
.about-page .init-5 .container .content ul {
  margin: -6px -6px -6px 0;
}
.about-page .init-5 .container .content ul li {
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 16.66%;
}
.about-page .init-5 .container .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.about-page .init-5 .container .content ul li .box {
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC img {
  max-width: 100%;
}
.about-page .init-5 .container .content ul li:nth-child(-n+6) {
  border-top: none;
}
.about-page .init-5 .container .content ul li:nth-child(6n) {
  border-right: none;
}
.about-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container .left {
  width: 35%;
}
.about-page .init-6 .container .left .tipsTitle {
  color: var(--color);
  font-weight:bold;
}
.about-page .init-6 .container .left .tipsDes {
  color: #666666;
  margin-top: 30px;
  /*text-indent: 36px;*/
  line-height: 1.8;
}
.about-page .init-6 .container .left .img {
  margin-top: 60px;
}
.about-page .init-6 .container .left .img img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 59%;
  margin: 10px 0 0 auto;
}



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

}
.about-page .init-4 .title{
  text-align: center;
}
.about-page .init-4 .cont{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.about-page .init-4 .cont p{
  margin-bottom: 1em;
}
.about-page .init-4 .subText {
  font-size: 227px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #333333;
  opacity: 0.05;
  line-height: 1.5;
}
.about-page .init-4 .container .tipsTitle {
  position: relative;
  text-align: center;
  color: #333333;
}
.about-page .init-4 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 1000px;
  text-align: center;
  color: #666666;
  font-weight: 300;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.about-page .init-4 .container .content {
  margin-top: 200px;
}
.about-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.about-page .init-4 .container .content ul li {
  width: 25%;
  padding: 0 25px;
}
.about-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.about-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.about-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.about-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: 1.5;
  height: 3em;
}
.about-page .init-4 .container .content ul li .box .des {
  margin-top: 35px;
  color: #666666;
  text-align: center;
  line-height: 1.5;
  height: 6em;
  overflow: auto;
  padding-right: 20px;
}
.about-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.about-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
@media (max-width: 1800px) {
   .solution-page1 .init-4{
    padding-top: 140px;
  }
  .about-page .init-4 .subText{
    font-size: 200px;
  }
  .about-page .init-4 .container .content {
    margin-top: 100px;
  }
  .about-page .init-4 .subText {
    top: 0;
  }

}
@media (max-width: 1500px) {
  
  .about-page .init-2 .container {
    height: 600px;
  }

}
@media (max-width: 1250px) {
 
  .about-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .about-page .init-1 .container .right .title {
    padding-left: 0;
  }
  .about-page .init-2 .container {
    height: 530px;
  }
  .about-page .init-4 .subText {
    font-size: 100px;
  }
  .about-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
  .about-page .init-4 .container .content {
    margin-top: 60px;
  }

}
@media (max-width: 1000px) {
 
  .about-page .init-1 .container .left .title1 img {
    max-width: 400px;
    width: 100%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-2 .container {
    height: auto;
  }

  .about-page .init-5 .container .content ul li .box .imgC {
    padding: 10px;
  }
  .about-page .init-6 .container .left {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
  }
   .about-page .init-4 {
    padding-top: 40px;
  }
  .about-page .init-4 .subText {
    display: none;
  }
  
  .about-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 .container {
    height: auto;
  }

  .about-page .init-2 .img .play{
    zoom: 0.7;
  }
    .about-page .init-4 .container .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .init-2 .img .play{
    zoom: 0.5;
  }
  .about-page .init-1 .container .left .title2 {
    margin-top: 30px;
  }
  .about-page .init-1 .container .right .des {
    /*text-indent: 32px;*/
  }
  .about-page .init-1 .container .left .title3 .play {
    margin-left: 30px;
  }
 
  .about-page .init-3 {
    margin-top: 20px;
  }
  .about-page .init-3 .container ul{
    padding-top: 0;
  }
  .about-page .init-3 .container ul li {
    margin-top: 20px;
    width: 50%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 30px;
  }
  
  .about-page .init-5 .container .content .contC {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 400px;
  }
  .about-page .init-5 .container .content ul li {
    width: 33.33%;
  }
  .about-page .init-6 .container .left .tipsDes {
    /*text-indent: 32px;*/
  }
  .about-page .init-6 .container .left .img {
    margin-top: 30px;
  }
   .about-page .init-4 .container .content {
    margin-top: 20px;
  }
}
.quality-page .quality-1 .st {
  font-size: 16px;
  color: #666666;
}
.quality-page .quality-1 .tip .right {
  color: #666666;
}
.quality-page .quality-1 .comy img {
  width: 100%;
}
.quality-page .quality-1 .dates {
  text-align: center;
}
.quality-page .quality-1 .dates p {
  color: #666666;
}
.quality-page .quality-1 .dates .num {
  color: var(--color);
}
.quality-page .quality-1 .dates .num em {
  line-height: 1;
}
.quality-page .quality-1 .dates .line {
  width: 1px;
  height: 46px;
  background: #333333;
  opacity: 0.5;
}
.quality-page .quality-2 .img-box{
  border-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-3 .item .left {
  width: 50%;
}
.quality-page .quality-3 .item .left .img {
  width: 130%;
  height: 100%;
}
.quality-page .quality-3 .item .left .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-3 .item .right {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.quality-page .quality-3 .item .right .box {
  height: 100%;
  background: var(--color);
  border-radius: 10px;
  color: #ffffff;
  padding: 50px 55px  59px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.quality-page .quality-3 .item .right .box .cont {
  font-size: 16px;
}
.quality-page .quality-3 .item .right .box .cont strong {
  display: block;
}
.quality-page .quality-3 .item .right .box .cont p {
  margin-bottom: 1em;
}
.quality-page .quality-3 .item .right .box .more {
  background: #fff;
  color: var(--color);
  height: 47px;
}
.quality-page .quality-3 .item .right .box .more:hover {
  background: #000;
  color: #fff;
}
.quality-page .quality-3 .item:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.quality-page .quality-3 .item:nth-child(2n) .left .img {
  margin-left: -30%;
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .tip .right {
    margin-top: 20px;
  }
  .quality-page .quality-3 .item .left .img {
    width: 100%;
  }
  .quality-page .quality-3 .item:nth-child(2n) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .quality-page .quality-3 .item:nth-child(2n) .left .img {
    margin: 0;
  }
  .quality-page .quality-1 .dates li {
    width: 50%;
    margin-bottom: 15px;
  }
  .quality-page .quality-1 .dates .line {
    display: none;
  }
  .quality-page .quality-3 .item .right .box {
    padding: 30px 35px  39px 45px;
    display: block
  }
  .quality-page .quality-3 .item .right {
    margin-top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .dates li {
    width: 100%;
  }
  .quality-page .quality-3 .item .right .box {
    padding: 20px;
  }
}


.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 .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 210px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight:bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: #8ac340;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight:500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
    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;
}
.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: #f6f8ff;
    padding: 10px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

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

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

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    /*text-transform: uppercase;*/
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font-en);
    font-weight: 600;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: var(--color);
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content.faq li{
      margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 30px;
    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: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

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

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

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

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

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

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



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

    }
}
@media screen and (max-width: 500px) {
  .product-page .prodet-2{
    padding: 35px 0;
  }
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
    .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev{
      left: 0;
    }
    .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next{
      right: 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: 36px;
  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-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

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

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .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-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sider-box .sider-left .category .catelist > ul > li > a i {
  position: absolute;
  right: 20px;
  top: 0;
  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;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


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

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

.product_list {
  /*background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;*/
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list ul li .box{
  background: #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;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-family: var(--font);
  line-height: 28px;
}
@media screen and (max-width: 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%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  /*.product_list {
    padding: 30px;
  }*/
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  /*.product_list {
    padding: 15px;
  }*/
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


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

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

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

@media (max-width: 1000px) {
  .product-page .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;
  }
}

@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-right: 25px;
    padding-bottom: 5px;
  }

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

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

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

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

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

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

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

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

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

.product-page .product-2 {

  margin-bottom: 90px;
}
@media screen and (max-width: 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
  }*/
}


.honor-page .init-1 .container .left {
  width: 230px;
}
.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: 80px;
  color: #777777;
}
.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}
.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: var(--color);
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(--color);
}
.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}
.honor-page .init-1 .container .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 120px;
}
.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}
.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC {
  padding-right: 70px;
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide > div {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  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;
}
.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}
.honor-page .init-1 .container .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.honor-page .init-1 .container .right .list .galleryC i {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: var(--color);
}
.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}
.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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: 10px;
  height: 74px;
  cursor: pointer;
  font-size: 18px;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding-right: 4px;
  max-height: 74px;
}
.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .right .list.active {
  display: block;
}
.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  -o-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}
.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  -o-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}
@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }
  .honor-page .init-1 .container .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .left {
    width: 100%;
  }
  .honor-page .init-1 .container .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }
  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }
  .honor-page .init-1 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}


.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  /*padding: 15px;*/
}
.factory-page .gallery-list ul li .box {
  /*box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);*/
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  /*background: var(--color);
  color: white;*/
}



.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-bottom: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-weight:bold;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
  padding: 0;
  display: flex;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 74px;*/
  left: 55px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  width: 230px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: var(--color);
  font-weight: bold;
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}
.appdet-page .init-2 {
  padding-top: 20px;
}
.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: var(--color);
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
  /*text-indent: 36px;*/
  height: 270px;
  overflow-y: auto
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 80px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.appdet-page .init-3 .container .content .prev {
  right: unset;
  left: 0;
}
.appdet-page .init-3 .container .content .swiper {
  padding: 64px 0;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 0.6;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
  .appdet-page .init-1 {
    display: none;
  }
  .appdet-page .init-2 {
    padding-top: 40px;
  }
  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-bottom: 40px;
  }
  .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
}


.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  margin-top: 120px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #6076f1;
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}

.faq-page {
    /*padding-top: 39px;*/
    background-color: #faf9f9;
}
.faq-page .faq-1 {
    background: url(../images/faq-bg.png) no-repeat right bottom;
    padding-bottom: 6%;
}
.faq-page .faq-1 .header {
    max-width: 1134px;
}
.faq-page .faq-1 .header .title {
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-1 .content {
    margin-top: 82px;
    border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
    border-bottom: 1px solid #bebebe;
    padding: 34px 0 40px;
    color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
    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;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    font-weight: bold;
    cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
    padding-right: 34px;
    width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
    display: inline-block;
    vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-page .faq-2 .box {
    background: url(../images/faq-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 11.459% 20% 10.6771%;
    text-align: center;
}
.faq-page .faq-2 .box .play {
    font-size: 36px;
    color: #fff;
    background-color: rgba(71, 26, 26, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 280px;
    height: 280px;
    line-height: 280px;
    position: relative;
    text-align: center;
}
.faq-page .faq-3 {
    background: url(../images/ab-wz.png) no-repeat center top;
    margin-top: 7%;
    padding-top: 7%;
    margin-bottom: 5%;
}
.faq-page .faq-3 .header {
    color: #030303;
}
.faq-page .faq-3 .header .title {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-3 .header p {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 12px;
}
.faq-page .faq-3 .search {
    text-align: center;
    margin-top: 87px;
}
.faq-page .faq-3 .search form {
    max-width: 773px;
    margin: 0 auto;
    position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
    width: 100%;
    height: 54px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
    background: url(../images/faq-icon.png) no-repeat 29px center;
    text-align: right;
    border: 0;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 18px;
    width: 176px;
    text-transform: uppercase;
    color: #030303;
    border-left: 1px solid #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
    background-position-x: 30px;
    color: var(--color);
    border-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-1 .header .title {
        font-size: 60px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 52px;
    }
    .faq-page .faq-1 {
        background: transparent;
    }
    .inner-page .m-page{
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .faq-1 .header .title {
        font-size: 45px;
    }
    .faq-page .faq-1 .content {
        margin-top: 40px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 40px;
    }
    .inner-page .m-page{
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page {
        padding-top: 0;
    }
    .faq-page .faq-1 .header .title {
        font-size: 36px;
        line-height: 1.4;
    }
    .faq-page .faq-1 .content {
        margin-top: 20px;
    }
    .faq-page .faq-1 .content ul li .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .faq-page .faq-1 .content ul li .tit em {
        padding-right: 20px;
    }
    .faq-page .faq-2 .box {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-page .faq-3 {
        background: transparent;
        margin-top: 5%;
    }
    .faq-page .faq-3 .header .title {
        font-size: 36px;
    }
    .faq-page .faq-3 .header p {
        font-size: 20px;
        line-height: 1.4;
    }
    .faq-page .faq-3 .search {
        margin-top: 20px;
    }
    .faq-page .faq-3 .search form input[type="text"] {
        padding-right: 0;
    }
    .faq-page .faq-3 .search form input[type="submit"] {
        position: initial;
        margin-top: 20px;
        border: 1px solid #000;
        height: 50px;
        padding-right: 15px;
        background-position-x: 20px;
    }
}

.faq-page .marginBox {

  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
    border-radius: 20px;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 1.2em;
    display: block;
    color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 20px;
  transition: .5s;
  background-position:right bottom; 
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
  cursor: pointer;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  padding: 30px 0 45px;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  /*background: white;*/
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  border-radius: 20px;

}
.faq-page .marginBox .box .right .list ul li.active span.title,
.faq-page .marginBox .box .right .list ul li.active .text{
  color: #ffffff;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:after{
  background: #ffffff;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }

 
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }

}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}

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

}
.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 {
    -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: #F2F2F2 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;
    left: 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: #ffffff;
}
.newdet-page .Auxil-related .box .content{
  padding: 0 20px 20px;
  text-align: center;
}
.newdet-page {
    padding: 50px 0;
        background-color: #faf9f9;
}

.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: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--color);
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}
.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}
/*.newdet-page .slideBarRight .text ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #000;
    font-size: 1.2em;
}*/
.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}
.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}
table tr:nth-child(odd) {
    background: #fff
}
table td, table th{
  min-width: 200px
}
.newdet-page .slideBarRight .text table td, .newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}
.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}
.newdet-page .slideBarRight .text ul li {
    margin-left: 20px;
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 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(315deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
     background-image: linear-gradient(170deg, 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-left: 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(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-left: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
}
.inner-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  left: 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-left: 25px;
  padding-right: 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;
  right: 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-left: 25px;
  padding-right: 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;
  left: 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-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.inner-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.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-right: 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;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.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;
    }
    
    .Auxil-catdes{
        display: none!important;
    }
    .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-left: 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-left: 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%;
}

.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-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.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;
}
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
.seoPublic .news .text a{
  color: #000000;
  text-decoration: none;
}
.seoPublic .Auxil-related .list ul li .box .content{
  padding: 0 20px 20px;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  font-size: 18px;
}
.seoPublic .Auxil-related .list ul li .box .content .btn {
  border-radius: 23px;
  display: inline-flex;
  align-items: center;
  padding: 4px 30px 4px 5px;
  height: 46px;
  font-size: 16px;
  background-color: var(--color);
  border: solid 1px var(--color);
  position: relative;
  cursor: pointer;
  color: #ffffff;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content .btn img {
  width: 20px;
  height: 14px;
  position: relative;
  z-index: 1;
  margin-left: 7px;
}
.seoPublic .Auxil-related .list ul li .box .content .btn span {
  margin-left: 25px;
  position: relative;
  z-index: 3;
}
.seoPublic .Auxil-related .list ul li .box .content .btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 23px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content .btn:hover {
  color: #333333;
}
.seoPublic .Auxil-related .list ul li .box .content .btn:hover::after {
  width: calc(calc(100%) - 8px);
  height: 37px;
}
.seoPublic .Auxil-related .list ul li .box a.img-box{
  padding: 15px 15px 0;
}
@media screen and (max-width: 1000px){
  .honor-page .init-1 .container .left .listC .list{
    width: 45%;
  }
  .jectdet-page .sidebar-box .content .right{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px){
  .product-page .prodet-2 .ret .content dl dd h4{
    font-size: 20px;
  }
  .seoPublic .Auxil-about .box .left{
    display: block;
  }
}
.seoPublic .Auxil-related .list ul li .box .content p{
  height: 6em;
}

.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}



.services-page .init-1 .bottom li {
  padding-top: 20px;
}

.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #264c9d url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #264c9d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}

.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }
}
@media screen and (max-width: 700px) {
   /*.services-page .init-1 .bottom .box {
    height: 300px;
  }*/
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}

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

}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

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

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

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

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    /*color: rgba(255, 255, 255, .7);*/
}
.services-page .init-2 .right ul li .des .item{
  display: flex;

}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
.services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
        padding-left: 0;
       
    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}