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

#mobile2 {
  z-index: 220;
}

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

#mobile3 {
  z-index: 220;
}

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

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

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

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

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

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  --color: #1374b2;
  --color2: #f0f9fe;
  margin: 0 auto;
}

.container {
  width: 1650px;
}

.container1 {
  width:1530px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

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

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

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

#header .nav .logo {
  display: block;
  padding-left: -webkit-calc((100vw - 1618px) / 2);
  padding-left: -moz-calc((100vw - 1618px) / 2);
  padding-left: calc((100vw - 1618px) / 2);
}

#header .nav .logo img{
  width: 76%;
}

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

#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%;
  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::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 22px;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

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

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

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li: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;
  height: 100%;
}

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

#header .nav .ui.menu .right .h-language span {
  background-color: #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: var(--color);
}

#header .nav .ui.menu .right .h-language span::after {
  content: "";
  display: block;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

#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 img {
  -webkit-filter: none;
  filter: none;
}

#header .nav .ui.menu .right .h-search1 {
  position: relative;
}

#header .nav .ui.menu .right .h-search1 input {
  display: block;
  background-color: transparent;
  color: #fff;
}

#header .nav .ui.menu .right .h-search1 .search-text {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 182px;
}

#header .nav .ui.menu .right .h-search1 .search-text::-webkit-input-placeholder {
  font-size: 14px;
  color: #eaeaea;
}

#header .nav .ui.menu .right .h-search1 .search-text:-moz-placeholder {
  font-size: 14px;
  color: #eaeaea;
}

#header .nav .ui.menu .right .h-search1 .search-text::-moz-placeholder {
  font-size: 14px;
  color: #eaeaea;
}

#header .nav .ui.menu .right .h-search1 .search-text:-ms-input-placeholder {
  font-size: 14px;
  color: #eaeaea;
}

#header .nav .ui.menu .right .h-search1 .search-text::-ms-input-placeholder {
  font-size: 14px;
  color: #eaeaea;
}

#header .nav .ui.menu .right .h-search1 .search-text::placeholder {
  font-size: 14px;
  color: #eaeaea;
}

#header .nav .ui.menu .right .h-search1 .submit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -o-background-size: cover;
  background-size: cover;
  border: 0;
}

#header .nav .ui.menu .right .h-inquire {
  height: 100%;
  min-width: 220px;
  background-color: #fff;
  color: var(--color);
  font-size: 20px;
  font-weight: 500;
}

#header .nav .ui.menu .right .h-inquire:hover {
  background-color: var(--color);
  color: #fff;
}

#header.active {
  background-color: #031b2b;
}

#header.active .nav {
  height: 86px;
}
#header.active .nav .logo img{
  width: 76%;
}
#header.inner_active {
  background-color: #031b2b;
}

#header.inner_active .nav {
  height: 86px;
}
#header.inner_active .nav .logo img{
  width: 76%;
}

#banner .banner-content {
  height: 100vh;
  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 .txt-content {
  height: 100%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 870px;
  line-height: 1.3;
}

#banner .banner-content .swiper-slide .txt-content .text {
  max-width: 635px;
}

#banner .banner-content .swiper-slide .txt-content .btn-go {
  padding: 0 53px;
  gap:70px;
}

#banner .banner-content .swiper-tool::before {
  content: "";
  display: block;
  position: absolute;
  top: 118%;
  bottom: -320%;
  width: 1px;
  left: 50%;
  background-color: #fff;
}

#banner .banner-content .swiper-tool::after {
  content: "";
  display: block;
  position: absolute;
  top: -320%;
  bottom: 118%;
  width: 1px;
  left: 50%;
  background-color: #fff;
}

.btn-go {
  width: auto;
  min-width: 270px;
  padding: 0 30px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 24px;
  color: #fff;
  gap: 50px;
}

.btn-go img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -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 img {
  -webkit-filter: none;
  filter: none;
}

.btn-more01 {
  min-width: unset;
  padding: 0;
  background-color: transparent;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  gap: 70px;
  border: 0;
  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;
}

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

.btn-more01:hover {
  color: var(--color);
}

.btn-more01:hover img {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-filter: none;
  filter: none;
}

.btn-more02 {
  min-width: unset;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-more02 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-more02:hover {
  color: var(--color);
}

.btn-more02:hover img {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-filter: none;
  filter: none;
}

.swiper-tool {
  position: absolute;
  top: 50%;
  right: 58px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.swiper-tool .swiper-button {
  width: 50px;
  height: 50px;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: static;
  color: #fefefe;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-tool .swiper-button::after {
  font-size: 14px;
}

.swiper-tool .swiper-button:hover {
  background-color: var(--color);
  color: #fff;
}

.swiper-tool .swiper-button-prev {
  border-radius: 10px 10px 0px 0px;
}

.swiper-tool .swiper-button-next {
  border-radius: 0 0 10px 10px;
}

.swiper-tool .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
}

.mk-tt {
  line-height: 1.2;
}

.mk-tt span {
  position: relative;
}

.mk-tt span img {
  position: absolute;
  bottom: 16px;
  right: -22px;
}

.mt-220 {
  margin-top: 220px;
}

.mk-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mk-desc {
  max-width: 410px;
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
}

.mk-desc::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
}

.play {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(15%, 15%);
  -moz-transform: translate(15%, 15%);
  -ms-transform: translate(15%, 15%);
  -o-transform: translate(15%, 15%);
  transform: translate(15%, 15%);
  width: 112px;
  height: 112px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(19, 117, 178, 0.4);
  z-index: -1;
}

.play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(19, 117, 178, 0.4);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}

#index-body .init-1 {
  position: relative;
  z-index: 0;
}

#index-body .init-1::after {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  background-color: var(--color2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 150px 100%, 0% -webkit-calc(100% - 150px));
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 150px 100%, 0% -moz-calc(100% - 150px));
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 150px 100%, 0% calc(100% - 150px));
}

#index-body .init-1 .bdbg {
  position: absolute;
  z-index: 0;
}

#index-body .init-1 .bdbg01 {
  right: 0;
  top: 0;
}

#index-body .init-1 .bdbg02 {
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  -o-transform: translateY(80%);
  transform: translateY(80%);
}

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

#index-body .init-1 .left .text1 {
  font-style: italic;
}

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

#index-body .init-1 .right .swiper {
  margin-right: calc((1500px - 100vw) / 2);
  padding-right: calc((100vw - 1500px) / 2);
}

#index-body .init-1 .right ul li .box .imgbox img {
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, -webkit-calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, -moz-calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-1 .right ul li .box .txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
  z-index: 0;
}

#index-body .init-1 .right ul li .box .txtbox1 {
  opacity: 1;
}
#index-body .init-1 .right ul li .box .txtbox1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    z-index: -1;
    pointer-events: none;
}


#index-body .init-1 .right ul li .box .txtbox1 .ttcon {
  position: relative;
  padding: 28px;
  width: 100%;
}

#index-body .init-1 .right ul li .box .txtbox1 .ttcon::after {
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.64);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index-body .init-1 .right ul li .box .txtbox2 {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  bottom: -100%;
  padding: 30px;
  padding-top: 7%;
}

#index-body .init-1 .right ul li .box .txtbox2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
    pointer-events: none;
}


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

#index-body .init-1 .right ul li .box .txtbox2 .descon {
  position: relative;
  padding-bottom: 20px;
}

#index-body .init-1 .right ul li .box .txtbox2 .descon::after {
  content: "";
  display: block;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.64);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index-body .init-1 .right ul li .box .txtbox2 .descon .desc {
  max-height: calc(28px * 7);
  overflow-y: auto;
}

#index-body .init-1 .right ul li .box:hover .imgbox img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
}

#index-body .init-1 .right ul li .box:hover .txtbox1 {
  opacity: 0;
}

#index-body .init-1 .right ul li .box:hover .txtbox2 {
  opacity: 1;
  bottom: 0;
}

#index-body .init-1 .right .swiper-pagination {
  position: static;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

#index-body .init-1 .right .swiper-pagination .my-pagination-progressbar-fill {
  height: 3px;
  background-color: var(--color);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

#index-body .init-2 .list ul li .box {
  position: relative;
}

