@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.eot');
  src: url('../fonts/RanyMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyLight.eot');
  src: url('../fonts/RanyLight.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyLight.woff2') format('woff2'), url('../fonts/RanyLight.woff') format('woff'), url('../fonts/RanyLight.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
body {
  --color: #098dd8;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Rany';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #ebebeb;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1770px;
  margin: 0 auto;
}
.more {
  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;
  font-size: 18px;
  line-height: 1;
  padding: 17px 21px 15px 20px;
  border-radius: 10px;
  background: var(--color);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin-left: 11px;
}
.more.white {
  background: #fff;
  color: var(--color);
}
.more.white:hover {
  background: var(--color);
  color: #fff;
}
.more:hover,
.more:focus {
  background: #000;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  background: rgba(237, 238, 239, 0.72);
  border-radius: 0px 45px 45px 0px;
}
#header .nav .ui.menu .menu-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 73px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 2.78em;
  font-size: 18px;
  font-weight: 500;
  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;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  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;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -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;
  line-height: 24px;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#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 .menu-box ul.menu > li:nth-child(4) {
  margin-left: 32%;
}
#header .nav .ui.menu .box {
  width: 90px;
  top: 0;
  right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  height: 45px;
  background-color: #cdcdcd;
}
#header .nav .ui.menu .yuy {
  height: 45px;
  background: #fff;
}
#header .nav .ui.menu .yuy span {
  color: var(--color);
}
#header .nav .ui.menu .yuy ul {
  left: initial;
  right: 0;
}
#header::before,
#header::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  background: rgba(237, 238, 239, 0.72);
  height: 100%;
  border-radius: 45px;
}
#header::before {
  width: 24.21875%;
  left: 14.6%;
}
#header::after {
  width: 37.8125%;
  right: 0;
}
#header.active .nav .ui.menu .logo {
  background: #fff;
}
#header.active::before,
#header.active::after {
  background: #fff;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
  border-radius: 45px;
}
#banner ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 36.9%;
  background: url(../images/bbg.png) no-repeat center;
  background-size: 100% 100%;
  height: 234px;
}
#banner ul li .text .title {
  font-weight: 500;
  line-height: 1.2;
}
#banner ul li .text .link {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: var(--color);
  display: block;
  text-align: center;
  line-height: 51px;
}
#banner ul li .text .link img {
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .link:hover img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#banner ul li .text .title,
#banner ul li .text .link {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .link {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .link {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
.title,
.i-title {
  font-weight: bold;
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
#index-body .i-category {
  padding: 5.573% 0 4.167%;
}
#index-body .i-category .title {
  font-weight: 500;
}
#index-body .i-category ul .slick-list {
  padding: 0 92px;
}
#index-body .i-category ul li {
  padding-top: 31px;
}
#index-body .i-category ul li .img-box {
  z-index: 1;
  border-radius: 30px;
}
#index-body .i-category ul li .img-box .title {
  font-size: 20px;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0 29px;
  line-height: 1.5;
  z-index: 2;
}
#index-body .i-category ul li .img-box .link {
  z-index: 2;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
#index-body .i-category ul li .img-box .link .arrow {
  background: #ebebeb;
  border-top-left-radius: 50%;
  padding: 12px 1px 1px 12px;
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#index-body .i-category ul li .img-box .link .arrow .circle {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 1px solid #000;
}
#index-body .i-category ul li .img-box .link .arrow img {
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
#index-body .i-category ul li .img-box .link .arrow::before,
#index-body .i-category ul li .img-box .link .arrow::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
}
#index-body .i-category ul li .img-box .link .arrow::before {
  top: -20px;
  right: 0;
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #ebebeb 100%, #ebebeb);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #ebebeb 100%, #ebebeb);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 100%, #ebebeb 100%, #ebebeb);
}
#index-body .i-category ul li .img-box .link .arrow::after {
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #ebebeb);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #ebebeb);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 100%, #ebebeb);
  bottom: 0;
  left: -20px;
}
#index-body .i-category ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 36, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .img-box:hover {
  -webkit-transform: translateY(-31px);
  -moz-transform: translateY(-31px);
  -ms-transform: translateY(-31px);
  transform: translateY(-31px);
}
#index-body .i-category ul li .img-box:hover::before,
#index-body .i-category ul li .img-box:hover::after {
  opacity: 1;
}
#index-body .i-category ul li .img-box:hover .title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: var(--color);
}
#index-body .i-category ul li .img-box:hover .link {
  color: var(--color);
}
#index-body .i-category ul li .img-box:hover .link .arrow .circle {
  border-color: var(--color);
  background: var(--color);
}
#index-body .i-category ul li .img-box:hover .link .arrow img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#index-body .i-solution {
  background: url(../images/solu-bg.png) no-repeat left top;
}
#index-body .i-solution .tit {
  font-weight: 500;
}
#index-body .i-solution .left {
  width: 50%;
}
#index-body .i-solution .left ul li img {
  display: inline-block;
}
#index-body .i-solution .left .slickBtn div {
  width: 2.55em;
  height: 2.55em;
  background: transparent;
  border: 1px solid #000;
  top: initial;
  bottom: 76px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-solution .left .slickBtn div img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-solution .left .slickBtn div.prev {
  right: 4.1em;
}
#index-body .i-solution .left .slickBtn div.next {
  left: initial;
  right: 0;
}
#index-body .i-solution .left .slickBtn div:hover {
  border-color: var(--color);
}
#index-body .i-solution .left .slickBtn div:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-solution .right {
  width: 28.736%;
}
#index-body .i-solution .right .header {
  padding-left: 29px;
  position: relative;
}
#index-body .i-solution .right .header::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .i-solution .right .header .bt {
  font-weight: 500;
  color: #136cb7;
}
#index-body .i-solution .right .header .con {
  line-height: 1.3;
}
#index-body .i-solution .right ul {
  margin-top: -11px;
}
#index-body .i-solution .right ul li {
  border-radius: 10px;
}
#index-body .i-solution .right ul li .top {
  font-weight: 500;
}
#index-body .i-solution .right ul li .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-solution .right ul li .icon .line {
  display: block;
  width: 15px;
  height: 2px;
  position: relative;
}
#index-body .i-solution .right ul li .icon .line::before,
#index-body .i-solution .right ul li .icon .line::after {
  content: '';
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background: #000;
}
#index-body .i-solution .right ul li .icon .line::before {
  left: 0;
}
#index-body .i-solution .right ul li .icon .line::after {
  right: 0;
}
#index-body .i-solution .right ul li .icon .line1 {
  width: 2px;
  height: 15px;
  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%);
}
#index-body .i-solution .right ul li .icon .line1::before,
#index-body .i-solution .right ul li .icon .line1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: #000;
  left: 0;
}
#index-body .i-solution .right ul li .icon .line1::before {
  top: 0;
}
#index-body .i-solution .right ul li .icon .line1::after {
  bottom: 0;
}
#index-body .i-solution .right ul li .bottom {
  line-height: 1.3;
}
#index-body .i-solution .right ul li.active {
  background: var(--color);
  color: #fff;
  margin-top: 11px;
}
#index-body .i-solution .right ul li.active .icon .line1 {
  opacity: 0;
}
#index-body .i-about {
  padding-top: 4.167%;
}
#index-body .i-about .top .left {
  width: 54.0805%;
  border-left: 1px solid #000;
}
#index-body .i-about .top .left .con h1 {
  display: inline;
}
#index-body .i-about .top .left .con h1,
#index-body .i-about .top .left .con em,
#index-body .i-about .top .left .con strong {
  color: var(--color);
}
#index-body .i-about .top .right {
  width: 25.98%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#index-body .i-about .top .right .box {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
