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

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

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

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

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

body {
  font-family: "Quicksand";
  font-weight: 500;
  font-size: 18px;
  --color: #2f5b8d;
  margin: 0 auto;
  --font: 'Quicksand';
}

.container {
  width: 1550px;
}

.bigtt-zt {
  font-weight: bold;
}

.wbcolor {
  color: #1f1f1f;
}

#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: 100px;
  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: 80%;
}

#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 40px;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  color: #252525;
  -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: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 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 {
  -webkit-transition: 0.5s border;
  -o-transition: 0.5s border;
  -moz-transition: 0.5s border;
  transition: 0.5s border;
  color: var(--color);
  border-color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  -webkit-transition: 0.5s border;
  -o-transition: 0.5s border;
  -moz-transition: 0.5s border;
  transition: 0.5s border;
  color: var(--color);
  border-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: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 {
  -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-language span img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -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-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 .h-language:hover span {
  color: var(--color);
}

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

#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;
  margin: 0 32px;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-search i {
  font-size: 28px;
  -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 i {
  color: var(--color);
}

#banner {
  margin-top: 100px;
}

#banner .banner-content {
  height: -webkit-calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
  height: calc(100vh - 100px);
  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.num2 .txt-content,#banner .banner-content .swiper-slide.num3 .txt-content{
  align-items: flex-start;
  text-align: left;
  color: #000;
}
#banner .banner-content .swiper-slide .txt-content{

}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  margin-top: -65px;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 925px;
  line-height: 1.3;
  font-size: 50px;
  font-weight:bold;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 805px;
  line-height: 2;

}
#banner .banner-content .swiper-slide.num3 .txt-content .text2 {
  backdrop-filter: blur(2px);
}

.btn-go {
  width: auto;
  min-width: 220px;
  padding: 0 57px 0 15px;
  height: 56px;
  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: 18px;
  color: #fff;
  position: relative;
}

.btn-go span {
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px;
}

.btn-go span img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}

.btn-go:hover span {
  background-color: var(--color);
}

.btn-go:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.pt-an {
  background-color: var(--color);
  height: 52px;
  border-radius: 26px;
  min-width: 170px;
  width: auto;
  padding: 0 18px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
}

.pt-an:hover {
  background-color: #fff;
  border-color: var(--color);
  color: var(--color);
}

.pt-an.tm {
  border-color: #fff;
}

.btn-more {
  font-size: 16px;
  color: var(--color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid var(--color);
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-more:hover {
  color: #000;
  border-bottom-color: #000;
}

#index-body .init-1 {
  background-color: #f4f4f4;
}

#index-body .init-1 .list ul li .box .imgbox {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

#index-body .init-1 .list ul li .box .txtbox2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#index-body .init-1 .list ul li .box .txtbox2 .des {
  max-height: 210px;
    overflow-y: auto;
    text-align: left;
    padding-right: 20px;
}

#index-body .init-1 .list ul li .box .txtbox {
  width: 100%;
}

#index-body .init-1 .list ul li .box .txtbox .tt {
  border-bottom: 1px solid transparent;
  max-width: 100%;
  padding: 0 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-1 .list ul li .box:hover .txtbox2 {
  top: 0;
}

#index-body .init-1 .list ul li .box:hover .txtbox .tt {
  color: var(--color);
  border-color: var(--color);
}

#index-body .init-2 {
  margin: 0 3.1vw;
}

#index-body .init-2 .con {
  padding-left: 212px;
  position: relative;
  min-height: 430px;
}

#index-body .init-2 .tabs {
  position: absolute;
  left: 0;
  top: 34px;
}

#index-body .init-2 .tabs ul li {
  margin-top: 34px;
}

#index-body .init-2 .tabs ul li:nth-child(1) {
  margin-top: 0;
}

#index-body .init-2 .tabs ul li .box {
  width: 142px;
  height: 110px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#index-body .init-2 .tabs ul li .box img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-2 .tabs ul li.active .box {
  background-color: var(--color);
  color: #fff;
}

#index-body .init-2 .tabs ul li.active .box img {
  -webkit-filter: none;
  filter: none;
}

#index-body .init-2 .tabs ul li:hover .box {
  background-color: var(--color);
  color: #fff;
}

#index-body .init-2 .tabs ul li:hover .box img {
  -webkit-filter: none;
  filter: none;
}

#index-body .init-2 .tabs-content {
  width: 100%;
}

#index-body .init-2 .tabs-content ul li.about-item .left {
  width: 40%;
  padding-right: 1%;
}

#index-body .init-2 .tabs-content ul li.about-item .left h1 {
  color: rgba(31, 31, 31, 0.7);
}

#index-body .init-2 .tabs-content ul li.about-item .left .datashow ul li {
  color: #1f1f1f;
  padding: 5px 0;
}

#index-body .init-2 .tabs-content ul li.about-item .left .datashow ul li h4 {
  line-height: 1;
  white-space: nowrap;
}

#index-body .init-2 .tabs-content ul li.about-item .right {
  width: 60%;
  padding-left: 6%;
}

#index-body .init-2 .tabs-content ul li.about-item .right img {
  border-radius: 20px;
}

#index-body .init-2 .tabs-content ul li.factory-item ul li img{
  border-radius: 15px;
}

#index-body .init-3 {
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#index-body .init-3 .num-box {
  margin: 0 90px;
}

#index-body .init-3 .num-box .swiper {
  padding: 0 88px;
}

#index-body .init-3 .num-box ul li {
  padding: 30px 18px;
}

#index-body .init-3 .num-box ul li .num {
  display: inline-block;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #4f4f4f;
  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;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin: auto;
}

#index-body .init-3 .num-box ul li .num .bg {
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border: 2px dashed rgba(47, 91, 141, 0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: rotate 18s linear infinite;
  -moz-animation: rotate 18s linear infinite;
  -o-animation: rotate 18s linear infinite;
  animation: rotate 18s linear infinite;
}

#index-body .init-3 .num-box ul li .num .bg::before {
  width: 18px;
  height: 18px;
  background: var(--color);
  content: "";
  border-radius: 50%;
  position: absolute;
  right: 10%;
  top: 8%;
}

#index-body .init-3 .num-box ul li .num .bg:after {
  width: 24px;
  height: 24px;
  background: var(--color);
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 10%;
  bottom: 8%;
}

#index-body .init-3 .num-box ul li.swiper-slide-thumb-active .num {
  background-color: var(--color);
}

