@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: #0e4e9f;
  font-weight: 300;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1750px;
  margin: auto;
  width: 100%;
}

.pr {
    position: relative
}

.pa {
    position: absolute
}
.col{
  color: var(--color)
}
.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;
}
.more {
  height: 57px;
  background-color: var(--color);
  padding: 0 37px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 28px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more:hover {
  background: #000000;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff
}
#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
  width: 269px;
  height: 85px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 55px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 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;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  margin-left: 23px;
  position: relative;
}
#header .nav .ui.menu .h-language span {
  cursor: pointer;
}
#header .nav .ui.menu .h-language span img {
  width: 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 45px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header .nav .ui.menu .h-search img,
#header .nav .ui.menu .h-language span img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
#header.inner .nav::after {
  width: 100%;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header.inner .nav .ui.menu .h-search img,
#header.inner .nav .ui.menu .h-language span img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
.lh-1 {
  line-height: 1;
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 85px;
}
#banner .swiper-container {
  width: 100%;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}
#banner .swiper-slide .text.ban2{
  bottom: 50%;
  transform: translateY(50%)
}
#banner .swiper-slide .text.ban2 .left .smt{
  color: #333333;
  border: 1px solid #333333;
}
#banner .swiper-slide .text.ban2 .left{
  width: 50%
}
#banner .swiper-slide .text.ban2 .bg_t{
  bottom: 50%;
  transform: translateY(50%);
}
#banner .swiper-slide .text.ban2 .cont{
  	color: #333333;
}
#banner .swiper-slide .text.ban3{
  bottom: 50%;
  transform: translateY(50%)
}
#banner .swiper-slide .text.ban3 .left{
  margin: 0 0 0 auto;
  text-align: right;
  width: 70%;
}
#banner .swiper-slide .text.ban3 .left .cont{
  max-width: 780px;
 margin-left: auto;
}
#banner .swiper-slide .text.ban3 .left .more{
  background: #ffffff;
  color: var(--color);
}
#banner .swiper-slide .text.ban3 .left .more:hover{
   background: #000000;
     color: #ffffff;
}

#banner .swiper-slide .text .left {
  width: 50%;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#banner .swiper-slide .text .left .smt {
  height: 35px;
  border-radius: 17px;
  border: solid 1px #ffffff;
  line-height: 35px;
  padding: 0 26px;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
#banner .swiper-slide .text .left .title {
  line-height: 1;
}
#banner .swiper-slide .text .left .bottom .play {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#banner .swiper-slide .text .left .bottom .play .lg {
  -webkit-animation: sc 6s linear infinite;
  -moz-animation: sc 6s linear infinite;
  animation: sc 6s linear infinite;
}
#banner .swiper-slide .text .left .bottom .play .jt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .swiper-slide .text .left .bottom .cont {
  width: 60%;
}
#banner .swiper-slide .text .right {
  width: 40%;
}
#banner .swiper-slide .text .right img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#banner .swiper-slide .text .bg_t {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  color: transparent;
  /* 文字设置为透明 */
  -webkit-text-stroke: 1px #ffffff;
  /* 添加文字描边的宽度和颜色 */
}
#banner .swiper-slide-active .text .left {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner .swiper-slide-active .text .right img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}*/
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.fw-500,.font-w-500 {
  font-weight: 500;
}
#index-body {
  overflow: hidden;
}
#index-body .smt {
  height: 35px;
  border-radius: 17px;
  border: solid 1px #333333;
  color: #666666;
  line-height: 35px;
  padding: 0 26px;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
}
#index-body .product {
  background: #f7f7f7;
}
#index-body .product .bottom {
  position: relative;
}
#index-body .product .bottom ul li .box {
  padding: 8px;
  background: #ffffff;
  border-radius: 10px;
}
#index-body .product .bottom ul li .box .img {
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .product .bottom ul li .box .img img {
  width: auto;
  max-height: 100%;
}
#index-body .product .bottom ul li .box .btn {
  height: 76px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  line-height: 1.3;
  color: #000
}
#index-body .product .bottom ul li .box .btn span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
#index-body .product .bottom ul li .box .btn .p {
  width: 35px;
  height: 35px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom ul li .box .btn .p img {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
}
#index-body .product .bottom ul li .box:hover .btn {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .bottom ul li .box:hover .btn .p {
  background: #ffffff;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#index-body .product .bottom ul li .box:hover .btn .p img {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .bottom .slickBtn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}
