@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: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  --color: #0c4890;
  margin: 0 auto;
}
.container {
  width: 1655px;
}
.container1 {
  width: 1880px;
}
.bigtt-zt {
  font-family: "Montserrat";
  font-weight: bold;
}
.fam-Montserrat {
  font-family: "Montserrat";
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
#header .nav {
  position: relative;
  height: 90px;
  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 28px;
  font-size: 20px;
  font-family: "Montserrat";
  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;
  border-bottom: 2px solid transparent;
}
#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;
  z-index: 0;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 10px);
  height: 6px;
  border-radius: 3px;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: 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: scaleY(0);
  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: scaleY(1);
  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: scaleY(1);
  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;
  margin: 0 35px;
}
#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-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header.active {
  background-color: #062346;
}
#header.inner_active {
  background-color: #062346;
}
#banner .banner-content {
  height: 100vh;
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content .text1 {
  position: relative;
  z-index: 0;
}
#banner .banner-content .swiper-slide .txt-content .text1::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: rgba(12, 71, 144, 0.35);
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
#banner .banner-content .swiper-slide .txt-content .text3 {
  max-width: 1098px;
}
.btn-go {
  width: auto;
  min-width: 200px;
  padding: 0 20px 0 58px;
  height: 46px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
  position: relative;
  font-family: "Montserrat";
  cursor: pointer;
}
.btn-go i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 10px;
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.5s;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.btn-go:hover i {
  background-color: var(--color);
  color: #fff;
}
.btn-go.w_cm_b {
  background-color: #fff;
  color: var(--color);
}
.btn-go.w_cm_b i {
  background-color: var(--color);
  color: #fff;
}
.btn-go.w_cm_b:hover {
  background-color: var(--color);
  border-color: #fff;
  color: #fff;
}
.btn-go.w_cm_b:hover i {
  background-color: #fff;
  color: var(--color);
}
.pt-btn {
  width: auto;
  min-width: 200px;
  padding: 0 22px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
}
.pt-btn:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
h2.h-title {
  position: relative;
  z-index: 0;
  display: inline-block;
}
h2.h-title .jx {
  display: block;
  height: 0.3em;
  background-color: rgba(13, 75, 137, 0.3);
  z-index: -1;
  position: absolute;
  top: 0.8em;
}
#index-body .homepage-2 .left {
  width: calc(98% - 340px);
}
#index-body .homepage-2 .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 122px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
#index-body .homepage-2 .left .play i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}
#index-body .homepage-2 .left .play::after {
  content: "";
  display: block;
  width: 99px;
  height: 99px;
  background: url("../images/h-about04.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: img_rotate 15s linear infinite;
}
#index-body .homepage-2 .left .text .con {
  color: rgba(0, 0, 0, 0.8);
}
#index-body .homepage-2 .left .img {
  position: sticky;
  top: 180px;
}
#index-body .homepage-2 .right {
  width: 340px;
  height: fit-content;
  background-color: var(--color);
  position: sticky;
  top: 180px;
}
#index-body .homepage-2 .right .text {
  height: auto;
  padding: 60px 30px;
  color: white;
}
#index-body .homepage-2 .right .text li p span {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 5px;
  display: inline-block;
}
#index-body .homepage-1 {
  position: relative;
}
#index-body .homepage-1 .left {
  background-color: white;
  position: relative;
}
#index-body .homepage-1 .left ul li a.img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .homepage-1 .left ul li a.img img {
  width: 100%;
}
#index-body .homepage-1 .right ul {
  margin-left: 0;
}
#index-body .homepage-1 .right ul li h4 {
  padding: 12px 0;
  cursor: pointer;
}
#index-body .homepage-1 .right ul li h4 i {
  width: 20px;
  display: inline-block;
}
#index-body .homepage-1 .right ul li .text {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
#index-body .homepage-1 .right ul li .text::after {
  content: "";
  display: block;
  height: 1px;
  width: 150%;
  background-color: #164291;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .init-sustainable {
  height: 42vw;
  min-height: 400px;
}
#index-body .init-sustainable .container {
  height: 100%;
}
#index-body .init-sustainable .container h2.h-title .jx {
  left: 13%;
}
#index-body .init-sustainable .container .desc {
  max-width: 1405px;
  max-height: calc(28px * 5);
  overflow-y: auto;
}
#index-body .init-product {
  background-color: #eaeaea;
}
#index-body .init-product .mk-content ul li .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
}
#index-body .init-product .mk-content ul li .box .txtbox {
  background-color: #f7f7f7;
  border-radius:0 0 10px 10px;
  padding: 25px 16px;
  height: 90px;
  transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .txtbox a.zdy-tt.bigtt-zt{
  text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

#index-body .init-product .mk-content ul li .box:hover .txtbox{
  background-color: var(--color);
  color: #fff;
}
#index-body .init-product .mk-content ul li .box:hover .btn01{
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
#index-body .init-product .mk-content ul li .box:hover .btn01 i{
  transform: rotate(45deg);
}