#index-body .init-3 .num-box ul li.swiper-slide-thumb-active .bg {
  opacity: 1;
}


#index-body .init-3 .textbox {
  background-color: #f9f9f9;
  border-radius: 10px 10px 0 0;
  padding: 48px 60px;
}

#index-body .init-3 .textbox ul li .des {
  color: #010101;
}

#index-body .init-4 .left {
  width: 34%;
}

#index-body .init-4 .left .swiper {
  overflow: visible;
}

#index-body .init-4 .left .swiper .swiper-wrapper {
  -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;
}

#index-body .init-4 .left ul li {
  width: 100% !important;
  margin-bottom: 18px;
}

#index-body .init-4 .left ul li .box {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  padding: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-4 .left ul li .box .content {
  border-radius: 5px;
  border: dashed 1px #fff;
  padding: 16px;
}

#index-body .init-4 .left ul li .box .content p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-4 .left ul li .box .content span {
  width: 42px;
  height: 42px;
  background-color: #2f5b8d;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-4 .left ul li .box:hover {
  background-color: var(--color);
}

#index-body .init-4 .left ul li .box:hover .content p {
  color: #fff;
}

#index-body .init-4 .left ul li .box:hover .content span {
  background-color: #fff;
  color: var(--color);
}

#index-body .init-4 .left ul li.swiper-slide-thumb-active .box {
  background-color: var(--color);
}

#index-body .init-4 .left ul li.swiper-slide-thumb-active .box .content p {
  color: #fff;
}

#index-body .init-4 .left ul li.swiper-slide-thumb-active .box .content span {
  background-color: #fff;
  color: var(--color);
}

#index-body .init-4 .left ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

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

#index-body .init-4 .right ul li .box {
  position: relative;
}

#index-body .init-4 .right ul li .box .imgbox {
  border-radius: 10px;
  overflow: hidden;
}

#index-body .init-4 .right ul li .box .txtbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46%;
  height: 318px;
  right: 40px;
  background: rgba(255, 255, 255, 0.87);
  border-radius: 10px;
  padding: 32px;
}

#index-body .init-4 .right ul li .box .txtbox .des {
  max-height: 120px;
  overflow-y: auto;
}

#index-body .init-5 {
  background-color: #f4f4f4;
}

#index-body .init-5 .listbox {
  overflow: hidden;
  position: relative;
}

#index-body .init-5 .listbox .list2 .slick-list {
  direction: rtl;
}

#index-body .init-5 .listbox ul {
  margin: 0 -15px;
}

#index-body .init-5 .listbox li {
  padding: 0 15px;
}

#index-body .init-5 .listbox li .box {
  border-radius: 10px;
  overflow: hidden;
}

#index-body .init-6 .box {
  background-color: #f4f4f4;
  border-radius: 20px;
}

#index-body .init-6 .box .img-box {
  border-radius: 10px;
  overflow: hidden;
}

#index-body .init-6 .box .time {
  color: #2f5b8d;
}

#index-body .init-6 .box .des {
  color: rgba(11, 11, 11, 0.4);
}

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

#index-body .init-6 .left ul li .box {
  padding: 30px;
}

#index-body .init-6 .left .box .img-box img {
  height: 290px;
  object-fit: cover;
}

#index-body .init-6 .box .des {
  height: 3em;
}

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

#index-body .init-6 .right .swiper {
  height: 540px;
}

#index-body .init-6 .right ul li .box {
  padding: 35px 46px;
  height: 100%;
}

#index-body .init-6 .right ul li .box .img-box {
  width: 36%;
}

#index-body .init-6 .right ul li .box .txtbox {
  width: -webkit-calc(64% - 54px);
  width: -moz-calc(64% - 54px);
  width: calc(64% - 54px);
}

#index-body .init-6 .right ul li .box .tt {
  height: 3em;
}
#index-body .init-7 .list ul li img{
  border-radius: 20px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 220px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #1f1f1f;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(9, 9, 9, 0.7);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -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 .logo {
  max-width: 478px;
}

#footer .footer-center .footer-t .footer-t-gird .logo span {
  margin-bottom: 32px;
  color: #121212;
}

#footer .footer-center .footer-t .footer-t-gird .logo span.ico {
  position: relative;
  padding-left: 45px;
  margin-bottom: 22px;
}

#footer .footer-center .footer-t .footer-t-gird .logo span.ico i {
  width: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 5px;
}

#footer .footer-center .footer-t .footer-t-gird .logo span.ico .phone {
  border-bottom: 1px solid #121212;
}

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

#footer .footer-center .footer-t .footer-t-gird .touch {
  max-width: 580px;
  width: 580px;
}

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

#footer .footer-center .footer-t .footer-t-gird .touch .form form ul {
  margin: 0 -15px;
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form li {
  padding: 0 15px;
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form input {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  border: solid 2px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form input::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form input:-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form input::-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form input:-ms-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form input::-ms-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form input::placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form textarea {
  width: 100%;
  height: 146px;
  border-radius: 20px;
  border: solid 2px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  margin-top: 25px;
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form textarea:-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form textarea:-ms-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-ms-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

#footer .footer-center .footer-t .footer-t-gird .touch .form form .send {
  margin-top: 25px;
}

#footer .footer-center .footer-b p {
  color: rgba(29, 29, 29, 0.47);
  padding: 20px 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 {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1700px) {
  #index-body .init-6 .right .swiper {
    height: 528px;
  }
}

@media screen and (max-width: 1450px) {
  .btn-go {
    zoom: 0.9;
  }

  .pt-an {
    zoom: 0.9;
  }

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

  #footer .footer-center .footer-t .footer-t-gird .touch {
    max-width: 500px;
    width: 500px;
  }

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

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 28px;
  }

  #index-body .init-2 .con {
    padding-left: 190px;
  }

  #index-body .init-2 .tabs-content ul li.about-item .right {
    padding-left: 4%;
  }

  #index-body .init-2 .tabs-content ul li.about-item .left .datashow em {
    zoom: 0.85;
  }

  #index-body .init-3 .num-box {
    margin: 0;
  }

  #index-body .init-4 .right ul li .box .txtbox {
    height: 290px;
  }

  #index-body .init-4 .left ul li .box .content {
    padding: 8px;
  }

  #index-body .init-4 .left ul li .box .content span {
    width: 38px;
    height: 38px;
  }

  #index-body .init-4 .left ul li {
    margin-bottom: 10px;
  }

  #index-body .init-6 .right ul li .box {
    padding: 20px;
  }

  #index-body .init-6 .left ul li .box {
    padding: 20px;
  }

  #index-body .init-6 .left .box .img-box img {
    height: 266px;
  }

  #index-body .init-6 .right .swiper {
    height: 478px;
  }
}

