.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}

#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}

#mobile2 {
  z-index: 220;
}

#mobile3 {
  z-index: 220;
}

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

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

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

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

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

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  --color: #ef7d1c;
  margin: 0 auto;
  color: #333;
}

.container {
  width: 1630px;
}

.container1 {
  width: 1710px;
}

.bigtt-zt {
  font-family: "Montserrat";
  font-weight: 600;
}

.fam-Lobster {
  font-family: "Lobster";
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}

#header .nav {
  position: relative;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .nav .ui.menu {
  border-radius: 10px;
  width: 81%;
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
  margin: 0 38px;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  color: #333;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
  display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container 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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.hasziji i {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-language span {
  text-transform: uppercase;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  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 #60b242;
  display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .right .line {
  width: 1px;
  height: 20px;
  background-color: #333;
}

#header .nav .ui.menu .right .h-search {
  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;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
  -webkit-filter: none;
  filter: none;
}

#banner {
  margin-top: 88px;
}

#banner .banner-content {
  height: -webkit-calc(100vh - 88px);
  height: -moz-calc(100vh - 88px);
  height: calc(100vh - 88px);
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
#banner .banner-content .swiper-slide .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 7s ease;
}
#banner .banner-content .swiper-slide.swiper-slide-active .img {
  transform: scale(1.1);
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  line-height: 1.3;
  color: #fffefe;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
  color: #fffefe;
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  line-height: 2;
}

#banner .banner-content .swiper-tool-box {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#banner .banner-content .swiper-tool-box .con {
  height: 100%;
}

#banner .banner-content .swiper-tool-box .con .share {
  position: absolute;
  left: 0;
  top: 26%;
  pointer-events: all;
}

#banner .banner-content .swiper-tool-box .con .share ul li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#banner .banner-content .swiper-tool-box .con .share ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .con .share ul li a:hover {
  border-color: var(--color);
  color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-pagination {
  pointer-events: all;
  width: auto;
  position: absolute;
  left: auto;
  right: 0;
  top: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet {
  margin: 4px 0;
  background-color: transparent;
  width: 32px;
  height: 32px;
  border: solid 1px transparent;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet:hover {
  color: var(--color);
  border-color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--color);
  border-color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 15px;
  height: 15px;
  background-color: var(--color);
}

.btn-go {
  width: auto;
  min-width: 220px;
  padding: 0 22px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.btn-go:hover {
  border-color: #fff;
  background-color: transparent;
}

.btn-go.nobg:hover {
  border-color: var(--color);
  color: var(--color);
}

.flexGap-140 {
  gap: 140px;
}

.mk-desc {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.btn-more {
  text-decoration: underline!important;
}

#index-body .init-1 .left {
  width: 50%;
  padding-right: 6%;
}

#index-body .init-1 .right {
  width: 50%;
  padding-left: 2%;
}

#index-body .init-2 .list ul li .box .img-box {
  border-radius: 50%;
}

#index-body .init-2 .list ul li .box .tt {
  padding: 0 20px;
}

#index-body .init-3 {
  position: relative;
}

#index-body .init-3 .bg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

#index-body .init-3 .left {
  width: 60%;
}

#index-body .init-3 .left ul {
  margin: 0 -16px;
}

#index-body .init-3 .left ul li {
  width: 50%;
  padding: 0 16px;
}

#index-body .init-3 .left ul li img {
  width: 100%;
}

#index-body .init-3 .right {
  width: 40%;
  padding-left: 5%;
}

#index-body .init-3 .right ul li {
  width: 50%;
  position: relative;
}

#index-body .init-3 .right ul li .box {
  padding: 50px 8px 26px;
  text-align: center;
}

#index-body .init-3 .right ul li .box .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 64px;
  -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;
  transition: all 1s;
}
#index-body .init-3 .right ul li .box:hover .icon{
  transform: rotateY(360deg);
}


#index-body .init-3 .right ul li .box .desc {
  height: 3em;
  overflow-y: auto;
}

#index-body .init-3 .right ul li.num1::before,
#index-body .init-3 .right ul li.num2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

#index-body .init-3 .right ul li.num2::after,
#index-body .init-3 .right ul li.num4::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

#index-body .init-4 {
  background-color: #faf9f7;
}

#index-body .init-4 .list .zdyqh .swiper-button {
  top: 32%;
}

#index-body .init-5 .list ul li {
  padding: 56px 0;
}

#index-body .init-5 .list ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-5 .list ul li.swiper-slide-active .box {
  -webkit-transform: scale(1.28);
  -moz-transform: scale(1.28);
  -ms-transform: scale(1.28);
  -o-transform: scale(1.28);
  transform: scale(1.28);
}

#index-body .init-5 .list ul li.swiper-slide-prev .box {
  -webkit-transform: translateX(-7%);
  -moz-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  -o-transform: translateX(-7%);
  transform: translateX(-7%);
}

#index-body .init-5 .list ul li.swiper-slide-next .box {
  -webkit-transform: translateX(7%);
  -moz-transform: translateX(7%);
  -ms-transform: translateX(7%);
  -o-transform: translateX(7%);
  transform: translateX(7%);
}

#index-body .init-6 .mk-top {
  background-color: #faf9f7;
  overflow: hidden;
}

#index-body .init-6 .mk-top .bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#index-body .init-6 .mk-bottom .left {
  width: 31.5%;
  padding: 160px 68px 160px -webkit-calc((100vw - 1680px) / 2);
  padding: 160px 68px 160px -moz-calc((100vw - 1680px) / 2);
  padding: 160px 68px 160px calc((100vw - 1680px) / 2);
}

