.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile2 {
  z-index: 220;
}
#mobile3 {
  z-index: 220;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  --color: #0e4a93;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.bigtt-zt {
  font-family: "Poppins";
  font-weight: bold;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  position: relative;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 80%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 17px;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: var(--color);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  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;
  -ms-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%;
  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: flex;
  align-items: center;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #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: flex;
  justify-content: space-between;
  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 {
  filter: none;
}
#header .nav .ui.menu .right .h-contact i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #fff;
}
#header .nav .ui.menu .right .h-contact span em {
  display: block;
}
#header.active {
  background-color: #3b3b3b;
}
#header.inner_active {
  background-color: #3b3b3b;
}
#banner {
  position: relative;
}
#banner .banner-content {
  height: 100vh;
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  position: absolute;
  width: auto;
  top: 50%;
  left: 16%;
  right: 5%;
  transform: translateY(-50%);
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 795px;
  line-height: 1.1;
}
#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 675px;
  line-height: 1.5;
}
#banner .thumbswiper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100vw - 1600px) / 2);
  z-index: 10;
  width: 57px;
  height: 320px;
}
#banner .thumbswiper ul li {
  border: 3px solid transparent;
}
#banner .thumbswiper ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .thumbswiper ul li.swiper-slide-thumb-active {
  border-color: #fff;
}
.btn-go {
  width: auto;
  min-width: 195px;
  padding: 0 22px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 0;
  color: #000;
}
.btn-go::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s;
  border: solid 1px #030000;
}
.btn-go::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -2;
  pointer-events: none;
  transition: all 0.5s;
  border: solid 1px transparent;
}
.btn-go i {
  font-size: 28px;
}
.btn-go:hover {
  color: #fff;
}
.btn-go:hover::before {
  background-color: var(--color);
  border-color: transparent;
}
.btn-go:hover::after {
  background-color: #fff;
  border-color: #030000;
}
.pt-btn {
  width: auto;
  min-width: 150px;
  padding: 0 20px;
  height: 77px;
  background-color: var(--color);
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pt-btn:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
#index-body .init-1 .init-content {
  padding: 0 10px;
  position: relative;
}
#index-body .init-1 .init-content ul li .box i {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 40px;
}
#index-body .init-1 .init-content ul li .box i::after {
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  background-color: #095cc0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#index-body .init-1 .init-content .swiper-button {
  color: #fff;
  transition: all 0.5s;
}
#index-body .init-1 .init-content .swiper-button::after {
  font-size: 32px;
}
#index-body .init-1 .init-content .swiper-button:hover {
  color: #000;
}
#index-body .init-2 {
  background-color: #f0f0f0;
}
#index-body .init-2 .mk-tt {
  font-style: italic;
}
#index-body .init-2 .mk-desc {
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-2 .mk-content {
  margin-left: -105px;
  margin-right: -105px;
}
#index-body .init-2 .mk-content ul li .box .imgbox .textbox {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  background-color: var(--color);
  padding: 20px 15px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-2 .mk-content ul li .box .imgbox .textbox span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-2 .mk-content ul li .box .imgbox .textbox span::before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.9);
}
#index-body .init-2 .mk-content ul li .box .imgbox .textbox span::after {
  content: "";
  width: 22px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.9);
}
#index-body .init-2 .mk-content ul li .box .imgbox .textbox a:hover {
  text-decoration: underline;
}
#index-body .init-2 .mk-content ul li .box:hover .textbox {
  opacity: 1;
}
#index-body .init-2 .mk-content ul li .box .txtbox .tt {
  font-style: italic;
}
#index-body .init-2 .mk-content .swiper-pagination {
  position: static;
}
#index-body .init-2 .mk-content .swiper-pagination span {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
}
#index-body .init-2 .mk-content .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-3 .mk-tt {
  max-width: 44%;
}
#index-body .init-3 .mk-desc {
  max-width: 56%;
  padding-left: 3%;
  text-align: left;
  max-height: 155px;
  overflow-y: auto;
}
#index-body .init-3 .mk-content .left {
  width: 33%;
  border-radius: 0px 0px 135px 0px;
  border: solid 1px #000000;
  background-color: var(--color);
  padding: 30px 70px;
}
#index-body .init-3 .mk-content .left .desc {
  max-height: 360px;
  overflow-y: auto;
}
#index-body .init-3 .mk-content .left .desc::-webkit-scrollbar-thumb {
  background-color: #919191;
}
#index-body .init-3 .mk-content .left p {
  position: relative;
  padding-left: 35px;
      line-height: 26px;
}
#index-body .init-3 .mk-content .left p img {
  position: absolute;
  left: 0;
  top: 5px;
}
#index-body .init-3 .mk-content .right {
  width: 67%;
  padding-left: 2%;
}
#index-body .init-3 .mk-content .right .imgbox {
  display: inline-block;
}
#index-body .init-4 {
  position: relative;
}
#index-body .init-4::before {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  background-color: #2e2e2e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-4::after {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-4 .mk-tt {
  max-width: 44%;
}
#index-body .init-4 .mk-desc {
  max-width: 56%;
  padding-left: 3%;
  text-align: left;
  max-height: 148px;
  overflow-y: auto;
}
#index-body .init-4 .mk-content {
  padding: 0 120px;
}
#index-body .init-4 .mk-content ul li .box .imgbox {
  transform: translateY(50%);
}
#index-body .init-4 .mk-content ul li .box .txtbox {
  border-top: 5px solid var(--color);
  padding: 72px 55px 40px;
  background-color: #fff;
  max-width: 100%;
}
#index-body .init-4 .mk-content ul li .box .txtbox .tt{
  height: 4.5em;
  overflow-y: auto;
}
#index-body .init-4 .mk-content ul li .box .txtbox .desc {
  height: 200px;
  overflow-y: auto;
}
#index-body .init-4 .mk-content ul li .box .txtbox .subs {
  color: rgba(0, 0, 0, 0.8);
}
#index-body .init-4 .mk-content ul li:nth-child(odd) .txtbox {
  background-color: #f2f2f2;
}
#index-body .init-4 .mk-content .swiper-pagination {
  position: static;
}
#index-body .init-4 .mk-content .swiper-pagination span {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
}
#index-body .init-4 .mk-content .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
#index-body .init-4 .mk-content .datashow ul li {
  max-width: 33.3%;
  position: relative;
}
#index-body .init-4 .mk-content .datashow ul li .content i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #3164a2;
  width: 99px;
  height: 99px;
}
#index-body .init-4 .mk-content .datashow ul li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(234, 234, 234, 0.3);
  position: absolute;
  left: -80px;
  top: 0;
}
#index-body .init-5 .mk-tt {
  max-width: 60%;
  font-style: italic;
}
#index-body .init-5 .mk-content {
  margin-left: calc((1600px - 100vw) / 2);
  margin-right: calc((1600px - 100vw) / 2);
  position: relative;
}
#index-body .init-5 .mk-content ul li {
  padding-top: 68px;
}
#index-body .init-5 .mk-content ul li .box {
  position: relative;
  transition: all 0.5s;
}
#index-body .init-5 .mk-content ul li .box .txtbox {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: solid 1px #000000;
  width: 60%;
  padding: 8px;
}
#index-body .init-5 .mk-content ul li .box .txtbox .tt {

  font-style: italic;
}
#index-body .init-5 .mk-content ul li .box .imgbox img {
  transition: all 0.5s;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0);
}
#index-body .init-5 .mk-content ul li.swiper-slide-active .box {
  transform: translateY(-68px);
}
#index-body .init-5 .mk-content ul li.swiper-slide-active .box .imgbox img {
  clip-path: polygon(42px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 42px);
}
#index-body .init-6 {
  position: relative;
}
#index-body .init-6 .mk-tt {
  font-style: italic;
}
#index-body .init-6 .bg-news {
  font-size: 15vw;
  line-height: 1;
  color: #f5f5f5;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 18%;
  z-index: -1;
}
#index-body .init-6 .mk-content ul li .box {
  border-top: 5px solid #373737;
}
#index-body .init-6 .mk-content ul li .box .tt {
  height: 3em;
  line-height: 1.4;
}
#index-body .init-6 .mk-content ul li .box .desc {
  max-height: 90px;
  overflow-y: auto;
}
#index-body .init-6 .mk-content ul li .box .btn-go {
  min-width: 166px;
}
#index-body .init-7 {
  background-color: #f0f0f0;
}
#index-body .init-7 .mk-content .zdybar {
  padding: 0 8%;
}
#index-body .init-7 .mk-content .swiper-scrollbar {
  height: 2px;
  background-color: #a6a6a6;
}
#index-body .init-7 .mk-content .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  top: -2px;
  background-color: var(--color);
}
.play1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  border-radius: 50%;
}
.play1 i {
  font-size: 42px;
  color: var(--color);
}
.play1::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: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  z-index: -1;
}
.play1::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: transparent;
  border: 1px solid rgba(255, 255, 255, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}