@media screen and (max-width: 1250px) {
  body {
    font-size: 16px;
  }

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

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

  #banner {
    margin-top: 60px;
  }

  #banner .banner-content .swiper-slide .txt-content {
    margin-top: 0;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch {
    max-width: 370px;
    width: 370px;
  }

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

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 26px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input::-webkit-input-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input:-moz-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input::-moz-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input:-ms-input-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input::-ms-input-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input::placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea:-moz-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-moz-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-ms-input-placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form ul {
    margin: 0 -5px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form li {
    padding: 0 5px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea {
    margin-top: 10px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form .send {
    margin-top: 10px;
  }

  #index-body .init-1 .list ul li .box .txtbox2 .des {
    max-height: 180px;
  }

  #index-body .init-2 .con {
    padding-left: 130px;
    min-height: 338px;
  }

  #index-body .init-2 .tabs ul li .box {
    width: 90px;
    height: 90px;
  }

  #index-body .init-2 .tabs ul li {
    margin-top: 18px;
  }

  #index-body .init-2 .tabs-content ul li.about-item .left .datashow em {
    zoom: 0.7;
  }

  #index-body .init-3 .num-box .swiper {
    padding: 0;
  }

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

  #index-body .init-4 .left ul li .box .content span {
    width: 32px;
    height: 32px;
  }

  #index-body .init-4 .right ul li .box .txtbox {
    padding: 18px;
  }

  #index-body .init-4 .right ul li .box .txtbox {
    height: 255px;
  }

  #index-body .init-6 .right ul li .box .txtbox {
    width: -webkit-calc(64% - 27px);
    width: -moz-calc(64% - 27px);
    width: calc(64% - 27px);
  }

  #index-body .init-6 .left .box .img-box img {
    height: 280px;
  }
}

@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 450px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 24px;
  }

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

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

  #footer .footer-center .footer-t .footer-t-gird .touch {
    max-width: 318px;
    width: 318px;
  }

  #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;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form li {
    width: 100%;
    margin-bottom: 10px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea {
    margin-top: 0;
    height: 110px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input {
    height: 46px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    margin-bottom: 22px;
  }

  #index-body .init-2 .tabs-content ul li.about-item .left {
    width: 100%;
    padding-left: 0;
  }

  #index-body .init-2 .tabs-content ul li.about-item .right {
    padding-left: 0;
    width: 100%;
    margin-top: 5%;
  }

  #index-body .init-2 .tabs-content ul li.about-item .left .datashow em {
    zoom: 0.9;
  }

  #index-body .init-2 .tabs {
    position: static;
  }

  #index-body .init-2 .tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #index-body .init-2 .tabs ul li {
    margin-top: 0;
    margin-right: 10px;
  }

  #index-body .init-2 .tabs-content {
    margin-top: 20px;
  }

  #index-body .init-2 .con {
    padding-left: 0;
    min-height: unset;
  }

  #index-body .init-3 .textbox {
    padding: 30px;
  }

  #index-body .init-5 .listbox ul {
    margin: 0 -10px;
  }

  #index-body .init-5 .listbox li {
    padding: 0 10px;
  }

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

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

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

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

  #index-body .init-6 .left .box .img-box img {
    height: auto;
  }

  #index-body .init-6 .right .swiper {
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .btn-go {
    zoom: 0.8;
  }

  .pt-an {
    zoom: 0.8;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 22px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input:-moz-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input::-moz-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input:-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input::-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form input::placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea:-moz-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-moz-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .touch .form form textarea::placeholder {
    font-size: 14px;
  }

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

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

  #index-body .init-1 .list ul li .box .txtbox2 .des {
    max-height: 130px;
  }

  #index-body .init-2 {
    margin: 0 15px;
  }

  #index-body .init-4 .right ul li .box .txtbox {
    width: 58%;
  }

  #index-body .init-4 .right ul li .box .imgbox img {
    min-height: 315px;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  #index-body .init-6 .right ul li .box .txtbox {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  #index-body .init-3 .textbox {
    padding: 15px;
  }

  #index-body .init-3 .num-box ul li .num {
    zoom: 1;
    width: 110px;
    height: 110px;
  }

  #index-body .init-3 .num-box ul li .num .bg:after {
    width: 15px;
    height: 15px;
  }

  #index-body .init-4 .right ul li .box .txtbox {
    width: auto;
    left: 20px;
    right: 20px;
  }

  #index-body .init-6 .left ul li .box {
    padding: 15px;
  }

  #index-body .init-6 .right ul li .box {
    padding: 15px;
  }
}

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


.inner-banner {
  position: relative;
  height: auto;
  padding: 15% 0 12%;
  margin-top: 100px;
}

.inner-banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-banner .box {
  z-index: 2;
  position: relative;
  color: white;
}

.inner-banner .box .mbx {
  font-size: 18px;
  line-height: 32px;
}

.inner-banner .box h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

.inner-banner .bottom {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
}

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

.product-page .slideBar .left.column {
  width: 75%;
  padding-right: 50px;
}

.product-page .slideBar .left.column h1 {
  font-weight: bold;
}

.product-page .product-1 .left .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page .product-1 .left .top h1 {
  width: 60%;
  padding-right: 50px;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}

.product-page .product-1 .left .top .catgory {
  width: 40%;
  height: 48px;
  position: relative;
}

.product-page .product-1 .left .top .catgory span {
  height: 100%;
  ;
  line-height: 50px;
  width: 100%;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
}

.product-page .product-1 .left .top .catgory span i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page .product-1 .left .top .catgory ul {
  position: absolute;
  box-shadow: 0px 3px 7px 3px rgb(0 0 0 / 8%);
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 3;
  display: none;
}

.product-page .product-1 .left .top .catgory ul li {
  font-size: 16px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-1 .left .top .catgory ul li a {
  display: block;
}

.product-page .product-1 .left .top .catgory ul li:hover {
  background: var(--color);
  color: white;
}

.product-page .product-1 .left .Auxil-catdes {
  font-size: 16px;
  margin: 30px 0;
  color: #8e8e8e;
  line-height: 30px;
}

.product-page .product-1 .list ul {
  margin: -15px;
}

.product-page .product-1 .list ul li {
  padding: 15px;
}

.product-page .product-1 .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-1 .list ul li .box .more {
  margin: 0 auto;
}

.product-page .product-1 .list ul li .box .more:visited,
.product-page .product-1 .list ul li .box .more:link {
  background: var(--color);
}

.product-page .product-1 .list ul li .box .cat_name {
  font-size: 14px;
  line-height: 2;
  color: #8e8e8e;
  margin-top: 25px;
}

.product-page .product-1 .list ul li .box .h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  margin: 15px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 4.1em;
  overflow: hidden;
}