#index-body .init-2 .list ul li .box .imgbox {
  border-radius: 15px;
  overflow: hidden;
}

#index-body .init-2 .list ul li .box .txtbox {
  width: 510px;
  height: 390px;
  position: absolute;
  left: 80px;
  bottom: 48px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, -webkit-calc(100% - 82px) 0%, 100% 82px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, -moz-calc(100% - 82px) 0%, 100% 82px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 82px) 0%, 100% 82px, 100% 100%, 0% 100%);
  border-radius: 15px;
  padding: 30px 40px;
}

#index-body .init-2 .list ul li .box .txtbox .btn-more02 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

#index-body .init-2 .list ul li .box .txtbox .btn-more02 img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

#index-body .init-2 .list ul li .box .txtbox .btn-more02:hover {
  color: var(--color);
}

#index-body .init-2 .list ul li .box .txtbox .btn-more02:hover img {
  -webkit-filter: none;
  filter: none;
}

#index-body .init-2 .list ul li .box .descon {
  position: relative;
}

#index-body .init-2 .list ul li .box .descon::after {
  content: "";
  display: block;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index-body .init-2 .list ul li .box .descon .desc {
  max-height: 88px;
  overflow-y: auto;
}

#index-body .init-2 .list .swiper-pagination {
  bottom: 30px;
}

#index-body .init-2 .list .swiper-pagination span {
  width: 20px;
  height: 17px;
  background-image: url(../images/h-sanjiao.png);
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-2 .list .swiper-pagination span.swiper-pagination-bullet-active {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

#index-body .init-2 .list .swiper-pagination span.swiper-pagination-bullet-active:nth-child(even) {
  -webkit-transform: rotate(180deg) translateY(5px);
  -moz-transform: rotate(180deg) translateY(5px);
  -ms-transform: rotate(180deg) translateY(5px);
  -o-transform: rotate(180deg) translateY(5px);
  transform: rotate(180deg) translateY(5px);
}

#index-body .init-2 .list .swiper-pagination span:nth-child(even) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#index-body .init-3 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #f0f9fe), color-stop(rgba(240, 249, 254, 0.8)), to(rgba(240, 249, 254, 0)));
  background: -webkit-linear-gradient(bottom, #f0f9fe 60%, rgba(240, 249, 254, 0.8), rgba(240, 249, 254, 0));
  background: -moz-linear-gradient(bottom, #f0f9fe 60%, rgba(240, 249, 254, 0.8), rgba(240, 249, 254, 0));
  background: -o-linear-gradient(bottom, #f0f9fe 60%, rgba(240, 249, 254, 0.8), rgba(240, 249, 254, 0));
  background: linear-gradient(to top, #f0f9fe 60%, rgba(240, 249, 254, 0.8), rgba(240, 249, 254, 0));
}

#index-body .init-3 .list ul li .box {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  padding: 30px;
  height: 482px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

#index-body .init-3 .list ul li .box .tt {
  border-bottom: 1px solid rgba(19, 117, 178, 0.1);
}

#index-body .init-3 .list ul li .box .des {
  color: rgba(0, 0, 0, 0.65);
  max-height: 138px;
  overflow-y: auto;
}

#index-body .init-3 .list .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

#index-body .init-4 .service-con .text {
  max-width: 70%;
}

#index-body .init-4 .service-con .text ul li {
  padding: 8px 0;
}

#index-body .init-4 .service-con .text ul li .box img {
  margin-top: 5px;
}

#index-body .init-4 .service-con .btn-go {
  padding: 0 53px;
  gap:70px;
}

#index-body .init-5 {
  background-color: var(--color2);
}

#index-body .init-5 .home-con .imgbox {
  display: inline-block;
}

#index-body .init-5 .home-con .left {
  width: 23%;
}

#index-body .init-5 .home-con .center {
  width: 38%;
  padding-right: 5%;
  padding-left: 2%;
}

#index-body .init-5 .home-con .right {
  width: 39%;
}

#index-body .init-5 .home-con .right .item {
  border-top: 1px solid rgba(222, 222, 222, 0.7);
}

#index-body .init-5 .home-con .right .item h2 {
  color: #1f1f1f;
  padding-top: 15px;
}

#index-body .init-5 .home-con .right .item h2 img {
  margin-top: 9px;
}

#index-body .init-5 .home-con .right .item .about-desc {
  color: rgba(40, 40, 40, 0.6);
  /*max-height: 300px;*/
  overflow-y: auto;
}

#index-body .init-5 .home-con .right .btn-go {
  min-width: 270px;
  height: 70px;
}

#index-body .init-6 {
  overflow: hidden;
}

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

#index-body .init-6 .list .linebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

#index-body .init-6 .list .linebox::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}

#index-body .init-6 .list .linebox::after {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}

#index-body .init-6 .list .linebox .linebox-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 250%;
  background-color: rgba(0, 0, 0, 0.1);
}

#index-body .init-6 .list .linebox .linebox-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 250%;
  background-color: rgba(0, 0, 0, 0.1);
}

#index-body .init-6 .list .linebox .line {
  width: 25%;
  display: block;
  position: relative;
  height: 100%;
}

#index-body .init-6 .list .linebox .line::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 250%;
  background-color: rgba(0, 0, 0, 0.1);
}

#index-body .init-6 .list ul li .box {
  background-color: #fff;
  padding: 35px 25px;
  transition: all 0.5s;
}

#index-body .init-6 .list ul li .box .cat {
  background-color: var(--color);
  color: #fff;
  padding: 5px 12px;
  border-radius: 14px;
  transition: all 0.5s;
}

#index-body .init-6 .list ul li .box .des {
  color: rgba(0, 0, 0, 0.7);
  height: 7em;
  overflow-y: auto;
  transition: all 0.5s;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
display: -webkit-box;
}

#index-body .init-6 .list ul li .box .imgbox {
  -webkit-clip-path: polygon(0% 0%, -webkit-calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, -moz-calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%);
  border-radius: 15px;
  transition: all 0.5s;
  overflow: hidden;
}

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

#index-body .init-6 .list ul li .box .date span {
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}

#index-body .init-6 .list ul li .box:hover{
  background-color: var(--color);
  color: #fff;
}
#index-body .init-6 .list ul li .box:hover .cat{
  background-color: #fff;    
  color: var(--color);
}
#index-body .init-6 .list ul li .box:hover .des {
  color: rgba(255, 255, 255, 0.7);
}
#index-body .init-6 .list ul li .box:hover .date span{
  color: rgba(255, 255, 255, 0.7);
}
#index-body .init-6 .list ul li .box:hover .imgbox {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
}
#index-body .init-6 .list ul li .box:hover .btn-jt{
  background-color:#fff;    
  transform: rotate(45deg);
}

.btn-jt {
  width: 48px;
  height: 48px;
  background-color: rgba(19, 117, 178, 0.1);
  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;
  color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
}

.btn-jt:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.zdyqh {
  width: 136px;
  height: 55px;
  position: relative;
}

.zdyqh::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 15;
}

.zdyqh .swiper-button {
  position: static;
  margin-top: 0;
  color: #fff;
  width: 50%;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
}

.zdyqh .swiper-button::after {
  font-size: 14px;
}

.zdyqh .swiper-button:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}

.zdyqh .swiper-button-prev {
  border-radius: 28px 0 0 28px;
}

.zdyqh .swiper-button-next {
  border-radius: 0 28px 28px 0;
}

#footer {
  background-color: #052b43;
}

#footer .footer-top .form {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 18px;
}

#footer .footer-top .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .footer-top .form input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 10px 20px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  height: 76px;
  width: 258px;
  margin: 0 8px;
  display: block;
}

#footer .footer-top .form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

#footer .footer-top .form input:-moz-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

#footer .footer-top .form input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

#footer .footer-top .form input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

#footer .footer-top .form input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

#footer .footer-top .form input::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

#footer .footer-top .form input[name="content"] {
  width: 332px;
}

#footer .footer-top .form .send {
  width: 130px;
  height: 77px;
  background-color: var(--color);
  border-radius: 5px;
  color: #fff;
  font-size: 19px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  margin-left: 8px;
}

