@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.eot");
  src: url("../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.eot");
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  --color: #171c60;  
  --color1: #171c60;
  margin: 0 auto;
  color: #333;
}
.container {
  width: 1550px;
}
.bigtt-zt {
  font-family: "Inter";
  font-weight: bold;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}
#header .nav {
  position: relative;
  height: 90px;
}
#header .nav .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .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 .menu-box .menu-menu-container ul.menu > li {
  margin: 0 32px;
  font-size: 18px;
  height: 100%;
  color: #333;
  -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 .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
}
#header .nav .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .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 .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 .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .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 .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 .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 .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .right {
  display: flex;
  align-items: center;
}
#header .nav .right .h-search {
  cursor: pointer;
}
#header .nav .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .right .h-search:hover img {
  filter: none;
}
#header .nav .right .line {
  width: 1px;
  height: 19px;
  background-color: rgba(51, 51, 51, 0.3);
}
#header .nav .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .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 .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .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 .right .h-language:hover img {
  filter: none;
}
#header .nav .right .h-inquire {
  min-width: 132px;
  height: 46px;
}
#banner {
  margin-top: 90px;overflow: hidden;
}
#banner .banner-content {
  height: calc(100vh - 90px);
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  margin-top: -2%;
  z-index: 9;
}
#banner .banner-content .swiper-slide .txt-content .left .btns .btn-go {
  min-width: 280px;
  height: 76px;
  border-radius: 38px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
#banner .banner-content .swiper-slide .txt-content .left .btns .btn-go:hover {
  background-color: var(--color);
  color: #fff;
}

#banner .banner-content .swiper-slide .hero-section {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .banner-content .swiper-slide .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: radial-gradient(circle, rgba(18, 45, 184, 0.9) 0%, rgba(18, 45, 184, 0.4) 40%, rgba(18, 45, 184, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#banner .banner-content .swiper-slide .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}


#banner .banner-content .textbox {
  width: 100%;
  position: absolute;
  bottom: 48px;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#banner .banner-content .textbox ul {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: solid 1px #ffffff;
  width: 45%;
  margin-left: auto;
  padding: 22px 55px;
  pointer-events: all;
}
#banner .banner-content .textbox ul .line {
  width: 1px;
  height: 42px;
  background-color: #fff;
}
#banner .banner-content .zdy-switch {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#banner .banner-content .zdy-switch .swiper-button {
  position: static;
  margin-top: 0;
  margin: 10px 0;
}



.btn-go {
  width: auto;
  min-width: 160px;
  padding: 0 22px;
  height: 56px;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 16px;
  color: #fff;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.zdy-switch .swiper-button {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
}
.zdy-switch .swiper-button:hover {
  background-color: var(--color);
  color: #fff;
}
.zdy-switch .swiper-button::after {
  display: none;
}
#index-body .init-about {
  overflow: hidden;
}
#index-body .init-about .left .imgbox .datashow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: right;
}
#index-body .init-about .left .imgbox .datashow h4 {
  font-size: calc(9.427vw + 14px);
  font-weight: bold;
  line-height: 1;
}
#index-body .init-about .left .imgbox .datashow .txt {
  color: #666666;
}
#index-body .init-about .right .desc {
  max-height: 240px;
  overflow-y: auto;
}
#index-body .init-about .right .imgbox {
  display: inline-block;
}
#index-body .init-about .right .imgbox .textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-about .right .imgbox .txt {
  padding: 40px 30px;
  background-color: rgba(23, 28, 96, 0.5);
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s;
}
#index-body .init-about .right .imgbox .txt:hover {
  opacity: 1;
}
#index-body .init-about .right .imgbox .txt01 {
  width: 53%;
  
}
#index-body .init-about .right .imgbox .jxk {
  width: 3%;
  background-color: #fff;
}
#index-body .init-about .right .imgbox .txt02 {
  width: 44%;
}
#index-body .init-about .textAniC .text .c {
  line-height: 0.9;
  white-space: nowrap;
  width: 4000px;
  animation: transAni2 47s linear infinite;
}
#index-body .init-product {
  background-color: #f3f6fb;
}
#index-body .init-product .mk-content .mk-bottom ul li .box {
  padding: 40px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#index-body .init-product .mk-content .mk-bottom ul li .box .title {
  width: 28%;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .title .tt {
  display: inline;
  color: #666666;
  transition: all 0.5s;
  margin-left: 5%;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .title .tt span {
  transition: all 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .imgbox {
  width: 20%;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-product .mk-content .mk-bottom ul li .box .txtbox {
  width: 36%;
  color: #666666;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color);
  font-weight: bold;
  transition: all 0.5s;
  margin-left: 10%;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn i {
  transform: rotate(-15deg);
  transition: all 0.5s;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn:hover i {
  transform: rotate(45deg);
}
#index-body .init-product .mk-content .mk-bottom ul li .box:hover .title .tt {
  color: #333;
}
#index-body .init-product .mk-content .mk-bottom ul li .box:hover .title .tt span {
  background-size: 100% 3px;
}
#index-body .init-product .mk-content .mk-bottom ul li .box:hover .imgbox {
  opacity: 1;
}
#index-body .init-strength{
    position: relative;
    overflow: hidden;
}
#index-body .init-strength .mk-content .mk-bottom ul li {
  width: 25%;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box {
  position: relative;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .op {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .op span em {
  opacity: 0;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .op::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .op::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .num {
  position: relative;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .des {
  color: #d0d0d0;
  max-width: 80%;
  max-height: 84px;
  overflow-y: auto;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .mk-btn{
    width: 56px;
	height: 56px;
    border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.5s;
    opacity: 0;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .mk-btn:hover{
    background-color: var(--color);
    border-color: #fff;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box:hover .mk-btn{
    opacity: 1;
}

#index-body .init-strength .mk-content .mk-bottom ul li.item1 .op::before {
  opacity: 0;
}
#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op {
  gap: 0;
}
#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op span,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op span {
  width: 0;
  position: relative;
}
#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op span::after,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op span::after {
  content: "";
  display: block;
  width: 1px;
  height: 146px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init-strength .mk-content .mk-bottom ul li.item2 .num,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .num {
  margin-top: 198px;
  position: relative;
}
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op::after {
  opacity: 0;
}

#index-body .init-strength .hero-section {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  overflow: hidden;
}
#index-body .init-strength .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: radial-gradient(circle, rgba(18, 45, 184, 0.9) 0%, rgba(18, 45, 184, 0.4) 40%, rgba(18, 45, 184, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#index-body .init-strength .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}


#index-body .init-service {
  background-color: #f3f6fb;overflow: hidden;
}

#index-body .init-service .mk-bottom ul li .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 68px 38px;
  transition: all 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#index-body .init-service .mk-bottom ul li .box .hero-section {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
#index-body .init-service .mk-bottom ul li .box .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: radial-gradient(circle, rgba(18, 45, 184, 0.9) 0%, rgba(18, 45, 184, 0.4) 40%, rgba(18, 45, 184, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#index-body .init-service .mk-bottom ul li .box .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}



#index-body .init-service .mk-bottom ul li .box i {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-service .mk-bottom ul li .box i img {
  transition: all 0.5s;
}
#index-body .init-service .mk-bottom ul li .box .tt {
  height: 3em;
  transition: all 0.5s;
}
#index-body .init-service .mk-bottom ul li .box .desc {
  height: 140px;
  overflow-y: auto;
  transition: all 0.5s;
}
#index-body .init-service .mk-bottom ul li:hover .box {
  background-color: var(--color);
}
#index-body .init-service .mk-bottom ul li:hover .box .hero-section {
  opacity: 1;
}
#index-body .init-service .mk-bottom ul li:hover .box i img {
  filter: brightness(0) invert(1);
}
#index-body .init-service .mk-bottom ul li:hover .box .tt {
  color: #fff;
}
#index-body .init-service .mk-bottom ul li:hover .box .desc {
  color: #dddddd;
}
#index-body .init-service .mk-partner ul li .box {
  display: flex;
  justify-content: center;
}
#index-body .init-service .mk-partner ul li .box img {
  filter: grayscale(1) brightness(1);
  transition: all 0.5s;
}
#index-body .init-service .mk-partner ul li .box:hover img {
  filter: grayscale(0) brightness(1);
}
#index-body .init-application .mk-content .left {
  position: sticky;
  top: 110px;
}
#index-body .init-application .mk-content .right ul li .box .mk-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
}
#index-body .init-application .mk-content .right ul li .box .mk-btn i {
  transform: rotate(15deg);
  transition: all 0.5s;
}
#index-body .init-application .mk-content .right ul li .box .mk-btn:hover {
  border: 1px solid var(--color);
  background-color: #fff;
  color: var(--color);
}
#index-body .init-application .mk-content .right ul li .box .mk-btn:hover i {
  transform: rotate(45deg);
}
#index-body .init-application .mk-content .right ul li:nth-child(1) {
  margin-top: 0;
}
#index-body .init-news {
  background-color: #f3f6fb;
}
#index-body .init-news .mk-bottom ul li .box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 42px 32px;
}
#index-body .init-news .mk-bottom ul li .box .info {
  border-bottom: solid 1px #dddddd;
}
#index-body .init-news .mk-bottom ul li .box .info .cat {
  height: 30px;
  border-radius: 15px;
  background-color: #171c60;
  color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
}
#index-body .init-news .mk-bottom ul li .box .desc {
  /*height: 112px;
  overflow-y: auto;*/
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#footer {
  background-color: #070304;
}
#footer .footer-top {
  color: #ffffff;
  overflow: hidden;
  position: relative;
}