.zdyqh {
  position: absolute;
  bottom: 0;
  left: 38%;
  width: 120px;
  height: 58px;
  background-color: #0f4b93;
  border-radius: 29px;
  padding: 0 10px;
  transition: all 0.5s;
}
.zdyqh .swiper-button {
  position: static;
  margin-top: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}
.zdyqh .swiper-button::after {
  font-size: 20px;
  transition: all 0.5s;
}
.zdyqh .swiper-button:hover {
  color: #000;
  border-color: #000;
}
#footer {
  background-color: #242424;
  position: relative;
}
#footer .footer-center .footer-form form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
#footer .footer-center .footer-form input {
  display: block;
  border: 0;
  width: 281px;
  background-color: #424242;
  height: 50px;
  padding: 5px 20px;
  font-size: 18px;
  color: #fff;
}
#footer .footer-center .footer-form input::placeholder {
  color: #fff;
}
#footer .footer-center .footer-form input.message {
  width: 318px;
}
#footer .footer-center .footer-form .pt-btn{
    height: 50px;
}

#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  display: flex;
  flex-direction: column;
  max-width: 230px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  margin-bottom: 6px;
  color: #fff;
  width: fit-content;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.code {
  max-width: 260px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.code #ewm {
  width: 110px;
  height: 110px;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 3px;
}
#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.contact {
  max-width: 422px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact span em {
  display: inline-block;
}
#footer .footer-center .footer-b .con {
  color: #fff;
}
#footer .footer-center .footer-b .con span {
  margin: 0 10px;
}
#footer .footer-center .footer-b .con svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 34px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
}
#footer .footer-center .footer-b .con .share a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #787878;
  color: #787878;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#footer .footer-center .footer-b .con .share a:hover {
  border-color: #fff;
  color: #fff;
}
#footer .footer-center .footer-b .con .go_top {
  cursor: pointer;
}
#footer .f-bg {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 1800px) {
    #banner .banner-content .swiper-slide .txt-content{
        left: 18%;
    }
}
@media screen and (max-width: 1800px) {
  #index-body .init-2 .mk-content {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 1700px) {
    #banner .banner-content .swiper-slide .txt-content{
    left: 20%;
    }
  #banner .thumbswiper {
    right: calc((100vw - 1370px) / 2);
  }
  #header .nav .ui.menu {
    width: 90%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 10px;
    font-size: 18px;
  }
  #index-body .init-2 .mk-content {
    margin-left: 0;
    margin-right: 0;
  }
  #index-body .init-4 .mk-content {
    padding: 0 90px;
  }
  #index-body .init-5 .mk-content {
    margin-left: calc((1370px - 100vw) / 2);
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  .play1 {
    zoom: 0.9;
  }
  /*#banner .banner-content .swiper-slide .txt-content {
    padding-left: 15px;
  }*/
  #banner .thumbswiper {
    right: calc((100vw - 1170px) / 2);
  }
  #header .nav .ui.menu .right .h-contact i {
    zoom: 0.8;
  }
  #index-body .init-3 .mk-content .left {
    padding: 30px 50px;
    border-radius: 0px 0px 100px;
  }
  #index-body .init-3 .mk-content .left .desc {
    max-height: 265px;
  }
  #index-body .init-4 .mk-content {
    padding: 0;
  }
  #index-body .init-4 .mk-content ul li .box .txtbox {
    padding: 72px 25px 40px;
  }
  #index-body .init-4 .mk-content .datashow ul li .content i {
    zoom: 0.8;
  }
  #index-body .init-5 .mk-content {
    margin-left: calc((1170px - 100vw) / 2);
    margin-right: calc((1170px - 100vw) / 2);
  }
  #index-body .init-5 .mk-content ul li .box .txtbox {
    width: 80%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }
  #banner .thumbswiper {
    right: calc((100vw - 940px) / 2);
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 308px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.code span {
    zoom: 0.8;
  }
  #footer .footer-center .footer-form input {
    width: 240px !important;
    font-size: 16px;
  }
  #footer .footer-center .footer-b .con {
    justify-content: center;
  }
  #index-body .init-3 .mk-content .left {
    padding: 25px;
    border-radius: 0px 0px 60px;
  }
  #index-body .init-3 .mk-content .left .desc {
    max-height: 174px;
  }
  #index-body .init-4 .mk-content .datashow ul li + li::before {
    left: -57px;
  }
  #index-body .init-4 .mk-content ul li .box .txtbox .desc {
    height: 216px;
  }
  #index-body .init-5 .mk-content {
    margin-left: calc((940px - 100vw) / 2);
    margin-right: calc((940px - 100vw) / 2);
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #banner .banner-content .swiper-slide {
    background-position: left 10% center;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #banner .thumbswiper {
    right: calc((100vw - 670px) / 2);
    display: none;
  }
  #footer .footer-center .footer-b .con .share,
  #footer .footer-center .footer-b .con .go_top {
    display: none;
  }
  #footer .footer-center .footer-form input {
    width: 100% !important;
    font-size: 16px;
    height: 42px;
  }
  #footer .footer-center .footer-form form {
    justify-content: flex-start;
  }
  #index-body .init-1 .init-content {
    padding: 0 55px;
}
  #index-body .init-2 .mk-content ul li .box .imgbox .textbox {
    width: 90%;
    bottom: 10px;
  }
  #index-body .init-3 .mk-content .left {
    width: 100%;
  }
  #index-body .init-3 .mk-content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #index-body .init-3 .mk-tt {
    max-width: 100%;
  }
  #index-body .init-3 .mk-desc {
    max-width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #index-body .init-4 .mk-tt {
    max-width: 100%;
  }
  #index-body .init-4 .mk-desc {
    max-width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #index-body .init-4 .mk-content .datashow ul li + li::before {
    left: -12px;
  }
  #index-body .init-4 .mk-content .datashow ul li {
    width: 100%;
    max-width: unset;
    padding: 20px 0;
  }
  #index-body .init-4 .mk-content .datashow ul li + li::before {
    left: 0;
    height: 1px;
    width: 100%;
  }
  #index-body .init-5 .mk-content {
    margin-left: 0;
    margin-right: 0;
  }
  .zdyqh {
    left: 0;
  }
  #index-body .init-5 .mk-tt {
    max-width: 100%;
  }
  #index-body .init-7 .mk-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .play1 {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.code {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    margin-top: 5%;
  }
}




/*------ inner page -----*/
.inner-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.inner-banner .mbx {
    margin-top: 20px;
    line-height: 2;
}

.inner-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

.inner-banner .inner-banner-title {
    font-size: 50px;
    line-height: 1.3;
}

.inner-banner video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 101%;
    z-index: -1;
}

.inner-banner .inner-text {
    padding-top: 209px;
    padding-bottom: 162px;
}

.inner-banner .inner-banner-title {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
}

.inner-banner .mbx {
    margin-top: 4px;
    color: var(--index-main-color);
}
@media screen and (max-width: 1700px) {
    .inner-banner .inner-banner-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1450px) {
    .inner-banner .inner-banner-title {
        font-size: 40px;
    }
}

.font-italic{
  font-style: italic;
}


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

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
}

.inner-page .m-page a.next {
    margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(90deg, var(--color) 0%, #849eff 100%), linear-gradient(#849eff, #849eff);
    color: #fff;
    border: 1px solid var(--color);
}


/*
    product-page
==============================================*/

.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 135px;
    float: left;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.pro-box .pro-left .menus>li .menu-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 60px;
    padding: 15px 70px 15px 27px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
    line-height: 1.4;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 20px;
    color: #666;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 0 15px 0;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
    border: none;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}


.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}

.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right 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;
}

.product-page .pro-box .product-right .text h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text {
    color: #666;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right 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;
}

.product-page .pro-box .product-right 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;
}

.product-page .pro-box .product-right 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;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
    background-color: var(--color);
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 19px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 600;
}

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

@media screen and (max-width: 1450px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}

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

@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
    .pro-box .pro-left {
        display: none;
    }
}

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

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
}

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

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

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

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

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 50px;
    border-radius: 12px;
}
.seoPublic .Auxil-news .list ul li .content time{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.seoPublic .Auxil-news .list ul li .content div.h6{
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0 20px;
    line-height: 1.4;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 8em;
    margin: 0;
    margin-bottom: 20px;
}

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

.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: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

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

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
    .seoPublic .Auxil-news .list ul li .content {
        padding: 20px;
    }
}

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

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

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

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

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



.customized-page .customized-wrap1 .public-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customized-page .customized-wrap1 .intro {
    /*color: #989898;*/
}

.customized-page .customized-wrap1 .advantages-list {
    margin-left: -22px;
    margin-right: -22px;
}

.customized-page .customized-wrap1 .advantages-list .slide-box {
    border: 1px solid #b4b4b4;
    padding-left: 38px;
    padding-right: 42px;
    padding-bottom: 5px;
    margin: 22px 22px 0;
}

.customized-page .customized-wrap1 .advantages-list .slide-box .order {
    width: 42px;
    height: 50px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -22px;
    background: var(--color);
}

.customized-page .customized-wrap1 .advantages-list .slide-box .icon {
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 81px;
}