.product-page .product-1 .list ul li .box .des {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #8e8e8e;
}

.product-page .product-1 .list ul li .box:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.product-page .product-1 .list ul li .box:hover .h4 {
  color: var(--color);
}

.product-page .slideBar .right.column {
  width: 25%;
  position: sticky;
  top: 110px;
}

.product-page .slideBar .right .h3 {
  font-size: 28px;
  font-weight: bold;
}

.product-page .slideBar .right ul.nav li {
  font-size: 18px;
  line-height: 32px;
}

.product-page .slideBar .right ul.nav li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .slideBar .right ul.nav li.active>a,
.product-page .slideBar .right ul.nav li:hover>a {
  color: var(--color);
}

.product-page .slideBar .right ul.list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .img {
  width: 35%;
  vertical-align: middle;
}

.product-page .slideBar .right ul.list li .img img {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .txt {
  width: 65%;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
}

.m-page {
  margin-top: 60px;
}

.m-page span,
.m-page a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
  border-color: transparent;
}


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

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

.prodet-page .prodet-1 .left .content {
  padding-left: 30px;
  color: #8e8e8e;
  line-height: 1.8;
}

.prodet-page .prodet-1 .left .content .cat_name {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
}

.prodet-page .prodet-1 .left .content h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
}

.prodet-page .prodet-1 .left .content h5 {
  color: var(--color);
  font-weight: 600;
}

.prodet-page .prodet-1 .left .content .des {
  font-size: 18px;
  line-height: 1.8;
  color: #8e8e8e;
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .left .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: var(--color);
  /*margin-right: 20px;*/
  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: #f7f5f5;
}

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

.prodet-page .prodet-2 .content {
  background: #f7f5f5;
  padding: 50px;
  font-size: 16px;
}

.prodet-page .prodet-3 {
  padding: 80px 0;
}

.prodet-page .prodet-3 .h3 {
  text-transform: uppercase;
}

.prodet-page .prodet-3 form {
  margin-top: 30px;
}

.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-3 form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.prodet-page .prodet-3 form input[type="submit"] {
  width: auto;
}

.about-page {
  background: #f4f4f4;
}

.about-page .about-1 .i-title {
  line-height: 1.2;
}

.about-page .about-1 .left .des {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  margin: 20px 0 30px;
}

.about-page .about-1 .right {
  text-align: right;
}

.about-page .about-1 .right .box {
  margin-left: auto;
  text-align: left;
  background: white;
  padding: 30px;
  border-radius: 30px;
  max-width: 700px;
}

.about-page .about-1 .right .h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-page .about-1 .right ul li {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  color: #8e8e8e;
  margin-bottom: 20px;
}

.about-page .about-1 .right ul li:last-child {
  margin-bottom: 0;
}

.about-page .about-1 .right ul li::before {
  content: "\f046";
  color: var(--color);
  font-family: "FontAwesome";
  font-size: 20px;
  margin-right: 6px;
}

.about-page .about-2 {
  padding-bottom: 100px;
}

.about-page .about-2 video {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}

.about-page .about-3 {
  padding-bottom: 80px;
  text-align: center;
}

.about-page .about-3 .aboutBox {
  position: relative;
}

.about-page .about-3 .list {
  margin-top: 35px;
}

.about-page .about-3 .list ul li {
  padding: 0 15px;
}

.about-page .about-3 .list ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.about-page .about-3 .list ul li a img {
  display: block;
  width: 100%;
}