#index-body .product .bottom .slickBtn div {
  width: 51px;
  height: 51px;
  color: #bababa;
  border: solid 1px #bababa;
  background: none;
  line-height: 1;
  padding-top: 4px;
}
#index-body .product .bottom .slickBtn div:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .more_btn {
  text-align: center;
}
#index-body .about .tit {
  line-height: 1.3;
}
#index-body .about .box {
  position: relative;
  z-index: 2;
}
#index-body .about .box .left {
  width: 50%;
}
#index-body .about .box .left .cont {
  color: #666666;
  font-size: 16px;
}
#index-body .about .box .left .cont p {
  margin-bottom: 1.2em;
}
#index-body .about .box .left .dates {
  line-height: 1;
}
#index-body .about .box .left .dates .num {
  color: var(--color);
  margin-bottom: 10px;
}
#index-body .about .box .right {
  position: relative;
  width: 50%;
}
#index-body .about .box .right > img {
  width: 100%;
}
#index-body .about .box .right .play {
  position: absolute;
  right: 29px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#index-body .about .box .right .play .lg {
  -webkit-animation: sc 6s linear infinite;
  -moz-animation: sc 6s linear infinite;
  animation: sc 6s linear infinite;
}
#index-body .about .box .right .play i {
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .bg_t {
  white-space: nowrap;
  color: transparent;

  -webkit-text-stroke: 1px #d9e3f0;

  line-height: 1;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  letter-spacing: 3px;
}
#index-body .tailored {
  position: relative;
}
#index-body .tailored .mask img {
  height: 840px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .tailored .mask i {
  display: none;
}
#index-body .tailored .mask i.active {
  display: block;
}
#index-body .tailored .text {
  position: absolute;
  top: 0;
  width: 100%;
  color: #ffffff;
}
#index-body .tailored .text .smt {
  border: 1px solid #ffffff;
  color: #ffffff;
}
#index-body .tailored .text .list .item {
  display: none;
}
#index-body .tailored .text .list .item.active {
  display: block;
}
#index-body .tailored .text .list .item .img {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
}
#index-body .tailored .text .list .item .cont {
  max-width: 700px;
  font-size: 16px;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;  
}
#index-body .tailored .text .list .item .more {
  background: #fff;
  color: var(--color);
}
#index-body .tailored .text .list .item .more:hover {
  background: #000;
  color: #ffffff;
}
#index-body .tailored .nav-list {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#index-body .tailored .nav-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .tailored .nav-list ul li {
  width: 16.3%;
  position: relative;
  cursor: pointer;
}
#index-body .tailored .nav-list ul li .ig1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 106px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .tailored .nav-list ul li .ig1 .img {
  width: 25%;
}
#index-body .tailored .nav-list ul li .ig1 .t2 {
  line-height: 1.3;
  width: 65%;
}
#index-body .tailored .nav-list ul li .ig2 {
  background-color: #003aaa;
  padding: 20px 40px 27px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
#index-body .tailored .nav-list ul li .ig2 .img {
  width: 60px;
  height: 60px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