.customized-page .customized-wrap1 .advantages-list .slide-box a.title {
    display: block;
    margin-bottom: 23px;
    font-weight: bold;
    height: 4.5em;
}

.customized-page .customized-wrap1 .advantages-list .slide-box .intro {
    color: #4c4d4f;
    /*display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.33;
  height: calc(1.33em * 10);*/
}

.customized-page .customized-wrap1 .advantages-list-arrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev,
.customized-page .customized-wrap1 .advantages-list-arrow .next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    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;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: transparent;
    margin: 0 10px;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev i,
.customized-page .customized-wrap1 .advantages-list-arrow .next i {
    font-size: 24px;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev:hover,
.customized-page .customized-wrap1 .advantages-list-arrow .next:hover {
    background: var(--color);
    color: #fff;
}

@media screen and (max-width: 1450px) {
    .customized-page .customized-wrap1 .advantages-list .slide-box {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .customized-page .customized-wrap1 .advantages-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .customized-page .customized-wrap1 .advantages-list .slide-box {
        margin-left: 5px;
        margin-right: 5px;
    }
}






.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}

.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight: bold;
}

.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}

.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}

.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}

.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}

.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}

.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}

.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}

.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}

@media (max-width: 1000px) {
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
}

@media (max-width: 700px) {
    .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }

    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }

    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}




/*
    detail-product-page
==============================================*/
.detail-product-page .detail-page-wrap1 .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.detail-product-page .detail-page-wrap1 .detail-left {
    width: 46%;
}