#index-body .homepage-4 .left {
  width: 30%;
}
#index-body .homepage-4 .right {
  width: 62%;
}
#index-body .homepage-4 .right ul li {
  width: 548px;
  height: 426px;
}
#index-body .homepage-4 .right ul li .box {
  width: 100%;
  height: 100%;
  padding: 100px 70px 75px;
  background-color: #717171;
  color: #fff;
  transition: 0.5s;
  position: relative;
}
#index-body .homepage-4 .right ul li .box h2 {
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  position: absolute;
  right: 45px;
  bottom: 30px;
}
#index-body .homepage-4 .right ul li.swiper-slide-active .box {
  background-color: var(--color);
}
#index-body .init-application {
  position: relative;
}
#index-body .init-application .imglb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .init-application .imglb .swiper {
  height: 100%;
}
#index-body .init-application .imglb .swiper ul li .box {
  height: 100%;
}
#index-body .init-application .imglb .swiper ul li .box img {
  height: 100%;
  object-fit: cover;
}
#index-body .init-application .mk-content .mk-ttbox .desc {
  max-width: 1280px;
  max-height: calc(30px * 6);
  overflow-y: auto;
}
#index-body .init-application .mk-content .tablb {
  margin-top: 255px;
}
#index-body .init-application .mk-content .tablb ul li {
  width: auto;
  max-width: 290px;
  padding-top: 35px;
}
#index-body .init-application .mk-content .tablb ul li .box {
  border-top: solid 1px #eeeeee;
  transition: 0.5s all;
}
#index-body .init-application .mk-content .tablb ul li:hover .box {
  border-color: var(--color);
  transform: translateY(-35px);
}
#index-body .init-application .mk-content .tablb ul li:hover .box a {
  color: var(--color);
}
#index-body .init-application .mk-content .tablb ul li.swiper-slide-thumb-active .box {
  border-color: var(--color);
  transform: translateY(-35px);
}
#index-body .init-application .mk-content .tablb ul li.swiper-slide-thumb-active .box a {
  color: var(--color);
}
#index-body .homepage-6 ul li .box {
  background-color: #434343;
  transition: 0.5s;
  overflow: hidden;
}
#index-body .homepage-6 ul li .box .bot {
  height: 90px;
}
#index-body .homepage-6 ul li .box .bot .date {
  width: 158px;
  height: 100%;
  background-color: var(--color);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#index-body .homepage-6 ul li .box .bot h2 {
  width: calc(100% - 155px);
  color: rgba(255, 255, 255, 0.04);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#index-body .homepage-6 ul li .box .bot h2 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#index-body .homepage-6 ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-6 ul li .box:hover .bot .date {
  background-color: #000;
}
#index-body .homepage-6 ul li .box .text {
  padding: 60px 35px;
}
.zdy-switch .btn {
  position: static;
  margin-top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 20px;
  border: solid 1px #bababa;
  cursor: pointer;
  transition: all 0.5s;
}
.zdy-switch .btn::after {
  display: none;
}
.zdy-switch .btn:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.zdy-dots .swiper-pagination {
  bottom: -50px;
}
.zdy-dots .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000000;
  margin: 0 7px;
  opacity: 1;
  transition: all 0.5s;
}
.zdy-dots .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.btn01 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.5s;
  flex-shrink: 0;
}
.btn01 i{
  transition: all 0.5s;
}
.btn01:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#footer {
  background-color: var(--color);
}
#footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-top ul li i {
  flex-shrink: 0;
  margin-top: 6px;
}
#footer .footer-top ul li p {
  max-width: 42vw;
}
#footer .footer-top ul .line {
  display: block;
  width: 1px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.1);
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 240px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list li {
  transition: all 0.5s;
  color: rgba(229, 239, 255, 0.7);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  max-width: 420px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo .desc {
  color: rgba(229, 239, 255, 0.7);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.pro {
  max-width: 300px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a {
  position: relative;
  z-index: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a::after {
  opacity: 1;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
  max-width: 368px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire p {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  width: 100%;
  padding: 10px 0;
  margin-top: 25px;
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-size: 18px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  width: 100%;
  padding: 10px 0;
  margin-top: 25px;
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-size: 18px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send {
  min-width: 164px;
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-center .footer-b .con {
  color: rgba(229, 239, 255, 0.7);
  padding: 20px 0;
}
#footer .footer-center .footer-b .con p {
  margin: 0 10px;
  font-size: 18px;
}
#footer .footer-center .footer-b .con .svg {
  transform: translateY(2px);
}
#footer .footer-center .footer-b .con svg {
  width: auto;
  max-height: 34px;
  transition: all 0.5s;
  fill: rgba(229, 239, 255, 0.7);
}
@media screen and (max-width: 1900px) {
  .container1 {
    width: 1700px;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0px 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1800px) {
  .container1 {
    width: 1600px;
  }
  .container {
    width: 1600px;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0px 18px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0px 10px;
    font-size: 17px;
  }
  #header .nav > .logo {
    zoom: 0.9;
  }
  #index-body .homepage-4 .right ul li {
    width: 500px;
    height: 426px;
  }
  #index-body .homepage-4 .right ul li .box {
    padding: 70px 60px 60px;
  }
  #index-body .init-application .mk-content .tablb {
    margin-top: 200px;
  }
  #index-body .init-application .mk-content .tablb ul li{
    max-width: unset;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0px 7px;
    font-size: 16px;
  }
  #header .nav > .logo {
    zoom: 0.8;
  }
  #header .nav .ui.menu .right .h-language {
    margin: 0 15px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 336px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 350px;
  }
  #index-body .init-application .mk-content .tablb {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 260px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link.pro {
    max-width: 250px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 250px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
    padding: 5px 0;
    margin-top: 10px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::placeholder {
    font-size: 16px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea::placeholder {
    font-size: 16px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea {
    padding: 5px 0;
    margin-top: 10px;
  }
  #index-body .homepage-2 .left {
    padding-top: 0;
  }
  #index-body .homepage-2 .left .img {
    position: relative;
    top: 0;
    width: 100%;
  }
  #index-body .homepage-2 .left .text {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #index-body .homepage-1 .right {
    padding-right: 5%;
  }
  #index-body .init-application .mk-content .tablb {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #banner .banner-content .swiper-slide .txt-content .text1::after {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #footer .footer-top ul li {
    width: 100%;
    padding: 10px 0;
  }
  #footer .footer-top ul li i {
    width: 28px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
  #footer .footer-top ul .line {
    display: none;
  }
  #footer .footer-top ul li p {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo > img {
    zoom: 0.8;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 48%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 48%;
  }
  #footer .footer-center .footer-b .con svg {
    max-height: 30px;
  }
  #index-body .homepage-2 .left {
    width: 100%;
  }
  #index-body .homepage-2 .right {
    width: 100%;
    margin-top: 5%;
    text-align: center;
    padding: 15px;
  }
  #index-body .homepage-2 .left .img > img {
    width: 100%;
  }
  #index-body .homepage-2 .right .text {
    padding: 30px 0;
  }
  #index-body .homepage-1 .right {
    width: 100%;
    padding-right: 0;
  }
  #index-body .homepage-1 .left {
    width: 100%;
    margin-top: 5%;
  }
  #index-body .homepage-1 .right ul li .text::after {
    width: 100%;
  }
  #index-body .init-sustainable {
    height: auto;
    min-height: unset;
  }
  #index-body .homepage-6 ul li .box .text {
    padding: 30px 15px;
  }
  #index-body .homepage-6 ul li .box .bot .date {
    width: 98px;
  }
  #index-body .homepage-6 ul li .box .bot h2 {
    width: calc(100% - 98px);
  }
  #index-body .homepage-4 .left {
    width: 100%;
  }
  #index-body .homepage-4 .right {
    width: 100%;
    margin-top: 5%;
  }
  #index-body .init-application .mk-content .tablb {
    margin-top: 90px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #footer .footer-top ul li i {
    zoom: 0.8;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 100%;
    margin-top: 40px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo .share {
    margin-top: 30px;
  }
  #index-body .init-product .mk-content ul li .box .txtbox {
    padding: 15px 8px;
  }
  #index-body .homepage-4 .right ul li .box {
    padding: 50px;
  }
  #index-body .homepage-4 .right ul li {
    height: auto;
  }
  #index-body .init-application .mk-content .tablb {
    margin-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo > img {
    zoom: 0.7;
  }
  #index-body .homepage-4 .right ul li .box {
    padding: 20px;
  }
  #index-body .init-application .mk-content .tablb {
    margin-top: 50px;
  }
}
/*----- inner-page -----*/
.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);
}
@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}