#index-body .tailored .nav-list ul li .ig2 .img::after {
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#index-body .tailored .nav-list ul li .ig2 .img img {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
  max-height: 40px;
}
#index-body .tailored .nav-list ul li .ig2 .t1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.1;
}
#index-body .tailored .nav-list ul li:hover .ig1,
#index-body .tailored .nav-list ul li.active .ig1 {
  opacity: 0;
}
#index-body .tailored .nav-list ul li:hover .ig2,
#index-body .tailored .nav-list ul li.active .ig2 {
  opacity: 1;
}
#index-body .solutions {
  background: #f7f7f7;
}
#index-body .solutions .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -14px;
}
#index-body .solutions .top ul li {
  position: relative;
  padding: 0 14px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  flex: 2;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .solutions .top ul li .acc {
  position: relative;
  height: 590px;
  background-size: cover;
  /*border-radius: 30px;*/
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .solutions .top ul li .box1 {
  position: absolute;
  top: 130px;
  left: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .solutions .top ul li .box1 .btn {
  width: 47px;
  height: 47px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .solutions .top ul li .box1 .btn i {
  font-size: 20px;
}
#index-body .solutions .top ul li .box2 {
  background: #ffffff;
  position: absolute;
  bottom: 17px;
  width: 95%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 46px 38px 27px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .solutions .top ul li .box2 .sol_logo {
  position: absolute;
  right: 40px;
  top: 0;
  height: 50px;
  width: 64px;
  background-color: #0e4e9f;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .solutions .top ul li .box2 .t2 {
  color: var(--color);
}
#index-body .solutions .top ul li .box2 .cont {
  color: #666666;
  font-size: 16px;
}
#index-body .solutions .top ul li .box2 .btn {
  margin: 0 0 0 auto;
  display: block;
  width: 86px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid var(--color);
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .solutions .top ul li .box2 .btn:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
#index-body .solutions .top ul li.active {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  -webkit-flex: 6;
  -moz-box-flex: 6;
  flex: 6;
}
#index-body .solutions .top ul li.active .box2 {
  opacity: 1;
}
#index-body .solutions .top ul li.active .box1 {
  opacity: 0;
}
#index-body .solutions .top ul li.active .acc {
  -webkit-filter: none;
  filter: none;
}
#index-body .quality {
  background: url(../images/quality.jpg) no-repeat left bottom / cover;
}
#index-body .quality .box {
  width: 55%;
}
#index-body .quality .box .cont {
  font-size: 16px;
  color: #666666;
}
#index-body .news li .box {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 40px 33px 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news li .box .tip {
  padding-bottom: 18px;
  border-bottom: solid 1px #dddddd;
}
#index-body .news li .box .tip .time {
  font-size: 16px;
}
#index-body .news li .box .tip .tp {
  height: 30px;
  background-color: #0e4e9f;
  border-radius: 15px;
  padding: 0 16px;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news li .box .text .t1 {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
#index-body .news li .box .text .t1:hover {
  color: var(--color);
}
#index-body .news li .box .text .cont {
  font-size: 16px;
  height: 4.6em
}
#index-body .news li .box:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .news li .box:hover .text .t1 {
  color: #ffffff;
}
#index-body .news li .box:hover .tip .tp {
  background-color: #fff;
  color: var(--color);
}
#footer {
  color: #fff;
  background: url(../images/f-bg.png) no-repeat top left / cover;
}
#footer .f-form .box {
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  padding: 34px 25px;
}
#footer .f-form .box .left {
  width: 30%;
}
#footer .f-form .box .right {
  width: 70%;
}
#footer .f-form .box .right form {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 20px 0;
  padding-left: 30px;
  font-weight: 400;
}
#footer .f-form .box .right form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  position: relative;
  padding-right: 170px;
}
#footer .f-form .box .right form ul li input {
  height: 20px;
  width: 100%;
  background: none;
  border: none;
  padding-left: 10px;
}
#footer .f-form .box .right form ul li input::-webkit-input-placeholder {
  color: #ffffff;
}
#footer .f-form .box .right form ul li input:-moz-placeholder {
  color: #ffffff;
}
#footer .f-form .box .right form ul li input::-moz-placeholder {
  color: #ffffff;
}
#footer .f-form .box .right form ul li input:-ms-input-placeholder {
  color: #ffffff;
}
#footer .f-form .box .right form ul li input::placeholder {
  color: #ffffff;
}
#footer .f-form .box .right form ul .i1 {
  width: 25%;
  border-right: 1px solid #ffffff;
}
#footer .f-form .box .right form ul .i2 {
  width: 50%;
}
#footer .f-form .box .right form ul .submit {
  width: 155px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .f-form .box .right form ul .submit input {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 24px;
  border: none;
  font-weight: 500;
  color: var(--color);
  padding-left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-form .box .right form ul .submit input:hover {
  background: #000000;
  color: #ffffff;
}
#footer .f-box {
  font-weight: 400;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
#footer .f-box .f-ab {
  max-width: 375px;
}
#footer .f-box .f-ab .cont {
  font-size: 14px;
}
#footer .f-box .f-ab .share-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#footer .f-box .f-ab .share-box #ewm {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 5px solid #ffffff;
}
#footer .f-box .f-ab .share-box .share {
  margin-left: 35px;
}
#footer .f-box .f-ab .share-box .share a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 19px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-ab .share-box .share a .iconfont {
  font-size: 18px;
}
#footer .f-box .f-ab .share-box .share a:hover {
  background: #ffffff;
  color: var(--color);
}
#footer .f-box ul {
  font-size: 18px;
  font-weight: 500;
}
#footer .f-box ul li {
  margin-bottom: 1em;
  color: #eeeeee;
  opacity: 0.7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box ul ul{
  display: none
}
#footer .f-box ul li:hover {
  color: #ffffff;
  opacity: 1;
}
#footer .f-box .f-contact {
  max-width: 410px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