#index-body .i-about .top .right .box .list {
  padding-left: 23px;
  position: relative;
}
#index-body .i-about .top .right .box .list::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-about .top .right .box .list em {
  color: var(--color);
  font-weight: bold;
}
#index-body .i-about .top .right .link i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
}
#index-body .i-about .bottom {
  border-radius: 30px;
}
#index-body .i-about .bottom .play {
  font-size: 15px;
  width: 8.934em;
  height: 8.934em;
  border-radius: 50%;
  background: #000;
}
#index-body .i-about .bottom .play svg {
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
#index-body .i-about .bottom .play svg text {
  fill: #fff;
}
#index-body .i-about .bottom .desc {
  left: 0;
  bottom: 0;
  background: rgba(0, 85, 133, 0.6);
  width: 45.8621%;
  color: #fff;
}
#index-body .i-about .bottom .desc .text {
  width: 79%;
}
#index-body .i-about .bottom .desc .con {
  line-height: 1.5;
}
#index-body .i-about .bottom .desc .link {
  background: #fff;
  border-radius: 50%;
}
#index-body .i-about .bottom .desc .link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-advantage {
  background: url(../images/adbg.png) no-repeat center top #ebebeb;
  padding: 7.92% 0 0;
}
#index-body .i-advantage ul {
  margin: -6.5px;
}
#index-body .i-advantage ul li {
  padding: 6.5px;
}
#index-body .i-advantage ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 51px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color);
  padding: 16px 21px 7px 14px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li .ig .img span::before,