.inner-banner {
  position: relative;
  margin-top: 90px;
}

.inner-banner .bg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
}

.inner-banner .content {
  padding: 8% 15px 10%;
}

@media (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}

.product-yd-page .catebox ul.catelist li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #f5f5f5;
    position: relative;
    transition: .3s all
}
.product-yd-page .catebox ul.catelist li.even {
  flex-direction: row-reverse;
}

/*.product-yd-page .catebox ul.catelist li:last-child,
.product-page .nav-1 ul.navlist li:last-child {
    display: none;
}*/

.product-yd-page .catebox ul.catelist li .text {
    padding: 20px 55px 20px 105px;
    color: white;
}
.product-yd-page .catebox ul.catelist li.even .text{
  padding: 20px 105px 20px 55px;
}

.product-yd-page .catebox ul.catelist li .text .top {
    position: relative
}

.product-yd-page .catebox ul.catelist li .text p {
    /*max-height: 96px;*/
    color: #151515;
}

.product-yd-page .catebox ul.catelist li:hover .text .title,
.product-yd-page .catebox ul.catelist li:hover .text p {
    color: white;
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 {
    position: absolute;
    right: 0;
    width: 75px;
    height: 75px;
    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: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 0;
    animation: xz 5s linear infinite
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
    width: 89px;
    height: 89px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: var(--color);
}

.product-yd-page .catebox ul.catelist li .text .title {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 480px;
    padding-right: 90px;
    color: #151515;
}

.product-yd-page .catebox ul.catelist li img.dec {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(.2);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover {
    background: var(--color);
    color: white;
}

.product-yd-page .catebox ul.catelist li:hover .text {
    color: white;
}

.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
    right: auto;
    left: 0
}

.product-yd-page .catebox ul.catelist li:hover img.dec {
    filter: brightness(1);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover .left {
    float: right
}

.product-yd-page .catebox ul.catelist li:hover .text {
    float: left;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
    border-color: #fff;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
    background: white;
    color: var(--color);
}

.product-page {
    color: black;
}

.product-page .tit i {
    font-size: 18px;
    margin-left: 20px;
}

.product-page .nav-1 .ui.container {
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb
}

.product-page .nav-1 ul.navlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-page .nav-1 ul.navlist li {
    margin-right: 15px;
}

.product-page .nav-1 ul.navlist li:last-child {
    margin-right: 0;
}

.product-page .nav-1 ul.navlist li a {
    line-height: 34px;
    padding: 15px 34px;
    color: #666;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    display: inline-block;
    font-size: 18px;
    background: #f5f5f5;
}

.product-page .nav-1 ul.navlist li.active a,
.product-page .nav-1 ul.navlist li:hover a {
    background: var(--color);
    color: #fff
}

.product-page .nav-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
}

.product-page .nav-2 .ui.container .tit {
    display: inline-block;
    margin-right: 40px
}

.product-page .nav-2 .ui.container .pro-search-box form {
    position: relative;
    height: 38px;
    width: 325px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px 0 45px;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=submit] {
    width: 26px;
    height: 26px;
    background: url(../images/icon-search-black.png) center center no-repeat;
    border: none;
    position: absolute;
    left: 8px;
    top: 6px;
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=text] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: black;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background: 0 0;
}