#footer .footer-top .form .send:hover {
  background-color: #fff;
  color: var(--color);
}

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

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

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.logo span {
  color: rgba(255, 255, 255, 0.5);
}

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.link.pro span {
  color: rgba(255, 255, 255, 0.6);
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.link a {
  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;
  gap: 8px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link a::before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(../images/f-linkico.png);
  -o-background-size: cover;
  background-size: cover;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.contact em {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  width: 22px;
  margin-top: 4px;
}

#footer .footer-center .footer-b p {
  color: rgba(255, 255, 255, 0.46);
  padding: 22px 0;
  border-top: 1px solid rgba(184, 184, 188, 0.3);
}

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

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

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

@media screen and (max-width: 1700px) {
  .container1 {
    width:1400px;
  }
  .mt-220 {
    margin-top: 180px;
  }

  #header .nav .logo {
    padding-left: -webkit-calc((100vw - 1370px) / 2);
    padding-left: -moz-calc((100vw - 1370px) / 2);
    padding-left: calc((100vw - 1370px) / 2);
  }

  #header .nav .ui.menu .right .h-inquire {
    zoom: 0.9;
  }

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

  #header .nav .ui.menu .right .h-language {
    zoom: 0.9;
  }

  #index-body .init-1 .right .swiper {
    margin-right: -webkit-calc((1370px - 100vw) / 2);
    margin-right: -moz-calc((1370px - 100vw) / 2);
    margin-right: calc((1370px - 100vw) / 2);
    padding-right: -webkit-calc((100vw - 1370px) / 2);
    padding-right: -moz-calc((100vw - 1370px) / 2);
    padding-right: calc((100vw - 1370px) / 2);
  }
  #index-body .init-1 .right ul li .box .txtbox2 .descon .desc {
    max-height: calc(28px * 6);
  }

  #index-body .init-2 .list ul li .box .txtbox {
    width: 445px;
    height: 340px;
    left: 60px;
    bottom: 40px;
    padding: 25px;
  }

  #footer .footer-top .form input[name="content"] {
    width: 258px;
  }

  #footer .footer-top .form input {
    width: 242px !important;
  }
}

@media screen and (max-width: 1565px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 18px;
    margin: 0px 14px;
  }

  #header .nav .ui.menu .right .h-search1 .search-text {
    width: 144px;
  }
}

@media screen and (max-width: 1450px) {
  .container1 {
    width:1200px;
  }
  .mt-220 {
    margin-top: 150px;
  }

  body {
    font-size: 16px;
  }

  .btn-go,
  .btn-more01,
  .btn-more02 {
    zoom: 0.9;
  }

  #header .nav .logo {
    padding-left: -webkit-calc((100vw - 1170px) / 2);
    padding-left: -moz-calc((100vw - 1170px) / 2);
    padding-left: calc((100vw - 1170px) / 2);
  }

  #header .nav .ui.menu .right .h-inquire {
    min-width: 175px;
    zoom: 0.8;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 17px;
  }

  #index-body .init-1 .right .swiper {
    margin-right: -webkit-calc((1170px - 100vw) / 2);
    margin-right: -moz-calc((1170px - 100vw) / 2);
    margin-right: calc((1170px - 100vw) / 2);
    padding-right: -webkit-calc((100vw - 1170px) / 2);
    padding-right: -moz-calc((100vw - 1170px) / 2);
    padding-right: calc((100vw - 1170px) / 2);
  }

  #index-body .init-1 .right ul li .box .txtbox2 {
    padding-top: 45px;
  }

  #index-body .init-1 .right ul li .box .txtbox2 .descon .desc {
    max-height: calc(28px * 4);
  }

  #index-body .init-2 .list .swiper-pagination {
    zoom: 0.9;
  }

  #index-body .init-3 .list ul li .box {
    padding: 20px;
    height: 435px;
  }

  #index-body .init-4 .service-con .text ul li .box img {
    margin-top: 1px;
  }

  #index-body .init-5 .home-con .right {
    padding-top: 0;
  }

  #index-body .init-6 .list .linebox .line {
    width: 33.3%;
  }

  #index-body .init-6 .list .linebox .line:nth-last-child(1) {
    display: none;
  }

  #footer .footer-top .form input {
    height: 58px;
    width: 186px !important;
    margin: 0px 4px;
  }

  #footer .footer-top .form .send {
    width: 100px;
    height: 58px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1320px) {
  #header .nav .logo {
    zoom: 0.8;
  }

  #header .nav .ui.menu {
    width: 83%;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1250px) {
  .container1 {
    width:970px;
  }
  #banner .banner-content {
    height: 40vw;
  }

  .mt-220 {
    margin-top: 120px;
  }

  #index-body .init-1 .right .swiper {
    margin-right: 0;
    padding-right: 0;
  }

  #index-body .init-1 .left .btn-more01 {
    margin-top: 3vw;
  }

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

  #index-body .init-2 .list ul li .box .imgbox img {
    min-height: 396px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #index-body .init-2 .list .swiper-pagination {
    bottom: 10px;
    zoom: 0.8;
  }

  #index-body .init-2 .list ul li .box .txtbox {
    width: 425px;
    height: 306px;
    left: 40px;
  }

  #index-body .init-3 .list .bg {
    zoom: 0.8;
  }

  #index-body .init-4 .service-con .text {
    max-width: 65%;
  }

  #index-body .init-5 .home-con .right .item h2 img {
    margin-top: 6px;
  }

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

  #index-body .init-6 .list .linebox .line {
    width: 50%;
  }

  #index-body .init-6 .list .linebox .line:nth-last-child(2) {
    display: none;
  }

  #footer .footer-top .form form {
    width: 100%;
    margin-top: 20px;
  }

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

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

@media screen and (max-width: 1000px) {
  .container1 {
    width:700px;
  }
  .mt-220 {
    margin-top: 80px;
  }

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

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

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

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

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

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

  .mk-tt span img {
    zoom: 0.8;
  }

  #index-body .init-1::after {
    width: 100%;
  }
  #index-body .init-1 .right ul li .box .txtbox1 .ttcon{
    padding: 15px;
  }
#index-body .init-1 .right ul li .box .txtbox2 .descon .desc {
    max-height: calc(28px * 3);
}
#index-body .init-1 .right ul li .box .txtbox2 .descon {
    padding-bottom: 10px;
}

  #index-body .init-5 .home-con .right {
    width: 100%;
    margin-top: 5%;
  }

  #index-body .init-5 .home-con .right .item h2 em {
    margin-top: 1px;
  }

  #index-body .init-5 .home-con .left {
    width: 36%;
  }

  #index-body .init-5 .home-con .center {
    width: 64%;
    padding-left: 4%;
    padding-right: 0;
  }

  .mk-desc {
    max-width: 100%;
    margin-top: 15px;
  }

  #index-body .init-2 .list .swiper-pagination {
    zoom: 0.7;
  }

  #index-body .init-3 .list ul li .box {
    padding: 15px;
    height: 380px;
    border-radius: 15px;
  }

  #index-body .init-4 .service-con .text {
    max-width: 100%;
  }

  #index-body .init-4 .service-con .text ul li .box img {
    zoom: 0.8;
    margin-top: 4px;
  }

  #index-body .init-5 .home-con .right .item h2 img {
    margin-top: 5px;
  }

  #footer .footer-top .form input {
    width: 100% !important;
    margin: 4px;
  }

  #footer .footer-top .form .send {
    margin: 4px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 47% !important;
  }
}