.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a {
    display: block;
    border: 2px solid rgba(218, 218, 218, .4)
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box {
    position: relative;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    /*border: 1px solid var(--color);*/
    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;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: #f2f2f2;
    cursor: pointer;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .slick-arrow img {
    width: 30px;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev img {
    transform: rotate(180deg);
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev {
    left: -60px;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
    right: -60px;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev:hover,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next:hover {
    background: var(--color);
    color: #fff;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .slick-arrow:hover img {
    filter: invert(1);
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
    margin: 0 -11px;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slide-box {
    display: block;
    margin: 4px;
    border: 2px solid rgba(218, 218, 218, .4);
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slick-slide>div {
    height: auto;
}

.detail-product-page .detail-page-wrap1 .detail-right {
    /*margin-top: 22px;*/
    width: 47%;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc p {
    font-size: 18px;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc ul li {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    /*margin-left: 15px;*/
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc>ul>li:after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
}

.detail-product-page .detail-page-wrap1 .detail-right .t-text {
    color: var(--color);
}

.detail-product-page .detail-page-wrap1 .detail-right .product-name {
    margin-top: 9px;
    font-weight: 600;
    line-height: 1.3;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-intro {
    line-height: 35px;
    margin-bottom: 2.291667vw;
    max-height: 19.2em;
    overflow-y: auto;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-title {
    margin-bottom: 13px;
    font-weight: bold;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc p,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc span,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc li,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc * {
    white-space: wrap;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list {
    color: var(--color);
    line-height: 1.666;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li {
    position: relative;
    padding-left: 15px;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--color);
    border-radius: 50%;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns {
    border-top: 1px solid rgba(122, 122, 122, 0.22);
    border-bottom: 1px solid rgba(122, 122, 122, 0.22);
    padding-top: 22px;
    padding-bottom: 22px;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn:first-child {
    margin-right: 17px;
}


.detail-product-page .detail-page-wrap1 .detail-right .social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-product-page .detail-page-wrap1 .detail-right .social .title {
    color: var(--color);
    margin-right: 16px;
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul a {
    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: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color);
    border: 1px solid var(--color);
    margin-right: 7px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul a i {
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul a:hover {
    background-color: transparent;
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul a:hover i {
    color: #010101;
}

@media screen and (max-width: 1700px) {
    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev {
        left: 0px;
        top: unset;
        transform: translateY(0);
        bottom: -60px;
    }

    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
        right: 0px;
        top: unset;
        transform: translateY(0);
        bottom: -60px;
    }

    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .detail-product-page .detail-page-wrap1 .ui.container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detail-product-page .detail-page-wrap1 .detail-left,
    .detail-product-page .detail-page-wrap1 .detail-right {
        width: 100%;
    }

    .detail-product-page .detail-page-wrap1 .detail-right .product-desc p {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .detail-product-page .detail-page-wrap1 .detail-right {
        order: -1;
        margin-bottom: 25px;
        margin-top: 0;
    }
}

.detail-product-page .detail-page-wrap2 #index-body .i-init5 .top .more {
    background: #f1f1f1;
}

.detail-product-page .detail-page-wrap2 .tab-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(122, 122, 122, 0.37);
    margin-bottom: 50px;
}

.detail-product-page .detail-page-wrap2 .tab-items li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #202020;
    font-weight: bold;
    padding: 18px 34px 17px 17px;
    border-radius: 14px 14px 0 0;
    margin: 0 30px;
    cursor: pointer;
}

.detail-product-page .detail-page-wrap2 .tab-items li.active {
    background-color: var(--color);
    color: #fff;
}

.detail-product-page .detail-page-wrap2 .tab-items li .icon {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li {
    position: relative;
    padding-left: 20px;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li:after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
}

#index-body .i-init5 .list ul li:after {
    content: none;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:first-child {
    display: block;
    line-height: 2;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table {
    border-collapse: unset;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr {
    font-size: 18px;
    color: #505050;
    font-weight: 600;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    font-size: 18px;
    font-weight: bold;

    color: #505050;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:first-child {
    width: 40% !important;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:last-child {
    width: 60% !important;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    background-color: #00a58d;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    color: #fff;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td {
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td:first-child {
    border-right: 2px solid transparent;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child td:first-child {
    border-right: 2px solid var(--index-header-color);
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td:last-child {
    border-left: 1px solid transparent;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table td {
    border: none;
}

@media screen and (max-width: 1280px) {
    .detail-product-page .detail-page-wrap2 .tab-items li {
        margin: 0;
    }
}

@media screen and (max-width: 700px) {
    .detail-product-page .detail-page-wrap2 .tab-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 500px) {
    .detail-product-page .detail-page-wrap2 .tab-contents>li table tr {
        font-size: 14px;
    }

    .detail-product-page .detail-page-wrap2 .tab-items li {
        padding-left: 5px;
        padding-right: 5px;
        width: 33.333%;
    }

    .detail-product-page .detail-page-wrap2 .tab-items li .title {
        font-size: 12px;
        word-wrap: break-word;
    }

    .detail-product-page .detail-page-wrap2 .tab-contents table tbody tr:first-child td span {
        font-size: 20px !important;
    }

    .detail-product-page .detail-page-wrap2 .tab-contents .table1 table tbody {
        min-width: auto;
    }

    .detail-product-page .detail-page-wrap2 .tab-contents .table-det8 table tbody {
        min-width: 700px;
    }
}


.inner-product-recommendation {
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
    background: -webkit-linear-gradient(top, #f1f1f1, #fff);
    background: -moz-linear-gradient(top, #f1f1f1, #fff);
    background: linear-gradient(to bottom, #f1f1f1, #fff);
}

.inner-product-recommendation .public-title {
    margin-bottom: 13px;
}

.inner-product-recommendation .intro {
    color: #989898;
}

.inner-product-recommendation .product-recommendation {
    margin-left: -10px;
    margin-right: -10px;
}

.inner-product-recommendation .recommendation-box {
    position: relative;
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev,
.inner-product-recommendation .recommendation-box .product-recommendation-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
    -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;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}

.inner-product-recommendation .recommendation-box .slick-arrow img {
    width: 30px;
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 8px;
}

.inner-product-recommendation .recommendation-box .slick-arrow:hover img {
    filter: invert(1);
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev {
    left: -4.1666vw;
}

.inner-product-recommendation .recommendation-box .product-recommendation-next {
    right: -4.1666vw;
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev i,
.inner-product-recommendation .recommendation-box .product-recommendation-next i {
    font-size: 24px;
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev:hover,
.inner-product-recommendation .recommendation-box .product-recommendation-next:hover {
    background: var(--color);
    color: #fff;
}


.inner-product-recommendation .product-recommendation .slide-box {
    border: 2px solid rgba(218, 218, 218, 0.4);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 10px 30px;
    color: #7e7e7e;
    transition: .3s;
}

.inner-product-recommendation .product-recommendation .slide-box:hover {
    background: #fff;
}

.inner-product-recommendation .product-recommendation .slide-box:hover a.title {
    color: var(--color);
}

.inner-product-recommendation .product-recommendation .slide-box a.img {
    display: block;
    text-align: center;
}

.inner-product-recommendation .product-recommendation .slide-box a.img img {
    margin: 0 auto;
}

.inner-product-recommendation .product-recommendation .slide-box a.title {
    display: block;
    text-align: center;
    margin: 25px 15px 12px;
    font-weight: bold;
    color: #000;
    min-height: 54px;
}

.inner-product-recommendation .product-recommendation .slide-box .product-intro {
    color: #7e7e7e;
    max-width: 281px;
    margin: 0 auto 29px;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn {
    position: relative;
    -webkit-transition: width 0.3s, background-color 0.3s;
    -moz-transition: width 0.3s, background-color 0.3s;
    transition: width 0.3s, background-color 0.3s;
    width: 60px;
    height: 60px;
    background-color: #d4d4d4;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center ;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin: 0 auto -30px;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .plus {
    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%);

    font-weight: bold;
    color: #fff;
    z-index: 2;
    font-size: 20px;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn img {
    width: 30px;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover {
    background-color: var(--color);
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover img {
    filter: invert(1);
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .plus {
    display: none;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover span {
    display: block;
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle {
    background: #fff;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle i {
    color: var(--color);
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn span {
    color: #fff;
    display: none;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle {
    width: 46px;
    height: 46px;
    background-color: #d4d4d4;
    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;
    border-radius: 50%;
    position: relative;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle i {
    color: #d4d4d4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 1700px) {
    .inner-product-recommendation .recommendation-box .product-recommendation-prev {
        left: 0;
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-next {
        right: 0;
    }
}

@media screen and (max-width: 700px) {
    .inner-product-recommendation .recommendation-box .product-recommendation-prev {
        display: none!important;
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-next {
        display: none!important;
    }
}


#index-body  .init-7.accessories-display .mk-content ul li .play{
    position: relative;
}
#index-body  .init-7.accessories-display .mk-content ul li .play span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
}
#index-body  .init-7.accessories-display .mk-content ul li .play i{
    color: #fff;
}
#index-body .init-7.accessories-display .mk-content ul li .play span::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: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  z-index: -1;
}   
#index-body .init-2.structural-drawings {
    background-color: #fff;
}
/*==============================================
    detail-product-page
*/

/*
    project-page
==============================================*/
.project-page .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
}

.project-page .item .content {
    width: 55%;
}
.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color);
    width: 40px;
    height: 1px;
    margin-right: 20px;
}
.project-page .item .content .i-title {
    margin: 19px 0 13px;
}

.project-page .item .content .txt {
    line-height: 1.5;
    color: #5e5e5e;
    margin-bottom: 55px;
    max-height: 4.5em;
    overflow-y: auto;
}

.project-page .item .content ul {
    margin: -10px;
}

.project-page .item .content ul li {
    padding: 10px;
    text-align: center;
}

.project-page .item .content ul li .img-box {
    position: relative;
    overflow: hidden;
}

.project-page .item .content ul li .img-box img {
    /*padding: 20px;    */
}

.project-page .item .content ul li h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
}

.project-page .item .content .more_btn .more::after {
    color: black;
}

.project-page .item .img {
    width: 45%;
    position: relative;
}

.project-page .item .img .small-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.project-page .item .img .small-img img{
    max-width: 35%;
}

.project-page .item:last-child {
    margin-bottom: 0;
}

.project-page .item:nth-child(2n-1) .content {
    padding-right: 40px;
    padding-left: calc((100vw - 1600px) / 2 );
}

.project-page .item:nth-child(2n-1) .img .big-img img {
    margin-left: auto;
    display: block;
    border-radius: 0 0 0 200px;
}

.project-page .item:nth-child(2n-1) .img .small-img {
    left: 0;
}

.project-page .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.project-page .item:nth-child(2n) .content {
    padding-left: 40px;
    padding-right: calc((100vw - 1600px) / 2 );
}

.project-page .item:nth-child(2n) .img .big-img img {
    display: block;
}

.project-page .item:nth-child(2n) .img .small-img {
    right: 0;
}

.project-page .item:nth-child(2n) .img .big-img img {
    border-radius:0 0 200px 0;
}

@media screen and (max-width: 1700px) {
    .project-page .item:nth-child(2n-1) .content {
        padding-left: calc((100vw - 1370px) / 2 );
    }
    .project-page .item:nth-child(2n) .content {
        padding-right: calc((100vw - 1370px) / 2 );
    }
}

@media screen and (max-width: 1450px) {
    .project-page .item:nth-child(2n-1) .content {
        padding-left: calc((100vw - 1170px) / 2 );
    }
    .project-page .item:nth-child(2n) .content {
        padding-right: calc((100vw - 1170px) / 2 );
    }
    .project-page .item{
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1250px) {
    .project-page .item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .project-page .item:nth-child(2n-1) .content {
        padding-left: calc((100vw - 940px) / 2 );
    }
    .project-page .item:nth-child(2n) .content {
        padding-right: calc((100vw - 940px) / 2 );
    }

    .project-page .item .img .small-img {
        width: 48%;
    }

    .project-page .item .content .txt {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .project-page .item .img {
        display: none;
    }

    .project-page .item .content {
        width: 100%;
    }
    .project-page .item:nth-child(2n-1) .content {
        padding-left: calc((100vw - 670px) / 2 );
        padding-right: calc((100vw - 670px) / 2 );
    }
    .project-page .item:nth-child(2n) .content {
        padding-left: calc((100vw - 670px) / 2 );
        padding-right: calc((100vw - 670px) / 2 );
    }
    .project-page .item{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 700px) {
    .project-page .item .content {
        padding: 0 15px !important;
    }
    .project-page .item{
        margin-bottom: 40px;
    }
}

#mask {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index:220;
    display: none
}

#mask.active {
    display: block !important
}

#mask .mask-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1e1e1e;
    opacity: .9;
}

#mask .mask-close {
    position: absolute;
    z-index: 6;
    right: 15px;
    top: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: var(--color);
}

#mask .container {
    width: 1100px
}

#mask .pro-img {
    vertical-align: middle
}

#mask .rig {
    vertical-align: middle;
    padding-left: 2%
}

#mask .rig h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #79bf38
}

#mask .sidebar-box {
    margin-top: 20%
}

#mask .rig .conaa {
    margin: 30px 0;
    font-size: 20px;
    color: #fff
}

#mask .pro-img img {
    max-width: 530px;
}

#mask .rig .pro-gally .list ul li img {
    max-width: 240px
}

#mask .rig .pro-gally .list ul {
    max-width: 550px !important;
}

@media screen and (max-width:1100px) {
    #mask .sidebar-box {
        margin-top: 10%
    }

    #mask .pro-img,
    #mask .rig {
        width: 100%;
        text-align: center
    }

    #mask .pro-img img {
        max-width: 380px;
    }

    #mask .rig {
        padding: 0;
        margin-top: 20px
    }

}

@media screen and (max-width:768px) {
    #mask .rig .conaa {
        margin: 15px 0px;
    }
}

@media screen and (max-width:520px) {
    #mask .pro-img img {
        max-width: 310px;
    }

    #mask .sidebar-box {
        margin-top: 18%
    }
}

#mask .mask-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#mask .mask-inner .prodet-page {
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 10%;
    right: 10%;
    display: none;
    background-color: #fff;
    overflow-y: auto;
}

#mask .mask-inner .item .mask-bag {
    width: 100%;
    height: 100%;
}

#mask .mask-inner .item .mask-left {
    width: 40%;
    padding: 30px;
}

#mask .mask-inner .item .mask-left .gallery {
    margin-top: 25px
}

#mask .mask-inner .item .mask-left .gallery ul {
    margin: 0 -10px
}

#mask .mask-inner .item .mask-left .gallery ul li {
    padding: 0 10px
}

#mask .mask-inner .item .mask-left .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 30px;
    z-index: 1;
    border: none;
    color: black;
    background: #fff;

}

#mask .mask-inner .item .mask-left .slick-arrow.slick-prev {
    left: 0;
}

#mask .mask-inner .item .mask-left .slick-arrow.slick-next {
    right: 0;
}

#mask .mask-inner .item .mask-right {
    width: 60%;
    padding: 30px;
}

#mask .mask-inner .item .mask-right span.asd {
    display: block;
    font-size: 22px;
    color: #fff;

    font-weight: 700;
    line-height: 1;
    margin: 10px 0;
}

#mask .mask-inner .item .mask-right h3 span.asd {
    font-size: 22px !important;
    color: #fff !important
}

#mask .mask-inner .item .mask-right h3 span.asd2 {
    display: inline-block;
    padding-right: 15px
}

#mask .mask-inner .item .mask-right h2 {
    height: 100px;
    overflow: auto
}

#mask .mask-inner .item .mask-right h2,
#mask .mask-inner .item .mask-right h3 {
    color: #fff;
    font-size: 22px
}

#mask .mask-inner .item .mask-right h3 div,
#mask .mask-inner .item .mask-right h3 span,
#mask .mask-inner .item .mask-right h3 p {
    font-size: 22px !important;
    color: #fff !important
}

#mask .mask-inner .item .mask-right .mask-text {
    font-size: 22px;
    color: #fff
}

#mask .mask-inner .item .mask-right .box2 a.accz {
    line-height: 5.4rem;
    height: 5.4rem;
    padding: 0 2rem;
    border-radius: 2.7rem;
    background: #6ac335;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