.product-page .productbox .product-content .text {
    overflow-y: auto;
    max-height: 240px;
    padding-right: 30px;
    color: #666;
}

.product-page .productbox ul.list li {
    padding: 10px;
    margin-bottom: 80px
}

.product-page .productbox ul.list li .item {
    height: 525px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    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;
    position: relative
}

.product-page .productbox ul.list li .item img.logo {
    position: absolute;
    width: 114px;
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    top: 20px;
    left: 15px
}

.product-page .productbox ul.list li .item .pname {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    position: absolute;
    bottom: 25px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    left: 0;
    padding: 0 20px
}

.product-page .productbox ul.list.system-application-scheme li .item {
    padding-top: 60px;
    height: auto !important;
    padding-bottom: 120px
}

.product-page .productbox ul.list.system-application-scheme li .item .pname {
    max-height: 120px;
    overflow-y: auto
}

.product-page .productbox ul.list li .item:hover {
    background: var(--color);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-page .productbox ul.list li .item:hover img.logo {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.product-page .productbox ul.list li .item:hover .pname {
    color: #fff
}

.prodet-page .prodet-1 {
    padding: 90px 0
}

.prodet-page .prodet-1 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}
.prodet-page .prodet-1 .ui.container .imgs{
  width: 44%;
  position: sticky;
  top: 100px;
}

.prodet-page .prodet-1 .ui.container .imgs .imgb ul li {
    width: 100%;
}

.prodet-page .prodet-1 .ui.container .imgs .imgb ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;

}

.prodet-page .prodet-1 .ui.container .imgs .imgg {
    position: relative;
    padding: 0 115px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #e3e3e3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span:hover {
    background: var(--color)
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-prev {
    left: 25px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-next {
    right: 25px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul {
    margin: 0 -10px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li {
    padding: 0 10px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li a {
    background: #f9f9f9;
    height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 20px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li a img {
    width: auto
}

.prodet-page .prodet-1 .ui.container .right {
  width: 56%;
    padding-left: 6%;
}

.prodet-page .prodet-1 .ui.container .right p {
    line-height: 2;
    max-height: 510px;
    overflow-y: auto;
    margin: 40px 0;
}
/*.prodet-page .prodet-1 .ui.container .right .small ul{
  margin: 0 -5px;
}
.prodet-page .prodet-1 .ui.container .right .small ul li{
  padding: 0 5px;
}*/
/*.prodet-page .prodet-1 .ui.container .right .small ul .slick-current li a{
  display: block;
  border: 1px solid var(--color);
}*/
.prodet-page .prodet-1 .ui.container .right .small ul li.swiper-slide-thumb-active a{
  display: block;
  border: 1px solid var(--color);
}

.prodet-page .prodet-1 .m-link {
    margin-top: 30px;
}

.prodet-page .prodet-2 .top ul.tabheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    background: #f7f7f7;
}

.prodet-page .prodet-2 .top ul.tabheader li {
    height: 64px;
    line-height: 64px;
    padding: 0 25px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.prodet-page .prodet-2 .top ul.tabheader li.active,
.prodet-page .prodet-2 .top ul.tabheader li:hover {
    color: #fff;
    background: var(--color)
}


.prodet-page .prodet-2 .bottom ul li .content table {
    max-height: 300px;
    overflow-y: auto;
}

.prodet-page .prodet-2 .bottom ul li .content table td,
.prodet-page .prodet-2 .bottom ul li .content table th {
    text-align: center
}
.leadbox .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px
}

.leadbox .main .bag {
    padding: 10px
}

.leadbox .main .cateitem {
    padding: 40px 20px;
    transition: .3s all;
    background: #f5f5f5;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.leadbox .main .cateitem .right {
    padding-left: 20px;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.leadbox .main .cateitem .right .content{
  color: #646464;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.leadbox .main .cateitem .right ul li {
    margin-top: 10px;
    margin-bottom: 0
}

.leadbox .main .cateitem .right .h5 {
    color: #1a1a1a;transition: .3s all;
}

.leadbox .main .cateitem .left .h4 {
    text-align: center;
    font-weight: 600
}

.leadbox .main .cateitem .h4,
.leadbox .main .cateitem .h5 {
    color: inherit
}

.leadbox .main .cateitem .h4 a,
.leadbox .main .cateitem .h5 a {
    transition: .3s all
}

.leadbox .main .cateitem .h4 a:hover,
.leadbox .main .cateitem .h5 a:hover {
    transition: .3s all;
    text-decoration: underline
}

.leadbox .main .cateitem .left .img-box {
    background: #fff
}

#cp-Nav .nav ul {
    color: black;
}

@media screen and (max-width: 1250px) {
    .product-yd-page .catebox ul.catelist li .text {
        padding: 20px!important;
    }

    .product-yd-page .catebox ul.catelist li .img {
        padding: 20px;
    }

    .prodet-page .prodet-1 .ui.container .right p {
        max-height: 252px;
        overflow-y: auto;
    }
}

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

    .leadbox .main .cateitem .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .leadbox .main .cateitem .right {
        width: 100%;
        padding-left: 0;
    }

    .product-page .nav-1,
    .product-page .nav-2 {
        display: none;
    }

    .product-yd-page .catebox ul.catelist li .left {
        width: 100%;
    }

    .product-yd-page .catebox ul.catelist li .right {
        width: 100%;
    }

    .product-yd-page .catebox ul.catelist {
        display: flex;
        flex-wrap: wrap;
    }

    .product-yd-page .catebox ul.catelist li {
        width: calc((100% - 10px)/2);
        margin: 0 10px 10px 0;
        align-items: flex-start;
    }

    .product-yd-page .catebox ul.catelist li.even {
        margin-right: 0;
    }

    .product-yd-page .catebox ul.catelist li .text {
        width: 100%;
    }
    .prodet-page .prodet-1 .ui.container .imgs {
        width: 100%;
        position: static;
    }
    .prodet-page .prodet-1 .ui.container .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }
    .prodet-page .prodet-1 .ui.container .right p{
      margin: 20px 0;
    }
}

@media screen and (max-width: 700px) {
    .product-yd-page .catebox ul.catelist li .text .top a.more7 {
        display: none;
    }

    .product-yd-page .catebox ul.catelist li .text .title {
        max-width: 100%;
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .product-yd-page .catebox ul.catelist li {
        width: 100%;
        margin: 0;
    }

    .product-yd-page .catebox ul.catelist li .text .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

}

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

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

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(4em * 10);
    overflow-y: auto;
}

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

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
}

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

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

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

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

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

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



.m-page {
  margin: 60px 0
}

.m-page>div {
  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
}

.m-page>div span,
.m-page>div a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background-color: #1a1a1a;
  margin: 0 10px;
  color: #fff;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  font-size: 16px;
  font-weight: 600;
}

.m-page>div span:hover,
.m-page>div a:hover {
  background-clip: var(--color);
  color: white
}

.m-page>div span {
  background: var(--color)
}


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

.about-page .about-1 h2.h-title::after {
    width: 25%;
}

.about-page .about-1 .left ul li:last-child .box {
    background-color: #30408d;
}

.about-page .about-1 .left ul li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #30408d;
    height: 240px;
    padding: 0 50px;
    transition: 0.5s;
}