#index-body .i-advantage ul li .ig .img span::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 25px;
  height: 25px;
  bottom: -1px;
}
#index-body .i-advantage ul li .ig .img span::before {
  left: -25px;
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #fff);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #fff);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 100%, #fff);
}
#index-body .i-advantage ul li .ig .img span::after {
  right: -25px;
  background-image: -webkit-radial-gradient(100% 0%, circle farthest-side, transparent 0 100%, #fff);
  background-image: -moz-radial-gradient(100% 0%, circle farthest-side, transparent 0 100%, #fff);
  background-image: radial-gradient(circle farthest-side at 100% 0%, transparent 0 100%, #fff);
}
#index-body .i-advantage ul li .ig .text span {
  font-weight: 500;
}
#index-body .i-advantage ul li .ig .text .con {
  line-height: 1.6;
}
#index-body .i-advantage ul li .ig .text .link {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li .ig .text .link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-advantage ul li .ig:hover {
  background: #fff;
  -webkit-box-shadow: 0 2px 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px 6px rgba(0, 0, 0, 0.05);
}
#index-body .i-advantage ul li .ig:hover .img span {
  opacity: 1;
}
#index-body .i-advantage ul li .ig:hover .text span {
  opacity: 0;
}
#index-body .i-advantage ul li .ig:hover .text .con {
  color: var(--color);
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  transform: translateY(-26px);
}
#index-body .i-advantage ul li .ig:hover .text .link {
  opacity: 1;
}
#index-body .i-news {
  padding-top: 5.625%;
}
#index-body .i-news .left {
  width: 40.46%;
  border-radius: 30px;
  height: auto;
}
#index-body .i-news .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-news .right {
  width: 58.046%;
  background: var(--color);
  border-radius: 30px;
  overflow: hidden;
}
#index-body .i-news .right .top {
  background: #fff;
  border-radius: 30px;
}
#index-body .i-news .right .top ul {
  width: 62%;
}
#index-body .i-news .right .top ul li {
  position: relative;
}
#index-body .i-news .right .top ul li time {
  line-height: 1;
}
#index-body .i-news .right .top ul li .tit {
  line-height: 1.8;
  position: relative;
}
#index-body .i-news .right .top ul li .line {
  width: 51.87%;
  height: 1px;
  background: #000;
}
#index-body .i-news .right .top ul li .con {
  font-weight: 300;
}
#index-body .i-news .right .top ul li .link {
  display: inline-block;
  line-height: 1.3;
  border-bottom: 1px solid #000;
}
#index-body .i-news .right .top ul li .link:hover {
  color: var(--color);
  border-color: var(--color);
}
#index-body .i-news .right .top ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 42px;
  width: 21px;
  height: 15px;
  background: url(../images/n-icon.png) no-repeat center;
}
#index-body .i-news .right .bottom {
  color: #fff;
}
#index-body .i-news .right .bottom ul {
  margin: -7px -8.5px;
}
#index-body .i-news .right .bottom ul li {
  padding: 7px 8.5px;
}
#index-body .i-news .right .bottom ul li input {
  width: 100%;
  height: 60px;
  background-color: #f3f3f3;
  border-radius: 30px;
  border: 0;
  font-size: 18px;
  color: #6f6f6f;
  padding: 0 22px;
}
#index-body .i-news .right .bottom ul li button {
  width: 100%;
  height: 60px;
  background-color: #000000;
  border-radius: 30px;
  border: 0;
  font-size: 18px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#index-body .i-news .right .bottom ul li button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .right .bottom ul li button:hover {
  color: #000;
}
#index-body .i-news .right .bottom ul li button:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-news .right .bottom ul li button:hover::after {
  width: 100%;
}
#index-body .i-news .right .bottom ul li:nth-child(4) {
  width: 66.6666%;
}
#footer {
  color: #fff;
}
#footer .f-box {
  background-color: #2a2c2d;
  border-radius: 30px;
}
#footer .f-box .tit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
#footer .f-box .f-ab {
  line-height: 1.4;
  width: 34.67%;
}
#footer .f-box .f-ab p {
  font-weight: 200;
}
#footer .f-box .f-nav ul li {
  margin-bottom: 0;
}
#footer .f-box ul li {
  font-size: 18px;
  line-height: 1.78;
  font-weight: 200;
  margin-bottom: 5px;
}
#footer .f-box ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box ul li a:hover {
  color: var(--color);
}
#footer .f-box ul li i {
  width: 19px;
}
#footer .f-box ul li i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#footer .f-box ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li ul {
  display: none;
}
#footer .f-box .f-contact {
  width: 19.2%;
}
#footer .f-box .f-contact ul li {
  margin-bottom: 7px;
}
#footer .f-box .f-contact ul li:last-child {
  margin-top: -8px;
  margin-bottom: 0;
}
#footer .f-copy {
  font-size: 14px;
  line-height: 2;
  position: relative;
  font-weight: 300;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #fff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy .zdy {
  display: block;
}
#footer .share {
  margin-left: 21%;
}
#footer .share a {
  display: inline-block;
  font-size: 20px;
  margin-right: .8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share a:last-child {
  margin-right: 0;
}
#footer .share a:hover {
  color: var(--color);
}
@media (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) {
    margin-left: 20%;
  }
  #header::before {
    width: 29.21875%;
    left: 18%;
  }
  #header::after {
    width: 40%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 17px;
    margin-right: 2em;
  }
}
@media (max-width: 1450px) {
  #header {
    zoom: .87;
  }
  #index-body .i-solution .right {
    width: 32%;
  }
  #index-body .i-about .top .left {
    width: 56%;
  }
  #index-body .i-news .right .top {
    padding: 20px;
  }
  #index-body .i-news .right .bottom {
    padding: 30px 20px;
  }
}
@media (max-width: 1250px) {
  #banner ul li .text {
    height: auto;
  }
  #index-body .i-about .top .left {
    width: 62%;
  }
  #index-body .i-news .right .bottom ul li input {
    font-size: 16px;
    padding: 0 11px;
  }
  #footer .f-content {
    zoom: .7;
  }
  #footer .f-copy .share {
    margin-left: 12%;
  }
}
@media (max-width: 1000px) {
  .font-26,
  .font-25 {
    font-size: 22px;
  }
  .font-22,
  .font-20 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  #index-body .i-solution .right {
    width: 42%;
  }
  .flex-4 > * {
    width: 33.3333%;
  }
  #index-body .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    display: none;
  }
  #index-body .i-about .bottom .play {
    zoom: .7;
  }
  #index-body .i-about .bottom .desc {
    width: 100%;
  }
  #index-body .i-news .left {
    width: 100%;
  }
  #index-body .i-news .right {
    width: 100%;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-ab {
    width: 45%;
  }
  #footer .f-box .f-contact {
    width: 50%;
  }
  #footer .f-copy .share {
    display: none;
  }
  #footer .f-copy .zdy {
    display: inline;
  }
}
@media (max-width: 700px) {
  .flex-4 > * {
    width: 50%;
  }
  .font-40 {
    font-size: 30px;
  }
  #banner ul li .text .title {
    font-size: 20px;
  }
  #index-body .i-solution .left {
    display: none;
  }
  #index-body .i-solution .right {
    width: 100%;
  }
  #index-body .i-about .bottom .play {
    top: 40%;
  }
  #index-body .i-about .bottom .desc {
    position: initial;
    background: var(--color);
  }
  #index-body .i-news .right .top ul {
    width: 100%;
  }
  #index-body .i-news .right .bottom ul li {
    width: 50%;
  }
  #index-body .i-news .right .bottom ul li:nth-child(3),
  #index-body .i-news .right .bottom ul li:nth-child(4),
  #index-body .i-news .right .bottom ul li:last-child {
    width: 100%;
  }
  #index-body .i-news .right .bottom ul li button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-box .f-ab {
    width: 100%;
  }
  #footer .f-box .f-ab p {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-box .f-contact {
    width: 100%;
  }
  #footer .f-box .f-contact ul li:last-child {
    margin-top: 0;
  }
  #footer .f-box ul li {
    font-size: 16px;
  }
  #footer .f-copy .f-logo {
    display: none;
  }
}
@media (max-width: 500px) {
  .flex-4 > * {
    width: 100%;
  }
  .font-40 {
    font-size: 26px;
  }
  .font-26,
  .font-25 {
    font-size: 20px;
  }
  #banner ul li .text {
    width: 40%;
    zoom: .8;
  }
  #banner ul li .text .title {
    font-size: 18px;
    line-height: 1.6;
  }
  #banner ul li .text .link {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .i-category ul .slick-list {
    padding: 0;
  }
  #index-body .i-category ul li {
    padding-top: 0;
  }
  #index-body .i-category ul li .img-box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .i-category ul li .img-box::after {
    opacity: 1;
  }
  #index-body .i-category ul li .img-box .title {
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color);
  }
  #index-body .i-category ul li .img-box .link {
    color: var(--color);
  }
  #index-body .i-category ul li .img-box .link .arrow .circle {
    border-color: var(--color);
    background: var(--color);
  }
  #index-body .i-category ul li .img-box .link .arrow img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #index-body .i-about .top .left {
    padding: 6px 0 0 16px;
  }
  #index-body .i-about .top .left .con {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-about .bottom .desc {
    padding: 15px;
  }
  #index-body .i-about .bottom .desc .text {
    width: 100%;
  }
  #index-body .i-about .bottom .desc .text .title {
    font-size: 18px;
  }
  #index-body .i-about .bottom .desc .text .con {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-advantage ul li .ig .img span,
  #index-body .i-advantage ul li .ig .text .link {
    opacity: 1;
  }
  #index-body .i-advantage ul li .ig .text .link {
    margin-top: 10px;
  }
  #index-body .i-news .right .bottom ul li {
    width: 100%;
  }
  #index-body .i-news .right .top ul li::before {
    display: none;
  }
  #index-body .i-news .right .top ul li {
    padding-left: 0;
  }
  .fixed-toolbar {
    zoom: .8;
  }
}
.inner-banner {
  color: #fff;
  padding: 13.34% 0 15px 0;
}
.slickBtn div {
  width: 3em;
  height: 3em;
  background-color: #d0d0d0;
  color: #363636;
}
.slickBtn div i {
  font-size: .7em;
  line-height: 1;
}
.slickBtn div.next i {
  margin-left: .3em;
}
.custom-page {
  padding: 5% 0 6.3021%;
}
.custom-page .title {
  color: var(--color);
  line-height: 1.3;
}
.custom-page .container > div {
  border-top: 1px solid #000;
}
.custom-page .custom-1 .con {
  line-height: 1.5;
  width: 66%;
}
.custom-page .custom-2 .con {
  line-height: 1.5;
}
.custom-page .custom-2 ul li img {
  width: 100%;
}
.custom-page .custom-2 ul li .text {
  top: 20%;
  width: 100%;
  left: 0;
  color: white;
  padding: 0 6%;
}
.custom-page .custom-2 ul li .text .desc {
  line-height: 1.5;
}
.custom-page .custom-2 .slickBtn.pos div.prev {
  right: 101%;
}
.custom-page .custom-2 .slickBtn.pos div.next {
  left: 101%;
}
.custom-page .custom-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.custom-page .custom-3 .list li {
  line-height: 1.5;
}
.custom-page .custom-3 .list li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
}
.custom-page .custom-3 .list li span.h6:hover {
  color: var(--color);
}
.custom-page .custom-4 .text {
  line-height: 1.5;
}
.mana-page {
  padding: 5% 0 0.2%;
}
.mana-page .line {
  border-top: 1px solid #000;
}
.mana-page .mana-1 .img {
  border-top: 1px solid #000;
}
.mana-page .mana-1 .con {
  width: 66%;
  line-height: 1.5;
}
.mana-page .mana-2 .title {
  max-width: 618px;
  line-height: 1.3;
}
.mana-page .mana-2 .text {
  line-height: 1.5;
}
.mana-page .mana-3 .slick-slide {
  height: auto;
}
.mana-page .mana-3 .slick-slide > div {
  height: 100%;
}
.mana-page .mana-3 li {
  height: 100%;
}
.mana-page .mana-3 li .ig {
  background-color: #fff;
  padding: 10%;
  height: 100%;
}
.mana-page .mana-3 li .ig span.num {
  line-height: .8;
  right: 8px;
  top: 5px;
  color: transparent;
  -webkit-text-stroke: 1px black;
  opacity: .5;
  pointer-events: none;
}
.mana-page .mana-3 li .ig span.icon img {
  display: inline-block;
}
.mana-page .mana-3 li .ig span.h6 {
  line-height: 1.6;
  min-height: 3.2em;
}
.mana-page .mana-4 span.h2 {
  line-height: 1.2;
}
.mana-page .mana-4 .right {
  z-index: 1;
}
.mana-page .mana-4 .right::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 3px;
  top: 0;
  background-color: black;
  z-index: -1;
}
.mana-page .mana-4 .text {
  max-height: 600px;
  overflow: auto;
}
.mana-page .mana-4 .text strong {
  font-size: 1.66666667em;
}
.mana-page .mana-4 .text::-webkit-scrollbar {
  width: 7px;
}
.mana-page .mana-4 .text::-webkit-scrollbar-track {
  background-color: transparent;
}
.mana-page .mana-6 .right span.h6 {
  font-weight: 500;
}
.mana-page .mana-6 .right .text {
  line-height: 1.6;
}
.mana-page .mana-6 .right .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .5em;
}
.mana-page .mana-6 .right .text p::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .6em;
}
@media (max-width: 1450px) {
  .custom-page .custom-2 .slickBtn.pos div.prev {
    right: initial;
    left: -15px;
  }
  .custom-page .custom-2 .slickBtn.pos div.next {
    left: initial;
    right: -15px;
  }
}
@media (max-width: 1000px) {
  .custom-page .custom-3 .left {
    position: static;
  }
  .mana-page .mana-1 .con {
    width: 100%;
  }
  .mana-page .mana-5 .right {
    width: 52%;
  }
}
@media (max-width: 700px) {
  .custom-page .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .custom-page .custom-1 .con {
    width: 100%;
  }
  .slickBtn div.prev {
    left: -15px !important;
  }
  .slickBtn div.next {
    right: -15px !important;
  }
  .font-18 {
    line-height: 1.8 !important;
  }
  .font-30 {
    font-size: 20px;
  }
  .mana-page .mana-5 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mana-page .mana-5 .left {
    width: 100%;
  }
  .mana-page .mana-5 .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .custom-page .custom-2 ul li .text {
    top: 10%;
  }
  .custom-page .custom-2 ul li .text .tit {
    font-size: 18px;
  }
  .custom-page .custom-2 ul li .text .desc {
    font-size: 14px;
    line-height: 2;
    max-height: 100px;
    overflow-y: auto;
  }
}
.m-page .wp-pagenavi{
  text-align: center;
  margin-top: 70px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 78px;
  line-height: 85px;
  height: 78px;
  font-size: 20px;
  text-align: center;
  border-radius:50%; 
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.about-page .about-1 .container .left {
  max-width: 785px;
}
.about-page .about-1 .container .left h3 {
  line-height: 1.2;
}
.about-page .about-1 .container .left img {
  margin-top: 80px;
}
.about-page .about-1 .container .right {
  max-width: 600px;
}
.about-page .about-1 .container .right p {
  max-width: 540px;
}
.about-page .about-1 .container .right img {
  margin-top: 80px;
}
.about-page .about-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.about-page .about-1 .text p {
  padding: 0 60px;
}
.about-page .about-1 ul {
  margin-bottom: 106px;
}
.about-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.about-page .about-1 ul li .left {
  margin-right: 35px;
}
.about-page .about-1 ul li .left h4 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 ul li .left p {
  font-size: 16px;
    line-height:30px;
  font-family: var(--font);
}
.about-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.about-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: #092143;
  height: 450px;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
}
.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
  margin-bottom: -10px;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 {
  margin: 130px 0 0;
}
.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #098dd8;
  color: white;
  padding-left: 50px;
  padding-right: 30px;
  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;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  padding: 180px 0 160px;
}
.about-page .about-4 h2 {
  margin-top: 0px;
  line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid var(--color);
}
.about-add{
  padding-bottom: 9.84375%;
}
.about-add ul{
  margin: -13px;
}
.about-add ul li{
  padding: 13px;
  text-align:center;
}
.about-add ul li .text span{
  font-weight: 600;
}
.about-add ul li .text p{
  line-height: 1.2;
  color: #888888;
}
.about-add ul li .item{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
.about-add ul li .item .con{
  font-size: 26px;
  line-height: 1.7;
  color: #000;
  padding-bottom: 6%;
}
.about-add ul li .item .more{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  padding: 9px 0 8px;
  height: auto;
  display: block;
}
.about-add ul li .item .more:hover{
  color: #000;
  background: #fff;
}
.about-add ul li .item::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.about-add ul li:hover .item{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-3{
  margin-bottom: 3.23%;
}
.about-page .about-3 .left{
  width: 30.209%;
}
.about-page .about-3 .right .text{
  padding-right: 5%;
}
.about-page .about-3 .right .text .text-l{
  width: 66%;
}
.about-page .about-3 .right .text .list ul{
  margin: 0 -19.5px;
}
.about-page .about-3 .right .text .list ul li{
  padding: 0 19.5px;
}
.about-page .about-3 .right .text .img_box{
  margin: -60px 0 0 0;
}
.about-page .about-3 .right .box{
  margin-top: 20px;
}
.about-page .about-5{
  background: #24292c;
  color: #fff;
  padding: 6.25% 0;
}
.about-page .about-5 .header .title{
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1.09;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.about-page .about-5 .header p{
  font-size: 14px;
  letter-spacing: .8rem;
  font-weight: 500;
  margin: 0;
  line-height: 2.23;
  text-transform: uppercase;
  color: var(--color);
}
.about-page .about-5 .content{
  margin-top: 60px;
}
.about-page .about-5 .content p{
   text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: .1rem;
    margin: 20px 0 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.about-page .about-6{
  background: #dbd6d3;
  color: #000;
}
.about-page .about-6 .content p{
  color: #000;
}
.about-page .about-6 ul li{
  padding-top: 30px;
}
.about-page .about-6 ul .slick-current li{
  padding-top: 0;
}
.about-page .about-6 ul .slick-current + div + div li{
  padding-top: 0;
}
.faq-page .faq-1 {
  padding: 4.2% 0 2.5%;
  text-align: center;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
  cursor: pointer;
}
.faq-page .faq-1 .list ul li.current h6 i:after{
  display: none;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #301500;
  position: relative;
  background: #fff;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 20px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after,
.faq-page .faq-1 .list ul li h6 i::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  line-height: 36px;
  padding: 20px;
  display: none;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: 111;
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i::after,
.faq-page .faq-1 .list ul li.active h6 i::before {
  background: white;
}
.product-page .product-2 {
  margin-top: 90px;
}
.sider-box .sider-left {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  font-weight: bold;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li 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{
  background-color: var(--color);
}
.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: 10px auto 0;
}
.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;
}
.submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.more input[type="submit"] {
  padding: 0 30px;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.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: var(--color);
  box-shadow: 0 0 20px rgba(255, 198, 0, .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-right {
  width: 74%;
}
.product-page .init-1 {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
  font-size: 30px;
  font-weight: bold;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 180px;
  overflow-y: scroll;
}
.product_list {
  background-color: #fff;
  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;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  -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-weight: 600;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.product-page .pro_init_1 {
  padding-top: 80px;
}

.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;
  padding-top: 25px;
}

.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;
}
.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(--color);
}

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

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

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    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: 'Bahnschrift';
}
.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(--color);
}
.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: 20px;
    line-height: 36px;
    font-weight: bold;
    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[type="text"],
.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[type="text"]: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[type="text"]::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]::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 .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(--color);
}
.product-page .pro_init_1 .container .right {
  width: 43%;
}