.about-page .about-3 .list ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.about-page .about-3 .list ul li a h6 {
  /*line-height: 50px;
  height: 50px;*/
  padding: 10px 15px;
  text-align: center;
  background: var(--color);
  color: white;
  font-weight: 500;
  font-size: 18px;
  /*text-transform: uppercase;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.about-page .about-3 .list ul li a:hover:after {
  opacity: 1;
}

.about-page .about-3 .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.about-page .about-3 .button-prev {
  left: -10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-3 .button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  left: 1.5em;
  position: relative;
  top: 21px;
}

.about-page .about-3 .button-next {
  right: -10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-3 .button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  right: 1.7em;
  top: 20px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.about-page .about-3 .button-next:after,
.about-page .about-3 .button-prev:after {
  content: '';
  width: 4.8em;
  height: 4.3em;
  background: url(../images/icon-arrow-bg.png) center center no-repeat;
  display: block;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: inherit !important;
  position: absolute;
  left: 0;
  top: 0;
}

.about-page .about-3 .button-next:after {
  left: auto;
  right: 0;
}

.about-page .about-5 .title,
.about-page .about-4 .title,
.about-page .about-3 .title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
}

.about-page .about-4 {
  padding: 100px 0;
  text-align: center;
}

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

.about-page .about-4 .list {
  margin: 50px -90px 0;
  background: url(../images/bolang.png) no-repeat;
  background-position: center;
}

.about-page .about-4 .list ul {}

.about-page .about-4 .list ul li {
  padding: 30px;
}

.about-page .about-4 .list ul li .box {
  position: relative;
  text-align: left;
  transition: 0.5s;
  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;
}

.about-page .about-4 .list ul li.swiper-slide-active+li+li .box,
.about-page .about-4 .list ul li.swiper-slide-active .box,
.about-page .about-4 .list ul .slick-current+div+div li .box,
.about-page .about-4 .list ul .slick-current li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.about-page .about-4 .list ul li .box span {
  font-weight: 600;
  font-size: 28px;
  color: var(--color);
  line-height: 2;
  margin-bottom: 30px;
  margin-left: 10%;
  position: relative;
  display: inline-block;
}

.about-page .about-4 .list ul li .box span:after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid white;
  position: absolute;
  bottom: -30px;
  left: 30px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
}

.about-page .about-4 .list ul li .box .content {
  padding: 25px;
  border-radius: 14px;
  background: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.about-page .about-4 .list ul li .box .content i {
  display: block;
  height: 54px;
  line-height: 54px;
}

.about-page .about-4 .list ul li .box .content i img {
  display: block;
  max-height: 100%;
}

.about-page .about-4 .list ul li .box .content h6 {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin: 15px 0;
  line-height: 2;
}

.about-page .about-4 .list ul li .box .content .text {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}

.about-page .about-4 .list ul li .box .content+span {
  margin-bottom: 0;
  margin-top: 30px;
}

.about-page .about-4 .list ul li .box .content+span:after {
  border-bottom: none;
  border-top: 22px solid white;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  top: -30px;
}

.about-page .about-4 .list ul li.swiper-slide-active+li+li .box span,
.about-page .about-4 .list ul li.swiper-slide-active .box span,
.about-page .about-4 .list ul .slick-current+div+div li .box span,
.about-page .about-4 .list ul .slick-current li .box span {
  margin-bottom: 0;
  margin-top: 30px;
}

.about-page .about-4 .list ul li.swiper-slide-active+li+li .box span::after,
.about-page .about-4 .list ul li.swiper-slide-active .box span::after,
.about-page .about-4 .list ul .slick-current+div+div li .box span::after,
.about-page .about-4 .list ul .slick-current li .box span::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  top: -31px;
  left: 30px;
}

.about-page .about-4 .list {
  margin: 50px -30px 0;
}

.about-page .about-4 .swiper-button-next img,
.about-page .about-4 .swiper-button-prev img {
  max-width: none;
  position: absolute;
  top: 38%;
  width: 8.4em;
  z-index: 1;
}

.about-page .about-4 .swiper-button-next,
.about-page .about-4 .swiper-button-prev {
  background-color: var(--color);
  border-radius: 50%;
}

.about-page .about-4 .swiper-button-prev {
  left: -10%;
  width: auto;
  height: auto;
}

.about-page .about-4 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  left: 1.5em;
}

.about-page .about-4 .swiper-button-next {
  right: -10%;
  width: auto;
  height: auto;
}

.about-page .about-4 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  right: 1.5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-page .about-4 .swiper-button-next:after,
.about-page .about-4 .swiper-button-prev:after {
  content: '';
  width: 4.8em;
  height: 4.3em;
  background: url(../images/icon-arrow-bg.png) center center no-repeat;
  display: block;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: inherit !important;
}


.about-page .about-5 .txt {
  text-align: center;
  font-size: 17px;
  color: #8e8e8e;
  max-width: 1600px;
  margin: 10px auto 40px;
}

.about-page .about-5 ul {
  margin: -15px;
  margin-top: 30px;
}

.about-page .about-5 ul li {
  padding: 15px;
}

.about-page .about-5 ul li .box {
  background: white;
  border-radius: 30px;
  padding: 30px 0 0 30px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.about-page .about-5 ul li .box .h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-right: 20px;
}

.about-page .about-5 ul li .box .des {
  font-size: 16px;
  line-height: 1.8;
  color: #8e8e8e;
  padding-right: 20px;
  margin: 15px 0 40px;
  height: 98px;
  overflow-y: auto;
}

.about-page .about-5 ul li .box .img {
  border-radius: 30px;
  overflow: hidden;
  width: -webkit-calc(100% + 5.6em);
  width: -moz-calc(100% + 5.6em);
  width: calc(100% + 5.6em);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-bottom: -15px;
}

.about-page .about-5 ul li .box .img img {
  width: 100%;
}

.about-page .about-5 ul li .box:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.about-page .about-5 ul li .box:hover .img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about-page .about-6 ul li a {
  border-radius: 0;
}

.about2-page .about-1 {
  position: relative;
  /*background-image:url(../images/difference-top.png);*/
  background-repeat: no-repeat;
  background-position: center bottom;
}

.about2-page .about-1 .left {
  vertical-align: middle;
  padding-right: 60px;
}

.about2-page .about-1 .right {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NTIuMTYgNzE4LjIzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMGYwZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlNWRzwvdGl0bGU+PHBhdGggaWQ9Il9QYXRoXyIgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTgyMi40OSwxNy4zOWMtNTMuMjcsMzEuNjYtNTguMzUsNjguMzYtOTIsMTE2LjUxLTIwLjU3LDI5LjQtNzAuMTQsNzIuMDYtMTE5LDE1LTMwLTM1LTc1LjY5LTY1LjQtMTIzLjI5LTU4LjM1QzMzMS43MywxMTMuNzQsMzcyLjI1LDI3NC40NywyNjcsMzAzLjExYy01MiwxNC4xNC0xMDYtMTEuMzItMTU4LjctMi40NEM2MS43NCwzMDguNTIsMTkuODksMzQzLDUuNDksMzg3LjkzYy0xNy45Myw1NS45NS0zMy40LDM1NC43OCw2NzEuMTksMzAwLjM4Qzg0OC43OSw2NzUsOTUyLjE2LDcxOC4yMyw5NTIuMTYsNzE4LjIzVjE4LjcxQzkxNi41LTYuMDYsODYxLjc4LTYsODIyLjQ5LDE3LjM5WiIvPjwvc3ZnPg==);
  -webkit-mask-position: right;
  -webkit-mask-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
}

.about2-page .about-1 .ui.container {
  max-width: 100%;
  padding: 0 0 0 12%;
}

.about2-page .about-1 .circle {
  position: absolute;
  right: 10%;
  top: 11%;
}

.about2-page .about-3 {

  background-color: white;
  position: relative;
}

.about2-page .about-3 .ui.container {
  z-index: 2;
}

.about3-page {
  background: #f7f5f5;
}

.about3-page .about-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}

.about3-page .about-1 .left {
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
  vertical-align: middle;
}

.about3-page .about-1 .right {
  vertical-align: middle;
  position: relative;
}

.about3-page .about-1 .right .i-title {
  margin: 17px 0 18px;
}

.about3-page .about-1 .right .content {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  margin-bottom: 42px;
}

.about3-page .about-1 .right ul {
  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;
  margin-bottom: 40px;
}

.about3-page .about-1 .right ul li {
  text-align: center;
}

.about3-page .about-1 .right ul li p {
  font-size: 24px;
  margin-top: 14px;
}