.about-page .about-1 .left ul li:hover .box {
    background-color: var(--color);
}

.about-page .about-1 .left ul li .box h4 span {
    display: inline-block;
    font-size: 24px;
    padding-left: 10px;
}

.about-page .about-1 .left ul li .box p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-page .about-1 .left .lh-6 {
    overflow-y: auto;
    height: 410px;
}

.about-page .about-1 .img {
    height: -webkit-fill-available;
}

.about-page .about-1 .img a.play {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 125px;
    height: 125px;
    background-color: var(--color);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}

.about-page .about-1 .img a.play::after {
    content: '';
    display: block;
    width: 99px;
    height: 99px;
    background: url('../images/play_text.png') no-repeat;
    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%);
    z-index: 1;
    -webkit-animation: img_rotate 15s linear infinite;
    -moz-animation: img_rotate 15s linear infinite;
    animation: img_rotate 15s linear infinite;
}

.about-page .about-2 {
    background-color: #f7f7f7;
}

.about-page .about-2 ul {
    margin: 85px -15px 0;
}

.about-page .about-2 ul .slick-current li,
.about-page .about-2 ul .slick-current+.slick-slide+.slick-slide li {
    padding: 80px 15px 0;
}

.about-page .about-2 ul li {
    padding: 0 15px 80px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.about-page .about-2 ul li .box {
    background-color: #26418f;
    height: 470px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

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

.about-page .about-2 ul li .box:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about-page .about-2 ul li .box:hover h3 {
    opacity: 1;
}

.about-page .about-2 ul li .box:hover .text .con {
    height: 145px;
    opacity: 1;
}

.about-page .about-2 ul li .box h3 {
    color: rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.about-page .about-2 ul li .box .text .num {
    color: rgba(255, 255, 255, 0.2);
}

.about-page .about-2 ul li .box .text .con {
    max-height: 145px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-right: 10px;
    color: #fff;
}

.about-page .about-3 .left img {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
}

.about-page .about-3 .left .text {
    width: 115px;
    background-color: var(--color);
}

.about-page .about-3 .left .text img {
    width: 48px;
}

.about-page .about-3 .right ul li:last-child .text {
    padding-bottom: 0;
}

.about-page .about-3 .right ul li h4 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
}

.about-page .about-3 .right ul li h4 i {
    width: 30px;
    display: inline-block;
}

.about-page .about-3 .right ul li .text {
    padding-bottom: 10px;
}

.about-page .about-4 {
    background: url('../images/about6.jpg') no-repeat;
    background-size: cover;
}

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

    .about-page .about-3 .right ul li h4 {
        font-size: 26px;
    }

    .about-page .about-3 .left .text img {
        height: 90%;
    }
}

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

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

    .about-page .about-3 .right ul li h4 {
        font-size: 22px;
    }
}

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

    .about-page .about-2 ul li .box {
        height: 360px;
    }

    .about-page .about-1 .left ul li .box {
        height: 170px;
        padding: 0 25px;
    }
}

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

    .about-page .about-1 .left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 45px;
    }

    .about-page .about-1 .img {
        height: auto;
        width: 100%;
    }

    .about-page .about-1 .img a.play {
        left: 50%;
    }

    .about-page .about-1 .left ul li .box {
        padding: 0 50px;
    }

    .about-page .about-3 .left {
        width: 100%;
    }

    .about-page .about-3 .right {
        width: 100%;
    }

    .about-page .about-3 .right {
        width: 100%;
        padding: 0;
        margin-top: 60px;
    }


    .about-page .about-3 .img {
        width: 100%;
    }
}

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

    .about-page .about-3 .right ul {
        margin-top: 30px;
    }

    .about-page .about-4 .text p {
        width: 100%;
    }

    .about-page .about-1 .left .text {
        margin-bottom: 30px;
    }

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

    .about-page .about-1 .left ul li {
        padding: 10px;
        width: 50%;
        margin: 0;
    }

    .about-page .about-2 ul {
        margin: 35px -15px 0;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-3 .right ul li h4 {
        font-size: 18px;
    }

    .about-page .about-2 ul li .box {
        height: 300px;
    }

    .about-page .about-2 ul li .box h4 {
        font-size: 20px;
    }

    .about-page .about-2 ul .slick-current li,
    .about-page .about-2 ul .slick-current+.slick-slide+.slick-slide li {
        padding: 0 15px;
    }

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

    .about-page .about-1 .left ul li {
        width: 100%;
    }
}