#footer .footer-top .hero-section {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  overflow: hidden;
}
#footer .footer-top .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: radial-gradient(circle, rgba(18, 45, 184, 0.9) 0%, rgba(18, 45, 184, 0.4) 40%, rgba(18, 45, 184, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#footer .footer-top .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}


#footer .footer-top .form {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 16px 28px;
}
#footer .footer-top .form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 100px;
  position: relative;
}
#footer .footer-top .form form input {
  background-color: transparent;
  border: 0;
  border-bottom: 0;
  width: calc(26% - 7px);
  height: 42px;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
}
#footer .footer-top .form form input[name="content"] {
  width: 48%;
}
#footer .footer-top .form form input::placeholder {
  color: #fff;
  font-size: 18px;
}
#footer .footer-top .form form .send {
  min-width: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-top .form form .line {
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: skewX(-15deg);
  margin-right: 5px;
}
#footer .footer-top .mk-bottom {
  color: rgba(255, 255, 255, 0.1);
}
#footer .footer-logo .share {
  margin: 20px 0;
}
#footer .footer-logo .share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  transition: all 0.5s;
}
#footer .footer-logo .share li a:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .line {
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 260px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list li {
  transition: all 0.5s;
  font-size: 16px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 390px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick {
  width: 170px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick ul {
  max-width: 50%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li{
  position: relative;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li em{
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a{
  transition: all 0.5s;
  display: inline-block;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover em{
  opacity: 1;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a{
  transform: translateX(10px);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 102px;
  height: 102px;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 10px;
}
#footer .footer-center .footer-b {
  padding-right: 160px;
}
#footer .footer-center .footer-b .con {
  color: #bbbbbb;
  padding: 22px 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: 32px;
  transition: all 0.5s;
  fill: #bbbbbb;
}
#footer .footer-center .footer-b .go_top {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
#footer .footer-center .footer-b .go_top:hover {
  background-color: #fff;
  color: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .menu-box .menu-menu-container ul.menu > li {
    margin: 0 26px;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .zdy-switch {
    zoom: 0.8;
  }
  #header .nav .menu-box .menu-menu-container ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  #banner .banner-content .textbox ul {
    padding: 15px 30px;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 55vw;
  }
  #banner .banner-content .swiper-slide .txt-content .left .btns .btn-go {
    zoom: 0.8;
  }
  .font-80 {
    font-size: 50px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 266px;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn {
    margin-left: 1%;
  }
  #index-body .init-strength .mk-content .mk-bottom ul {
    margin: -15px;
  }
  #index-body .init-strength .mk-content .mk-bottom ul li {
    width: 50%;
    padding: 15px;
  }
  #index-body .init-strength .mk-content .mk-bottom ul li .box .op {
    display: none;
  }
  #index-body .init-strength .mk-content .mk-bottom ul li .num {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 560px;
  }
  #banner .banner-content .swiper-slide .txt-content {
    margin-top: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  #banner .banner-content .swiper-slide .txt-content .left {
    align-items: center;
  }
  #banner .banner-content .swiper-slide .txt-content .left .text2 {
    display: none;
  }
  #banner .banner-content .swiper-slide .txt-content .right {
    text-align: center;
    margin-top: 5%;
  }
  #banner .banner-content .swiper-slide .txt-content .right img {
    max-width: 48%;
  }
  #banner .banner-content .textbox {
    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;
  }
  .font-80 {
    font-size: 38px;
  }
  #footer .footer-top .form form input {
    font-size: 16px;
  }
  #footer .footer-top .form form input::placeholder {
    font-size: 14px;
  }
  #footer .footer-center .footer-b {
    padding-right: 0;
  }
  #footer .footer-center .footer-b .go_top {
    display: none;
  }
  #footer .footer-center .footer-b .con {
    justify-content: center;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 73%;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .title {
    width: 100%;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .imgbox {
    width: 100%;
    margin-top: 30px;
    opacity: 1;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .imgbox img {
    position: static;
    transform: none;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .txtbox {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #index-body .init-service .mk-bottom ul li .box {
    padding: 40px 20px;
  }
  #index-body .init-application .mk-content .left {
    position: static;
  }
  .mk-btn {
    zoom: 0.8;
  }
  #index-body .init-news .mk-bottom ul li .box {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .zdy-switch {
    zoom: 0.6;
  }
  .phone_hide {
    display: none;
  }
  .font-80 {
    font-size: 30px;
  }
  #banner .banner-content .zdy-switch {
    display: none;
  }
  #banner .banner-content .swiper-slide .txt-content .left .btns .btn-go {
    zoom: 0.6;
  }
  #footer .footer-top .form {
    padding: 15px;
  }
  #footer .footer-top .form form {
    padding-right: 0;
  }
  #footer .footer-top .form form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.21);
    margin-top: 15px;
  }
  #footer .footer-top .form form .line {
    display: none;
  }
  #footer .footer-top .form form .send {
    position: static;
    transform: none;
    margin-top: 15px;
  }
  #footer .footer-top .form form input[name="content"] {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    margin-top: 30px;
  }
  #footer .footer-logo .share {
    zoom: 0.8;
  }
  #footer .footer-logo > img {
    zoom: 0.8;
  }
  #index-body .init-strength .mk-content .mk-bottom ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content {
    height: 440px;
  }
  .font-80 {
    font-size: 24px;
  }
}