.about3-page .about-1 .right .flower {
  position: absolute;
  right: -10px;
  top: -90px;
  width: 181px;
  height: 164px;
  text-align: center;
  background: url(../images/hello-bg.png) no-repeat center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about3-page .about-2 {
  background: white;
}

.about3-page .about-2 ul li {
  border-radius: 30px;
  padding: 60px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about3-page .about-2 ul li h4 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 15px;
}

.about3-page .about-2 ul li .text img {
  border-radius: 20px;
}

.about3-page .about-2 ul li .text {
  vertical-align: bottom;
  width: 45%;
}

.about3-page .about-2 ul li .honor {
  vertical-align: bottom;
  width: 55%;
}

.about3-page .about-2 ul li:nth-child(2n-1) .honor {
  padding-left: 65px;
}

.about3-page .about-2 ul li:nth-child(2n) .honor {
  padding-right: 65px;
}

@media screen and (max-width: 1450px) {
  .inner-banner .bg {
    background-size: auto 80%;
    background-position: left !important;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-5 ul li .box .des {
    font-size: 16px;
  }

  .inner-banner {
    margin-top: 40px;
  }

  .inner-banner .bg {
    background-size: contain;
    background-position: top !important;
  }
}

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

  .about-page .about-5 .title,
  .about-page .about-4 .title,
  .about-page .about-3 .title {
    font-size: 36px;
  }

  .prodet-page .prodet-1 .left .content .des {
    font-size: 16px;
  }

  .prodet-page .prodet-3 form textarea,
  .prodet-page .prodet-3 form input {
    font-size: 16px;
  }

}

@media screen and (max-width: 700px) {
  .about-page .about-5 ul li .box .des {
    line-height: 1.6;
    height: 140px;
  }

  .inner-banner .bg {
    background-size: auto 30%;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-5 ul li .box .des {
    height: auto;
  }

}



.news-page .news-1 .left ul li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-page .news-1 .left ul li:first-child {
  padding-top: 0;
}

.news-page .news-1 .left ul li .cat_name {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}

.news-page .news-1 .left ul li .h4 {
  line-height: 1.4;
  margin: 10px 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.news-page .news-1 .left ul li .des {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
}

.news-page .news-1 .left ul li:hover .h4 {
  color: var(--color);
}

.product-page.news-page .slideBar .right ul.list li .txt {
  padding-left: 0;
  width: 100%;
}

.product-page.news-page .slideBar .right ul.list li .txt .time {
  color: var(--color);
  font-size: 14px;
  line-height: 28px;
}

.product-page.news-page .slideBar .right ul.list li .txt .title {
  font-weight: 500;
}

.newdet-page .cat_name {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}


.newdet-page time {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.newdet-page .content {
  color: #8e8e8e;
  line-height: 2;
}

.newdet-page .share {
  margin-top: 50px;
  text-align: right;
}

.newdet-page .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  background: var(--color);
  color: white;
  font-size: 16px;
  margin-left: 6px;
}

.newdet-page .form {
  margin-top: 60px;
}

.newdet-page .form .h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.newdet-page .form form textarea,
.newdet-page .form form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.newdet-page .form form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.newdet-page .form form input[type=submit] {
  width: auto;
  padding: 0 35px;
}


.contact-page .contact-1 .h2 em {
  color: var(--color);
  display: block;
  margin-bottom: -15px;
}

.contact-page .contact-1 .txt {
  line-height: 30px;
  font-size: 16px;
  color: #8e8e8e;
  margin: 15px 0 30px;
}


.contact-page .contact-2 .left {
  /*-webkit-mask-image: url(../images/map-bg.png);
  -webkit-mask-position: left;
  -webkit-mask-repeat: no-repeat;*/
  position: relative;
}

.contact-page .contact-2 .con {
  border-top: 1px solid #ddd;
}

.contact-page .contact-2 .left .bg {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .contact-2 .right .h3 {
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.contact-page .contact-2 .right ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}

.contact-page .contact-2 .right ul li h5 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  font-weight: 500;
  color: #000;

}

.contact-page .contact-2 .right ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  min-height: 48px;
}

.contact-page .contact-2 .right ul li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
}

.contact-page .contact-2 .right .share {
  text-align: left;
}

.contact-page .contact-2 .right .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: white;
  text-align: center;
  line-height: 35px;
  background: var(--color);
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.contact-page .contact-2 .right .share a:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.our-clients-page.about-page {
  background: white;
}

.our-clients-page .our-clients-1 {
  padding: 110px 0;
}

.our-clients-page .our-clients-1 .top .left {
  width: 45%;
  padding-right: 80px;
  vertical-align: middle;
}

.our-clients-page .our-clients-1 .top .left h3 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}

.our-clients-page .our-clients-1 .top .left .cona {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-top: 20px;
}

.our-clients-page .our-clients-1 .top .right {
  width: 55%;
  vertical-align: middle;
}

.our-clients-page .our-clients-1 .top .right img {
  border-radius: 20px;
}

.our-clients-page .our-clients-2 ul {
  margin: 0 -50px;
}

.our-clients-page .our-clients-2 ul li {
  padding: 0 40px;
  margin-bottom: 85px;
}