#mask .mask-inner .item .mask-right .box2>a.accz img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: auto;
    border: none;
    margin-top: -.4rem;
}

#mask .mask-inner .item .mask-right .box2 ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
}

#mask .mask-inner .item .mask-right .box2 ul li {
    width: auto;
    margin-right: 15px;
    font-size: 24px;
    color: #fff;
    transition: .5s;
}

#mask .mask-inner .item .mask-right .box2 ul li:hover {
    color: #6ac335;
}

#mask .mask-inner .item .mask-right table {
    border: 1px solid #fff;
    height: 340px !important;
    overflow: auto;
    margin-top: 20px;
}

#mask .mask-inner .item .mask-right table tr td {
    border: 1px solid #fff;
}

#mask .mask-inner .item .mask-right table tr td span,
#mask .mask-inner .item .mask-right table tr td div,
#mask .mask-inner .item .mask-right table tr td p {
    font-size: 22px !important;
    color: #fff !important
}

#mask .mask-inner .item .mask-right table tbody {
    min-width: auto;
}

@media screen and (max-width: 1250px) {
    #mask .mask-inner .prodet-page {
        left: 6%;
        right: 6%;
    }
    #mask .mask-close {
        top: 75px;
    }
}

@media screen and (max-width: 1000px) {
    #mask .mask-inner .item .mask-left {
        width: 100%;
        padding: 15px;
    }

    #mask .mask-inner .item .mask-right h3 {
        margin-top: 0 !important
    }

    #mask .mask-inner .item .mask-right {
        width: 100%;
        padding: 15px;
    }

    #mask .mask-inner .item .mask-bag {
        display: block;
        overflow-y: auto;
    }
}

.prodet-page {
    padding: 50px 0;
}

.prodet-page .prodet-right {
    width: 100%;
    padding: 0 80px;
}

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

.prodet-page .prodet-right .box .left {
    width: 68%;
}
.prodet-page .prodet-right .box .left .bigImg ul li a{
    display: block;
}
.prodet-page .prodet-right .box .left .bigImg ul li a img{
    width: 100%;
}
.prodet-page .prodet-right .box .left .smallImg .swiper{
    padding: 2px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .left .smallImg .swiper-button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color);
}
.prodet-page .prodet-right .box .left .smallImg .swiper-button:after{
    font-size: 20px;
    color: #fff;
}
.prodet-page .prodet-right .box .left .smallImg .swiper-button-next{
    right: auto;
    left: 101%;
}
.prodet-page .prodet-right .box .left .smallImg .swiper-button-prev{
    left: auto;
    right: 101%;
}

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

.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 345px;
    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: 16px;
    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 h1 {
    font-size: 35px;
    font-weight: 400;
}

.prodet-page .prodet-right .box .right .det {
    line-height: 2;
}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
}

.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 {
    margin: 100px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

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

}

.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 20px;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    left: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

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

.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-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    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: 16px;
}

@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: 1400px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
    }

}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-right .box .left {
        width: 40%;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    

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

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

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

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

    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }

    .prodet-page .prodet-right {
        padding: 0 15px;
    }

}


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

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

@media screen and (max-width:700px) {
    .prodet-page {
        border-radius: 20px;
    }

    .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 .prodet-content {
        padding-bottom: 30px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-left: 10px;
    }

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

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
    .prodet-page .prodet-right .box .left {
        width: 80%;
        margin-bottom: 30px;
    }
    .prodet-page .prodet-right .box .left .smallImg .swiper-button{
        zoom: 0.6;
    }
    .prodet-page .prodet-right .box .right h1 {
        font-size: 22px;
    }
}

/*==============================================
    project-page
*/

/*
    about2-page
==============================================*/

.about2-page .about-1 .left .zdydot{
    left: 50%;
    bottom:30px;
    transform: translateX(-50%);
}
.about2-page .about-1 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cdeb9a), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: -moz-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: linear-gradient(to top, #cdeb9a, var(--color));
}
.about2-page .about-1 .right .text{
    max-height: 420px;
    overflow-y: auto;
}

@media screen and (max-width: 1450px) {
    .about2-page .about-1 .left .icon {
        zoom: .6;
    }
}

@media screen and (max-width: 1000px) {
    .about2-page .about-1 .left .icon {
        left: 0;
        max-width: 70%;
    }
}

.about2-page .about-wrap2 {
    position: relative;
    background: linear-gradient(to top, #f1f1f1, transparent);
}

.about2-page .about-wrap2 .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;

}

.about2-page .about-wrap2 .intro {
    /*color: #989898;*/
    margin-top: 15px;
}

.about2-page .about-wrap2 .about-wrap2-list {
    margin-top: 50px;
    margin-right: -35px;
    margin-bottom: -33px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about2-page .about-wrap2 .about-wrap2-list li {
    width: 20%;
    padding-right: 35px;
    margin-bottom: 33px;
}

.about2-page .about-wrap2 .about-wrap2-list li .box {
    position: relative;
    /*border-radius: 20px;*/
    overflow: hidden;
    padding: 40px 30px 40px 40px;
    -webkit-box-shadow: -2px -2px 13px 0px rgba(110, 110, 110, 0.1);
    box-shadow: -2px -2px 13px 0px rgba(110, 110, 110, 0.1);
    background: #fff;
    z-index: 1;
}

.about2-page .about-wrap2 .about-wrap2-list li .box .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background-color: var(--color);
}

.about2-page .about-wrap2 .about-wrap2-list li .box .icon {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 2;
}