/*-----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);
}
.page-header01{
  background: linear-gradient(90deg, #777ee7, #07121a);
}
.mobile-menu-wrap01 .mobile-menu{
  background: linear-gradient(180deg, #777ee7, #071024);
}

.inner-banner {
  margin-top: 90px;
  padding-top: 148px;
  padding-bottom: 142px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  overflow: hidden;
}
.inner-banner .con .circle {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: -45px;
  left: -26px;
  animation: zumpBottom 1s infinite alternate;
  z-index: -1;
}
.inner-banner .con .circle-text {
  position: absolute;
  top: 50%;
  right: 107px;
  transform: translateY(-50%);
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 22;
}
.inner-banner .con .circle-text .curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.inner-banner .con .circle-text .curved-circle .item {
  width: 100%;
}
.inner-banner .con .circle-text .curved-circle .item span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
}
.inner-banner .shape-one {
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
.inner-banner .shape-one path:nth-child(1) {
  fill: var(--color);
}
.inner-banner .shape-one path:nth-child(2) {
  fill: var(--color);
}
@keyframes zumpBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes zumpX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-13px);
  }
}


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


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

.inner-page .i-title {
  line-height: 1.25;
}
.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 25px;
  font-weight: 500;
  padding-left: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color1);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 22px 44px 25px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 44px;
  padding: 0 31px 0 21px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(0deg, #2849c5 0%, #171c60 100%);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  right: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color1);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}
.inner-page .sidebox .sideleft .contact button {
  height: 40px;
  padding: 0 22px 0 23px;
  margin-top: 8px;
}
.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-left: 42px;
}
.inner-page .m-page {
  margin-top: 30px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0a1119;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid rgba(10, 17, 25, 0.15);
  border-radius: 50%;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

.product-page .sideright .top {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}

.product-page .sideright .top .con {
  max-height: 300px;
  overflow-y: auto;
}

.product-page .sideright .bottom {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product-page .sideright .bottom ul{
  margin: -20px -15px;
}
.product-page .sideright .bottom ul li {
  padding: 20px 15px;
}

.product-page .sideright .bottom ul li .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.product-page .sideright .bottom ul li .img .more {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sideright .bottom ul li .img:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1450px) {
  .inner-page .sidebox .sideleft .tit {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .flex-4 > *{
    width: 33.3%;
  }

}
@media (max-width: 1000px) {
  .product-page .sideright .top {
    padding: 20px;
  }

  .product-page .sideright .bottom {
    padding: 20px;
  }
}
@media (max-width: 700px){
  .flex-4 > *,.flex-3 > * {
    width: 50%;
  }
}
@media (max-width: 500px) {
    .flex-4 > *, .flex-3 > * {
        width: 100%;
    }
}
/*==============================================
    product-page
*/
.seoPublic>div {
    padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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;
    }
}

/*
    prodet-page
==============================================*/
.prodet-page .prodet-1 .left {
    /*width: 100%;*/
    overflow: hidden;
}

.prodet-page .prodet-1 .left .smallImg {
    /*width: 100%;
    float: left;*/
}

/*.prodet-page .prodet-1 .left .smallImg ul {
    margin: -10px;
}

.prodet-page .prodet-1 .left .smallImg ul li {
    padding: 10px;
}*/

.prodet-page .prodet-1 .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
    width: 100%;
}
.prodet-page .prodet-1 .left .smallImg ul li video{
    width: 100%;
    object-fit: cover;
}

.prodet-page .prodet-1 .left .bigImg {
    /*width: 79%;
    padding-left: 4%;*/
    display: inline-block;
}

.prodet-page .prodet-1 .left .bigImg img {
    border: 1px solid #dcdcdc;
    width: 90%;
}

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

.prodet-page .prodet-1 .left .bigImg ul li a {
    height: 100%;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
    background: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
    background: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
    background: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
    color: transparent;
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev::after {
    background-image: url("../images/banner-btn-l.png");
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next::after {
    background-image: url("../images/banner-btn-r.png");
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow:hover {
    background: var(--color1);
}

.prodet-page .prodet-1 .right {
    /*width: 46%;*/
}

.prodet-page .prodet-1 .right .sub_img {
    width: 36px;
    margin-bottom: 15px;
}

.prodet-page .prodet-1 .right .text_2 {
    line-height: 1.4;
    color: #4a4a4a;
    /*text-transform: uppercase;*/
}

.prodet-page .prodet-1 .right .list .content {
    font-size: 16px;
    line-height: 2;
    max-height: 354px;
    overflow: auto;
    padding-right: 10px;
    color: #666;
}

.prodet-page .prodet-1 .right .more {
    height: 50px;
}

.prodet-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}

.prodet-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-2 .options ul li::after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color1);
}

.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
    color: var(--color1);
}

.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
    width: 100%;
}

.prodet-page .prodet-2 .ret {
    margin-top: 50px;
}

.prodet-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 1.6;
}

.prodet-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.prodet-page .prodet-2 .ret .content dl dd .h4 {
    font-size: calc(0.834vw + 14px);
    line-break: 1.5;
    font-weight: bold;
}

.prodet-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: calc(0.20833vw + 14px);
    line-height: 1.6;
}

.prodet-page .prodet-2 .ret .content form input{
    width: 100%;
    background-color: transparent;
    border: 1px solid #ccc;
    height: 48px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 20px;
}
.prodet-page .prodet-2 .ret .content form textarea{
    width: 100%;
    background-color: transparent;
    border: 1px solid #ccc;
    height: 140px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 20px;
}


@media (max-width: 1450px) {
    .prodet-page .prodet-2 .options ul li {
        font-size: 20px;
    }
}

@media (max-width: 1250px) {
    .prodet-page .prodet-1 .left .bigImg {
        padding-left: 2.5%;
    }
}

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

    .prodet-page .prodet-1 .left .smallImg {
        display: none;
    }

    .prodet-page .prodet-1 .left .bigImg {
        width: 100%;
        padding-left: 0;
    }

    .prodet-page .prodet-1 .right {
        width: 100%;
        margin-top: 30px;
    }

    .prodet-page .prodet-2 .options {
        display: none;
    }

    .prodet-page .prodet-2 .options ul li {
        margin-right: 25px;
    }

    .prodet-page .prodet-2 .ret .slide {
        display: block!important;
        margin-top: 30px;
    }

    .prodet-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .prodet-page .prodet-1 .left .bigImg .slick-arrow{
      zoom: 0.8;
    }
}

@media (max-width: 500px) {
    .prodet-page .prodet-1 .right .text_2 {
        line-height: 1.6;
    }

    .prodet-page .prodet-1 .right .cont_list {
        margin-top: 20px;
    }

    .prodet-page .prodet-2 .ret {
        margin-top: 0;
    }

    .prodet-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}
/*==============================================
    prodet-page
*/