@media screen and (max-width: 700px) {
  .container1 {
    width:100%;
  }
  .mt-220 {
    margin-top: 60px;
  }

  body {
    font-size: 15px;
  }

  .btn-go,
  .btn-more01,
  .btn-more02 {
    zoom: 0.8;
  }

  .phone_hide {
    display: none;
  }

  #index-body .init-1 .right ul li .box .txtbox1 {
    opacity: 0;
  }

  #index-body .init-1 .right ul li .box .txtbox2 {
    opacity: 1;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #index-body .init-1 .right ul li .box .txtbox2 .tt {
    margin-bottom: 15px;
  }

  #index-body .init-2 .list ul li .box .txtbox {
    width: 386px;
    height: 280px;
  }

  .mk-tt span img {
    bottom: 8px;
  }

  #footer .footer-top .form input {
    height: 50px;
  }

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

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    margin-top: 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo .logoinner {
    width: auto;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo span {
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .mt-220 {
    margin-top: 40px;
  }

  #index-body .init-1 .right .swiper-pagination {
    display: none;
  }

  #index-body .init-2 .list ul li .box .txtbox {
    left: 20px;
    right: 20px;
    width: auto;
    padding: 15px;
    -webkit-clip-path: unset;
    clip-path: unset;
    height: 250px;
  }

  #index-body .init-3 .mk-ttbox {
    -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;
    gap: 15px;
  }

  #index-body .init-6 .list .linebox .line {
    display: none;
  }
}


/* ----- inner-page ----- */
.inner-banner {
  background-position: center;
  background-size: cover;
  color: white;
  margin-top: 86px;
  position: relative;
}

.inner-banner .textcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner .textcon .container {
  height: 100%;
}

.inner-banner .textcon .bancon {
  height: 100%;
}

.inner-banner .textcon .bancon h2 {
  border-bottom: 1px solid rgba(240, 249, 254, 0.1);
}

.inner-banner .textcon .mbx a {
  transition: all 0.5s;
}

.inner-banner .textcon .mbx a:hover {
  color: var(--color);
}

.inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #fff;
  clip-path: polygon(125px 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1700px) {
  .inner-banner::after {
    height: 80px;
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1450px) {
  .inner-banner::after {
    height: 60px;
    clip-path: polygon(90px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 1250px) {
    #innerMobileBanner {
        margin-top: 60px;
    }
    .inner-page{
      margin-top: 60px;
    }
    .inner-banner{
      margin-top: 60px;
    }
}
@media (max-width: 1000px) {
.inner-banner::after{
  height: 0;
}
    .inner-banner .bg{
      min-height: 300px;
      object-fit: cover;
    }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
      font-size: 24px;
  }
  .inner-page{
      margin-top: 40px;
  }
}

.inner-page .m-page {
  font-size: 17px;
  font-weight: bold;
}

.inner-page .m-page>div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 0.5em;
  width: 3.05882353em;
  height: 3.05882353em;
  border-radius: 100%;
  background-color: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.5s;
  cursor: pointer;
}

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



/* ----- about-page ----- */
.about-page .about-1 .inabout-con h2 {
  color: #1f1f1f;
  padding-top: 15px;
}

.about-page .about-1 .inabout-con h2 img {
  margin-top: 9px;
}

.about-page .about-1 .inabout-con .about-desc {
  color: rgba(40, 40, 40, 0.6);
  /*max-height: 300px;*/
  overflow-y: auto;
}

.about-page .about-1 .play {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

.about-page .about-1 .datashow ul {
  margin: -10px -34px;
}

.about-page .about-1 .datashow ul li {
  width: 25%;
  padding: 10px 34px;
}

.about-page .about-1 .datashow ul li .box {
  color: #282828;
  border-bottom: 1px solid rgba(1, 3, 19, 0.2);
}

.about-page .about-1 .datashow ul li .box h4 .sz {
  letter-spacing: -2px;
  line-height: 1;
}

.about-page .about-2#index-body .init-4 .service-con .btn-go {
  gap: 50px;
  padding: 0 30px;
}

.about-page .about-3 {
  background-repeat: no-repeat;
  background-position: right bottom 50px;
}

.about-page .about-3 .service-con .text {
  max-width: 70%;
}

.about-page .about-3 .service-con .text ul li {
  padding: 8px 0;
}

.about-page .about-3 .service-con .text ul li .box img {
  margin-top: 5px;
}

.about-page .about-3 .partner-list ul {
  margin: 0 calc((1500px - 100vw) / 2);
}

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

.about-page .about-3 .partner-list ul li .imgbox {
  background-color: #eff5f9;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.about-page .about-3 .partner-list ul li .imgbox img {
  transition: all 0.5s;
}

.about-page .about-3 .partner-list ul li .imgbox:hover {
  background-color: var(--color);
}