.about2-page .about-wrap2 .about-wrap2-list li .box .icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.about2-page .about-wrap2 .about-wrap2-list li .box .icon:before,
.about2-page .about-wrap2 .about-wrap2-list li .box .icon:after {
    content: "";
    display: block;
    background-color: var(--color);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.about2-page .about-wrap2 .about-wrap2-list li .box .icon:before {
    left: -13px;
    bottom: -5px;
    width: 10px;
    height: 10px;
}

.about2-page .about-wrap2 .about-wrap2-list li .box .icon:after {
    top: -4px;
    right: -24px;
    width: 36px;
    height: 36px;
}

.about2-page .about-wrap2 .about-wrap2-list li .box .number {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 23px;
    margin-bottom: 6px;
}

.about2-page .about-wrap2 .about-wrap2-list li .box .number em {
    font-weight: bold;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1;
}

.about2-page .about-wrap2 .about-wrap2-list li .box .number span {
    color: #525252;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding-left: 11px;
    padding-bottom: 5px;
}

.about2-page .about-wrap2 .about-wrap2-list li .box .title {
    font-weight: 600;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    height: 60px;
}

.about2-page .about-wrap2 .about-wrap2-list li .box:hover {
    background: transparent;
}

.about2-page .about-wrap2 .about-wrap2-list li .box:hover .cover {
    opacity: 1;
}

.about2-page .about-wrap2 .about-wrap2-list li .box:hover .icon img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.about2-page .about-wrap2 .about-wrap2-list li .box:hover .number em {
    color: #ffffff;
}

.about2-page .about-wrap2 .about-wrap2-list li .box:hover .number span {
    color: #ffffff;
}

.about2-page .about-wrap2 .about-wrap2-list li .box:hover .title {
    color: #ffffff;
}

.about2-page .about-wrap2 .about-wrap2-list li:nth-child(4) .box .icon:before {
    left: -17px;
    bottom: -5px;
}

.about2-page .about-wrap2 .about-wrap2-list li:nth-child(4) .box .icon:after {
    bottom: -4px;
    top: unset;
    right: -28px;
}

.about2-page .about-wrap2 .about-wrap2-list li:nth-child(5) .box .icon:before {
    left: unset;
    bottom: unset;
    top: 15px;
    right: -10px;
}

.about2-page .about-wrap2 .about-wrap2-list li:nth-child(5) .box .icon:after {
    top: unset;
    right: unset;
    left: -23px;
    bottom: -5px;
}

.about2-page .about-wrap2 .about-wrap2-list li:nth-child(6) .box .icon:before {
    left: unset;
    bottom: -5px;
    right: -15px;
}

.about2-page .about-wrap2 .about-wrap2-list li:nth-child(6) .box .icon:after {
    right: unset;
    left: -27px;
    top: 16px;
}

@media screen and (max-width: 1450px) {
    .about2-page .about-wrap2 .about-wrap2-list li {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .about2-page .about-wrap2 .about-wrap2-list li .box {
        padding: 15px;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about-wrap2 .about-wrap2-list li {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .about2-page .about-wrap2 .about-wrap2-list {
        margin-top: 40px;
    }

    .about2-page .about-wrap2 .about-wrap2-list li .box .number em {
        font-size: 35px;
    }
}

.about2-page .about-culture {
    padding-top: 7.083333vw;
    padding-bottom: 5.10416666vw;
    position: relative;
    background: #f1f1f1;
}

.about2-page .about-culture .public-title span.span1 {
    color: #fff;
}

.about2-page .about-culture .public-title span.span2 {
    color: #fff;
}

.about2-page .about-culture .intro {
    margin-top: 11px;
    color: #fff;
}

.about2-page .about-culture .culture-intro {
    margin-top: 2.34375vw;
    margin-bottom: 3.020833333vw;
    color: #fff;
    max-width: 630px;
    line-height: 1.666666;
}

.about2-page .about-culture .culture-list {
    margin-left: 13px;
    max-width: 630px;
}

.about2-page .about-culture .culture-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about2-page .about-culture .culture-list li .left-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: 14px;
    z-index: 1;
}

.about2-page .about-culture .culture-list li .left-icon:after {
    content: "";
    display: block;
    background-color: #0e4a93;
    border-radius: 14px;
    width: 28px;
    height: 28px;
    left: -8px;
    bottom: -12px;
    z-index: -1;
    position: absolute;
}

.about2-page .about-culture .culture-list li .right-text .title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
}

.about2-page .about-culture .culture-list li .right-text .desc {
    color: #fff;
    max-height: 8.2em;
    overflow-y: auto;
}

.about2-page .about-culture .left {
    position: absolute;
    width: 52%;
    left: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #606060;
}

.about2-page .about-culture .right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 89.44281524926686%;
    overflow: hidden;
    z-index: 0;
}

.about2-page .about-culture .ui.container {
    z-index: 3;
}
@media screen and (max-width: 1450px){
    .about2-page .about-culture .culture-list{
        max-width: 560px;
    }
    .about2-page .about-culture .culture-intro{
        max-width: 560px;
    }
}
@media screen and (max-width: 1250px) {

    .about2-page .about-culture .culture-intro {
        background-color: rgba(0, 165, 141, .2);
        padding: 5px;
        border-radius: 5px;
    }
.about2-page .about-culture .culture-list {
    max-width: 458px;
}
    .about2-page .about-culture .culture-intro{
        max-width: 458px;
    }
}

@media screen and (max-width: 1000px) {
    .about2-page .about-culture .culture-list {
        max-width: 100%;
    }
    .about2-page .about-culture .culture-intro {
        max-width: 100%;
    }
    .about2-page .about-culture .left {
        width: 100%;
    }

    .about2-page .about-culture .right {
        display: none;
    }
}
.about2-page .about-3 {
    color: white;
}

.about2-page .about-3 span.h2 {
    max-width: 50%;
}

.about2-page .about-3 .list {
    margin: 1em 0;
}
.about2-page .about-3 .list .slick-list{
    padding: 40px 0;
}

.about2-page .about-3 .list ul li {
    background-color: white;
    color: black;
    padding: 50px 55px 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about2-page .about-3 .list ul li:after {
    content: '';
    width: 100%;
    height: -webkit-calc(100% + 2em);
    height: -moz-calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cdeb9a), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: -moz-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: linear-gradient(to top, #cdeb9a, var(--color));
    top: -1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.about2-page .about-3 .list ul li:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}

.about2-page .about-3 .list ul li i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about2-page .about-3 .list ul li span.h6 {
    line-height: 1.4;
    text-transform: uppercase;
    height: 4.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.about2-page .about-3 .list ul li .text{
    max-height: 14em;
    overflow-y: auto;
}

.about2-page .about-3 .list ul li:hover {
    color: white;
}

.about2-page .about-3 .list ul li:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about2-page .about-3 .list ul li:hover .text {
    color: inherit;
}

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

.about2-page .about-3 .list ul li:first-child:before {
    display: none;
}

.about2-page .about-4 {
    position: relative;
}

.about2-page .about-4:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
}
@media screen and (max-width: 1450px){
    .about2-page .about-3 .list ul li{
        padding: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .about2-page .about-3 .list ul li {
        padding: 30px;
    }
    .about2-page .about-3 .list .slick-list {
    padding: 30px 0;
}
}

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

    .about2-page .about-3 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }
.about2-page .about-3 .list .slick-list {
    padding: 0;
}
}

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

    .about2-page .about-3 span.h2 {
        max-width: none;
    }

    .about2-page .about-3 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
}
.about2-page .about-5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #212121;
    color: white;
    background-position: top center;
}