#index-body .init-6 .mk-bottom .right {
  width: 68.5%;
  padding: 0 -webkit-calc((100vw - 1680px) / 2) 0 115px;
  padding: 0 -moz-calc((100vw - 1680px) / 2) 0 115px;
  padding: 0 calc((100vw - 1680px) / 2) 0 115px;
}

#index-body .init-6 .mk-bottom .right ul li .box .tt {
  height: 3em;
}

#index-body .init-6 .mk-bottom .right ul li .box .desc {
  color: #666666;
  height: 3.6em;
  overflow-y: auto;
}

#index-body .init-6 .mk-bottom .right ul li .box .time {
  color: #999999;
}

#index-body .init-6 .mk-bottom .right .zdy.swiper-pagination span.swiper-pagination-bullet {
  background-color: rgba(153, 153, 153, 0.29);
}

#index-body .init-6 .mk-bottom .right .zdy.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}

.zdyqh .swiper-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--color);
  top: 50%;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.zdyqh .swiper-button::after {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.zdyqh .swiper-button:hover {
  opacity: 1;
}

.zdyqh .swiper-button.swiper-button-prev {
  left: -34px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.zdyqh .swiper-button.swiper-button-next {
  right: -34px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.zdy.swiper-pagination {
  position: static;
}

.zdy.swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  margin: 0 20px;
  opacity: 1;
}

.zdy.swiper-pagination span:hover {
  background-color: var(--color);
}

.zdy.swiper-pagination span.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: var(--color);
}

#footer {
  background-color: #313131;
}

#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 210px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
  color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  font-weight: 500;
  color: #bbbbbb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  max-width: 308px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share ul li a {
  display: block;
  color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 96px;
  height: 96px;
  background: #fff;
  border: 3px solid #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 475px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span {
  line-height: 1.7;
  position: relative;
  padding-left: 38px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span i {
  width: 24px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover {
  color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
  max-width: 360px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  width: 100%;
  padding: 6px 28px;
  margin-top: 20px;
  color: #fff;
  border-radius: 22px;
  height: 42px;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input:-moz-placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::-moz-placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .btn-go {
  min-width: 160px;
  height: 50px;
  font-size: 18px;
}

#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-b p {
  color: rgba(255, 255, 255, 0.5);
  padding: 16px 0;
}

#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 18px;
}

#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
  width: auto;
  max-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  fill: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1700px) {
  .flexGap-140 {
    gap: 110px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 34px;
  }

  #index-body .init-6 .mk-bottom .left {
    padding: 140px 50px 140px -webkit-calc((100vw - 1370px) / 2);
    padding: 140px 50px 140px -moz-calc((100vw - 1370px) / 2);
    padding: 140px 50px 140px calc((100vw - 1370px) / 2);
  }

  #index-body .init-6 .mk-bottom .right {
    padding: 0 -webkit-calc((100vw - 1370px) / 2) 0 100px;
    padding: 0 -moz-calc((100vw - 1370px) / 2) 0 100px;
    padding: 0 calc((100vw - 1370px) / 2) 0 100px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 400px;
  }
}

@media screen and (max-width: 1450px) {
  .flexGap-140 {
    gap: 90px;
  }

  body {
    font-size: 16px;
  }

  .btn-go {
    zoom: 0.85;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 18px;
    margin: 0px 28px;
  }

  #index-body .init-3 .left {
    width: 56%;
  }

  #index-body .init-3 .right {
    width: 44%;
  }

  #index-body .init-3 .mk-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #index-body .init-6 .mk-bottom .left {
    padding: 100px 50px 100px -webkit-calc((100vw - 1170px) / 2);
    padding: 100px 50px 100px -moz-calc((100vw - 1170px) / 2);
    padding: 100px 50px 100px calc((100vw - 1170px) / 2);
  }

  #index-body .init-6 .mk-bottom .right {
    padding: 0 -webkit-calc((100vw - 1170px) / 2) 0 60px;
    padding: 0 -moz-calc((100vw - 1170px) / 2) 0 60px;
    padding: 0 calc((100vw - 1170px) / 2) 0 60px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 310px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 335px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 265px;
  }
}