.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: 30px;
  line-height: 1.4;
  color: #4a4a4a;
  font-weight: 600;
}
.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: 296px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
}

.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;
}
#index-body .product {
  background-color: #f6f6f6;
  padding: 76px 0 86px;
}
#index-body .product .content {
  margin-top: 53px;
}
#index-body .product .content ul {
  margin: -16px;
}
#index-body .product .content ul li {
  padding: 16px;
}
#index-body .product .content ul li .ig {
  padding: 8px 8px 20px;
  background: #fff;
}
#index-body .product .content ul li .ig .text {
  padding: 17px 55px 0 54px;
}
#index-body .product .content ul li .ig .text .tit {
  font-size: 18px;
  line-height: 1.3;
}
#index-body .product .content ul li .ig .text .more {
  margin-top: 19px;
  background: #fff;
  color: #1a1a1a;
  opacity: 0;
}
#index-body .product .content ul li .ig .text .more::before,
#index-body .product .content ul li .ig .text .more::after {
  background: #ccc;
}
#index-body .product .content ul li .ig:hover {
  background-color: var(--color);
  -webkit-box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
  box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
  border-radius: 5px;
  color: #fff;
}
#index-body .product .content ul li .ig:hover .text .tit {
  font-weight: 600;
}
#index-body .product .content ul li .ig:hover .text .more {
  opacity: 1;
}
#index-body .product .page {
  padding: 53px 8px 0;
}
#index-body .product .page .prev,
#index-body .product .page .next {
  display: inline-block;
  width: 70px;
  height: 46px;
  background-color: #1a1a1a;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .page .prev img,