/*
    key-page
==============================================*/
.key-page .key-1 .text {
    width: 46.868%;
}

.key-page .key-1 .text .i-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 25px;
}

.key-page .key-1 .text .con {
    line-height: 1.67;
}

.key-page .key-1 .img {
    width: 53.132%;
}
.key-page .key-1 .img .inner{
  margin-right: calc((1520px - 100vw) / 2);
  border-radius: 0px 10px 10px 10px;
}

.key-page .key-1 .img .inner>img {
    width: 100%;
    
}

.key-page .key-1 .img .logo {
    bottom: 0;
    left: 0;
    background: var(--color1);
    border-radius: 10px;
}

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

.key-page .key-2 {
    padding: 6.25% 0 6.09375%;
}

.key-page .key-2 .box {
    position: relative;
    z-index: 1;
}

.key-page .key-2 .box .top .img {
    width: 48.3721%;
}

.key-page .key-2 .box .top .text {
    width: 51.6279%;
    background-image: -webkit-linear-gradient(210deg, #2849c5 0%, #172564 100%);
    background-image: -moz-linear-gradient(210deg, #2849c5 0%, #172564 100%);
    background-image: linear-gradient(240deg, #171c60 0%, #181a74 100%);
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.key-page .key-2 .box .top .text .title {
    line-height: 1.25;
}

.key-page .key-2 .box .top .text ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
    margin-bottom: 19px;
}

.key-page .key-2 .box .top .text ul li .tit {
    font-size: calc(0.3125vw + 14px);
    line-height: 1.5;
    font-weight: 500;
}

.key-page .key-2 .box .top .text ul li .con {
    font-size: 15px;
    line-height: 1.67;
    margin-top: 3px;
}

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

.key-page .key-2 .box .bottom {
    background-color: #f7f7f7;
}

.key-page .key-2 .box .bottom ul li {
    width: 29%;
    position: relative;
}

.key-page .key-2 .box .bottom ul li i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color1);
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
}

.key-page .key-2 .box .bottom ul li span {
    font-size: 15px;
    line-height: 1.67;
    margin-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.key-page .key-2 .box .bottom ul li::after {
    content: '';
    width: 1px;
    height: 69px;
    background: #333;
    opacity: 0.15;
    position: absolute;
    top: -12px;
    right: -20px;
}

.key-page .key-2 .box .bottom ul li:last-child::after {
    display: none;
}

.key-page .key-2 .box:nth-child(even) .top {
    -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;
}

.key-page .key-2 .box:last-child {
    margin-bottom: 0;
}

@media (max-width: 1700px) {
    .key-page .key-1 .img .inner{
      margin-right: calc((1370px - 100vw) / 2);
    }
}

@media (max-width: 1450px) {
    .key-page .key-1 {
        max-width: 1230px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .key-page .key-1 .img .inner{
      margin-right: calc((1170px - 100vw) / 2);
    }
}

@media (max-width: 1250px) {
    .key-page .key-1 .img .inner{
      margin-right: calc((940px - 100vw) / 2);
    }
}

@media (max-width: 1000px) {
    .key-page .key-1 .img .inner{
      margin-right: 0;
    }

    .key-page .key-1 .img {
        width: 100%;
    }

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

    .key-page .key-2 .box .top .img {
        width: 100%;
    }

    .key-page .key-2 .box .top .text {
        width: 100%;
    }

    .key-page .key-2 .box .bottom {
        padding: 30px 15px;
    }

    .key-page .key-2 .box .bottom ul li {
        width: 100%;
        margin-bottom: 12px;
    }

    .key-page .key-2 .box .bottom ul li::after {
        display: none;
    }

    .key-page .key-2 .box .bottom ul li:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
  .key-page .key-1 .img .logo{
    zoom: 0.8;
  }
}
/*==============================================
    key-page
*/

/*
    about-page
==============================================*/
.about-page .about-1 ul li {
    padding: 0 15px;
    border-radius: 35px;
    height: 35px;
    border: 1px solid var(--color);
    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;
    margin-right: 20px;
    margin-bottom: 20px;
}

.about-page .about-1 ul li span {
    font-size: 16px;
    margin-left: 15px;
}

.about-page .about-1 .bottom {
    height: 780px;
}

.about-page .about-1 .bottom .img1 {
    width: 22.5%;
    height: 100%;
}

.about-page .about-1 .bottom .img1 img {
    height: calc((100% - 20px)/2);
}

.about-page .about-1 .bottom .img2 {
    width: 77.5%;
    position: relative;
    height: 100%;
}

.about-page .about-1 .bottom .img2 .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-page .about-history {
    padding: 50px 0;
}

.about-page .about-history .content .left {
    width: 46.3%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about-page .about-history .content .right {
    width: 53.7%;
    overflow: hidden;
}

.about-page .about-history .content .right ul li .title {
    width: 100%;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.about-page .about-history .content .right ul li.active .text {
    padding: 30px 0 95px;
    max-height: 1600px;
}

.about-page .about-history .content .right ul li .text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

.about-page .about-history .content .right ul li .text .list {
    padding-bottom: 15px;
    padding-left: 60px;
    position: relative;
}

.about-page .about-history .content .right ul li .text .list::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color);
    position: absolute;
    top: 6px;
    left: 0;
}

.about-page .about-history .content .right ul li .text .list::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--color);
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0.6;
}

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

.about-page .about-history .content .right ul li .text .list:last-child::after {
    height: 36px;
}

.about-page .about-2 .top .right span::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.about-page .about-2 .center ul {
    margin-right: -22%;
}

.about-page .about-2 .center ul li .box .title {
    height: 38px;
}

.about-page .about-2 .center ul li .box {
    border-radius: 25px;
    background-color: #f5f5f5;
    padding: 60px 40px;

}

.about-page .about-2 .center ul li .box .text {
    height: 115px;
    overflow-y: auto;
}

.about-page .about-2 .img .imgbox{
    margin-right: calc((1520px - 100vw) / 2);
}
.about-page .about-2 .img .imgbox img{
    width: 100%;
}

.about-page .about-honor {
    padding: 135px 0;
    overflow: hidden;
}

.about-page .about-honor .bg {
    bottom: 0;
    left: 0;
}

.about-page .about-honor .list.list-r {
    margin-left: auto;
    padding-bottom: 13%;
    max-width: 780px;
}

.about-page .about-honor .list.list-l {
    position: absolute;
    left: 50px;
    top: 20%;
    max-width: 900px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.about-page .about-honor .list.list-l img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-10deg);
    -moz-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
    -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 100%);
    box-reflect: below 10px linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 100%);
}

.about-page .about-honor .list.list-l .btn::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: auto;
}

.about-page .about-honor .list .btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid var(--color);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 15px;
}

.about-page .about-3 {
    padding: 130px 35px 0;
}

.about-page .about-3 ul li .img {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 1700px) {
    .about-page .about-history .content .right ul li.active .text {
        padding: 30px 0;
    }

    .about-page .about-history .content .left img {
        height: auto;
    }
    .about-page .about-2 .img .imgbox{
        margin-right: calc((1370px - 100vw) / 2);
    }
}

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

    .about-page .about-honor .list.list-r,
    .about-page .about-honor .list.list-l {
        max-width: 50%;
    }

    .client-cooperation-page .cooperation-2,
    .client-cooperation-page .cooperation-4 {
        padding: 125px 0;
    }

    .about-page .about-history .content .right {
        padding-left: 60px;
    }

    .about-page .about-history .content .right ul li .text .list {
        padding-left: 30px;
    }

    .about-page .about-1 .inner-title {
        width: 100%;
    }

    .about-page .about-1 .text,
    .about-page .about-1 ul {
        padding: 0;
    }
    .about-page .about-2 .img .imgbox{
        margin-right: calc((1170px - 100vw) / 2);
    }
}