.about2-page .about-5 .play {
    border-radius: 100%;
    background-color: var(--color);
    color: #212121;
    width: 3em;
    height: 3em;
    padding: 0.2em;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.about2-page .about-5 .play svg {
    letter-spacing: .03em;
    font-weight: 500;
    width: 100%;
    height: 100%;
    -webkit-animation: xz 10s linear infinite;
    -moz-animation: xz 10s linear infinite;
    animation: xz 10s linear infinite;
}

.about2-page .about-5 .play i {
    width: 1.6em;
    height: 1.6em;
    border-radius: 100%;
    background-color: black;
}

.about2-page .about-5 .play i:before {
    font-size: .5em;
    color: var(--color);
}

.about2-page .about-5 hr {
    height: 2px;
    background-color: var(--color);
    margin: 0;
}
.about2-page .about-5 .text-con .left{
    max-width: 30%;
}
.about2-page .about-5 .text-con .text {
    max-width: 65%;
    max-height: 10em;
    overflow-y: auto;
}

.about2-page .about-5 .list {
    overflow: hidden;
}

.about2-page .about-5 .list .slick-list {
    overflow: unset;
}

.about2-page .about-5 .list .img {
    background-color: white;
    overflow: hidden;
}

.about2-page .about-5 .list .img span {
    height: 2.46666667em;
    padding: 0 1.6em;
    border: 3px solid #98a2ae;
    background-color: #37407b;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
}

.about2-page .about-5 .list .img .link {
    padding: .5em;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.2;
    color: black;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.about2-page .about-5 .list .img:hover .link {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.about2-page .about-5 .list .mask {
    width: 100%;
    position: relative;
    pointer-events: none;
    z-index: -1;
}

.about2-page .about-5 .list .mask:before {
    content: '';
    width: 100%;
    padding-top: 27.77777778%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(120%, #f5f5f5));
    background-image: -webkit-linear-gradient(bottom, transparent, #f5f5f5 120%);
    background-image: -moz-linear-gradient(bottom, transparent, #f5f5f5 120%);
    background-image: linear-gradient(to top, transparent, #f5f5f5 120%);
    position: absolute;
    left: 0;
    top: 100%;
    opacity: .5;
}
@keyframes xz {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.about2-page .about-5 .list li .tt{
    padding: 0 10px;
}
@media screen and (max-width: 1000px) {
    .about2-page .about-5 .text-con .left{
        max-width: 100%;
    }
    .about2-page .about-5 .text-con .text {
        max-width: 100%;
        margin-top: 5%;
    }
}
/*==============================================
    about2-page
*/

/*
    history-page
==============================================*/
.history-page.about2-page .about-culture{
    background-color: #fff;
}
.history-page.about2-page .about-culture .left{
    background-color: #f5f5f5;
}
.history-page.about2-page .about-culture .intro{
    color: #000;
}
.history-page.about2-page .about-culture .culture-intro{
    color: #000;
}
.history-page.about2-page .about-culture .public-title span.span1 {
    color: #000;
}
.history-page.about2-page .about-culture .culture-list li .right-text .title {
    color: #000;
}
.history-page.about2-page .about-culture .culture-list li .right-text .desc {
    color: #000;
}
.design-page .design-4 {
    color: white;
    padding: 107px 0 70px;
}

.design-page .design-4 .left {
    position: sticky;
    top: 170px;
    width: 35%;
}

.design-page .design-4 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.design-page .design-4 .left .i-title {
    line-height: 1.2;
}

.design-page .design-4 .right {
    padding-left: 90px;
    width: 65%;
}

.design-page .design-4 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.design-page .design-4 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0;
}

.design-page .design-4 .right ul li .icon img {
    vertical-align: middle;
}

.design-page .design-4 .right ul li::after {
    content: "";
    position: absolute;
    left: 38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}

.design-page .design-4 .right ul li:last-child::after {
    display: none;
}

.design-page .design-4 .right ul li:last-child .icon::after {
    content: none;
}

.design-page .design-4 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.design-page .design-4 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    color: rgba(255, 255, 255, .7);
}
@media screen and (max-width: 1450px) {
    .design-page .design-4 .right {
        padding-left: 30px;
    }
    .design-page .design-4 .right ul li h4 {
        font-size: 26px;
    }
}
@media screen and (max-width: 1250px) {
    .design-page .design-4 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .design-page .design-4 .right ul li .icon:after {
        height: 225%;
    }
    .design-page .design-4 .right ul li h4 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
        .design-page .design-4 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .design-page .design-4 .right {
        width: 100%;
        margin-top: 20px;
    }
    .design-page .design-4 .right ul li h4 {
        font-size: 22px;
    }
    .design-page .design-4 .right ul li .des {
    font-size: 16px;
    }
    .design-page .design-4 .left p {
    font-size: 16px;
    }

}
@media screen and (max-width: 700px) {
    .design-page .design-4 .right {
        padding-left: 0;
    }

    .design-page .design-4 .left {
        width: 100%;
    }
    .design-page .design-4 .right ul li h4 {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
   .design-page .design-4 .right ul li {
        padding-left: 0;
    }

    .design-page .design-4 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .design-page .design-4 .right ul li .icon::after {
        content: none;
    }

    .design-page .design-4 .right ul li::after {
        display: none;
    }
}


.history-page .history-3 {
    position: relative;
}

.history-page .history-3:after,
.history-page .history-3:before {
    content: '';
    width: 100%;
    height: 25vh;
    margin-left: auto;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    pointer-events: none;
}

.history-page .history-3:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
    background-image: -webkit-linear-gradient(bottom, transparent, white);
    background-image: -moz-linear-gradient(bottom, transparent, white);
    background-image: linear-gradient(to top, transparent, white);
    top: 0;
}

.history-page .history-3:after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
    background-image: -webkit-linear-gradient(top, transparent, white);
    background-image: -moz-linear-gradient(top, transparent, white);
    background-image: linear-gradient(to bottom, transparent, white);
}

.history-page .history-3 .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    padding-top: 10%;
}

.history-page .history-3 .img img {
    position: -webkit-sticky;
    position: sticky;
    bottom: -15%;
    max-width: 61.09375%;
}

.history-page .history-3 .box .left {
    top: 130px;
    position: -webkit-sticky;
    position: sticky;
}
.history-page .history-3 .box .left .cat_nav ul li{
    padding: 10px 0;

}   

.history-page .history-3 .box .left .cat_nav ul li.active a{
    background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}   

.history-page .history-3 .box .right {
    position: relative;
}

.history-page .history-3 .his-inn {
    display: none;
}
.history-page .history-3 .his-inn.active {
    display: block;
}

.history-page .history-3 .box .right .year {
    line-height: .8;
    position: -webkit-sticky;
    position: sticky;
    top: 40%;
    color: var(--color);
}

.history-page .history-3 .box .right .year em{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
}

.history-page .history-3 .box .right .year svg {
    position: absolute;
    left: 1.2em;
    top: 60%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: -1;
}

.history-page .history-3 .box .right .year svg .circle1 {
    stroke: var(--color);
    stroke-dasharray: 566;
    stroke-dashoffset: 566;
}

.history-page .history-3 .box .right .list li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.history-page .history-3 .box .right .list li .year {
    margin-right: 1em;
    color: #ddd;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 186px;
}

.history-page .history-3 .box .right .list li .content {
    padding: 7% 0;
    border-top: 2px solid #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.history-page .history-3 .box .right .list li.active {
    opacity: 1;
}

.history-page .history-3 .box .right .list li.active .year {
    color: var(--color);
}

.history-page .history-3 .box .right .list li.active .content {
    border-top-color: var(--color);
}
@media screen and (max-width: 1700px){
}
@media screen and (max-width: 1450px){
    .history-page .history-3 .box .right{
        width: 70%;
    }
    .history-page .history-3 .box .left .cat_nav ul li a{
        line-height: 1.3;
    }
}
@media screen and (max-width: 1250px){
    .history-page .history-3 .box .right .year em{
        width: 160px;
    }
    .history-page .history-3 .box .right .year svg{
        zoom: 0.8;
    }
}
@media screen and (max-width: 1000px) {
    .history-page .history-3 .box .left {
        position: static;
    }

    .history-page .history-3 .box .right .year svg {
        width: 30vw;
    }
    .history-page .history-3 .box .left span.h2 br{
        display: none;
    }
    .history-page .history-3:before{
        height: 50px;
    }
.history-page .history-3 .box .right .year em {
    width: 140px;
}
    .history-page .history-3 .box .right .list li .year {
        width: 132px;
    }
}

@media screen and (max-width: 700px) {
    .history-page .history-3 .box .right .year em {
        font-size: 1em;
    }
    .history-page .history-3 .box .right .year em {
        width: 56px;
    }
    .history-page .history-3 .box .right .year svg {
        width: 20vw;
    }
    .history-page .history-3:after{
        height: 20px;
    }

    .history-page .history-3 .img img {
        max-width: 120%;
    }

    .history-page .history-3 .box .right .list li .year {
        width: 76px;
    }

    .history-page .history-3 .box {
        margin-bottom: 15%;
    }

    .history-page .history-3 .box .right .year {
        margin-bottom: 15%;
    }
}
@media screen and (max-width: 500px){
    .history-page .history-3 .box .right .year{
        display: none;
    }
    .history-page .history-3 .box .right .list li{
        opacity: 1;
    }
}
/*==============================================
    history-page
*/


/*
    global_layout-page
==============================================*/

#index-body.global_layout-page .init-3 .mk-content .right .imgbox{
    display: block;
}
#index-body.global_layout-page .init-3 .mk-content .zdydot.slickDots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.global_layout-page .global_layout-1 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.global_layout-page .global_layout-1 ul li {
    width: 33%;
    position: relative;
}

.global_layout-page .global_layout-1 ul li img {
    min-height: 500px;
    object-fit: cover;
    padding: 10px;
}

.global_layout-page .global_layout-1 ul li .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 60px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.global_layout-page .global_layout-1 ul li .text .box {
    flex: 1;
    display: flex;
    line-height: 2;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.global_layout-page .global_layout-1 ul li .text .box .cont {

    display: none;
    line-height: 2;
}
.global_layout-page#index-body .init-3 .mk-content .left p{
    padding-left: 0;
}
@media screen and (max-width: 1700px) {
    .global_layout-page .global_layout-1 ul li .text {
        padding: 80px
    }

}

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

    .global_layout-page .global_layout-1 ul li .text {
        padding: 80px 60px
    }
}

@media screen and (max-width: 1250px) {
    .global_layout-page .global_layout-1 ul li .text {
        padding: 80px 40px
    }
}

@media screen and (max-width: 1100px) {
    .global_layout-page .global_layout-1 ul li .text {
        padding: 80px 20px
    }

}

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

@media screen and (max-width: 700px) {
    .global_layout-page .global_layout-1 {
        display: none
    }
}

.job-page .job-wrap1 .intro {
    color: var(--color);
    margin-top: 12px;
}

.job-page .job-wrap1 .img {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    padding-bottom: 6vw;
}
.job-page .job-wrap1 .img img{
    border-radius: 20px;
}

.job-page .job-wrap1 .img .text {
    max-width: 600px;
    background-color: var(--color);
    border-radius: 20px;
    color: #fff;
    padding: 63px 31px 50px 41px;
    line-height: 1.6;
    position: absolute;
    bottom: 0;
    right: 8%;
    
}

.job-page .job-wrap1 .img .text .icon {
    position: absolute;
    right: 26px;
    bottom: -2px;
}

.job-page .job-wrap1 .job-wrap1-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 6.40625vw;
    margin: 0 -5px;
}

.job-page .job-wrap1 .job-wrap1-list li {
    padding: 0 5px;
}

.job-page .job-wrap1 .job-wrap1-list .box .icon {
    width: 75px;
    height: 75px;
    background-color: #ffffff;
    -webkit-box-shadow: -2px 3px 16px 0px rgba(65, 65, 65, 0.22);
    box-shadow: -2px 3px 16px 0px rgba(65, 65, 65, 0.22);
    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;
    border-radius: 50%;
    margin-top: -8px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: .6s;
    transform-origin: center center;
}

.job-page .job-wrap1 .job-wrap1-list .box:hover .icon {
    transform: rotateY(360deg);
}

.job-page .job-wrap1 .job-wrap1-list .box .right {
    margin-left: 27px;
}

.job-page .job-wrap1 .job-wrap1-list .box .right .title {

    font-weight: bold;
    margin-bottom: 13px;
}

.job-page .job-wrap1 .job-wrap1-list .box .right .list-intro {
    max-width: 372px;
    color: #838383;
    line-height: 1.333;
}

@media screen and (max-width: 1000px) {
    .job-page .job-wrap1 .job-wrap1-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .job-page .job-wrap1 .job-wrap1-list li {
        margin-bottom: 25px;
    }

    .job-page .job-wrap1 .job-wrap1-list .box .right .list-intro {
        max-width: 100%;
    }
    .job-page .job-wrap1 .img .text{
        padding: 40px 25px 40px 25px;
        left: 5%;
        right:5%;
    }
    .job-page .job-wrap1 .img img{
        min-height: 390px;
        object-fit: cover;
    }
}

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


    .job-page .job-wrap1 .job-wrap1-list {
        margin-left: 0;
        margin-right: 0;
    }

    .job-page .job-wrap1 .job-wrap1-list li {
        margin-left: 0;
        margin-right: 0;
    }
    .job-page .job-wrap1 .img .text .desc{
        max-height: 17.6em;
        overflow-y: auto;
    }
}

@media screen and (max-width: 500px) {
    .job-page .job-wrap1 .job-wrap1-list .box .right {
        margin-left: 15px;
    }
}
#index-body .i-init5 {
    background-color: #f1f1f1;
}

#index-body .i-init5 .top .h2 {
    line-height: 1.2;
}

#index-body .i-init5 .top .more {
    width: 197px;
    height: 197px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
}

#index-body .i-init5 .top .more img {
    margin-top: 12px;
}