@media screen and (max-width: 1250px) {
  .flexGap-140 {
    gap: 70px;
  }

  #banner {
    margin-top: 60px;
  }

  #banner .banner-content {
    height: 44vw;
  }

  #index-body .init-3 .left ul {
    margin: 0 -5px;
  }

  #index-body .init-3 .left ul li {
    padding: 0px 5px;
  }

  #index-body .init-3 .right ul li .box .icon {
    zoom: 0.8;
  }

  #index-body .init-3 .right .mk-tt {
    zoom: 0.9;
  }

  .zdyqh .swiper-button.swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .zdyqh .swiper-button.swiper-button-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

  #index-body .init-5 .list ul li {
    padding: 40px 0;
  }

  #index-body .init-6 .mk-bottom .left {
    width: 34%;
    padding: 80px 30px 80px -webkit-calc((100vw - 940px) / 2);
    padding: 80px 30px 80px -moz-calc((100vw - 940px) / 2);
    padding: 80px 30px 80px calc((100vw - 940px) / 2);
  }

  #index-body .init-6 .mk-bottom .right {
    width: 66%;
    padding: 0 -webkit-calc((100vw - 940px) / 2) 0 60px;
    padding: 0 -moz-calc((100vw - 940px) / 2) 0 60px;
    padding: 0 calc((100vw - 940px) / 2) 0 60px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 212px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 300px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 216px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact span i {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1000px) {
  .flexGap-140 {
    gap: 50px;
  }

  #banner .banner-content {
    height: 440px;
  }

  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }

  #footer .footer-center .footer-b p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index-body .init-1 .left {
    width: 100%;
    padding-right: 0;
  }

  #index-body .init-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 6%;
  }

  .mk-desc {
    max-width: 100%;
  }

  #index-body .init-3 .left {
    width: 100%;
  }

  #index-body .init-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  #index-body .init-3 .left ul li {
    margin-top: 0;
  }

  #index-body .init-5 .list ul li.swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  #index-body .init-5 .list ul li.swiper-slide-next .box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  #index-body .init-5 .list ul li.swiper-slide-prev .box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  #index-body .init-5 .list ul li {
    padding: 0;
  }

  .zdy.swiper-pagination span.swiper-pagination-bullet {
    margin: 0 10px;
  }

  #index-body .init-6 .mk-top .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #index-body .init-6 .mk-top .con .btn-go {
    margin-top: 30px;
  }

  #index-body .init-6 .mk-bottom {
    width: 700px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }

  #index-body .init-6 .mk-bottom .left {
    width: 100%;
    background: transparent !important;
    padding: 40px 0;
  }

  #index-body .init-6 .mk-bottom .left .inner {
    color: #333;
  }

  #index-body .init-6 .mk-bottom .right {
    width: 100%;
    padding: 0 0 40px 0;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 100%;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    margin-top: 30px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 100%;
    margin-top: 30px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
    margin-top: 12px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo>img {
    height: 90px;
  }
}

@media screen and (max-width: 700px) {
  .flexGap-140 {
    gap: 30px;
  }

  body {
    font-size: 15px;
  }

  .btn-go {
    zoom: 0.75;
  }

  .phone_hide {
    display: none;
  }

  #banner .banner-content .swiper-tool-box .swiper-pagination {
    display: none;
  }

  #banner .banner-content .swiper-tool-box .con .share {
    left: 15px;
  }

  .zdyqh {
    display: none;
  }

  #index-body .init-6 .mk-bottom {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .flexGap-140 {
    gap: 20px;
  }

  #banner .banner-content .swiper-slide .txt-content .text2 {
    display: none;
  }

  #banner .banner-content .swiper-tool-box {
    display: none;
  }

  #index-body .init-3 .right ul li {
    width: 100%;
  }

  #index-body .init-3 .right ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  #index-body .init-3 .right ul li::after {
    display: none !important;
  }

  #index-body .init-3 .right ul li .box {
    padding: 25px 8px;
  }

  #index-body .init-3 .right ul li .box .desc {
    height: auto;
  }
}

/*----- inner page -----*/

.inner-banner {
    position: relative;
    overflow: hidden;
    margin-top: 88px;
}

.inner-banner .img {
    display: block;
    overflow: hidden;
    height: 350px;
    min-height: 120px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.1);
    transition: transform 6s ease;
    transition: transform 6s ease, -webkit-transform 6s ease, -moz-transform 6s ease;
}

.inner-banner .text {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 15%;
    width: 100%;
    color: #fff;
}

.inner-banner .text .mbx {
    font-size: 20px;
    line-height: 1.8;
}

.inner-banner .text .i-title {
    margin-top: 10px;
}