@media screen and (max-width: 1250px) {
    .about-page .about-history .content .right {
        max-height: 1600px;
    }

    .about-page .about-history .content .right ul li .text .list {
        padding-bottom: 15px;
    }

    .about-page .about-2 .center ul {
        margin-right: -20px;
    }
    .about-page .about-2 .img .imgbox{
        margin-right: calc((940px - 100vw) / 2);
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .bottom {
        height: 380px;
    }

    .about-page .about-honor .list img {
        max-width: 70%;
    }

    .about-page .about-2 .top .right {
        width: 100%;
        margin-top: 60px;
    }
.about-page .about-2 .img .imgbox {
    margin-right: 0;
}
    .about-page .about-history .content .right {
        max-height: unset;
        height: auto;
        width: 100%;
        padding-left: 0;
        margin-top: 60px;
    }

    .about-page .about-history .content .left {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -moz-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }

    .about-page .about-history {
        padding: 80px 0;
    }

    .about-page .about-1 .bottom .img3 .play img {
        max-width: 55px;
    }

    .about-page .about-honor {
        padding: 85px 0;
    }

    .about-page .about-2 .img {
        width: 100%;
        margin-left: 0;
    }
}

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

    .about-page .about-1 .text,
    .about-page .about-1 ul {
        padding: 0;
    }

    .about-page .about-2 .center ul {
        margin-right: -9px;
    }

    .about-page .about-honor .list img {
        max-width: 60%;
    }

    .about-page .about-3 {
        padding: 90px 35px 0;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-1 .bottom {
        height: auto;
    }

    .about-page .about-1 .bottom .img2 .play img {
        max-width: 60px;
    }

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

    .about-page .about-1 ul li span {
        font-size: 14px;
    }

    .about-page .about-1 .bottom .img1,
    .about-page .about-1 .bottom .img3 {
        width: 100%;
    }

    .about-page .about-1 .bottom .img2 {
        width: 100%;
        margin: 30px 0;
    }

    .about-page .about-1 .bottom .img2 {
        padding-left: 0;
    }

    .about-page .about-2 .top .right span::after {
        width: 35px;
    }

    .about-page .about-honor {
        display: none;
    }
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tit-medium {
    font-weight: 500;
}
.tit-semi {
    font-weight: 600;
}
/*==============================================
    about-page
*/


/*
    factory-page
==============================================*/

.factory-page {
    padding: 5.21% 0;
}

.factory-page .gallery-list ul {
    margin: -15px;
}

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

.factory-page .gallery-list ul li {
    padding: 15px;
}

.factory-page .gallery-list ul li .box {
    -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}

.factory-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}

.factory-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.factory-page .gallery-list ul li .box:hover h5 {
    background: var(--color);
    color: white;
}

/*==============================================
    factory-page
*/


/*
    honor-page
==============================================*/

.honor-page .init-1 .container .left {
    width: 230px;
}

.honor-page .init-1 .container .left .listC .list {
    cursor: pointer;
    margin-top: 80px;
    color: #777777;
}

.honor-page .init-1 .container .left .listC .list .num {
    line-height: 1;
}

.honor-page .init-1 .container .left .listC .list .text {
    margin-top: 10px;
}

.honor-page .init-1 .container .left .listC .list .line {
    height: 5px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background-color: var(--color);
    margin-top: 10px;
}

.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
    color: var(--color);
}

.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 0;
}

.honor-page .init-1 .container .right {
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
    padding-left: 120px;
}

.honor-page .init-1 .container .right .list {
    display: none;
    width: 100%;
}

.honor-page .init-1 .container .right .list .listC {
    width: 100%;
    position: relative;
}