.about-page .about-3 .partner-list ul li .imgbox:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1700px) {
  .about-page .about-1 .inabout-con h2 img {
    margin-top: 6px;
  }

  .about-page .about-3 .partner-list ul {
    margin: 0 calc((1370px - 100vw) / 2);
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-3 .service-con .text ul li .box img {
    margin-top: 1px;
  }

  .about-page .about-3 .partner-list ul {
    margin: 0 calc((1170px - 100vw) / 2);
  }

  .about-page .about-3 .partner-list ul li .imgbox {
    padding: 18px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .datashow ul {
    margin: -10px -20px;
  }

  .about-page .about-1 .datashow ul li {
    padding: 10px 20px;
  }

  .about-page .about-1 .imgbox>img {
    min-height: 300px;
    object-fit: cover;
  }

  .about-page .about-3 .service-con .text {
    max-width: 65%;
  }

  .about-page .about-3 .partner-list ul {
    margin: 0 calc((940px - 100vw) / 2);
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-3 .service-con .text {
    max-width: 100%;
  }

  .about-page .about-3 .service-con .text ul li .box img {
    zoom: 0.8;
    margin-top: 4px;
  }

  .about-page .about-3 .partner-list ul {
    margin: 0 calc((670px - 100vw) / 2);
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .datashow ul li {
    width: 50%;
    padding: 10px 20px;
  }

  .about-page .about-3 .partner-list ul {
    margin: 0 -15px;
  }
}

/* ----- faq-page ----- */
.faq-page .faq-1 .left {
  width: 75%;
  padding-right: 30px;
}

.faq-page .faq-1 .left .list ul li .box {
  border-top: 1px solid #d5d8dc;
  padding: 25px 0;
}

.faq-page .faq-1 .left .list ul li .box .ques {
  padding-left: 30px;
  position: relative;
}

.faq-page .faq-1 .left .list ul li .box .ques span {
  position: absolute;
  left: 0;
  top: 0;
}

.faq-page .faq-1 .left .list ul li .box .ques span i {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

.faq-page .faq-1 .left .list ul li .box .anser {
  display: none;
  padding-left: 30px;
}

.faq-page .faq-1 .left .list ul li:nth-last-child(1) {
  border-bottom: 1px solid #d5d8dc;
}

.faq-page .faq-1 .left .list ul li.active .ques span i.iconfont-jiahao {
  opacity: 0;
}

.faq-page .faq-1 .right {
  width: 25%;
}

.faq-page .faq-1 .right .faq-right {
  background-color: var(--color);
  padding: 40px;
  clip-path: polygon(0% 0%, calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);
}

.faq-page .faq-1 .right .faq-right .btn-go {
  background-color: #fff;
  color: #000;
}

.faq-page .faq-1 .right .faq-right .btn-go img {
  filter: brightness(0);
}

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

.faq-page .faq-1 .right .faq-right .btn-go:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1250px) {
  .faq-page .faq-1 .right .faq-right {
    padding: 20px;
  }

  .faq-page .faq-1 .right .faq-right .btn-go {
    zoom: 0.6;
  }
}

@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .faq-page .faq-1 .right {
    display: none;
  }
}

/* ----- gallery-page ----- */
.gallery-page .gallery-1 .list ul {
  margin: -12px -5px;
}

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

.gallery-page .gallery-1 .list ul li .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-page.Honour .gallery-1 .list ul li .box{
  border-radius: 0;
}

.gallery-page .gallery-1 .list ul li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.gallery-page .gallery-1 .list ul li .box .txtbox.hide{
  display: none!important;
}
.gallery-page .gallery-1 .list ul li .box:hover .txtbox {
  opacity: 1;
}

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

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

@media screen and (max-width: 500px) {
  .gallery-page .gallery-1 .list ul {
    margin: -5px;
  }

  .gallery-page .gallery-1 .list ul li {
    width: 100%;
    padding: 5px;
  }
  .gallery-page.Honour .gallery-1 .list ul li{
    width: 50%;
  }
}

/* ----- history-page ----- */
.history-page .history-1 .his-con .left {
  width: 50%;
  padding-right: 5%;
}

.history-page .history-1 .his-con .left img {
  opacity: 0.2;
}

.history-page .history-1 .his-con .right {
  width: 50%;
}

.history-page .history-1 .his-con .right .tt {
  line-height: 1.3;
}

.history-page .history-2 .his-list ul li {
  border-top: 1px solid #eee;
  margin-top: 50px;
}

.history-page .history-2 .his-list ul li:nth-child(1) {
  margin-top: 0;
}

.history-page .history-2 .his-list ul li .box .time {
  width: 31%;
  font-weight: 600;
  line-height: 1;
}

.history-page .history-2 .his-list ul li .box .content {
  width: 79%;
  padding-top: 30px;
}

.history-page .history-2 .his-list ul li .box .content .textbox {
  border-left: 2px solid var(--color);
}

.history-page .history-2 .his-list ul li .box .content .imgbox {
  margin-left: -8px;
  margin-right: -8px;
}

.history-page .history-2 .his-list ul li .box .content .imgbox .img {
  width: 50%;
  padding: 0 8px;
  overflow: hidden;
}

.history-page .history-2 .his-list ul li .box .content .imgbox .img img {
  border-radius: 10px;
  transition: all 0.5s;
}

@media screen and (max-width: 1000px) {
  .history-page .history-1 .his-con .left {
    width: 100%;
    padding-right: 0;
  }

  .history-page .history-1 .his-con .right {
    width: 100%;
    margin-top: 5%;
  }

  .history-page .history-2 .his-list ul li .box .time {
    width: 100%;
  }

  .history-page .history-2 .his-list ul li .box .content {
    width: 100%;
    padding-top: 30px;
  }

  .history-page .history-2 .his-list ul li .box .content .textbox {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--color);
    padding-top: 15px;
  }

  .history-page .history-2 .his-list ul li .box .content .imgbox {
    padding-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .history-page .history-2 .his-list ul li {
    margin-top: 35px;
  }
}

@media screen and (max-width: 500px) {
  .font-100 {
    font-size: 30px;
  }
}


/* ----- maintenance-page ----- */
.maintenance-page .maintenance-1 .desc {
  color: rgba(40, 40, 40, 0.6);
}
.maintenance-page .maintenance-1 .includes .left {
  width: 50%;
  padding-right: 1%;
}
.maintenance-page .maintenance-1 .includes .left h4 {
  font-style: italic;
}
.maintenance-page .maintenance-1 .includes .left .text p {
  padding: 10px 0;
  color: #505050;
}
.maintenance-page .maintenance-1 .includes .left .text p img {
  margin-top: 8px;
  flex-shrink: 0;
}
.maintenance-page .maintenance-1 .includes .right {
  width: 50%;
  padding-left: 2%;
}
.maintenance-page .maintenance-1 .includes-box > div .right .imgbox img{
  border-radius: 20px;
}

.maintenance-page .maintenance-1 .includes-box > div:nth-child(even) {
  flex-direction: row-reverse;
}
.maintenance-page .maintenance-1 .includes-box > div:nth-child(even) .left {
  padding-right: 0;
  padding-left: 2%;
}
.maintenance-page .maintenance-1 .includes-box > div:nth-child(even) .right {
  padding-left: 0;
  padding-right: 2%;
}
.maintenance-page .maintenance-3 .includes .left {
  width: 50%;
  padding-right: 1%;
}
.maintenance-page .maintenance-3 .includes .left h4 {
  font-style: italic;
}
.maintenance-page .maintenance-3 .includes .left .text p {
  padding: 10px 0;
  color: #505050;
}
.maintenance-page .maintenance-3 .includes .left .text p img {
  margin-top: 8px;
  flex-shrink: 0;
}
.maintenance-page .maintenance-3 .includes .right {
  width: 50%;
  padding-left: 2%;
}
.maintenance-page .maintenance-4 .sup-con .left {
  width: 60%;
  padding-right: 2%;
}
.maintenance-page .maintenance-4 .sup-con .right {
  width: 40%;
  padding-left: 2%;
}
.maintenance-page .maintenance-4 .sup-con .right .text p {
  padding: 15px 0;
}
.maintenance-page .maintenance-4 .sup-con .right .text img {
  margin-top: 8px;
  flex-shrink: 0;
}
/* ----- onsite-page ----- */
.onsite-page .onsite-1 .list ul li {
  border-bottom: 1px solid rgba(1, 10, 20, 0.1);
}

.onsite-page .onsite-1 .list ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px 0;
  min-height: 170px;
}

.onsite-page .onsite-1 .list ul li .box .left {
  width: calc(100% - 150px);
}

.onsite-page .onsite-1 .list ul li .box .left .imgbox {
  width: 66px;
}

.onsite-page .onsite-1 .list ul li .box .left h2 {
  width: 70%;
  padding-left: 7%;
}

.onsite-page .onsite-1 .list ul li .box .left h2 .tt {
  color: #101010;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.onsite-page .onsite-1 .list ul li .box .btn {
  font-size: 20px;
  color: var(--color);
  text-decoration: underline;
  transition: all 0.5s;
}

.onsite-page .onsite-1 .list ul li .box:hover {
  padding-left: 70px;
  padding-right: 70px;
  background-color: var(--color);
  border-radius: 20px;
}

.onsite-page .onsite-1 .list ul li .box:hover .left h2 .tt {
  color: #fff;
}

.onsite-page .onsite-1 .list ul li .box:hover .btn {
  color: #fff;
}

.onsite-page .onsite-2 .play {
  width: 90px;
  height: 90px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

@media screen and (max-width: 1450px) {
  .onsite-page .onsite-1 .list ul li .box {
    min-height: 135px;
    padding: 25px 0px;
  }

  .onsite-page .onsite-1 .list ul li .box:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .onsite-page .onsite-1 .list ul li .box .btn {
    zoom: 0.9;
  }
}

@media screen and (max-width: 1000px) {
  .onsite-page .onsite-1 .list ul li .box .btn {
    zoom: 0.8;
  }

  .onsite-page .onsite-1 .list ul li .box:hover {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 700px) {
  .onsite-page .onsite-1 .list ul li .box .left {
    width: 100%;
  }

  .onsite-page .onsite-1 .list ul li .box .btn {
    margin-top: 5%;
  }

  .onsite-page .onsite-1 .list ul li .box .left h2 {
    width: 100%;
    padding-left: 0;
    margin-top: 3%;
  }
}

/* ----- product-page ----- */
.product-page .pro-sidebar-left {
  width: 34%;
  padding-left: 5.5%;
  position: sticky;
  top: 120px;
}

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

.product-page .pro-sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  padding: 10px 20px;
  padding-right: 58px;
  font-size: 14px;
  color: #fff;
  background-color: #0b2b3f;
}

.product-page .pro-sidebar-left .inner .inner-search form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.product-page .pro-sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../images/in-ss.png) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}

.product-page .pro-sidebar-left .inner .inner-cat {
  background-color: #F2F5FB;
  clip-path: polygon(0% 0%, calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);
  padding: 40px;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li {
  border-top: 1px solid #dce0e3;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li:nth-child(1) {
  border-top: none;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li .benji {
  padding: 20px;
  transition: all 0.5s;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li .benji i {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #dce0e3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li:hover .benji {
  background-color: #fff;  
    border: none;
    box-shadow: 0px 0px 8px 1px #dbe1e5;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li:hover .benji i {
  background-color: var(--color);
  color: #fff;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li.active .benji {
  background-color: #fff;
}

.product-page .pro-sidebar-left .inner .inner-cat ul>li.active .benji i {
  background-color: var(--color);
  color: #fff;
}

.product-page .pro-sidebar-left .inner .inner-contact {
  background-color: #0b2b3f;
  clip-path: polygon(0% 0%, calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);
  padding: 40px;
}

.product-page .pro-sidebar-left .inner .inner-contact .des {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #8c8c8c;
}

.product-page .pro-sidebar-left .inner .inner-contact ul li i {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #fbe87e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

.product-page .pro-sidebar-left .inner .inner-contact ul li .text {
  color: #fff;
}

.product-page .pro-sidebar-left .inner .inner-contact ul li .text h4 {
  color: #8c8c8c;
}

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

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

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

.product-page .pro-sidebar-right .product-list ul li .box {
  position: relative;
  overflow: hidden;
}

.product-page .pro-sidebar-right .product-list ul li .box .imgbox img {
  width: 100%;
  clip-path: polygon(0% 0%, calc(100% - 32px) 0%, 100% 32px, 100% 100%, 0% 100%);
  transition: all 0.5s;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.5s;
  border-radius: 20px;
  z-index: 0;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox1 {
  opacity: 1;
}
.product-page .pro-sidebar-right .product-list ul li .box .txtbox1::after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
  z-index: -1;
  pointer-events: none;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox1 .ttcon {
  position: relative;
  padding: 20px 28px;
  width: 100%;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox1 .ttcon::after {
  content: "";
    display: block;
    width: 96%;
    height: 132px;
    background-color: rgb(19 116 178 / 42%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-top: 1px solid;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2 {
  opacity: 0;
  backdrop-filter: blur(5px);
  bottom: -100%;
  padding: 20px 28px;
  padding-top: 6%;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2::after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: -1;
  pointer-events: none;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .tt {
  height: 4.7em;
  flex-shrink: 0;
  transition: all 0.5s;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .tt:hover {
  color: #afafaf;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .text {
  flex-shrink: 0;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon {
  position: relative;
  padding-bottom: 20px;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.64);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon .desc {
  max-height: calc(28px * 5);
  overflow-y: auto;
}

.product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .btn-more02 {
  font-size: 14px;
}

.product-page .pro-sidebar-right .product-list ul li .box:hover .imgbox img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
}

.product-page .pro-sidebar-right .product-list ul li .box:hover .txtbox1 {
  opacity: 0;
}

.product-page .pro-sidebar-right .product-list ul li .box:hover .txtbox2 {
  opacity: 1;
  bottom: 0;
}

@media screen and (max-width: 1450px) {
  .product-page .pro-sidebar-left .inner .inner-cat {
    padding: 25px;
  }

  .product-page .pro-sidebar-left .inner .inner-contact {
    padding: 25px;
  }

  .product-page .pro-sidebar-left .inner .inner-cat ul>li .benji {
    padding: 15px 10px;
  }

  .product-page .pro-sidebar-right .product-list ul li .box .txtbox {
    padding-top: 30px;
  }
  .product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon .desc {
    max-height: calc(28px * 3);
  }
  .product-page .pro-sidebar-right .product-list ul li .box .txtbox2 .descon {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .pro-sidebar-left .inner .inner-cat {
    padding: 20px;
  }

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

  .product-page .pro-sidebar-left .inner .inner-contact ul li i {
    zoom: 0.8;
  }

  .product-page .pro-sidebar-right .product-list ul li {
    width: 50%;
  }
  .product-page .pro-sidebar-right .product-list ul li .box .txtbox .tt{
    -webkit-line-clamp: 2;height: 3em;
  }
}

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

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

@media screen and (max-width: 700px) {
  .product-page .pro-sidebar-right .product-list ul li .box .txtbox2 {
    padding: 15px;
  }
  .product-page .pro-sidebar-right .product-list ul li {
    width: 100%;
  }
  .product-page .pro-sidebar-right .product-list ul li .box:hover .txtbox2 {
    justify-content: flex-end;
  }
}

/* ----- projects-page ----- */
.projects-page .projects-1 .fl-list {
  position: relative;
  width: 1110px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  background-color: #042336;
  border-radius: 30px;
  padding: 10px 40px;
}

.projects-page .projects-1 .fl-list>span {
  color: #fff;
  width: 100%;
  height: 100%;
}

.projects-page .projects-1 .fl-list ul {
  background-color: #fff;
  /*max-height: 300px;*/
  overflow-y: auto;
  position: absolute;
  width: 96%;
  top: 100%;
  left: 2%;
  z-index: 2;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s;
  border-radius: 0 0 30px 30px;
}

.projects-page .projects-1 .fl-list ul li {
  padding: 25px 30px;
}

.projects-page .projects-1 .fl-list ul li a {
  display: block;
}

.projects-page .projects-1 .fl-list ul li:hover {
  color: #fff;
  background-color: var(--color);
}

.projects-page .projects-1 .fl-list ul li.active {
  color: #fff;
  background-color: var(--color);
}

.projects-page .projects-1 .fl-list:hover ul {
  opacity: 1;
  transform: scaleY(1);
}

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

.projects-page .projects-1 .list ul li {
  padding: 12px;
  width: 33.3%;
}

.projects-page .projects-1 .list ul li .box {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.projects-page .projects-1 .list ul li .box .imgbox img{
  min-height: 372px;
  object-fit: cover;
}

.projects-page .projects-1 .list ul li .box .txtbox {
  width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(6,43,66,0.63);
  padding:20px 40px;
  color: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  backdrop-filter: blur(5px);
}

.projects-page .projects-1 .list ul li .box .txtbox2 {
  height: 100%;
  left: 0;
  bottom: auto;
  top: 100%;
  opacity: 0;
  padding:50px 40px;
}

.projects-page .projects-1 .list ul li .box .txtbox .ttcon {
  position: relative;
}
.projects-page .projects-1 .list ul li .box .txtbox .ttcon .tt:hover{
  color: rgba(255,255,255,0.6);
}

.projects-page .projects-1 .list ul li .box .txtbox .btn-more02:hover{
  color: rgba(255,255,255,0.6);
}
.projects-page .projects-1 .list ul li .box .txtbox .btn-more02:hover img{
  filter: brightness(0.8) invert(1) grayscale(1);
}
.projects-page .projects-1 .list ul li .box:hover .txtbox{
  bottom: 50%;  opacity: 0;
}
.projects-page .projects-1 .list ul li .box:hover .txtbox2{
  top: 0;
  opacity: 1;
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 1250px) {
  .projects-page .projects-1 .fl-list {
    width: 100%;
    height: 74px;
  }

  .projects-page .projects-1 .fl-list ul li {
    padding: 15px 20px;
  }
  .projects-page .projects-1 .list ul li .box .txtbox{
    padding: 20px;
  }
  .projects-page .projects-1 .list ul li .box .txtbox2{
    padding: 20px;
  }

}

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

  .projects-page .projects-1 .fl-list {
    border-radius: 15px;
    padding: 10px 20px;
    height: 60px;
  }

  .projects-page .projects-1 .fl-list ul {
    border-radius: 0 0 15px 15px;
  }

  .projects-page .projects-1 .fl-list ul li {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 700px) {
  .projects-page .projects-1 .list ul {
    margin: -5px;
  }

  .projects-page .projects-1 .list ul li {
    padding: 5px;
  }

  .projects-page .projects-1 .list ul li .box .imgbox img {
    min-height: 300px;
  }
}

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

}

/* ----- projectsdet-page ----- */
.projectsdet-page .projectsdet-1 .imgbox {
  border-radius: 15px;
  overflow: hidden;
}

.projectsdet-page .projectsdet-1 .content .text {
  padding: 0 100px;
}

.projectsdet-page .projectsdet-1 .content .text p span[style*="font-size: 18px;"]{
  color: var(--color);
    font-size: 20px !important;
    text-transform: uppercase;
}

.projectsdet-page .projectsdet-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.produt-list .list ul li .box .imgbox img {
  width: 100%;
  clip-path: polygon(0% 0%, calc(100% - 42px) 0%, 100% 42px, 100% 100%, 0% 100%);
  transition: all 0.5s;
}

.produt-list .list ul li .box .txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.5s;
  border-radius: 20px;
      z-index: 0;
}

.produt-list .list ul li .box .txtbox1 {
  opacity: 1;
}

.produt-list .list ul li .box .txtbox1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    z-index: -1;
    pointer-events: none;
}

.produt-list .list ul li .box .txtbox1 .ttcon {
  position: relative;
  padding: 28px;
  width: 100%;
}

.produt-list .list ul li .box .txtbox1 .ttcon::after {
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.64);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.produt-list .list ul li .box .txtbox2 {
  opacity: 0;
  backdrop-filter: blur(5px);
  bottom: -100%;
  padding: 30px;
}

.produt-list .list ul li .box .txtbox2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
    pointer-events: none;
}


.produt-list .list ul li .box .txtbox2 .tt:hover {
  color: var(--color);
}

.produt-list .list ul li .box .txtbox2 .descon {
  position: relative;
  padding-bottom: 20px;
}

.produt-list .list ul li .box .txtbox2 .descon::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.64);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.produt-list .list ul li .box .txtbox2 .descon .desc {
  max-height: 160px;
  overflow-y: auto;
}

.produt-list .list ul li .box:hover .imgbox img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
}

.produt-list .list ul li .box:hover .txtbox1 {
  opacity: 0;
}

.produt-list .list ul li .box:hover .txtbox2 {
  opacity: 1;
  bottom: 0;
}

@media screen and (max-width: 1450px) {
  .projectsdet-page .projectsdet-1 .content .text {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1250px) {
  .projectsdet-page .projectsdet-1 .content .text {
    padding: 0 30px;
  }

  .produt-list .list ul li .box .txtbox1 .ttcon {
    padding: 20px;
  }

  .produt-list .list ul li .box .txtbox2 {
    padding: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .projectsdet-page .projectsdet-1 .content .text {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .projectsdet-page .projectsdet-2 .mk-ttbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .produt-list .list ul li .box .txtbox2 .descon .desc {
    max-height: 115px;
  }
}

/* ----- quality-page ----- */
.quality-page .quality-1 .des {
  color: rgba(40, 40, 40, 0.6);
}
.quality-page .quality-1 .desc {
  color: #484848;
}
.quality-page .quality-1 .img-box {
  border-radius: 30px;
}
.quality-page .quality-2 .sup-con .left {
  width: 60%;
  padding-right: 2%;
}
.quality-page .quality-2 .sup-con .right {
  width: 40%;
  padding-left: 2%;
}
.quality-page .quality-2 .sup-con .right .text p {
  padding: 15px 0;
}
.quality-page .quality-2 .sup-con .right .text img {
  margin-top: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 1450px) {
  .quality-page .quality-2 .sup-con .right .text p {
    padding: 8px 0;
  }
}
@media screen and (max-width: 1250px) {
  .quality-page .quality-2 .sup-con .right .text p {
    padding: 4px 0;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-2 .sup-con .left {
    width: 100%;
    padding-right: 0;
  }
  .quality-page .quality-2 .sup-con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}


/* ----- support-page ----- */
.support-page .support-1 .desc {
  color: rgba(40, 40, 40, 0.6);
}

.support-page .support-1 .includes .left {
  width: 50%;
  padding-right: 4%;
}

.support-page .support-1 .includes .left h4 {
  font-style: italic;
}

.support-page .support-1 .includes .left .text p img {
  margin-top: 8px;
  flex-shrink: 0;
}

.manufacturing-page.support-page .support-1 .includes .left .text p {
  padding: 10px 0;
}

.support-page .support-1 .includes .right {
  width: 50%;
  padding-left: 2%;
}

.support-page .support-1 .includes .right .imgbox img{
  border-radius: 20px;
}

.support-page .support-1 .decision ul {
  margin: 0 -25px;
}

.support-page .support-1 .decision ul li {
  width: 25%;
  padding: 0 25px;
}

.support-page .support-1 .decision ul li .box {
  padding: 15px 42px 20px;
  border-radius: 30px;
  transition: all 0.5s;
}

.support-page .support-1 .decision ul li .box img {
  transition: all 0.5s;
}

.support-page .support-1 .decision ul li .box .des {
  color: #3d3d3d;
  transition: all 0.5s;
  max-height: 160px;
  overflow-y: auto;
}

.support-page .support-1 .decision ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}

.support-page .support-1 .decision ul li .box:hover img {
  filter: brightness(0) invert(1);
}

.support-page .support-1 .decision ul li .box:hover .des {
  color: #fff;
}

.support-page .support-2 {
  background-attachment: fixed;
}

.support-page .support-2 .sup-con .left {
  max-width: 40%;
  position: sticky;
  top: 170px;
}

.support-page .support-2 .sup-con .right {
  width: 50%;
}

.support-page .support-2 .sup-con .right ul li {
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}

.support-page .support-2 .sup-con .right ul li .box .img{
  background: #1374b2;
    padding: 20px;
    width: 11%;
    border-radius: 50%;
    border: 1px solid #fff9;
}

.support-page .support-2 .sup-con .right ul li .box h2 {
  margin-top: 22px;
}

.support-page .support-2 .sup-con .right ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 41px;
  z-index: -1;
}

.support-page .support-2 .sup-con .right ul li:nth-last-child(1)::before {
  display: none;
}

.support-page .support-3 .sup-con .left {
  width: 60%;
  padding-right: 2%;
}

.support-page .support-3 .sup-con .left .imgbox img{
  border-radius: 20px;
}

.support-page .support-3 .sup-con .right {
  width: 40%;
  padding-left: 2%;
}

.support-page .support-3 .sup-con .right .text p {
  padding: 15px 0;
}

.support-page .support-3 .sup-con .right .text p img {
  margin-top: 8px;
  flex-shrink: 0;
}

@media screen and (max-width: 1700px) {
  .support-page .support-1 .decision ul {
    margin: 0px -15px;
  }

  .support-page .support-1 .decision ul li {
    padding: 0 15px;
  }

  .support-page .support-1 .decision ul li .box {
    padding: 15px 20px 20px;
  }
}

@media screen and (max-width: 1450px) {
  .support-page .support-2 .sup-con .right {
    width: 60%;
  }

  .support-page .support-2 .sup-con .right ul li .box>img {
    zoom: 0.8;
  }

  .support-page .support-2 .sup-con .right ul li .box h2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .support-page .support-1 .decision ul li {
    width: 50%;
    padding: 15px;
  }

  .support-page .support-1 .decision ul li .box {
    background-color: #f9f9f9;
    height: 100%;
  }

  .support-page .support-3 .sup-con .right .text p {
    padding: 6px 0;
  }
}

@media screen and (max-width: 1000px) {
  .support-page .support-1 .includes .left {
    width: 100%;
    padding-right: 0;
  }

  .support-page .support-1 .includes .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .support-page .support-2 .sup-con .left {
    max-width: 100%;
    position: static;
  }

  .support-page .support-2 .sup-con .right {
    width: 100%;
    margin-top: 5%;
  }

  .support-page .support-3 .sup-con .left {
    width: 100%;
    padding-right: 0;
  }

  .support-page .support-3 .sup-con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .support-page .support-1 .decision ul {
    margin: 0px -8px;
  }

  .support-page .support-1 .decision ul li {
    padding: 8px;
  }

  .support-page .support-1 .decision ul li .box {
    padding: 12px;
  }
}

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

.seoPublic .Auxil-about .box {
   
    align-items: center;
}

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

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

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

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

.seoPublic .Auxil-related .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
}
@media screen and (max-width: 1450px){
    .seoPublic .Auxil-news .list ul li .content .btn-go{
      zoom: 0.7;
    }
}
@media screen and (max-width: 1000px){
    .seoPublic .Auxil-news .list ul li .content .btn-go{
      zoom: 0.6;
    }
}
@media screen and (max-width: 700px) {
    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }

}



/*-------------------------------contact-page start-------------------------------*/

.contact-page .contact-1 {
    text-align: center;
}

.contact-page .contact-1 .text {
    color: #626262;
    line-height: 1.6;
    max-width: 650px;
    display: block;
    margin: 1em auto 2em;
}

.contact-page .contact-1 .list ul {
    margin: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-page .contact-1 .list ul li {
    padding: 20px;
}

.contact-page .contact-1 .list ul li .box {
    padding: 35px 5% 15px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0;
    border-radius: 20px;
}

.contact-page .contact-1 .list ul li .box i {
    display: block;
}

.contact-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto;
}

.contact-page .contact-1 .list ul li .box span.h6 {
    color: #242424;
    margin: 1em 0 .5em;
    display: block;
}

.contact-page .contact-1 .list ul li .box p {
    color: #626262;
    line-height: 1.8;
}

.contact-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px;
}

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

    .contact-page .contact-1 .text {
        margin-bottom: 2em;
    }

    .contact-page .contact-1 .list ul li .box {
        padding: 15px 5%;
    }

    .contact-page .contact-1 .list ul li .box i img {
        max-height: 80px;
    }
}

@media screen and (max-width: 1250px) {
    .contact-page .contact-1 .list ul li .box i img {
        max-height: 60px;
    }

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

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

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

/*-------------------------------contact-page end-------------------------------*/

/*-------------------------------news-page start-------------------------------*/
.news-page ul.newslist li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-page ul.newslist li .column {
    vertical-align: top;
}

.news-page ul.newslist li:last-child {
    margin-bottom: 0;
}

.news-page ul.newslist li .date {
    min-width: 120px;
    width: 120px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
}

.news-page ul.newslist li .date span {
    color: var(--color);
    line-height: 1;
    text-align: center;
}

.news-page ul.newslist li .date em {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color: var(--color);
    margin-top: 10px;
}

.news-page ul.newslist li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 80px;
}

.news-page ul.newslist li .text .content {
    /*text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

.news-page ul.newslist li .text h5 {
    margin-bottom: 20px;
    line-height: 1.6;
}

.news-page ul.newslist li .text h5 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.news-page ul.newslist li .text h5 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}

.news-page ul.newslist li .text p {
    color: #a5a5a5;
    line-height: 2;
}

.news-page ul.newslist li .text .content p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-page ul.newslist li .img-box {
    max-height: 170px;
    overflow: hidden;
    width: 30%;
}

@media screen and (max-width: 1450px) {
    .news-page ul.newslist li {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .news-page ul.newslist li .text {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .news-page ul.newslist li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .news-page ul.newslist li .text {
        padding-left: 20px;
    }

    .news-page ul.newslist li .text h5 {
        margin-bottom: 5px;
    }
}

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

    .news-page ul.newslist li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-page ul.newslist li .text {
        max-width: 600px;
        padding: 0 0px;
        width: 100%;
    }

    .news-page ul.newslist li .date span {
        text-align: left;
    }

    .news-page ul.newslist li .date em {
        font-size: 16px;
        text-align: left;
    }

    .news-page ul.newslist li .text h5 {
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .news-page ul.newslist li .text .content {
        line-height: 2;
    }
}

/*-------------------------------news-page end-------------------------------*/
/*-------------------------------newdet-page start-------------------------------*/
.newdet-page .newst {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    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;
}

.newdet-page .newst span {
    color: var(--color);
    font-weight: 500;
}

.newdet-page .newst span em {
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 10px;
}

.newdet-page h1 {
    margin: 0 0 30px;
    line-height: 1.4;
}

.newdet-page .content {
    color: #626262;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

.newdet-page .bottom {
    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: 50px 0 30px;
    border-bottom: 1px solid #ccc;
}

.newdet-page .bottom .sharebox {
    color: #222;
}

.newdet-page .bottom .sharebox span {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.newdet-page .bottom .sharebox ul {
    width: auto;
    vertical-align: middle;
}

.newdet-page .bottom .sharebox ul li {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
}

.newdet-page .bottom .sharebox ul li a {
    font-size: 24px;
    color: var(--color);
}

.newdet-page .bottom .tabbox .mores i {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: var(--color);
}

.newdet-page .bottom .tabbox .mores i img {
    width: 16px;
    display: block;
    margin: 18px auto 0;
}

.newdet-page .bottom .tabbox a.mores.prev i img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.newdet-page .bottom .tabbox .mores:hover i {
    background: var(--color);
    color: #fff;
}

.newdet-page .bottom .tabbox .mores:hover i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-page .form ul {
    margin: -15px -7px;
}

.inner-page .form ul li {
    padding: 15px 7px;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .6em 1em;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li textarea {
    height: 150px;
}

.inner-page .form ul li .more {
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    background-color: var(--color);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid transparent;
    font-size: 20px;
}

.inner-page .form ul li .more:hover {
    background-color: #fff;
    color: var(--color);
    border-color: var(--color);
}

.inner-page .form ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1700px) {
    .inner-page .form ul {
        margin: -6px;
    }

    .inner-page .form ul li input,
    .inner-page .form ul li textarea,
    .inner-page .form ul li input[type="submit"] {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .content {
        font-size: 16px;
    }

    .newdet-page .bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newdet-page .bottom .sharebox {
        width: 100%;
        margin-bottom: 20px;
    }
    .inner-page .form ul li {
    padding: 7px;
}
}

/*-------------------------------newdet-page end-------------------------------*/


.prodet-page .prodet-right {
    width: 100%;
}

.prodet-page .prodet-right .box {
    width: 100%;
}

.prodet-page .prodet-right .box .left {
    width: 44.45%;
}
.prodet-page .prodet-right .box .left .bigImg ul {
    margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .bigImg ul li {
    padding: 0 5px;
}
.prodet-page .prodet-right .box .left .bigImg ul li img{
  height: 640px;
  width: 100%;
  object-fit: cover;
}

.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li img{
  height: 120px;
  width: 100%;
  object-fit: cover;
}

.prodet-page .prodet-right .box .right {
    width: 55.5%;
    padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
    display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
    margin-right: 15px;
    font-size: 90px;
}

.prodet-page .prodet-right .box .right h2 {
    font-size: 35px;

}

.prodet-page .prodet-right .box .right .det {
    color: #666;
    line-height: 28px;

}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 1px;
    background-color: var(--color);
}

.prodet-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
    color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
    position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
}

.prodet-page .prodet-right .prodet-title ul {
    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;
}

.prodet-page .prodet-right .prodet-title ul li {
    padding: 10px 0;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #e1e1e1;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
    color: #565656;
    text-align: center;
    background: #f5f5f5;
    white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
    background: #fff;
}

.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more {
    position: relative;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"] {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 20px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 20px;
}


.recommended-product {
    background-color: #f9f9f9;
}

.recommended-product ul {
    margin: 0 -24px;
}

.recommended-product ul li {
    padding: 0 24px;
}

.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background-color: #fff;
}

.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}

.recommended-product ul li .img_box .icon {
    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%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    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;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a:hover {
    background-color: var(--color);
}

.recommended-product ul li .img_box .icon a:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recommended-product ul li h4 {
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1700px){
  .prodet-page .prodet-right .box .left .bigImg ul li img{
    height: 540px;
  }
  .prodet-page .prodet-right .box .left .smallImg ul li img {
    height: 100px;
  }
}
@media screen and (max-width: 1600px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-right: 0;
        margin-left: 10px;
    }
}

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

    .prodet-page .prodet-right .box .right h2 {
        font-size: 26px;
    }
    .prodet-page .prodet-right .box .left .bigImg ul li img{
      height: 462px;
    }
    .prodet-page .prodet-right .box .left .smallImg ul li img {
      height: 85px;
    }

}

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

    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 15px;
        font-size: 20px;
    }

    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 36px;
    }
    .prodet-page .prodet-right .box .left .bigImg ul li img{
      height: 382px;
    }
    .prodet-page .prodet-right .box .left .smallImg ul li img {
      height: 70px;
    }
}

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

    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .prodet-page .prodet-right .box .right {
        width: 100%;
        padding-left: 0;
    }

    .prodet-page .prodet-right .box .right .line img {
        width: 100%;
    }

    .prodet-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }

    .prodet-page .prodet-right .box .right .btn a:last-child {
        margin-left: 0;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li input {
        font-size: 18px;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
        font-size: 18px;
    }
    .prodet-page .prodet-right .box .left .bigImg ul li img{
      height: 596px;
    }
    .prodet-page .prodet-right .box .left .smallImg ul li img {
      height: 112px;
    }
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px
    }

    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }
    .prodet-page .prodet-right .box .left .bigImg ul li img{
      height: 85vw;
    }
    .prodet-page .prodet-right .box .left .smallImg ul li img {
      height: 16vw;
    }

}

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

    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }

    .prodet-page .prodet-right .prodet-title ul li.active {
        border-bottom: 1px solid var(--color);
    }



    .prodet-page .prodet-right .box .right h2 {
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li input {
        font-size: 16px;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
        font-size: 16px;
    }
}