.about-page .about-5 {
    background-color: #f4f5f9;
}

.about-page .about-5 .list {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 5% 2.5%;
}

.about-page .about-5 .list ul li {
    padding-top: 130px;
    transition: all 0.5s;
}

.about-page .about-5 .list ul li .box {
    transform-origin: bottom;
    transition: all 0.5s;
}

.about-page .about-5 .list ul li.swiper-slide {
    opacity: 0;
}

.about-page .about-5 .list ul li.swiper-slide-prev .box {
    transform: scale(1.2) translateX(-20px);
}

.about-page .about-5 .list ul li.swiper-slide-next {
    z-index: 9;
}

.about-page .about-5 .list ul li.swiper-slide-next .box {
    transform: scale(1.2) translateX(20px);
}

.about-page .about-5 .list ul li.swiper-slide-active {
    z-index: 10;
}

.about-page .about-5 .list ul li.swiper-slide-active .box {
    transform: scale(1.4);
}

.about-page .about-5 .list .zdy-switch>div {
    position: absolute;
    background-color: #ededed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #9a9a9a;
}

.about-page .about-5 .list .zdy-switch .swiper-button-next:after,
.about-page .about-5 .list .zdy-switch .swiper-button-prev:after {
    font-size: 20px;
}

.about-page .about-5 .list .zdy-switch>div:hover {
    background-color: var(--color);
    color: white;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
    /*left: 13%;*/
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-next {
    /*right: 13%;*/
}

@media (max-width: 1450px) {
    .about-page .about-5 .list {
        padding: 0 10% 2.5%;
    }

    .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
        left: 2%;
    }

    .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
        right: 2%;
    }
}

@media (max-width: 1250px) {

    .about-page .about-5 .list {
        padding: 0 0 2.5%;
    }

    .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
        left: -9%;
    }

    .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
        right: -9%;
    }

    .about-page .about-5 .list ul li.swiper-slide-prev .box {
        transform: none;
    }

    .about-page .about-5 .list ul li.swiper-slide-next .box {
        transform: none;
    }

    .about-page .about-5 .list ul li.swiper-slide-active .box {
        transform: scale(1.2);
    }

    .about-page .about-5 .list ul li {
        padding-top: 70px;
    }
}

@media (max-width: 700px) {

    .about-page .about-5 .list {
        background-image: none !important;
    }

    .about-page .about-5 .list .zdy-switch {
        display: none;
    }

    .about-page .about-5 .list ul li.swiper-slide-active .box {
        transform: none;
    }

    .about-page .about-5 .list ul li {
        padding-top: 0;
    }
}

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

.white {
    color: white;
}
.m-auto {
    margin: auto;
}
.img_cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.manufacturing-page .manufacturing-nav ul {
    margin: -15px;
}

.manufacturing-page .manufacturing-nav ul li {
    padding: 15px;
}

.manufacturing-page .manufacturing-nav ul li.active a {
    background-color: var(--color);
    color: white;
}

.manufacturing-page .manufacturing-nav ul li a {
    height: 85px;
    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;
    padding: 0 35px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    background-color: #f7f7f7;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.manufacturing-page .manufacturing-nav ul li.active a i {
    background-color: white;
    color: var(--color);
}

.manufacturing-page .manufacturing-nav ul li a i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: white;
    margin-left: 15px;
}

.manufacturing-page .manufacturing-1 ul {
    margin: 0 -15px;
}

.manufacturing-page .manufacturing-1 ul li {
    padding: 40px 15px;
}