.our-clients-page .our-clients-2 ul li .img {
  -webkit-box-shadow: 1px 2px 23px 4px rgba(4, 0, 0, 0.08);
  box-shadow: 1px 2px 23px 4px rgba(4, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.our-clients-page .our-clients-2 ul li .img img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.huhu {
  margin-left: 10px;
}

@media screen and (max-width:1600px) {
  .about3-page .about-1 .left {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    padding-right: 30px;
  }

  .about3-page .about-1 .right {
    padding-left: 40px;
  }

  .about3-page .about-2 ul {
    padding-top: 50px;
  }
}

@media screen and (max-width:1450px) {
  .about3-page .about-1 .right ul li p {
    font-size: 20px;
  }

  .about3-page .about-2 ul li h4 {
    font-size: 36px;
  }

  .our-clients-page .our-clients-1 {
    padding: 90px 0;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 42px;
  }

  .our-clients-page .our-clients-1 .top .left {
    padding-right: 30px;
  }

  .our-clients-page .our-clients-2 ul {
    margin: 0 -10px;
  }

  .our-clients-page .our-clients-2 ul li {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

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

  #banner,
  .inner-banner {
    margin-top: 40px;
  }

  .product-page .slideBar .right {
    display: none;
  }

  .product-page .slideBar .left {
    width: 100%;
    padding-right: 0;
  }


  .about3-page .about-1 .right ul li img {
    height: 45px;
  }

  .about3-page .about-1 .right ul li p {
    font-size: 17px;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 36px;
  }

  .our-clients-page .our-clients-1 {
    padding: 70px 0;
  }

  .product-page .slideBar .left.column {
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width:1000px) {
  .huhu {
    display: none;
  }

  .inner-banner {
    padding: 10% 0 12%;
  }

  .inner-banner .box h2 {
    font-size: 30px;
  }

  .product-page .product-1 .left .top .catgory {
    display: none;
  }

  .product-page .product-1 .left .top h1 {
    width: 100%;
    padding-right: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .product-page .product-1 {
    padding: 60px 0 !important;
  }

  .product-page .product-1 .h3 {
    margin-bottom: 30px;
  }

  .product-page .product-1 .list ul li {
    width: 50%;
  }

  .prodet-page .prodet-1 .left .big_img {
    width: 100%;
  }

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

  .about-page .about-1 .left {
    width: 100% !important;
    padding-right: 0;
  }

  .about-page .about-1 .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-1 .right .box {
    margin-left: 0;
  }

  .about-page .about-4 .swiper-button-prev,
  .about-page .about-4 .swiper-button-next {
    display: none !important;
  }

  .contact-page .contact-2 .left {
    width: 100%;
  }

  .contact-page .contact-2 .right {
    width: 100%;
  }

  .about3-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .about3-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .about3-page .about-2 ul li {
    padding: 30px;
  }

  .about3-page .about-2 ul li h4 {
    font-size: 28px;
  }

  .about3-page .about-2 ul li:nth-child(2n-1) .honor {
    padding-left: 20px;
  }

  .about3-page .about-2 ul li:nth-child(2n) .honor {
    padding-right: 20px;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 32px;
  }

  .our-clients-page .our-clients-1 .top .left {
    width: 100%;
    padding-right: 0;
  }

  .our-clients-page .our-clients-1 .top .right {
    width: 100%;
    margin-top: 20px;
  }

  .our-story-page .our-story-2 .top ul li sup {
    display: none;
  }

  .our-clients-page .our-clients-2 ul li {
    width: 50% !important;
  }

  .contact-page .contact-1 .h2 em {
    margin-bottom: 0;
  }

  .contact-page .contact-1 .grid-box .column:first-child {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .contact-page .contact-1 .grid-box .column {
    width: 100%;
  }

  #index-body.contsform .i-form .box .right {
    margin: 0;
  }

  .newdet-page .form form textarea,
  .newdet-page .form form input {
    font-size: 16px;
  }
}

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

  .contact-page .contact-2 .grid-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact-page .contact-2 .grid-box .left {
    width: 100%;
  }

  .contact-page .contact-2 .grid-box .right {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .inner-banner .bottom {
    bottom: -1px;
  }

  .product-page .product-1 .left .Auxil-catdes {
    max-height: 200px;
    overflow: auto;
  }

  .product-page .product-1 .list ul li {
    width: 100%;
  }

  .product-page .product-1 .list ul li .box .h4 {
    font-size: 18px;
  }

  .prodet-page .prodet-1 .left .content h1 {
    font-size: 24px;
    line-height: 1.4;
  }

  .inner-banner .box .mbx {
    font-size: 16px;
    line-height: 30px;
  }

  .inner-banner .box h2 {
    font-size: 26px;
  }

  .inner-banner .box h2.xinchengsin,
  #footer .f-copy p.footxin,
  .seoIndustry.Auxil-industry {
    display: none !important;
  }

  .about-page .about-5 .title,
  .about-page .about-4 .title,
  .about-page .about-3 .title {
    font-size: 25px;
  }

  .about2-page .about-1 .ui.container {
    padding-left: 15px;
    z-index: 3;
  }

  .contact-page .contact-2 .right ul li {
    padding-left: 75px;
  }

  .about3-page .about-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about3-page .about-2 ul li .text {
    width: 100%;
    order: 1;
  }

  .about3-page .about-2 ul li .honor {
    width: 100%;
    margin-top: 40px;
    order: 2;
  }

  .about3-page .about-2 ul li:nth-child(2n-1) .honor {
    padding-left: 0;
  }

  .our-clients-page .our-clients-1 {
    padding: 50px 0;
  }
}

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

  .about3-page .about-1 .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about3-page .about-1 .right ul li {
    width: 50%;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  .our-clients-page .our-clients-2 ul li {
    width: 50% !important;
  }

  .prodet-page .prodet-1 .left .content h1 {
    font-size: 22px;
  }
}

.prodet-page .prodet-1 .left .big_img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox {
  margin-top: 15px;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox ul li {
  padding: 0 8px;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox ul li img {
  border-radius: 10px;
}

.prodet-page .prodet-2 .wrapbox,
.prodet-page .product-1.Auxil-related .wrapbox,
.prodet-page .prodet-3.Auxil-form .wrapbox {
  width: 75%;
}

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

  .prodet-page .prodet-2 .wrapbox,
  .prodet-page .product-1.Auxil-related .wrapbox,
  .prodet-page .prodet-3.Auxil-form .wrapbox {
    width: 100%;
  }
}

.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: none;
}

.prodet-page .prodet-2 .content table tr td:nth-of-type(2n-1) {
  background: #eee;
}

#index-body.contsform .i-form .box {
  padding: 0;
  background: none;
}

#index-body.contsform .i-form {
  padding-top: 0;
}

#index-body.contsform .i-form .box .right {
  padding-left: 0px;
}

.grid-box {
  font-size: 0;
}

.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.grid-box .column {
  width: 100%
}

.grid-box.two>.column {
  width: 50%
}

.grid-box.three>.column {
  width: 33.33333%
}

.grid-box.four>.column {
  width: 25%
}

.grid-box.five>.column {
  width: 20%
}

.grid-box.six>.column {
  width: 16.6666667%
}

.grid-box.seven>.column {
  width: 14.285714%
}

.grid-box.eight>.column {
  width: 12.5%
}

.grid-box.nine>.column {
  width: 11.11111111%
}

.grid-box.ten>.column {
  width: 10%
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column {
    width: 50%
  }

  .grid-box.three>.column {
    width: 33.33333%
  }

  .grid-box.four>.column {
    width: 33.33333%
  }

  .grid-box.five>.column {
    width: 33.33333%
  }
}

@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%
  }

  .grid-box.three>.column {
    width: 50%
  }

  .grid-box.four>.column {
    width: 50%
  }

  .grid-box.five>.column {
    width: 50%
  }
}

@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%
  }

  .grid-box.three>.column {
    width: 100%
  }

  .grid-box.four>.column {
    width: 100%
  }

  .grid-box.five>.column {
    width: 100%
  }
}

.video_box video {
  width: 100% !important;
  min-width: unset !important;
  max-height: 80vh !important;
}