.honor-page .init-1 .container .right .list .imgC {
    padding-right: 70px;
    width: -webkit-calc(-150%);
    width: -moz-calc(-150%);
    width: calc(100% - 250px);
    position: relative;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
    height: auto;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-slide>div {
    height: 100%;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-list {
    height: 100%;
}

.honor-page .init-1 .container .right .list .imgC ul li {
    height: 100%;
    padding: 90px 0;
    width: 30%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.honor-page .init-1 .container .right .list .imgC ul li .box {
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.4;
    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;
}

.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
    width: 100%;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
    z-index: 2;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 2;
    opacity: 1;
}

.honor-page .init-1 .container .right .list .galleryC {
    width: 250px;
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.honor-page .init-1 .container .right .list .galleryC i {
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
}

.honor-page .init-1 .container .right .list .galleryC i:hover {
    color: var(--color);
}

.honor-page .init-1 .container .right .list .galleryC .prev {
    top: 0;
    bottom: unset;
}

.honor-page .init-1 .container .right .list .galleryC ul li {
    padding: 10px 0;
}

.honor-page .init-1 .container .right .list .galleryC ul li .box {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    height: 100px;
    cursor: pointer;
    font-size: 16px;
}

.honor-page .init-1 .container .right .list .galleryC ul li .box p {
    overflow-y: auto;
    padding-right: 4px;
    max-height: 100px;
}

.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
    background-color: var(--color);
    color: #fff;
}

.honor-page .init-1 .container .right .list.active {
    display: block;
}

.honor-page .init-1 .container .right .list.active .listC .imgC {
    -webkit-animation: fadeInLeftSmall 0.5s linear;
    -moz-animation: fadeInLeftSmall 0.5s linear;
    animation: fadeInLeftSmall 0.5s linear;
}

.honor-page .init-1 .container .right .list.active .listC .galleryC {
    -webkit-animation: fadeInRightSmall 0.5s linear;
    -moz-animation: fadeInRightSmall 0.5s linear;
    animation: fadeInRightSmall 0.5s linear;
}

@media (max-width: 1250px) {
    .honor-page .init-1 .container .left {
        width: 150px;
    }

    .honor-page .init-1 .container .right {
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: calc(100% - 250px);
        padding-left: 20px;
    }

    .honor-page .init-1 .container .right .list .imgC {
        padding-right: 20px;
    }
}

@media (max-width: 1000px) {
    .honor-page .init-1 .container .left {
        width: 100%;
    }

    .honor-page .init-1 .container .left .listC {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .honor-page .init-1 .container .left .listC .list {
        margin: 20px 15px 0;
        text-align: center;
    }

    .honor-page .init-1 .container .left .listC .list:first-child {
        margin-top: 20px;
    }

    .honor-page .init-1 .container .right {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .honor-page .init-1 .container .right .list .imgC {
        width: 100%;
    }

    .honor-page .init-1 .container .right .list .galleryC {
        width: 100%;
    }

    .honor-page .init-1 .container .right .list .galleryC ul li .box {
        height: auto;
        padding: 16px;
    }

    .honor-page .init-1 .container .right .list .imgC {
        padding-right: 0;
    }
}

@media (max-width: 500px) {
    .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .honor-page .init-1 .container .right .list .imgC ul li {
        padding: 40px 5px;
        padding-top: 20px;
    }
}

/*==============================================
    honor-page
*/

/*
    faq-page
==============================================*/

.faq-page .faq-1 {
    font-size: 18px;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 4em;
}

.faq-page .faq-1 .filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-page .faq-1 .filter a {
    margin-right: 1.5em;
    position: relative;
}

.faq-page .faq-1 .filter a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1em;
    background-color: var(--color);
    opacity: 0;
}

.faq-page .faq-1 .filter a span {
    display: block;
}

.faq-page .faq-1 .filter a.active:after {
    opacity: 1;
}

.faq-page .faq-2 .list ul li {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.faq-page .faq-2 .list ul li span.h6 {
    font-size: 24px;
    color: #303030;
    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;
    font-weight: 500;
    line-height: 1.6;
}

.faq-page .faq-2 .list ul li span.h6 i.iconfont {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: #cfcfcf;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .faq-2 .list ul li span.h6 i.iconfont-xiajiantou1 {
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    cursor: hand;
}

.faq-page .faq-2 .list ul li span.h6.active i.iconfont {
    background-color: var(--color1);
}

.faq-page .faq-2 .list ul li span.h6.active i.iconfont-xiajiantou1 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-page .faq-2 .list ul li .text {
    color: #a8a8a8;
    margin-top: 1.3em;
    padding-top: 1.3em;
    border-top: 1px solid #e0e0e0;
    display: none;
    line-height: 2;
}

.faq-page .faq-2 .list ul li:nth-child(odd) {
    background-color: #f8f8f8;
}

@media (max-width: 1800px) {

    .faq-page .faq-2 .list ul li .text {
        font-size: 16px;
    }

    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 24px;
    }
}

@media (max-width: 1450px) {
    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 20px;
    }

    .faq-page .faq-2 .list ul li {
        padding: 30px;
    }
}

@media (max-width: 1250px) {
    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 18px;
    }

    .faq-page .faq-2 .list ul li .text {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .faq-page .faq-2 .list ul li {
        padding: 15px;
    }

    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 16px;
    }

    .faq-page .faq-2 .list ul li .text {
        font-size: 14px;
    }
}

/*==============================================
    faq-page
*/


/*
    service-page
==============================================*/
.value-page .value-1 {
    padding-top: 6.042%;
}
.value-page .value-1 .img ul li .img-box{
    border-radius: 10px;
}

.value-page .value-1 .left {
    width: 15%;
}

.value-page .value-1 .left .title {
    line-height: 1;
    color: #171c60;
}

.value-page .value-1 .left .con {
    font-weight: 500;
    line-height: 1.25;
}

.value-page .value-1 .right {
    width: 74%;
}

.value-page .value-1 .right .title {
    line-height: 1.25;
}

.value-page .value-1 .right .con {
    line-height: 1.67;
}

.value-page .tech-3 {
    padding-bottom: 7.865%;
}

.value-page .value-2 .box {
    max-width: 1835px;
    padding-right: 15px;
}

.value-page .value-2 .box .text {
    background-color: #2f48c6;
    border-radius: 10px 10px 10px 0px;
    color: #fff;
    width: 54.4%;
}

.value-page .value-2 .box .text .title {
    line-height: 1.25;
}

.value-page .value-2 .box .text .con {
    line-height: 1.67;
}

.value-page .value-2 .box .form {
    width: 33.74%;
    background-color: #ffffff;
    border-radius: 10px;
}

.value-page .value-2 .box .form .header .con {
    line-height: 1.3;
}

.value-page .value-2 .box .form form ul {
    margin: -11.5px -14px;
}

.value-page .value-2 .box .form form ul li {
    padding: 11.5px 14px;
}

.value-page .value-2 .box .form form ul li input,
.value-page .value-2 .box .form form ul li textarea,
.value-page .value-2 .box .form form ul li select {
    width: 100%;
    height: 45px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 0;
    font-size: 14px;
    padding: 0 16px;
}

.value-page .value-2 .box .form form ul li input::-webkit-input-placeholder,
.value-page .value-2 .box .form form ul li textarea::-webkit-input-placeholder,
.value-page .value-2 .box .form form ul li select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.9);
}

.value-page .value-2 .box .form form ul li input:-moz-placeholder,
.value-page .value-2 .box .form form ul li textarea:-moz-placeholder,
.value-page .value-2 .box .form form ul li select:-moz-placeholder {
    color: rgba(54, 54, 54, 0.9);
}

.value-page .value-2 .box .form form ul li input::-moz-placeholder,
.value-page .value-2 .box .form form ul li textarea::-moz-placeholder,
.value-page .value-2 .box .form form ul li select::-moz-placeholder {
    color: rgba(54, 54, 54, 0.9);
}

.value-page .value-2 .box .form form ul li input:-ms-input-placeholder,
.value-page .value-2 .box .form form ul li textarea:-ms-input-placeholder,
.value-page .value-2 .box .form form ul li select:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.9);
}

.value-page .value-2 .box .form form ul li input::placeholder,
.value-page .value-2 .box .form form ul li textarea::placeholder,
.value-page .value-2 .box .form form ul li select::placeholder {
    color: rgba(54, 54, 54, 0.9);
}

.value-page .value-2 .box .form form ul li select {
    color: rgba(54, 54, 54, 0.9);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow.png) no-repeat 500px center #f7f7f7;
}

.value-page .value-2 .box .form form ul li textarea {
    height: 131px;
    padding-top: 9px;
}

.value-page .value-2 .box .form form ul li .more {
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1000px) {
    .value-page .value-1 .left {
        width: 100%;
    }

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

    .value-page .value-2 {
        padding: 30px 15px;
    }

    .value-page .value-2 .box .text {
        width: 100%;
    }

    .value-page .value-2 .box .form {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .value-page .value-2 .box .text {
        padding: 20px 15px;
    }
}

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


/*
    news-page
==============================================*/
.news-page .sideright ul li {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.news-page .sideright ul li .img-box {
    width: 50.874%;
}

.news-page .sideright ul li .text {
    width: 49.126%;
}

.news-page .sideright ul li .text .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

.news-page .sideright ul li .text .top span {
    width: 42px;
    height: 42px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
    background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
    background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
    background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
    border-radius: 10px;
}

.news-page .sideright ul li .text .con {
    color: #666;
}

.news-page .sideright ul li .text .more {
    height: 53px;
    padding: 0 36px;
}

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

@media (max-width: 1000px) {
    .news-page .sideright ul li .img-box {
        width: 100%;
    }

    .news-page .sideright ul li .text {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .news-page .sideright ul li .text .title {
        font-size: 24px;
    }
}

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


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

.newdet-page .sideright h1 {
    font-size: calc(1.354vw + 14px);
    line-height: 1.4;
    font-weight: bold;
}

.newdet-page .sideright .text {
    margin: 2em 0;
}

.newdet-page .sideright .text p {
    margin-top: 1em;
}

.newdet-page .sideright .text p:first-child {
    margin-top: 0;
}

.newdet-page .sideright .share {
    font-size: 14px;
    margin-top: 2em;
}

.newdet-page .sideright .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    color: white;
    border-radius: 50%;
}

.newdet-page .sideright .share a:hover {
    background: var(--color1);
}

.newdet-page .sideright span.h5 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}

.newdet-page .sideright .form ul {
    margin: -10px;
}

.newdet-page .sideright .form ul li {
    padding: 10px;
    font-size: 14px;
}

.newdet-page .sideright .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}