.manufacturing-page .manufacturing-1 ul li .box h4 {
    margin-top: 30px;
    font-size: 20px;
    color: #808080;
    font-weight: 600;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.manufacturing-page .manufacturing-1 ul li .box h4 span {
    position: relative;
    z-index: 2;
}
@media (max-width: 700px) {
  .manufacturing-page .manufacturing-1 ul li {
    padding: 15px;
  }
  .manufacturing-page .manufacturing-1 ul li .box h4{
    font-size: 18px;
  }
}


.knowledge-page .list ul li {
    margin-bottom: 35px;
    background: #f7f7f7;
    border: solid 1px #dcdcdc;
    padding: 20px 15px 0;
    position: relative
}

.knowledge-page .list ul li .box {
    margin: 0 auto
}

.knowledge-page .list ul li .box .con {
    color: black;
    margin-top: 18px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar-thumb {
    background: var(--color)
}

.knowledge-page .list ul li .box .con table {
    width: fit-content !important;
    font-size: 15px
}

.knowledge-page .list ul li .box .con table tr {
    background: #fff
}

.knowledge-page .list ul li .box .con table tr td {
    min-width: 120px;
    padding: 4px
}

.knowledge-page .list ul li .box time {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 1;
    margin-top: 29px
}

.knowledge-page .list ul li .box time em {
    font-size: 30px
}

.knowledge-page .list ul li span.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.knowledge-page .list ul li span i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li:last-child {
    margin-bottom: 0
}

.knowledge-page .list ul li.active .box .con {
    height: 200px;
    overflow-y: auto;
    overflow-x: auto;
    line-height: 1.8
}

.knowledge-page .list ul li.active span.icon {
    background: var(--color)
}

.knowledge-page .list ul li.active span.icon i {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width: 700px) {
    .knowledge-page .list ul li .box {
        padding-right: 45px
    }
}

@media screen and (max-width: 500px) {
    .knowledge-page .list ul li span {
        zoom: .6
    }

    .knowledge-page .list ul li .box {
        padding-right: 20px
    }
}



.news-page .container .cat_name_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.news-page .container .cat_name_list .list {
  margin-right: 70px;
  padding: 4px 10px;
  position: relative;
  font-size: 20px;
  line-height: 36px
}

.news-page .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
  color: #fff
}

.news-page .container .cat_name_list .list:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.news-page .container .cat_name_list .list:hover:before,
.news-page .container .cat_name_list .list.active:before {
  background-color: var(--color)
}

.news-page .container .content {
  margin-top: 70px;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px
}

.news-page .container .content .list {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px
}

.news-page .container .content .list .box {
  height: 100%;
  background: #f7f7f7;
  transition: 0.5s;
}

.news-page .container .content .list .box:hover {
  background: var(--color);
}

.news-page .container .content .list .box a {
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.news-page .container .content .list .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}


.news-page .container .content .list .box .img {
  position: relative;
  z-index: 2;
  height: 310px
}

.news-page .container .content .list .box .cont {
  position: relative;
  padding: 36px 30px;
  background: #f7f7f7;
  transition: 0.5s;
}

.news-page .container .content .list .box:hover .cont {
  background-color: var(--color);
}

.news-page .container .content .list .box:hover .cont,
.news-page .container .content .list .box:hover .cont .title,
.news-page .container .content .list .box:hover .cont .des {
  color: white;
}

.news-page .container .content .list .box .cont .time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2
}

.news-page .container .content .list .box .cont .title {
  font-size: calc(0.5208vw + 14px);
  font-weight: bold;
  line-height: 36px;
  margin-top: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #151515;


}

.news-page .container .content .list .box .cont .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #151515;
}

.news-page .container .content .list:hover .box .cont .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

@media (max-width: 1250px) {
  .news-page .container .content {
    margin: 0 -15px;
    padding-top: 0
  }

  .news-page .container .content .list {
    padding: 0 15px
  }

  .news-page .container .cat_name_list {
    display: none
  }
}

@media (max-width: 1000px) {
  .news-page .container .content .list {
    text-align: center;
    width: 50%
  }

  .news-page .container .content .list .box .img {
    height: 200px
  }
}
@media (max-width: 700px) {
  .news-page .container .content .list .box .cont{
    padding: 20px;
  }
}
@media (max-width: 500px) {

  .news-page .container .content .list {
    width: 100%
  }

  .news-page .container .content .list .box .cont {
    padding: 16px
  }

  .news-page .container .content .list .box .img {
    height: 60vw
  }
}



.newdet-page .container .title {
  font-size: 30px;
  line-height: 1.6;
  text-transform: capitalize;
  color: #151515;
  font-weight: 600;
}

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

.newdet-page .container .content {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  font-family: Poppins !important;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

@media (max-width: 500px) {
  .newdet-page .container .title {
    font-size: 20px;
    line-height: 36px
  }

  .m-link a {
    font-size: 15px;
    line-height: 32px
  }
}


.case-page .case-nav ul {
  margin: 0 -10px;
}

.case-page .case-nav ul li {
  padding: 0 10px;
  margin: 5px 0;
}

.case-page .case-nav ul li a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 20px 0 35px;
  height: 90px;
  position: relative;
}

.case-page .case-nav ul li.active a.btn {
  background-color: var(--color);
}

.case-page .case-nav ul li.active a.btn i {
  background-color: white;
  color: var(--color);
}

.case-page .case-nav ul li a.btn i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  margin-left: 15px;
}

.case-page .case-nav ul li a.btn span {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.case-page .init-1 .content ul li {
  padding: 60px 55px;
  background-color: #f7f7f7;
  margin-bottom: 80px;
}

.case-page .init-1 .content ul li ol li {
  padding: 0;
  margin: 0;
}

.case-page .init-1 .content ul li ol .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.case-page .init-1 .content ul li ol .slick-dots li {
  margin: 0 10px;
}

.case-page .init-1 .content ul li ol .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  color: transparent;
  overflow: hidden;
  border: none;
}

.case-page .init-1 .content ul li ol .slick-dots li.slick-active button {
  background-color: var(--color);
}

.case-page .init-1 .content ul li .con {
  max-height: 330px;
  overflow-y: auto;
  padding-right: 30px;
}

.case-page .init-1 .content ul li .con table {
  margin-bottom: 0;
  word-break: normal;
  border: none;
}

.case-page .init-1 .content ul li .con table tr td {
  padding: 8px 30px;
}

.case-page .init-1 .content ul li .con table tbody {
  min-width: unset;
}

@media (max-width: 1000px) {
  .case-page .init-1 .content ul li .img_box {
    width: 100%;
  }

  .case-page .init-1 .content ul li .text {
    width: 100%;
    margin-top: 45px;
    padding: 0;
  }
  .case-page .case-nav ul li a.btn{
    zoom: 0.8;
  }
}