#index-body .product .page .next img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .product .page .prev:hover,
#index-body .product .page .next:hover {
  background: var(--color);
}
#index-body .product .page .dots li {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  margin-right: 25px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .page .dots li::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.3);
}
#index-body .product .page .dots li button {
  display: none;
}
#index-body .product .page .dots li:last-child {
  margin-right: 0;
}
#index-body .product .page .dots li.slick-active {
  border-color: var(--color);
}
#index-body .product .page .dots li.slick-active::after {
  background: var(--color);
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  line-height: 1.2;
  font-weight:bold;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  width: 160px;
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: #111;
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 260px;
  position: relative;
    background-size: cover;
    display: block;
    background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 22px;
  color: #301500;
line-height: 40px;
  min-height: 6em;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: #111;
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.7;
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #111;
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  left: 10px;
}
.news-page .news-1 .list ul li .box:hover time,
.news-page .news-1 .list ul li .box:hover h6,
.news-page .news-1 .list ul li .box:hover p,
.news-page .news-1 .list ul li .box:hover a.link{
  color: var(--color);
}
.newdet-page{
  padding-bottom: 5rem;
}
.newdet-page .newdet-1 {
  padding: 4rem 0 0rem;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 36px;
  color: #301500;
  font-family: 'Bahnschrift';
  font-weight: bold;
  line-height: 1.4;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 36px;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding:  0 0 40px 0;
  text-align: left;
  border-bottom: 1px #301500 dotted;
  font-size: 18px;
  line-height: 32px;
}
.m-link {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
  line-height: 32px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #111;
}
.newdet-page .newdet-1 .share {
  float: right;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  font-size: 20px;
  color: #301500;
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a:hover {
  color: #111;
}
.newdet-page .newdet-2 {
  padding-bottom: 4.25rem;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
.factory-page .factory-1 {
  padding: 70px 0 160px;
}
.factory-page .factory-1 span.tag {
  display: block;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.factory-page .factory-1 h2.title {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  max-width: 60%;
}
.factory-page .factory-1 .box {
  margin-top: 80px;
}
.factory-page .factory-1 .box .slide {
  margin-bottom: 80px;
}
.factory-page .factory-1 .box .slide:last-child {
  margin-bottom: 0;
}
.factory-page .factory-1 .box .left {
  width: 34%;
  padding-right: 2%;
}
.factory-page .factory-1 .box .left:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.factory-page .factory-1 .box .left h3 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  padding-right: 10%;
}
.factory-page .factory-1 .box .right {
  width: 100%;
}
.factory-page .factory-1 .box .right:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.factory-page .factory-1 .box .right .text {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.factory-page .factory-1 .box .right .list ul {
  margin: -6px;
}
.factory-page .factory-1 .box .right .list ul li {
  padding: 6px;
}
.contact-page .contact-1 {
  padding: 75px 0 150px;
  background-size: cover;
  color: black;
}
.contact-page .contact-1 span.tag {
  display: block;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact-page .contact-1 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 60%;
}
.contact-page .contact-1 .box {
  margin-top: 50px;
}
.contact-page .contact-1 .box h5 {
  font-size: 46px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
}
.contact-page .contact-1 .box .left {
  width: 34%;
  padding-right: 2%;
}
.contact-page .contact-1 .box .left:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.contact-page .contact-1 .box .left .content {
  padding-right: 15%;
}
.contact-page .contact-1 .box .left .text {
  font-size: 18px;
  line-height: 1.6;
}
.contact-page .contact-1 .box .left .info {
  margin-top: 35px;
}
.contact-page .contact-1 .box .left .info ul li {
  margin-bottom: 35px;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .left .info ul li i {
  position: absolute;
  left: 0;
  top: -2px;
}
.contact-page .contact-1 .box .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .box .left .info ul li:hover {
  color: var(--color);
}
.contact-page .contact-1 .box .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .box .right {
  width: 66%;
}
.contact-page .contact-1 .box .right:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.contact-page .contact-1 .box .right .form ul {
  margin: -25px -20px;
}
.contact-page .contact-1 .box .right .form ul li {
  padding: 25px 20px;
}
.contact-page .contact-1 .box .right .form ul li label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.contact-page .contact-1 .box .right .form ul li input,
.contact-page .contact-1 .box .right .form ul li textarea {
  line-height: 24px;
  padding: 15px;
  border: none;
  background: #fff;
  width: 100%;
}
.contact-page .contact-1 .box .right .form ul li textarea {
  height: 140px;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"] {
  height: 64px;
  line-height: 60px;
  padding: 0 60px;
  border: 2px solid var(--color);
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color);
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}
@media (max-width: 1700px) {
  .about-page .about-1 .container .left {
    width: 52%;
  }
  .about-page .about-1 .container .right {
    width: 48%;
  }
  .about-page .about-2 .bg {
    max-width: 50%;
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
  .product-page .form ul li input[type="text"],
    .product-page .form ul li textarea {
        padding: 15px;
    }
    #index-body .product .content ul li .ig .text {
    padding: 17px 30px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .m-link {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: 70px 0;
  }
  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
  .factory-page .factory-1 span.tag,
  .contact-page .contact-1 span.tag {
    font-size: 28px;
  }
  .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    font-size: 54px;
  }
  .factory-page .factory-1 .box {
    margin-top: 60px;
  }
  .factory-page .factory-1 .box .left h3 {
    font-size: 28px;
  }
  .factory-page .factory-1 .box .right .text {
    font-size: 18px;
  }
  .factory-page .factory-1 {
    padding: 70px 0;
  }
  .contact-page .contact-1 .box h5 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1500px) {
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
   .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input[type="text"],
    .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;
    }
    .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 1.8;
    min-height:0em;
  }
}
@media (max-width: 1400px) {
  .about-page .about-1 .container .right {
    width: 42%;
  }
  .about-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .about-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-1 ul li .right {
    font-size: 14px;
  }
  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    padding-left: 0;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .about-page .about-3 .right .text .text-l{
    width: 100%;
  }
   .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    font-size: 42px;
  }
   .factory-page .factory-1 span.tag,
  .contact-page .contact-1 span.tag {
    font-size: 24px;
  }
  .factory-page .factory-1 .box .left:before,
  .factory-page .factory-1 .box .right:before,
  .contact-page .contact-1 .box .left:before,
  .contact-page .contact-1 .box .right:before{
    margin-bottom: 20px;
  }
  .factory-page .factory-1 .box .left {
    width: 26%;
  }
  .factory-page .factory-1 .box .right {
    width: 74%;
  }
  .factory-page .factory-1 .box {
    margin-top: 40px;
  }
  .factory-page .factory-1 .box .slide {
    margin-bottom: 50px;
  }
  .contact-page .contact-1 .box h5 {
    font-size: 30px;
  }
  .contact-page .contact-1 .box .left .content {
    padding-right: 5%;
  }
  .contact-page .contact-1 .box .left .info ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .box .right .form ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul {
    margin: -10px;
  }
  .contact-page .contact-1 .box .right .form ul li label {
    font-size: 14px;
  }
  .contact-page .contact-1 .box .right .form ul li input,
  .contact-page .contact-1 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul li textarea {
    height: 100px;
  }
  .contact-page .contact-1 .box .right .form ul li input[type="submit"] {
    line-height: 40px;
    height: 44px;
    font-size: 16px;
    padding: 0 30px;
  }
  .contact-page .contact-1 {
    padding: 70px 0;
  }
  .sider-box .sider-left .category .catelist > ul > li > a{
    padding-left: 15px;
    padding-right: 20px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a::after{
    font-size: 20px;
    right: 10px;
  }
}
@media (max-width: 1250px) {
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .about-page .about-1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-1 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-left: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: 40px;
  }
  .about-page .about-5 .header .title{
    font-size: 56px;
  }
  .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;
    }
    .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
  .sider-box .sider-left .category,
  .sider-box .sider-left .quote{
    padding: 30px 15px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a{
    padding-left: 12px;
    padding-right: 20px;
    font-size: 14px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a::after{
    right: 12px;
    font-size: 16px;
  }
  .m-page a, .m-page span{
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 16px;
  }
  #innerMobileBanner .banner2{
    padding-top: 70px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right p {
    max-width: 100%;
  }
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-1 .container .left .more{
    margin-left: 0;
  }
  .about-page .about-1{
    padding: 60px 0 0;
  }
  .about-page .about-1 ul li .right{
    line-height: 1.5;
  }
  .about-page .about-1 ul{
    margin-bottom: 60px;
  }
  .about-add {
    padding-bottom: 13%;
  }
  .about-page .about-3{
    margin-top: 60px;
  }
  .about-page .about-3 .left{
    width: 100%;
  }
  .about-page .about-5 .header .title {
    font-size: 36px;
  }
  .about-page .about-4{
    padding: 60px 0;
  }
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .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 .box .right{
      width: 100%;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input[type="text"],
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="text"][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: 2;
    }
     #index-body .product {
    padding: 60px 0;
  }
  #index-body .product .content {
    margin-top: 26px;
  }
  #index-body .product .content ul {
    margin: -8px;
  }
    #index-body .product .content ul li {
    padding: 8px;
  }
  #index-body .product .content ul li .ig .text {
    padding: 12px 0 0;
  }
  .news-page .news-1 .list ul li{
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
  .factory-page .factory-1 .box .left h3 {
    font-size: 24px;
  }
  .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    font-size: 36px;
  }
  .factory-page .factory-1 span.tag,
  .contact-page .contact-1 span.tag {
    font-size: 20px;
  }
  .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    font-size: 32px;
  }
  .flex-5 > *{
    width: 33.3333%;
  }
  .contact-page .contact-1 .box h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact-page .contact-1 .box .left .info ul li {
    margin-bottom: 20px;
  }
  .product-page .pro_init_1 {
    padding-top: 30px;
  }
  .product-page .pro_init_1 .container .left{
    width: 100%;
  }
  .product-page .pro_init_1 .container .right{
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .about-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-2 .bg {
    display: none;
  }
  .about-page .about-1 ul {
    margin-bottom: 0;
  }
  .about-page .about-5 .content{
    margin-top: 30px;
  }
  .about-page .about-1{
    padding: 30px 0 0 0;
  }
  .about-page .about-1 .container .left img,
  .about-page .about-1 .container .right img{
    margin-top: 30px;
  }
  .about-page .about-1 .container .left{
    margin-bottom: 30px;
  }
  .about-page .about-1 .text {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .about-add ul li{
    width: 50%;
  }
  .about-add ul li .text span{
    font-size: 20px;
  }
  .about-add ul li .text p{
    line-height: 2;
  }
  .about-page .about-2 .content{
    padding: 30px 0;
  }
  .about-page .about-2 .content ul {
    margin: 30px -15px 0;
  }
  .about-page .about-3 .left{
    margin-bottom: 30px;
  }
  .about-page .about-3 .right .box .box-l{
    padding: 30px 15px;
  }
  .about-page .about-5 .header .title {
    font-size: 30px;
    line-height: 1.3
  }
  .about-page .about-4{
    padding: 30px 0;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-5 > * {
    width: 50%;
  }
  #index-body .product {
    padding: 30px 0;
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-left: 0;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
    line-height: 44px;
    margin-top:10px;
  }
  .news-page .news-1 .list ul li{
    width: 100%;
  }
  .factory-page .factory-1 .box .left,
  .contact-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .factory-page .factory-1 .box .right,
  .contact-page .contact-1 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .factory-page .factory-1 .box .left:before,
  .factory-page .factory-1 .box .right:before,
  .contact-page .contact-1 .box .left:before,
  .contact-page .contact-1 .box .right:before{
    display: none;
  }
  .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    max-width: none;
    font-size: 26px;
  }
  .contact-page .contact-1 .box {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-2 .content ul li {
    width: 100%;
  }
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 50px -15px 0;
  }
  .about-page .about-3 .right .box .box-l {
    padding: 50px 15px;
  }
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-add ul li{
    width: 100%;
  }
  .about-page .about-4 h2{
    margin-top: 0;
  }
  .product_list {
    padding: 15px;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-5 > * {
    width: 100%;
  }
  .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
    #index-body .product .content ul li .ig {
    background: var(--color);
    -webkit-box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
    box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
    border-radius: 5px;
  }
  #index-body .product .content ul li .ig .text .more {
    opacity: 1;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#mobile3 .m-search form input[type="submit"]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}