.newdet-page .sideright .form ul li input,
.newdet-page .sideright .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .sideright .form ul li input:focus,
.newdet-page .sideright .form ul li textarea:focus {
    border-color: var(--color1);
}

.newdet-page .sideright .form ul li textarea {
    height: 80px;
}

.newdet-page .sideright .form ul li button {
    border: 0;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*==============================================
    newdet-page
*/


/*
    contact-page
==============================================*/
.contact-page {
    padding-bottom: 0;
}

.contact-page .contact-1 {
    margin-bottom: 100px;
}

.contact-page .contact-1 .top .left {
    padding-right: 10%;
}

.contact-page .contact-1 .top .left .con {
    line-height: 2;
}

.contact-page .contact-1 .top .right ul li {
    width: 48%;
    margin: 15px 0;
}

.contact-page .contact-1 .top .right ul li.wid-100 {
    width: 100%;
}

.contact-page .contact-1 .top .right ul li:nth-child(3n) {
    margin-right: 0;
}

.contact-page .contact-1 .top .right ul li h5 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact-page .contact-1 .top .right ul li span {
    font-size: 16px;
    line-height: 30px;
}

.contact-page .contact-form {
    width: 985px;
    height: 780px;
    background-color: #202e90;
    margin: 0 auto;
    -webkit-transform: translateY(-175px);
    -moz-transform: translateY(-175px);
    -ms-transform: translateY(-175px);
    transform: translateY(-175px);
    color: white;
    padding: 60px 75px;
}

.contact-page .contact-form h3 {
    font-size: 34px;
    font-weight: bold;
}

.contact-page .contact-form h3 span {
    color: var(--color);
}

.contact-page .contact-form form {
    margin-top: 90px;
}

.contact-page .contact-form form ul {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-page .contact-form form ul li {
    width: 48%;
    margin-bottom: 35px;
}

.contact-page .contact-form form ul li:nth-child(n + 5) {
    width: 100%;
}

.contact-page .contact-form form ul li:nth-child(1) input {
    background-image: url('../images/c-name.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(2) input {
    background-image: url('../images/c-email.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(3) input {
    background-image: url('../images/c-phone.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(4) input {
    background-image: url('../images/c-subject.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(5) textarea {
    background-image: url('../images/c-message.png');
    background-position: right 5px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}

.contact-page .contact-form form ul li:last-child {
    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;
    align-items: flex-start;
}

.contact-page .contact-form form ul li:last-child p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    max-width: 50%;
}

.contact-page .contact-form form ul li label {
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.contact-page .contact-form form ul li .more {
    cursor: pointer;
}

.contact-page .contact-form form ul li input[type='text'] {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: white;
    font-size: 14px;
    filter: brightness(0) invert(1);
}

.contact-page .contact-form form ul li input[type='submit'] {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color);
    border: none;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-page .contact-form form ul li input[type='submit']:hover {
    background-color: black;
}

.contact-page .contact-form form ul li textarea {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: white;
    font-size: 14px;
    height: 100px;
}

.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-page .contact-1 .top .minDes {
    text-transform: uppercase;
    line-height: 2;
    color: var(--color);
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
iframe {
  display: block;
  width: 100%;
}
@media (max-width: 1250px) {
    .contact-page .contact-1 .top .right ul li:nth-child(2n) {
        margin-right: 0;
    }

    .contact-page .contact-1 .top .right ul li:nth-child(3n) {
        margin-right: 30px;
    }
}

@media (max-width: 1000px) {
    .contact-page .contact-1 .top .right ul li {
        margin-right: 0;
    }

    .contact-page .contact-1 .top .right ul li {
        max-width: 100% !important;
        width: 100%;
        margin-top: 30px !important;
    }

    .contact-page .contact-1 .top .right ul li:first-child {
        margin-top: 0 !important;
    }

    .contact-page .contact-1 .top .right ul li span {
        display: block;
    }

    .contact-page .contact-form {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: auto;
        margin: 40px auto;
    }
}

@media (max-width: 700px) {

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

    .contact-page .contact-1 .top .right {
        width: 100%;
        margin-top: 60px;
    }

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

    .contact-page .contact-form {
        padding: 60px 30px;
    }

    .contact-page .contact-form form ul li:last-child p {
        display: none;
    }

    .contact-page .contact-form h3 {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .contact-page .contact-form form {
        margin-top: 40px;
    }
}
/*==============================================
    contact-page
*/

/*
    case-page
==============================================*/
.case-page {
    border-top-left-radius: 30px;
    background: #fff;
}

.case-page .container ul {
    margin: 0 -15px;
}

.case-page .container ul li {
    margin-top: 20px;
    padding: 0 15px;
}
.case-page .container ul li .img-box{
    border-radius: 10px;
}

.case-page .container ul li p {
    text-align: center;
    padding: 5px 10px;
}
@media (max-width: 700px) {
    .case-page .container ul li {
        width: 100%!important;
    }
}
/*==============================================
    case-page
*/
/*
    casedet-page
==============================================*/
.case_cont .case_left {
    width: 22%;
    position: sticky;
    top: 40px;
}
.case_cont .case_left .widget {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 30px
}

.case_cont .case_left .widget form {
    position: relative
}

.case_cont .case_left .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2
}

.case_cont .case_left .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px
}

.case_cont .case_left .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000
}

.case_cont .case_left .widget ul {
    margin-bottom: 0;
    padding: 0
}

.case_cont .case_left .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    overflow: hidden
}

.case_cont .case_left .widget ul li a {
    padding-left: 20px;
    line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
    margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
    color: var(--color)
}

.case_cont .case_left .widget ul li ul {
    display: none;
    margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
    padding-left: 0;
    color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
    color: var(--color)
}

.case_cont .case_left .widget .recent li {
    display: block
}

.case_cont .case_left .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left
}

.case_cont .case_left .widget .recent li a.title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
    text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
    line-height: 2
}

.case_cont .case_left .widget .form1 input[type=submit] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
    background: #000
}

.case_cont .case_right {
    width: 78%;
    padding: 0 0 50px 50px;
}


.case_cont .case_right .ap-top {
    position: relative;
    transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
    transform-style: preserve-3d;
    perspective: 80000px
}

.case_cont .case_right .ap-top .img {
    transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
    position: relative;
    transform-style: preserve-3d;
    transition: all .5s
}

.case_cont .case_right .ap-top .img img {
    width: 100%
}

.case_cont .case_right .ap-top .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
    padding: 0 1.6rem .7rem;
    position: absolute;
    background: 0 0;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    top: 1.6rem;
    left: 0;
    width: 100%;
    z-index: 10;
    text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 2rem;
    background-color: #fff
}