.inner-banner .text .mbx,
.inner-banner .text .i-title {
    opacity: 0;
    transform: translateX(-10px);
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.inner-banner.scrolled .img {
    transform: scale(1);
}

.inner-banner.scrolled .text .mbx,
.inner-banner.scrolled .text .i-title {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

.inner-banner.scrolled .text .mbx {
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.inner-banner.scrolled .text .i-title {
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1000px) {
    .inner-banner .text .mbx {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .inner-banner .text .mbx {
        font-size: 16px;
    }

    .inner-banner .text .i-titleyier {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .inner-banner .text .mbx {
        font-size: 14px;
        line-height: 2;
    }
}

.m-page {
    text-align: center;
}

.m-page a,
.m-page span.current {
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.m-page a {
    background: #ffd2ab;
    transition: all 0.5s;
}

.m-page a:hover {
    background: var(--color);
}

.m-page span.current {
    background: var(--color);
    color: #fff;
}

/* ------------------ product-page ------------------ */
.product-page .pro-sidebar-left {
    width: 28%;
    padding-right: 45px;
    position: sticky;
    top: 100px;
}

.product-page .pro-sidebar-left .inner .inner-title {
    font-size: 22px;
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
}

.product-page .pro-sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.product-page .pro-sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 55px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 5rem;
    font-size: 14px;
    color: #555;
}

.product-page .pro-sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    border: none;
    background: url(/template/en/images/h-ss.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li.diyi {
    margin-bottom: 10px;
}
.product-page .pro-sidebar-left .inner .inner-cat ul>li.diyi .arnum{
  color:#aaa;
}
.product-page .pro-sidebar-left .inner .inner-cat ul>li ol {
    padding: 3px 0;
    display: none;
}

.product-page .pro-sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li ol li {
    list-style-type: disc;
    margin-left: 20px;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li.diyi>.benji a {
    font-size: 18px;
    line-height: 32px;
    padding: 8px 0;
    font-weight: 600;
    transition: all 0.5s;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li ol li a {
    padding: 8px 0;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.5s;
    color: #555555;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li.diyi ol.third>li a {
    color: #8f8f8f;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li a:hover {
    color: var(--color) !important;
}

.product-page .pro-sidebar-left .inner .inner-cat ul li.active>.benji a {
    color: var(--color) !important;
}

.product-page .pro-sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color) !important;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li .benji i {
    transition: all 0.5s;
    margin-top: 10px;
    transform: rotate(0);
}

.product-page .pro-sidebar-left .inner .inner-cat ul li>.benji i.rotate {
    transform: rotate(90deg);
}

.product-page .pro-sidebar-left .inner .inner-recent ul li {
    padding: 1.5rem 0;
}

.product-page .pro-sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.product-page .pro-sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-page .pro-sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 2rem;
}

.product-page .pro-sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-page .pro-sidebar-left .inner .inner-recent ul li a .r-text p {
    line-height: 26px;
    font-weight: 600;
    display: -webkit-box;
    margin-bottom: 0.8rem;
}

.product-page .pro-sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 1;
}

.product-page .pro-sidebar-left .inner .inner-contact {
    position: relative;
}

.product-page .pro-sidebar-left .inner .inner-contact>img {
    width: 100%;
}

.product-page .pro-sidebar-left .inner .inner-contact .c-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
}

/*.product-page .pro-sidebar-left .inner .inner-contact .c-box .btn-go {
    min-width: unset;
}*/

.product-page .pro-sidebar-left .inner .inner-contact h5 {
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
}

.product-page .pro-sidebar-left .inner .inner-contact h6 {
    line-height: 1.4;
    color: #fff;
}

.product-page .pro-sidebar-right {
    width: 72%;
}

.product-page .pro-sidebar-right h1 {
    color: var(--color);
}

.product-page .pro-sidebar-right .Auxil-catdes {
    color: #7f7f7f;
}

.product-page .pro-sidebar-right .product-list ul {
    margin: 0 -16px;
}

.product-page .pro-sidebar-right .product-list ul li {
    width: 33.3%;
    padding: 0 16px;
    margin-bottom: 50px;
}

.product-page .pro-sidebar-right .product-list ul li .box {
    background: #f7f7f7;
    padding: 10px;
}

.product-page .pro-sidebar-right .product-list ul li .box .text {
    margin-top: 20px;
}

.product-page .pro-sidebar-right .product-list ul li .box .text a:hover {
    color: var(--color);
}


@media screen and (max-width: 1450px) {
    .product-page .pro-sidebar-right .product-list ul li {
        margin-bottom: 30px;
    }

    .product-page .pro-sidebar-left .inner .inner-recent ul li a .r-img {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .pro-sidebar-left .inner .inner-recent ul li {
        padding: 1rem 0;
    }

    .product-page .pro-sidebar-right .product-list ul {
        margin: 0 -8px;
    }

    .product-page .pro-sidebar-right .product-list ul li {
        padding: 0 8px;
    }

    .product-page .pro-sidebar-left .inner .inner-contact .c-box {
        padding: 20px;
    }
}


@media screen and (max-width: 1000px) {
    .product-page .pro-sidebar-left {
        display: none;
    }

    .product-page .pro-sidebar-right {
        width: 100% !important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 700px) {
    .product-page .pro-sidebar-right .product-list ul li {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-sidebar-right .product-list ul li {
        width: 100%;
    }
}

#mobile2 .logo img{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1250px) {
    #innerMobileBanner {
        margin-top: 60px;
    }
}

.seoPublic>div {
    padding: 90px 0;
}

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: 350px;
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}

/* ------------------ prodet-page ------------------ */
.prodet-page .prodet-1 .big_img {
    width: 50%;
}

.prodet-page .prodet-1 .big_img ul .slick-track {
    margin-left: 0;
}

.prodet-page .prodet-1 .big_img ul li {
    padding: 3px;
}

.prodet-page .prodet-1 .big_img ul li img {
    margin: auto;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-1 .content {
    padding-left: 30px;
    color: #e2ecd1;
    line-height: 1.8;
    width: 50%;
}

.prodet-page .prodet-1 .content .cat_name {
    color: var(--color);
}

.prodet-page .prodet-1 .content h1 {
    line-height: 1.2;
    color: black;
}

.prodet-page .prodet-1 .content .des {
    font-size: 18px;
    margin: 20px 0;
    max-height: 390px;
    overflow-y: auto;
    color: #7f7f7f;
}

.prodet-page .prodet-1 .content .m-link {
    margin-top: 20px;
    font-size: 16px;
    color: black;
}
.m-link a{
  transition: all 0.5s;
}
.m-link a:hover{
  color: var(--color);
}

.prodet-page .prodet-2 ul.tab li {
    display: inline-block;
    background: var(--color);
    font-size: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0 40px 0 0;
    padding: 0px 50px;
    height: 50px;
    line-height: 52px;
}

.prodet-page .prodet-2 ul.tab li a {
    display: block;
    color: #fff;
}

.prodet-page .prodet-2 ul.tab li.active {
    background: #fff5ec;
}

.prodet-page .prodet-2 ul.tab li.active a {
    color: #000;
}

.prodet-page .prodet-2 .content {
    background: #ffffff;
    padding: 40px 30px;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 1.8;
}
.seoPublic .Auxil-about .box .right div.h3{
    font-weight: 800;
}

@media screen and (max-width:1000px) {
    .prodet-page .prodet-1 .big_img {
        width: 100%;
    }

    .prodet-page .prodet-1 .content {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .prodet-page .prodet-2 .content {
        padding: 20px 15px;
    }

    .prodet-page .prodet-2 ul.tab li {
        padding: 0 30px;
    }
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-1 .content h1 {
        font-size: 25px;
    }
}

@media screen and (max-width:500px) {
    .prodet-page .prodet-2 ul.tab li {
        border-radius: 0;
        width: 100%;
        border-bottom: 1px solid #5d5d5d;
    }

    .prodet-page .prodet-2 .content {
        margin-top: 10px;
    }
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

/*==============================================
            news-page
*/
.news-page {
    background: #f6f6f6;
}

.news-page .news-tab ul {
    margin: -6px;
}

.news-page .news-tab ul li {
    padding: 6px;
}

.news-page .news-tab ul li a {
    display: inline-block;
    background: #fff;
    font-size: 20px;
    line-height: 1.8;
    padding: 9px 23px 8px;
    border-radius: 25px;
    transition: all 0.5s;
}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
    background: var(--color);
    color: #fff;
}

.news-page .news-list {
    margin-top: 70px;
}

.news-page .news-list ul {
    margin: -10px;
}

.news-page .news-list ul li {
    padding: 10px;
}

.news-page .news-list ul li .img-box {
    border-radius: 15px 15px 0 0;
}

.news-page .news-list ul li .text {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 30px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 14px;
    line-height: 2;
}

.xinwen {
    height: 160px;
}

.news-page .news-list ul li .text .top span {
    font-size: 14px;
    background: var(--color);
    color: #fff;
    display: inline-block;
    padding: 0 22px;
    line-height: 36px;
    border-radius: 36px;
}

.news-page .news-list ul li .text .top time {
    font-size: 16px;
    line-height: 30px;
    color: #4B4B4B;
}

.news-page .news-list ul li .text .tit {
    font-size: 18px;
    height: 5.4em;
    overflow-y: auto;
    line-height: 32px;
    padding-right: 110px;
    font-weight: 600;
    margin-top: 32px;
    transition: all 0.5s;
}

.news-page .news-list ul li .text .tit:hover {
    color: var(--color);
}

.news-page .news-list ul li .text .more2 {
    display: block;
    background-color: var(--color);
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.news-page .news-list ul li .text .more2 span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/arrow.png) center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.news-page .news-list ul li .text .more2::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
    -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.news-page .news-list ul li .text .more2:hover::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-page .news-list ul li:hover .text {
    background: #f4f9ff;
}

.news-page .news-list ul li:hover .text .more2 {
    opacity: 1;
}

@media screen and (max-width: 1230px) {
    .news-page .news-list ul li .text {
        padding: 30px 15px;
    }

    .news-page .news-list ul li .text .tit {
        padding-right: 80px;
    }

    .news-page .news-list ul li .text .more2 {
        right: 15px;
    }
}

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

    .news-page .news-list ul li {
        width: 50% !important;
    }
}

@media screen and (max-width: 700px) {
    .news-page .news-tab {
        display: none;
    }

    .news-page .news-list {
        margin-top: 0;
    }

    .news-page .news-list ul li .text .top time {
        display: block;
        margin-top: 10px;
    }

    .news-page .news-list ul li .text .tit {
        padding-right: 0;
        margin-top: 16px;
    }

    .news-page .news-list ul li .text .more2 {
        position: relative;
        margin-top: 20px;
        opacity: 1!important;
        right: auto;
        bottom: auto;
    }
}

@media screen and (max-width: 500px) {
    .news-page .news-list ul li {
        width: 100% !important;
    }
    .news-page .news-list ul li .text .tit{
      height: auto;
    }
}


.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex_row_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_column {
  -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;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*
            news-page
==============================================*/

/*==============================================
    newdet-page
*/

.newdet-page .sideBox .sideLeft {
    width: 27%;
    position: -webkit-sticky;
    position: sticky;
    top: 145px;
    left: 0;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn {
    display: inline-block;
    background-color: var(--color);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/fh.png) center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
    -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    line-height: 46px;
    vertical-align: top;
    margin-left: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newdet-page .sideBox .sideRight {
    width: 63%;
}

.newdet-page .sideBox .sideRight .category {
    background: var(--color);
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    border-radius: 45px;
    padding: 0 23px;
}

.newdet-page .sideBox .sideRight time {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4B4B4B;
}

.newdet-page .sideBox .sideRight .content {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.product-page.newdet-page .pro-sidebar-right{
  width: 100%;
}
.product-page.newdet-page .pro-sidebar-right .product-list ul li{
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
    .newdet-page .sideBox .sideLeft {
        width: 15%;
    }

    .newdet-page .sideBox .sideLeft .back .pageBackwz {
        display: none;
    }

    .newdet-page .sideBox .sideRight {
        width: 85%;
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .sideBox .sideLeft {
        display: none;
    }

    .newdet-page .sideBox .sideRight {
        width: 100%;
    }
}

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

    .newdet-page .sideBox .sideRight h1 {
        line-height: 44px;
    }

    .newdet-page .sideBox .sideRight .content {
        font-size: 16px;
        line-height: 30px;
    }

    .newdet-page .sideBox .sideRight h1 {
        font-weight: bold;
        font-size: calc(1.3555vw + 14px) !important;
    }
}

/*
    newdet-page
==============================================*/


/*==============================================
    contact-page
*/
.contact-page{
  background: #f6f6f6;
}
.contact-page .contact-1 .header .con {
    font-size: 16px;
    line-height: 30px;
    max-width: 820px;
    color: #4B4B4B;
}

.contact-page .contact-1 .content {
    margin-top: 64px;
}

.contact-page .contact-1 .content ul {
    margin: -15px;
}

.contact-page .contact-1 .content ul li {
    padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
    background-color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 15px;
    min-height: 250px;
    padding: 0 30px 0 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-1 .content ul li .ig .info {
    padding: 35px 0 100px;
    font-size: 18px;
}

.contact-page .contact-1 .content ul li .ig .tit {
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-size: 38px;
    line-height: 60px;
    height: 60px;
    font-weight: 600;
}

.contact-page .contact-1 .content ul li .ig::after {
    content: '';
    display: block;
    background: url(../images/contact-icon1.png) center center no-repeat var(--color);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-1 .content ul li .ig:hover {
    background: var(--color);
    color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover::after {
    background-color: #000;
}

.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
    background-image: url(../images/contact-icon2.png);
}

.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
    background-image: url(../images/contact-icon3.png);
}

.contact-page .contact-2 {
    padding-top: 6%;
}

.contact-page .contact-2 .box {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.contact-page .contact-2 .box .form {
    margin-top: 42px;
}

.contact-page .contact-2 .box .form ul {
    margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
    padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
    display: block;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 2;
    border: 0;
    padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
    padding: 10px 1.5% 10px 1.5%;
    height: 200px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
    width: 100%;
}
.word-break{
  word-break: break-word;
}
@media screen and (max-width: 1250px) {
    .contact-page .contact-1 .content ul li .ig .tit {
        font-size: 24px;
    }

    .contact-page .contact-2 ul {
        flex-wrap: wrap;
    }

    .contact-page .contact-2 ul li {
        max-width: none;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .header .con {
        max-width: 300px;
    }

    .contact-page .contact-1 .content {
        margin-top: 20px;
    }

    .contact-page .contact-1 .content ul li {
        width: 50%;
    }

    .contact-page .contact-1 .content ul li .ig {
        padding: 0 20px;
    }

    .contact-page .contact-1 .content ul li .ig .tit {
        left: 20px;
    }

    .contact-page .contact-1 .content ul li .ig::after {
        right: 20px;
    }

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

}

@media screen and (max-width: 700px) {
    .contact-page .contact-1 .header .con {
        max-width: 100%;
        margin-top: 20px;
    }

    .contact-page .contact-1 .content ul {
        margin: -7px;
    }

    .contact-page .contact-1 .content ul li {
        padding: 7px;
    }

    .contact-page .contact-1 .content ul li .ig {
        min-height: 300px;
        font-size: 16px;
        line-height: 1.8;
    }

    .contact-page .contact-1 .content ul li .ig .tit {
        font-size: 22px;
        bottom: 16px;
        height: 50px;
        line-height: 50px;
    }

    .contact-page .contact-1 .content ul li .ig::after {
        width: 50px;
        height: 50px;
        bottom: 20px;
    }

    .contact-page .contact-2 .box {
        padding: 20px 15px;
    }

    .contact-page .contact-2 .box .form {
        margin-top: 30px;
    }

    .contact-page .contact-2 .box .form ul {
        margin: -6px -12px;
    }

    .contact-page .contact-2 .box .form ul li {
        padding: 6px 12px;
    }
}

@media screen and (max-width: 500px) {
    .contact-page .contact-1 .content ul li {
        width: 100%;
    }

    .contact-page .contact-1 .content ul li .ig {
        min-height: 160px;
    }

    .contact-page .contact-2 .form ul li textarea {
        height: 130px;
    }
}

/*
    contact-page
==============================================*/


/*==============================================
    faq-page
*/
.faq-page .ui.container ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-page .ui.container ul li .text {
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px);
    background-color: #f9f9f9;
    padding: 30px 35px;
}
@media screen and (max-width: 500px) {
  .faq-page .ui.container ul li .img{
    zoom: 0.8;
  }
  .faq-page .ui.container ul li .text{
    width: calc(100% - 58px);
    padding: 20px;
  }
}
/*
    faq-page
==============================================*/

/*==============================================
    about-page
*/

.Htitle .miniTit {
  color: #666;
  line-height: 1;
}
.Htitle .miniTit span {
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.about-page .init-1 {
    position: relative;
}

.about-page .init-1 .sub_img_1 {
    width: 345px;
    position: absolute;
    top: 160px;
    left: 0;
}

.about-page .init-1 .sub_img_2 {
    width: 365px;
    position: absolute;
    top: 150px;
    right: 0;
}

.about-page .init-1 .container {

    text-align: center;
}

.about-page .init-1 .container>img {
    display: block;
    width: 80px;
    margin: auto;
}

.about-page .init-1 .container .sub_text {

    position: absolute;
    top: 0;
    left: -80px;
}

.about-page .init-1 .container .title {

    margin-top: 30px;
}

.about-page .init-1 .container .des {
    margin: 0 auto 0;
    max-width: 1200px;
}

.about-page .init-1 .container .des_2 {
    margin: 35px auto 0;
    color: #7f7f7f;
    line-height: 1.8;
    text-align: center;
}

.about-page .init-1 .container .img {
    width: 100%;
}

.about-page .init-1 .container .play_cont {
    cursor: pointer;
    width: 170px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 210px;
    left: 190px;
    border-radius: 50%;
    font-size: 30px;
    background-color: inherit;
}

.about-page .init-1 .container .play_cont img {
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.about-page .init-1 .container .sub_text_2 {

    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #a2af95;
}


.about-page .init-2 .container .list_cont {
    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;
}

.about-page .init-2 .container .list_cont .list {
    width: 23%;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.about-page .init-2 .container .list_cont .list:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.about-page .init-2 .container .list_cont .list .img {
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: var(--color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-page .init-2 .container .list_cont .list .img img {
    width: 60%;
}

.about-page .init-2 .container .list_cont .list .title {
    margin-top: 30px;
    font-weight: 600;
    color: #062b00;
}

.about-page .init-2 .container .list_cont .list .des {

    color: #7f7f7f;
    margin-top: 15px;
}

.about-page .init-3 .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;
}

.about-page .init-3 .container .left {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.about-page .init-3 .container .left .tip_title_cont {
    text-align: center;
}

.about-page .init-3 .container .left .tip_title_cont img {
    margin-left: 0;
}

.about-page .init-3 .container .left .tip_title_cont .tip_title_2 {
    font-size: 20px;
    color: #062b00;
    text-transform: unset;
    margin-top: 20px;
}

.about-page .init-3 .container .left .tip_title_cont .tip_des {
    width: 100%;
    color: #7f7f7f;
}

.about-page .init-3 .container .right {
    width: 100%;
    margin-top: 50px;
}

.about-page .init-3 .container .right .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.about-page .init-3 .container .right .swiper-pagination {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    top: 0;
    margin-top: 40px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #d1d7ca;
    opacity: 1;
    margin: 0 8px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b0bba5;
}

.about-page .init-4 .container .swiper-pagination {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    top: 0;
    margin-top: 40px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #d1d7ca;
    opacity: 1;
    margin: 0 8px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b0bba5;
}


.about-page .init-1 .container .title {
    margin-top: 15px;
}


.about-page .init-1 .container .sub_text_2 {
    display: none;
}


.about-page .init-1 .container .play_cont::before {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.inner-page .container {
    padding: 0 10px;
}

.about-page .init-3 .container .right .swiper-pagination {
    margin-top: 20px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.about-page .init-4 .container .swiper-pagination {
    margin-top: 20px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.about-page .about-4 {
    background: #f5fff8;
}

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

.about-page .about-4 .top {
    text-align: center;
}

.about-page .about-4 .top h2 {
    color: var(--color);
    margin-bottom: 2.5rem;
    font-weight: 500;
}

.about-page .about-4 .top p {
    color: #000000;
    margin: 0 auto;
    max-width: 845px;
}

.about-page .about-4 .content {
    margin-top: 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-page .about-4 .content .historyBox ul li {
    height: 400px;
    margin-bottom: 15px;
}
.about-page .about-4 .content .historyBox ul li p{
  max-height: 342px;
  overflow-y: auto;
}
.about-page .about-4 .content .historyBox {
    max-width: 450px;
}

.about-page .about-4 .content .historyBox h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-page .about-4 .content .historyBox .arrow-l,
.about-page .about-4 .content .historyBox .arrow-r {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 0;
    background: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 3rem;
    line-height: 30px;
    transition:all .5s;
    margin-top: 1.5rem;
}

.about-page .about-4 .content .historyBox .arrow-l:hover,
.about-page .about-4 .content .historyBox .arrow-r:hover {
    color: var(--color);
}

.about-page .about-4 .content .historyBox .arrow-l {
    left: 0;
}

.about-page .about-4 .content .historyBox .arrow-r {
    right: 0;
}

.about-page .about-4 .content .right {
    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-4 .content .right .text {
    margin-left: 10%;
    position: absolute;
    color: #000;
    display: flex;
    align-items: center;
}

.about-page .about-4 .content .right .text h3 {
    font-size: 128px;
    color: var(--color);
    margin-right: 10px;
    font-weight: 600;
}

.about-page .about-4 .content .right .text h5 {
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.about-page .about-4 .content .right .text h5 span {
    display: block;
    font-weight: bold;
}

.about-page .about-4 .partnerBox {
    margin-top: 10rem;
}

.about-page .about-4 .partnerBox ul {
    margin: -15px;
}

.about-page .about-4 .partnerBox li {
    padding: 15px;
    cursor: pointer;
}

@media (max-width: 1700px) {
    .about-page .init-1 .container .sub_text {
        left: -4vw;
    }

    .about-page .about-4 .content .right .text h3 {
        font-size: 100px;
    }

    .about-page .about-4 .content .right .text h5 {
        font-size: 70px;
    }
    .about-page .about-4 .content .historyBox ul li {
      height: 320px;
    }
}

@media (max-width: 1450px) {

    .about-page .init-1 .container .sub_text {
        display: none;
    }

    .about-page .init-1 .sub_img_1 {
        width: 15vw;
    }

    .about-page .init-1 .sub_img_2 {
        width: 20vw;
    }

    .about-page .about-4 .content .right .text {
        margin-left: 0%;
    }

    .about-page .about-4 .top h2 {
        margin-bottom: 1.5rem;
    }

    .about-page .about-4 .content .right .text h3 {
        font-size: 90px;
    }

    .about-page .about-4 .content .right .text h5 {
        font-size: 62px;
    }
}

@media screen and (max-width:1250px) {
    .about-page .about-4 .content .right .text h3 {
        font-size: 78px;
    }

    .about-page .about-4 .content .right .text h5 {
        font-size: 58px;
    }
    .about-page .about-4 .content .historyBox ul li {
      height: 200px;
    }
    .about-page .about-4 .content .historyBox ul li p {
      max-height: 160px;
    }
    
}

@media (max-width: 1000px) {

    .about-page .init-1 .container .play_cont {
        bottom: 20px;
    }
    .about-page .init-2 .container .list_cont .list {
        width: 48%;
        margin: 15px 0;
    }

    .about-page .init-3 .container .left {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .about-page .init-3 .container .left .tip_title_cont {
        text-align: center;
    }

    .about-page .init-3 .container .left .tip_title_cont img {
        margin: auto;
    }

    .about-page .init-3 .container .right {
        width: 100%;
        margin-top: 30px;
    }

    .about-page .about-4 .content .historyBox {
        max-width: 100%;
    }

    .about-page .about-4 .content .right {
        display: none;
    }

    .about-page .about-4 .content .historyBox ul li {
        height: 200px;
    }
}

@media (max-width: 700px) {
    .about-page .init-1 .container .play_cont {
        width: 100px;
        height: 100px;
        left: 65px;
    }
}
/*
    about-page
==============================================*/
/*==============================================
    gallery-page
*/
.gallery-page .container .gallery-list .grid-box {
    margin: -15px;
}

.gallery-page .container .gallery-list .grid-box li {
    padding: 15px;
}

.gallery-page .container .gallery-list .grid-box li .box {
    -webkit-box-shadow: 0 0 10px rgb(116 116 116 / 20%);
    box-shadow: 0 0 10px rgb(116 116 116 / 20%);
    padding: 10px;
    border-radius: 5px;
}

.gallery-page .container .gallery-list .grid-box li .box .img-box {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery-page .container .gallery-list .grid-box li .box h5 {
    display: block;
    color: #111;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.gallery-page .container .gallery-list .grid-box li:hover .box h5 {
    background-color: var(--color);
    color: #fff;
}
/*
    gallery-page
==============================================*/

/*==============================================
    service-page
*/

.service-page .init-1 .container img {
    width: 720px;
    display: block;
    margin: auto;
}

.service-page .init-1 .container video {
    width: 720px;
    display: block;
    margin: auto;
    max-width: 100%;
}

.service-page .init-1 .container .des {
    color: rgba(0, 0, 0, 0.6);
    width: 900px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.service-page .init-2 .container {
    width: 100%;
}

.service-page .init-2 .container .list {
    padding: 50px 0;
    position: relative;
}

.service-page .init-2 .container .list .sub_div {
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
}

.service-page .init-2 .container .list .cont {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-page .init-2 .container .list .cont .left {
    width: 48%;
}

.service-page .init-2 .container .list .cont .left .bottom {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    margin-top: 15px;
}

.service-page .init-2 .container .list .cont .right {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-page .init-2 .container .list .cont .right .img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 53%;
}

.service-page .init-2 .container .list .cont .right .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-page .init-2 .container .list .cont .right .sub_img {
    width: 47%;
}

.service-page .init-2 .container .list:nth-child(2n) .sub_div {
    left: inherit;
    right: 0;
}

.service-page .init-2 .container .list:nth-child(2n) .cont .right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.service-page .init-2 .container .list:nth-child(2n) .cont .right>img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.service-page .init-2 .container .list:hover .cont .right .img {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.service-page .init-3 .container {
    width: 745px;
    max-width: 100%;
}

.service-page .init-3 .container .list {
    margin-top: 20px;
}

.service-page .init-3 .container .list .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
}

.service-page .init-3 .container .list .des {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #666666;
    margin-top: 10px;
    padding-left: 10px;
}

.service-page .init-4 {
    background-color: #f5f5f5;
}

.service-page .init-4 .container .tip_title {
    text-align: center;
    text-transform: uppercase;
}

.service-page .init-4 .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-page .init-5 {
    margin-top: 150px;
}

.service-page .init-5 .container .swiper {
    width: 990px;
    max-width: 100%;
    margin: auto;
}

.service-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
    max-width: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 500;
    font-weight: bold;
    line-height: 1.2;
}

.service-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    color: #666666;
}

@media (max-width: 1500px) {
    .service-page .init-2 .container .list .cont {
        width: 1200px;
    }
}

@media (max-width: 1250px) {
    .service-page .init-2 .container .list .cont {
        width: 970px;
    }
}

@media (max-width: 1000px) {
    .service-page .init-2 .container .list .cont {
        width: 700px;
    }
}

@media (max-width: 700px) {
    .service-page .init-1 .container img {
        width: 100%;
    }

    .service-page .init-2 .container .list {
        background-color: #f5f5f5;
        padding: 30px 15px;
    }

    .service-page .init-2 .container .list .cont {
        text-align: center;
        width: 100%;
    }

    .service-page .init-2 .container .list .cont .left {
        margin-top: 20px;
        width: 100%;
    }

    .service-page .init-2 .container .list .cont .right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .service-page .init-2 .container .list .cont .right .sub_img {
        display: none;
    }

    .service-page .init-2 .container .list .sub_div {
        display: none;
    }

    .service-page .init-3 .container .list {
        text-align: center;
    }

    .service-page .init-5 .container .swiper .swiper-wrapper .swiper-slide {
        text-align: center;
    }

    .service-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 500px) {

    .service-page .init-1 .container .des {
        line-height: 2;
    }

    .service-page .init-2 .container .list {
        margin-top: 40px;
    }

    .service-page .init-2 .container .list .cont .right .img {
        width: 100%;
    }

    .service-page .init-5 {
        margin-top: 40px;
    }

    .service-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
        font-size: 20px;
    }

    .service-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
        font-size: 16px;
        line-height: 2;
    }
}

/*
    service-page
==============================================*/