#footer .f-box .f-contact li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-contact li .img {
  width: 18px;
  margin-right: 15px;
  padding-top: 4px;
}
#footer .f-box .f-contact li:hover span {
  opacity: 1;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 20px 0 25px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #index-body .tailored .nav-list ul li .ig1 {
    padding: 0 10px;
  }
  #banner .swiper-slide .text .left .bottom .play {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 35px 0;
  }
  #header .nav .ui.menu .logo {
    zoom: 0.8;
  }
  #header .nav .ui.menu .chat {
    margin-left: 25px;
  }
 #banner .swiper-slide .text .left{
   width: 80%
 }
  #index-body .product .bottom ul li .box .btn {
    height: auto;
    font-size: 16px;
    padding: 15px 10px;
  }
  #index-body .about .box .left .dates li {
    margin-bottom: 20px;
  }
  #index-body .tailored .nav-list ul li {
    width: 33%;
    margin-top: 30px;
  }
  #footer .f-form .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .f-form .box .left br {
    display: none;
  }
  #footer .f-form .box .right {
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .swiper-slide .text .bg_t {
    display: none;
  }
  #index-body .about .box .right .play {
    zoom: 0.8;
  }
  #index-body .about .box {
    margin-top: 60px;
  }
  #index-body .news li .box {
    padding: 25px 15px 28px;
  }
  #index-body .news li .box .tip .time {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-box .f-ab {
    max-width: 340px;
  }
  #footer .f-box .f-contact {
    max-width: 320px;
  }
  #banner .swiper-slide .text .left .title {
    zoom: 0.8;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  #banner .swiper-slide .text .left .bottom .play {
    zoom: 0.6;
  }
  #footer .f-form .box .right form ul{
    padding-right: 0
  }
  #footer .f-form .box .right form ul .i1 {
    width: 100%;
    border: none;
    margin-bottom: 25px;
  }
  #footer .f-form .box .right form ul .i2 {
    width: 100%;
    margin-bottom: 25px;
  }
  #footer .f-form .box .right form ul .submit {
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    zoom: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #banner .swiper-slide .text .left .bottom {
    margin-top: 15px;
  }
  #banner .swiper-slide .text.ban3 .left{
    width: 85%
  }
  #banner .swiper-slide .text.ban2 .left{
    width: 56%
  }
  #banner .swiper-slide .text.ban2 .cont,#banner .swiper-slide .text.ban3 .cont{
    display: none
  }
   #banner .swiper-slide .text.ban2 .title,#banner .swiper-slide .text.ban3 .title{
     margin-bottom: 20px;
   }
  #index-body .solutions .top ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .solutions .top ul li {
    width: 100% !important;
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
    -moz-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    margin: 20px 0;
  }
  #index-body .solutions .top ul li .acc {
    -webkit-filter: none;
    filter: none;
  }
  #index-body .solutions .top ul li .box1 {
    display: none;
  }
  #index-body .solutions .top ul li .box2 {
    opacity: 1;
  }
  #footer .f-box .f-ab .share-box {
    display: none;
  }
  #footer .f-box .f-ab {
    margin-bottom: 30px;
  }
  #footer .f-box .tit {
    font-size: 20px;
  }
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-box ul {
    font-size: 16px;
  }
  #index-body .product .bottom .slickBtn {
    display: none;
  }
  #index-body .about .box {
    margin-top: 40px;
  }
  #index-body .about .box .right {
    margin-top: 50px;
  }
  #index-body .tailored .nav-list ul li .ig2 .t1 {
    margin-top: 20px;
  }
  #index-body .tailored .nav-list ul li {
    margin-top: 45px;
  }
  #index-body .quality .box {
    width: 100%;
  }
  #index-body .news .tit,
  #index-body .solutions .tit {
    width: 100%;
    margin-bottom: 10px;
  }
  #index-body .news .more,
  #index-body .solutions .more {
    margin: 0 0 0 auto;
  }
  #banner .swiper-slide .text .right {
    display: none;
  }
  #banner .swiper-slide-active .text .left {
    width: 100%;
  }
  #banner .swiper-slide .text .left .bottom .play {
    zoom: 0.5;
  }
   .grid-box.three>.column{
    width: 50%
  }
}
@media screen and (max-width: 700px) {
  .grid-box.three>.column{
    width: 100%
  }
  #banner .swiper-slide .text.ban2 .title br,#banner .swiper-slide .text.ban3 br{
     display: none;
   }
   #banner .swiper-slide .text.ban2 .left{
     width: 60%
   }
  #banner .swiper-slide .text .left .smt {
    display: none;
  }
  #index-body .about .bg_t {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  #banner .swiper-slide .text .left .bottom .cont {
    width: 70%;
  }
  #banner .swiper-slide .text .left .bottom .play {
    zoom: 0.4;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .solutions .top ul li .acc {
    height: 380px;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide .text .left .bottom {
    display: none;
  }
  #banner .swiper-slide .text {
    padding-bottom: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  #index-body .solutions .top ul li .acc {
    height: 300px;
  }
  #index-body .tailored {
    display: none;
  }
  #index-body .solutions .top ul li .box2 {
    width: 85%;
  }
  #footer .f-box .f-ab .f-logo {
    zoom: 0.7;
  }
  #banner .swiper-slide .text .left .title {
    zoom: 0.6;
  }
  #index-body .about .box .right .play {
    zoom: 0.6;
  }
  .more {
    zoom: 0.6;
  }
  #index-body .solutions .top ul li .box2 {
    padding: 60px 20px 20px;
  }
  #index-body .solutions .top ul li .box2 .sol_logo {
    right: 25px;
  }
  #index-body .smt {
    zoom: 0.7;
  }
  #index-body .news li .box .tip .tp {
    zoom: 0.8;
  }
  #footer .f-form .box .right form {
    padding: 15px;
    border-radius: 15px;
  }
  #footer .f-form .box {
    padding: 20pxx;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
}