.case_cont .case_right .ap-top .desc {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 1.6rem;
    bottom: 0;
    color: #fff;
    background: var(--color);
    z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
    font-size: 16px;
    line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
    transform: translateY(-3px);
    box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
    font-size: 25px;
    line-height: 1.6;
    color: #002e42;
    text-transform: capitalize;
    font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
    font-size: 15px;
    line-height: 1.6;
    color: #002e42;
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
    margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
    margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
    font-size: 15px;
    line-height: 1.6;
    color: #002e42;
    margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
    margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
    margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
    margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #002e42;
    font-weight: 700;
    line-height: 2;
    padding: .8rem 1.2rem;
    padding-right: 40px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
    position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    content: "\f107";
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 20px;
    font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
    padding: 1.6rem 2rem .8rem;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .1px;
    color: #002e42;
    display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
    background: #1955a0;
    color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
    content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
    margin-bottom: 0
}

.case_cont .case_right .init-1{
    border-bottom:1px solid #c4c4c6;
}
.case_cont .case_right .init-1 .img_cont {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
}

.case_cont .case_right .init-1 .img_cont::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
}

.case_cont .case_right .init-1 .img_cont img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

.case_cont .case_right .init-1 .img_cont .text {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    padding: 0 40px;
    font-weight: bold;
    z-index: 2;
}

.case_cont .case_right .init-1 .img_cont .text span {
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
}

.case_cont .case_right .init-1 .text_cont {
    color: #222222;
    margin-top: 30px;
}

.case_cont .case_right .init-2 {
    margin-top: var(--px50) !important;
}

.case_cont .case_right .init-2 .top {
    position: relative;
}

.case_cont .case_right .init-2 .top::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 45px;
    width: calc(100% - 90px);
    height: 1px;
    background: #c4c4c6;
}

.case_cont .case_right .init-2 table {
    border: none;
}

.case_cont .case_right .init-2 table tbody {
    display: block;
}

.case_cont .case_right .init-2 table tr {
    display: block;
    width: 100% !important;
}

.case_cont .case_right .init-2 table tr td {
    border: none;
    padding: 0;
}

.case_cont .case_right .init-2 .top {
    margin: 0 -45px;
}

.case_cont .case_right .init-2 .top .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide {
    height: auto;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div {
    height: 100%;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div>td {
    height: 100% !important;
    position: relative;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div>td::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 45px;
    width: 18px;
    height: 3px;
    background: #767677;
    transition: all .5s;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td {
    color: #000;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before {
    width: calc(100% - 90px);
    background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td {
    padding: 0 45px;
    font-weight: bold;
    padding-bottom: 30px;
    color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom {
    margin-top: 20px;
}

.case_cont .case_right .init-3 {
    margin-top: var(--px50) !important;
}

.case_cont .case_right .init-3 .tips {
    font-weight: bold;
}

.case_cont .case_right .init-3 .swiper {
    margin-top: 40px;
    overflow: hidden;
}

.case_cont .case_right .init-3 .swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.case_cont .case_right .init-3 .swiper .img_c {
    border-radius: 16px;
    overflow: hidden;
}

.case_cont .case_right .init-3 .swiper .img_c img {
    width: 100%;
}

.case_cont .case_right .init-3 .swiper .img_c video {
    display: block;
    width: 100%;
}

.case_cont .case_right .init-4 {
    margin-top: 50px;
}

.case_cont .case_right .init-4 .tips {
    font-weight: bold;
    margin-top: var(--px60) !important;
}

.case_cont .case_right .init-4 .swiper {
    margin-top: 50px;
    overflow: hidden;
}

.case_cont .case_right .init-4 .swiper .swiper-slide {
    height: auto;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .box {
    height: 100%;
}

.case_cont .case_right .init-4 .swiper .swiper-slide a {
    display: block;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .box {
    background: #fff;
    padding: 30px 50px;
    border-radius: 16px;
}

.case_cont .case_right .init-4 .swiper .swiper-slide a img {
    display: block;
    width: 100%;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .text {
    font-family: 'EurostileBla';
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width:1450px) {
    .case_cont .case_left {
        width: 28%
    }

    .case_cont .case_right {
        width: 72%
    }

    .case_cont .case_left .widget .recent li a.title {
        margin-left: 98px
    }
}

@media screen and (max-width:1250px) {
    .case_cont .case_right .init-4 .swiper .swiper-slide .box {
        padding: 20px 16px;
    }
}

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

    .case_cont .case_left {
        display: none
    }

    .case_cont .case_right {
        width: 100%;
        padding-left: 0
    }

    .case_cont .case_right {
        padding: 0 0 var(--px50) !important
    }
}

@media (max-width: 700px) {
    .case_cont .case_right .ap-top .img img {
        min-height: 250px;
        object-fit: cover
    }

    .case_cont .case_right .ap-top .desc p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .case_cont .case_right .ap-bottom h6 {
        font-size: 22px;
        line-height: 1.8
    }

    .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
        right: .5em
    }
}

@media (max-width: 500px) {
    .case_cont .case_right .ap-bottom .bottom3 ul li .desc {
        padding: 20px 10px;
    }

    .case_cont .case_right .init-1 .img_cont .text {
        font-size: 20px;
        bottom: 10px;
        padding: 0 10px;
    }

    .case_cont .case_right .init-1 .img_cont .text span {
        padding-bottom: 4px;
        border-bottom: 2px solid #fff;
    }

    .case_cont .case_right .init-1 .text_cont {
        margin-top: 10px;
    }

    .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td {
        padding-bottom: 10px;
    }

    .case_cont .case_right .init-3 .swiper {
        margin-top: 20px;
    }

    .case_cont .case_right .init-4 {
        margin-top: 20px;
    }

    .case_cont .case_right .init-4 .swiper {
        margin-top: 20px;
    }
}
/*==============================================
    casedet-page
*/

.news-page02 .news-1 .list ul {
    margin: -15px;
}
.news-page02 .news-1 .list ul li {
    padding: 15px;
}
.news-page02 .news-1 .list ul li a.img-box {
    display: block;
}
.news-page02 .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background: #F2F2F2 right bottom;
}

.news-page02 .news-1 .list ul li .content .tags {
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 31px;
    padding: 0 15px;
    border: solid 1px #666666;
    color: #666666;
    border-radius: 16px;
}

.news-page02 .news-1 .list ul li .content:hover{
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  color: #ffffff;
}
.news-page02 .news-1 .list ul li .content:hover .tags{
  color: #ffffff;
  border: solid 1px #ffffff;
}
.news-page02 .news-1 .list ul li .content:hover a.link img{
  filter: brightness(1);
}
.news-page02 .news-1 .list ul li .content:hover .btn-go{
    background-color: #fff;
    color: var(--color);
}
.news-page02 .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page02 .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page02 .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page02 .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page02 .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}
.news-page02 .news-1 .list ul li .content a.link:hover{
  color: #ffffff;
}
.news-page02 .news-1 .list ul li .content a.link:before{
  background: #ffffff;
}
.news-page02 .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page02 .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
@media screen and (max-width: 1700px) {
    .news-page02 .news-1 .list ul li .content {
    padding: 7%;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .news-page02 .news-1 .list ul li .content {
    padding: 5%;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page02 .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }

  .news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: 0;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }

  .news-page02 .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
  .news-page02 .news-1 .list ul li .content span.h6{
      height: auto;
  }
}

@media screen and (max-width: 500px) {
  .news-page02 .news-1 .list ul li .content span.h6,
  .news-page02 .news-1 .list ul li .content .pre .text {
    height: auto;
  }

}