@media (max-width: 500px) {
  .case-page .init-1 .content ul li {
    padding: 35px 20px;
  }
}




.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0
}

.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8
}

.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: black;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #000
}

.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
  color: var(--color);
}

.contact-page .contact-1 .left form ul li .box:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}


.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #fff
}

.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px
}

.contact-page .contact-1 .left form ul li:hover .box:before {
  width: 100%
}

.contact-page .contact-1 .left form ul li.active .box:before {
  width: 100%
}

.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important
}

.contact-page .contact-1 .left form ul li .btn-go input{
  border: 0;
  background-color: transparent;
}

.contact-page .contact-1 .right {
  padding-left: 7.65%
}

.contact-page .contact-1 .right .title {
  line-height: 1.2
}

.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 7px
}

.contact-page .contact-1 .right .list {
  margin-top: 22px
}

.contact-page .contact-1 .right .list ul li {
  color: white;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px
}

.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px
}

.contact-page .contact-1 .right .list ul li:nth-child(1) i {
  font-size: 29px
}

.contact-page .contact-1 .right .list ul li:nth-child(2) i {
  font-size: 20px
}

.contact-page .contact-1 .right .list ul li:nth-child(3) i {
  font-size: 24px
}

.contact-page .contact-1 .right .tit-semi {
  color: #151515;
}

.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  padding-left: 10px;
  color: #666;
}


.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0
}

.contact-page .contact-2 {
  padding-top: 120px
}

.contact-page .contact-2 #mapContainer {
  height: 520px
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: rgba(0, 0, 0, .4)
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, .4)
}

@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%
  }
}

@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px
  }

  .contact-page .contact-1 .left {
    width: 100%
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0
  }

  .contact-page .contact-2 {
    padding-top: 60px
  }

  .contact-page .contact-2 #mapContainer {
    height: 360px
  }
}

@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li p {
    display: block
  }

  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px
  }

  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px
  }

  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px
  }

  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px
  }

  .contact-page .contact-1 .right .list ul li {
    font-size: 16px
  }

  .contact-page .contact-2 #mapContainer {
    height: 260px
  }
}

.technical-page .technical-2 {
    background-color: #f7f7f7;
}

.technical-page .technical-2 ul {
    margin: 85px -15px 0;
}

.technical-page .technical-2 ul li {
    padding: 40px 15px 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.technical-page .technical-2 ul li:hover {
    padding: 0 15px;
}

.technical-page .technical-2 ul li .box {
    background-color: #26418f;
    height: 470px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

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

.technical-page .technical-2 ul li .box:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.technical-page .technical-2 ul li .box:hover h3 {
    opacity: 1;
}

.technical-page .technical-2 ul li .box:hover .text .con {
    height: 90px;
    opacity: 1;
}

.technical-page .technical-2 ul li .box .icon img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.technical-page .technical-2 ul li .box h3 {
    color: rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.technical-page .technical-2 ul li .box .text .num {
    color: rgba(255, 255, 255, 0.2);
}

.technical-page .technical-2 ul li .box .text .con {
    max-height: 90px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-right: 10px;
    color: #fff;
}

@media screen and (max-width: 1250px) {
    .technical-page .technical-2 ul li .box {
        height: 360px;
    }
}

@media screen and (max-width: 700px) {
    .technical-page .technical-2 ul {
        margin: 35px -15px 0;
    }
      .technical-page .technical-1 .text {
    width: 100%;
  }  .technical-page .technical-1 .img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
    .technical-page .technical-2 ul li .box {
        height: 300px;
    }

    .technical-page .technical-2 ul li .box h4 {
        font-size: 20px;
    }

    .technical-page .technical-2 ul li {
        padding: 0 15px;
    }
}


.design-page .design-2 .img {
  height: -webkit-fill-available;
}

.design-page .design-2 .text ul li {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.design-page .design-2 .text ul li:last-child {
  margin-bottom: 0;
}

.design-page .design-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}

.design-page .design-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}
@media screen and (max-width: 1000px) {
  .design-page .customized-2 .text ul li p {
    font-size: 16px;
  }
  .design-page .design-2 .text ul li p{
    font-size: 18px;
  }
}


.quality-page .quality-1::before {
    content: "";
    display: block;
    width: 100%;
    height: 55%;
    /*background-color: #f7f7f7;*/
    position: absolute;
    left: 0;
    bottom: 0;
}

.quality-page .quality-1 .quality-tit a {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
    position: relative;
}

.quality-page .quality-1 .quality-tit a.active::before {
    opacity: 1;
}

.quality-page .quality-1 .quality-tit a::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    opacity: 0;
    transition: 0.5s;
}

.quality-page .quality-1 .quality-tit {
    border-bottom: 1px solid rgba(219, 219, 219);
}

.quality-page .quality-3 {
    background-color: #f7f7f7;
}

@media screen and (max-width: 1250px) {
    .quality-page .quality-3 .text {
        padding-right: 30px;
    }

    .quality-page .quality-1 .quality-tit a {
        font-size: 18px;
    }
}

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

    .quality-page .quality-1 .quality-tit a {
        width: 30%;
    }
}

@media screen and (max-width: 700px) {
    .quality-page .quality-3 .container {
        flex-direction: column-reverse;
    }

    .quality-page .quality-3 .text {
        padding-right: 0;
        width: 100%;
        margin-top: 45px;
    }

    .quality-page .quality-3 .img {
        width: 100%;
    }

    .quality-page .quality-1 .quality-tit a {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
}