/*inner*/
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#innerMobileBanner{
  padding-top: 50px
}
#innerMobileBanner .title{
  font-size: 22px
}
.page-header01{
  background: #ffffff
}
.inner-banner {
  margin-top: 125px;
  position: relative;
  overflow: hidden;
}
.inner-banner .textAniC {
  font-size: 300px;
  font-weight: bold;
  color: #333333;
  opacity: 0.05;
  line-height: 1;
}
.inner-banner .textAniC .c {
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-animation: transAni2 60s linear infinite;
  -moz-animation: transAni2 60s linear infinite;
  animation: transAni2 60s linear infinite;
}
.inner-banner .line {
  position: absolute;
  width: 100%;
  bottom: 55px;
}
.inner-banner .line .bor {
  border: solid 1px rgba(51, 51, 51, 0.5);
}
.inner-banner .box2 {
  position: absolute;
  width: 100%;
  top: 50px;
}
.inner-banner .box2 .tit {
  line-height: 1;
}
.inner-banner .box2 .mbx {
  font-size: 14px;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-banner .box2 .mbx i {
  font-size: 20px;
}
.col2 {
  color: #333333;
}
.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;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.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;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.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 img{
    border: 1px solid #dcdcdc;
    width: 90%
}
.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 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);
}
.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: #373330;
}
.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 dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 24px;
    font-family: 'Hemihead';
    line-height: 1.2;
    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 .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px
  }
  .product-page .prodet-2 .ret .content dl dd .con{
    font-size: 16px;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .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: 0;
    }
    .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 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
      .product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 16px
  }
  .product-page .prodet-2 .ret .content dl dd .con{
    font-size: 14px;
  }
}

.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 .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;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #036eb8;
}
.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 a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.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: #036eb8;
  /*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::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

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

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.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 .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #036eb8;
  /*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);*/
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.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 .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #036eb8;
  /*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(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -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);
}

.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: block;
    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;
  }
}

@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 {
    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
  }
}


.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 .title {
  color: var(--color);
  /*padding-left: 36px;*/
}
.about-page .init-1 .container .right .des {
  color: #666666;
  /*text-indent: 36px;*/
  line-height: 1.8;
  margin-top: 20px;
}
.about-page .init-2 {
  overflow: hidden;
}
.about-page .init-2 .container {
  overflow: hidden;
  height: 700px;
}
.about-page .init-2 .container img {
  display: block;
  width: 100%;
}
.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-4 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  color: var(--color);
  font-weight:bold;
}
.about-page .init-4 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-4 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-4 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-4 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-4 .container .content .prev {
  left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.6);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-4 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.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;
}
@media (max-width: 1800px) {
 
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  
  .about-page .init-2 .container {
    height: 600px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@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 .container .content ul li .box .num {
    font-size: 200px;
  }
}
@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-4 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-4 .container .content {
    width: 100%;
  }
  .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%;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
  
  .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;
  }
  .inner-banner .container .catName {
    font-size: 24px;
  }
  .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-4 .container .content {
    padding-top: 80px;
  }
  .about-page .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-4 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-4 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-4 .container .content2 {
    width: 100%;
  }
  .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;
  }
}

.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{
  padding: 0 0 100px;
}
.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;
  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 {
  padding: 0px 0 100px;
  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: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  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;
}
.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;
}
.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;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
      border-radius: 20px;
}
.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 span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@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: 14px;
    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-color: white;
}
.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;
}
.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 {
    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: black;
    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: #f3f3f3
}
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: #036eb8;
}
.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: #036eb8;
  /*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 .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #036eb8;
  /*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);*/
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.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 .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: 70px 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;
    }
  
}
@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: 28px;
        line-height: 1.6;
    }
    .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: 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 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 .right .cont{
  height: 365px;
  overflow-y: auto
}
.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;
}