#index-body .i-init5 .list {
    padding: 0 120px;
}

#index-body .i-init5 .list ul li .box {
    position: relative;
}

#index-body .i-init5 .list ul li .box p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    padding: 20px 0;
    z-index: 2;
}

#index-body .i-init5 .list ul li .box p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: -1;
}

@media screen and (max-width: 1450px) {
    #index-body .i-init5 .list {
        padding: 0 60px;
    }
}

@media screen and (max-width: 1250px) {
    #index-body .i-init5 .top .more {
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width: 700px) {
    #index-body .i-init5 .list {
        padding: 0 15px;
    }
}

@media screen and (max-width: 500px) {
    #index-body .i-init5 .top .h2 {
        line-height: 2;
    }

    #index-body .i-init5 .list ul li .box p {
        font-size: 18px;
    }
}



.solution-page .init-1 {
    position: relative;
    z-index: 2;
}

.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}

.solution-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}

.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}

.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}

.solution-page .init-1 .container .desC {
    overflow: hidden;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 500px;
    color: #fff;
    padding: 10px 90px;
}

.solution-page .init-1 .container .desC .title {
    font-weight: bold;
}

.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}

@media (max-width: 1800px) {

    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}

@media (max-width: 1250px) {
    .solution-page .init-1 .subText {
        font-size: 100px;
    }

    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {

    .solution-page .init-1 .subText {
        display: none;
    }

    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }

    .solution-page .init-1 .container .desC {
        padding: 30px;
    }

    .solution-page .init-1 .container .desC {
        min-height: auto;
    }
}

@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
}
/*==============================================
    global_layout-page
*/

.manufacturing-page#index-body .init-7{
    background-color: #fff;
}

.manufacturing-page#index-body .init-5 .mk-content ul li .box .txtbox .desc{
    display: none;
    max-height: 8.4em;
    overflow-y: auto;
}
#index-body .init-5 .mk-content ul li .box .txtbox .tt{

}

.honour-page#index-body .init-2 {
    background-color: #fff;
}
.swiper1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

@media (max-width: 500px) {
    .pb-200 {
        padding-bottom: 40px;
    }
    .pt-130 {
        padding-top: 35px;
    }
}


.gallery-page .init-2 {
  background: #ecf3f5;
}

.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}

.gallery-page .init-2 .container ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}

.gallery-page .init-2 .container ul li .box video {
  display: block;
  width: 100%;
}

.gallery-page .init-2 .container ul li .box .title {
  text-align: center;
  margin-top: 16px;
  color: #666;
}

.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}

.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
  border-radius: 10px;
}

.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}

.gallery-page.Partner .init-2 .container ul li {
  width: 20%;
}

@media (max-width: 1000px) {

  .gallery-page .init-2 {
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}


ul.video {
  margin: -30px -15px;
}

ul.video li {
  padding: 30px 15px;
}

ul.video li .block {
  position: relative;
}

ul.video li .block .play {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



.faq-page .box {
  padding: 80px 0 100px;
  position: relative;
  z-index: 1;
}

.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}

.faq-page .box .title {
  /*width: 32%;*/
  margin-top: 3px;
}

.faq-page .box .text {
  max-width: 1080px;
  line-height: 28px;
  color: #515151;
  margin: 10px auto 20px;
}

.faq-page .box .content {
  margin-top: 46px;
}

.faq-page .box .content ul {
  margin-bottom: -24px;
}

.faq-page .box .content ul li {
  padding-bottom: 24px;
}

.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  /*border-radius: 50px;*/
  padding: 24px 41px 28px 50px;
  position: relative;
}

.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;

  padding-right: 50px;
}

.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}

.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}

.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}

.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}

.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: none;
  opacity: 0;
}


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

  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}

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

  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}

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

  .faq-page .box::after {
    display: none;
  }

  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }

  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}

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


  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }

  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }

  .faq-page .box .content {
    margin-top: 20px;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }

  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }

  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}


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


.news-page ul li .box .h3 {
  font-size: 24px;
  line-height: 1.6;
}

.news-page ul li .box .content {
  font-size: 16px;
  line-height: 2;
}

.news-page {
  padding: 100px 0;
}

.news-page ul {
  margin: -15px;
}

.news-page ul li {
  padding: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page ul li:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 50px;
  border-radius: 12px;
}

.news-page ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1
}

.news-page ul li .box .h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 20px;
  /*height: 4.2em;*/
  line-height: 1.4;
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;*/
}

.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 8em;
}

.news-page ul li .box .arrow {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #f2f2f2;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.news-page ul li .box .arrow img {
  width: 32px;
}

.news-page ul li .box .arrow:hover {
  background: var(--color);
}

.news-page ul li .box .arrow:hover img {
  filter: invert(1);
}


@media screen and (max-width: 1280px) {
  .news-page ul li {
    width: 50% !important;
  }
}

@media screen and (max-width: 700px) {
  .news-page ul li {
    width: 100% !important;
  }

  .news-page ul li .box .h3 {
    min-height: auto;
  }
}

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


/*
    newdet-page
==============================================*/
.newdet-page .newdet-1 {
  padding-top: 80px
}

.newdet-page .newdet-1 .tips {
  width: 232px;
  height: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal,
    normal;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
}

.newdet-page .newdet-1 h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center
}

.newdet-page .newdet-1 .time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 22px
}

.newdet-page .newdet-1 .time .ad {
  width: 31px;
  height: 31px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 16px;
  color: #aaa
}

time .dot {
  width: 3px;
  height: 3px;
  background-color: #588034;
  border-radius: 50%;
  margin: 0 10px
}

.newdet-page .newdet-1 .content {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}

.newdet-page .newdet-1 .content h2 {
  font-weight: 600;
  margin-top: 15px;
}

.newdet-page .newdet-1 .content h3 {
  font-weight: 600;
  margin-top: 10px;
}

.newdet-page .newdet-1 .content ul li {
  margin-left: 20px;
}

.newdet-page .newdet-1 .content ul li:before {
  content: '•';
  position: absolute;
  left: 15px;
  font-size: 20px;
  line-height: 2;
}

.newdet-page .newdet-1 .m-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px
}

.newdet-page .newdet-1 .m-link>a div {
  color: #8e8e8e;
  font-size: 16px
}

.newdet-page .newdet-1 .m-link .share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newdet-page .newdet-1 .m-link .share a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}

.newdet-page .newdet-1 .m-link .share .a1 {
  background: #48bde9;
}

.newdet-page .newdet-1 .m-link .share .a2 {
  background: #4f5fbf;
}

.newdet-page .newdet-1 .m-link .share .a3 {
  background: #7a7d82;
}

.newdet-page .newdet-1 .m-link .share .a4 {
  background: #f39801;
}

.newdet-page .newdet-1 .m-link .share .a5 {
  background: #f39801;
}

.newdet-page .prodet-2 .top .more {
  width: 197px;
  height: 197px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1280px) {
  .newdet-page .newdet-1 h1 {
    font-size: 35px
  }
}

@media screen and (max-width: 1000px) {
  .newdet-page .newdet-1 h1 {
    font-size: 28px
  }

  .newdet-page .newdet-1 .m-link .share a {
    zoom: 0.8
  }
}

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

  .newdet-page .newdet-1 .m-link .share {
    width: 100%;
    justify-content: flex-start
  }

  .newdet-page .newdet-1 .m-link>a {
    width: 100%;
    margin-bottom: 10px
  }

  .newdet-page .newdet-1 .tips {
    zoom: 0.7
  }

  .newdet-page .newdet-1 {
    padding-top: 40px
  }

  .newdet-page .newdet-1 .m-link {
    margin-top: 40px
  }

  .newdet-page .newdet-1 .content {
    margin-top: 25px
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1 {
    font-size: 22px
  }

  .newdet-page .newdet-1 .content {
    font-size: 16px
  }
}
/*==============================================
    newdet-page
*/



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}

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

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1450px) {
    .contact-page .contact-1 .content ul li .ig .tit{
        font-size: 30px;
    }
}
@media screen and (max-width: 1250px) {
    .contact-page .contact-1 .content ul li .ig .tit{
        font-size: 22px;
    }
    .contact-page .contact-1 .content ul li .ig .info{
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }

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

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

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

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

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

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

  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .contact-page .contact-2 .box .form ul li label{
    font-size: 16px;
  }
  .contact-page .contact-1 .content ul li .ig .info{
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

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

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

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


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

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

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

  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
/*==============================================
    contact-page
*/

.zdydot.slickDots ul li{
    width: 16px;
    height: 16px;
    background-color:rgba(8, 44, 88,0.8);
    border-radius: 0;
    margin: 0 10px;
    border:0;
}
.zdydot.slickDots ul li.slick-active{
    background-color: #fff;
}
.zdydot.slickDots.hb ul li{
    background-color:rgba(0, 0, 0,0.4);
}
.zdydot.slickDots.hb ul li.slick-active{
    background-color: var(--color);
}


.gallery-page1 .list ul li .img-box>img{
    height: 212px;
    object-fit: cover;
}