.i-form {
  padding-top: 110px;
}

.i-form .box {
  background: url(../images/form-bg.jpg) no-repeat center bottom #f7f5f5;
  border-radius: 30px;
  padding: 60px 55px;
}

.i-form .box .i-title {
  line-height: 1.2;
  margin: 23px 0 24px;
}

.i-form .box .left {
  padding-right: 115px;
}

.i-form .box .left ul {
  margin-bottom: 40px;
}

.i-form .box .left ul li {
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
  font-weight: 500;
}

.i-form .box .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/sel.png) no-repeat left center;
}

.i-form .box .right {
  padding-left: 90px;
}

.i-form .box .right .form {
  background: var(--color);
  border-radius: 30px;
  padding: 35px 40px 20px;
}

.i-form .box .right .form .h4 {
  color: white;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 14px;
}

.i-form .box .right .form form input {
  width: 100%;
  font-size: 18px;
  height: 55px;
  border-radius: 26px;
  background: transparent;
  border: 1px solid white;
  color: white;
  margin-bottom: 15px;
  padding: 0 20px;
  font-weight: 500;
}

.i-form .box .right .form form input::-webkit-input-placeholder {
  color: #fff;
}

.i-form .box .right .form form input::-moz-placeholder {
  color: #fff;
}

.i-form .box .right .form form input:-ms-input-placeholder {
  color: #fff;
}

.i-form .box .right .form form input:-moz-placeholder {
  color: #fff;
}

.i-form .box .right .form form input[type="submit"] {
  background: white;
  color: var(--color);
  font-weight: 500;
  padding: 0 20px;
  border-radius: 25px;
}

@media screen and (max-width: 1450px) {
  .i-form .box .left {
    padding-right: 80px;
  }

}

@media screen and (max-width: 1200px) {
  .i-form .box .left ul li {
    font-size: 16px;
  }

  .i-form .box .right .form form input {
    height: 45px;
  }

  .i-form .box .left {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .i-form .box .left {
    width: 100%;
    padding-right: 0;
  }

  .i-form .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .i-form .box {
    padding: 60px 25px;
  }
}

@media screen and (max-width: 500px) {
  .i-form .box .right .form {
    padding: 35px 20px 20px;
  }

  .i-form .box .right .form .h4 {
    font-size: 26px;
  }
}

.gallery-page .gallery-1 {
  padding: 100px 0 80px;
}

.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}

.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}

.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
}

.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}

.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}

.gallery-page .gallery-1 .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(47 91 141 / 70%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}

.gallery-page .gallery-1 .list ul li a.img-box:hover:after {
  opacity: 1;
}

.faq-page .faq-1 {
  padding: 100px 0 100px;
  text-align: center;
  background-color: #f4f4f4;
}

.faq-page .faq-1 h2.title small {
  margin-top: 0;
}

.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}

.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
}

.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: 24px;
  color: #1c1c1c;
  position: relative;
  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;
  line-height: 2;
}

.faq-page .faq-1 .list ul li h6 i {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 27px;
  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: #222222;
  font-size: 20px;
  padding: 20px;
  display: none;
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active .content {
  background: var(--color);
  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;
}

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

  .faq-page .faq-1,
  .gallery-page .gallery-1 {
    padding: 60px 0;
  }

  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
  }

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

@media screen and (max-width: 1500px) {
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
}

@media screen and (max-width: 1250px) {
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }

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

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

@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .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;
  }

  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}

.seoPublic>div:nth-child(odd) {
  background: #f4f4f4;
}

#cp-Nav .nav div.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cp-Nav .nav div.title::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 20px;
}

.seoPublic .title {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.4;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  margin-bottom: 20px;
  height: 3em;
}

.seoPublic .Auxil-news .list ul li .content time {
  display: block;
  color: var(--color);
}

.seoPublic .Auxil-about .box .left .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.seoPublic .Auxil-about .box .left {
    width: 45%;
}
.seoPublic .Auxil-about .box .right {
    width: 56%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 340px;
    padding-right: 20px;
    overflow: auto;
}
@media screen and (max-width: 1450px) {
  .seoPublic .title {
    font-size: 32px;
  }
  .seoPublic .Auxil-about .box .right div.h3{
        font-size: 26px;
  }
}

@media screen and (max-width: 1250px) {
  .seoPublic .title {
    font-size: 28px;
  }
    .seoPublic .Auxil-about .box .right div.h3{
        font-size: 22px;
  }

}

@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 26px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}
    .seoPublic .Auxil-about .box .right div.h3{
        font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .seoPublic .title {
    font-size: 22px;
  }
}

.page-header02 .logo img {
  filter: brightness(0) invert(1);
}

/* ----- service-page ----- */
.service-page .service-1 .left {
  width: 50%;
}
.service-page .service-1 .left ul li {
  margin-bottom: 15px;
}
.service-page .service-1 .left ul li .content p {
  padding: 5px 0;
}
.service-page .service-1 .left ul li .content .des {
  color: rgba(31, 31, 31, 0.7);
  display: none;
  margin-top: 10px;
}
.service-page .service-1 .right {
  width: 50%;
  padding-left: 4%;
}
.service-page .service-1 .right img{
  border-radius: 20px;
}
.service-page .service-2 .list ul {
  margin: 0 -10px;
}
.service-page .service-2 .list ul li {
  width: 33.3%;
  padding: 25px 15px;
}
.service-page .service-2 .list ul li .box .num {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) -1.216px 6.894px 15px 0px;
  transition: all 0.5s;
  flex-shrink: 0;
}
.service-page .service-2 .list ul li .box .num i {
  width: 30px;
  height: 30px;
  font-size: 25px;
  background-color: var(--color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}
.service-page .service-2 .list ul li .box .num i::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid var(--color);
  border-radius: 50%;
  transition: all 0.5s;
}
.service-page .service-2 .list ul li .box .content .des {
  color: rgba(31, 31, 31, 0.7);
}
.service-page .service-2 .list ul li .box:hover .num {
  background-color: var(--color);
}
.service-page .service-2 .list ul li .box:hover .num i {
  background-color: #6086b1;
}
.service-page .service-2 .list ul li .box:hover .num i::before {
  border-color: #fff;
}
@media screen and (max-width: 1250px) {
  .service-page .service-2 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .left {
    width: 100%;
  }
  .service-page .service-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 4%;
  }
  .service-page .service-1 .right .imgbox {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-2 .list ul li {
    width: 100%;
    padding: 15px;
  }
}
