@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-ExtraBold.eot');
  src: url('../fonts/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-ExtraBold.woff2') format('woff2'), url('../fonts/Mulish-ExtraBold.woff') format('woff'), url('../fonts/Mulish-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.eot');
  src: url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Light.woff2') format('woff2'), url('../fonts/Mulish-Light.woff') format('woff'), url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.eot');
  src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff'), url('../fonts/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-SemiBold.eot');
  src: url('../fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-SemiBold.woff2') format('woff2'), url('../fonts/Mulish-SemiBold.woff') format('woff'), url('../fonts/Mulish-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  --color: #febd17;
  font-family: 'Mulish';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1770px;
  margin: 0 auto;
}
.more {
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background: var(--color);
  padding: 4px 39px 4px 4px;
  border-radius: 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more em {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-right: 23px;
}
.more em img:last-child {
  position: absolute;
  -webkit-transform: translate(-150%, 0);
  -moz-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}
.more:hover em img:first-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(150%, 0);
  -moz-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  transform: translate(150%, 0);
}
.more:hover em img:last-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.link {
  font-family: 'Anton';
  font-size: 16px;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  padding: 13px 38px 13px 39px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  background-color: #000;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  width: 160%;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  background: var(--color);
}
#header .h-top .info {
  margin: 0 0 0 auto;
}
#header .h-top .info ul li {
  font-family: 'Anton';
  line-height: 2;
}
#header .h-top .info ul li em {
  width: 1.86em;
  height: 1.86em;
  background: #fff;
  border-radius: 50%;
}
#header .h-top .search {
  width: 12.357%;
}
#header .h-top .search form {
  position: relative;
}
#header .h-top .search form input[type="search"] {
  width: 100%;
  height: 18px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0 22px 0 9px;
  font-size: 14px;
  font-weight: 600;
}
#header .h-top .search form input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
#header .h-top .search form input[type="search"]:-moz-placeholder {
  color: #000;
}
#header .h-top .search form input[type="search"]::-moz-placeholder {
  color: #000;
}
#header .h-top .search form input[type="search"]:-ms-input-placeholder {
  color: #000;
}
#header .h-top .search form input[type="search"]::placeholder {
  color: #000;
}
#header .h-top .search form input[type="submit"] {
  position: absolute;
  bottom: 3px;
  right: 6px;
  width: 12px;
  height: 12px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav {
  position: relative;
}
#header .nav .menu-box {
  margin: 3px auto 0;
}
#header .nav .menu-box ul.menu > li {
  font-size: 20px;
  line-height: 1;
  margin-right: 72px;
  font-family: 'Anton';
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -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 var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  font-size: 26px;
  cursor: pointer;
}
#header .nav .yuy span {
  position: relative;
  font-size: 16px;
  font-family: 'Anton';
}
#header .nav .yuy span img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .menu-btn {
  width: 27px;
  cursor: pointer;
}
#header .nav .menu-btn span {
  display: block;
  border-bottom: 1px solid #000000;
}
#header .nav .menu-btn span + span {
  margin-top: 7px;
}
#header.active {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.title,
.i-title {
  font-family: 'Anton';
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 35.8%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  max-width: 800px;
}
#banner ul li .text .title {
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: bold;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#banner .change {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-bottom: 8.125%;
}
#banner .change .prev,
#banner .change .next {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
#banner .change .prev::after {
  content: '';
  width: 97px;
  height: 1px;
  border: solid 1px #aaaaaa;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 3px;
}
#banner .change .next::before {
  content: '';
  width: 97px;
  height: 1px;
  border: solid 1px #aaaaaa;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 3px 0;
}
#banner .change .swiper-pagination {
  position: initial;
  margin: 6px 8px 0;
  width: auto;
}
#banner .change .swiper-pagination span {
  width: 17px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: solid 1px transparent;
  margin-right: 5px;
  position: relative;
}
#banner .change .swiper-pagination span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .change .swiper-pagination span:last-child {
  margin-right: 0;
}
#banner .change .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: var(--color);
}
#banner .change .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 7px;
  height: 7px;
  background: var(--color);
}
.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;
}
.font-18 {
  line-height: 1.6;
}
.font-14 {
  line-height: 2;
}
.tip {
  font-size: 153px;
  line-height: 1;
  font-family: 'Anton';
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(228, 228, 228, 0.9)), color-stop(50%, rgba(228, 228, 228, 0.3)), to(rgba(228, 228, 228, 0))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: -webkit-linear-gradient(top, rgba(228, 228, 228,0.9) 0%, rgba(228, 228, 228, 0.3) 50%, rgba(228, 228, 228, 0) 100%), -webkit-linear-gradient(#fff, #fff);
  background: -moz-linear-gradient(top, rgba(228, 228, 228, 0.9) 0, rgba(228, 228, 228, 0.3) 50%, rgba(228, 228, 228, 0) 100%), -moz-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(228, 228, 228, 0.9) 0, rgba(228, 228, 228, 0.3) 50%, rgba(228, 228, 228, 0) 100%), linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@-webkit-keyframes img-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body .i-init1 {
  padding: 5.573% 0 5.625%;
  background: url(../images/init1.jpg) no-repeat;
  background-size: 64.53125% 100%;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
#index-body .i-init1 .box {
  margin: 0 10.6322% 0 auto;
  background-color: #eeeeee;
  width: 39.426%;
}
#index-body .i-init1 .box .con {
  color: #282828;
}
#index-body .i-init1::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 35.573%;
  height: 100%;
  background-image: -webkit-linear-gradient(45deg, #febd17 0%, #e35c0b 100%);
  background-image: -moz-linear-gradient(45deg, #febd17 0%, #e35c0b 100%);
  background-image: linear-gradient(45deg, #febd17 0%, #e35c0b 100%);
}
#index-body .i-init2 {
  padding: 6.51042% 0 5.833%;
}
#index-body .i-init2 .left {
  width: 80.69%;
}
#index-body .i-init2 .left .list {
  margin-top: -9.4%;
  position: relative;
  z-index: 1;
}
#index-body .i-init2 .left ul li .ig {
  color: #333;
}
#index-body .i-init2 .left ul li .ig .text {
  width: 51.353%;
}
#index-body .i-init2 .left ul li .ig .text span {
  font-weight: 700;
  line-height: 1.5;
}
#index-body .i-init2 .left ul li .ig .img {
  width: 48.647%;
}
#index-body .i-init2 .left ul li .ig .img .img-box {
  z-index: 1;
}
#index-body .i-init2 .left ul li .ig .title{
 position: relative;
 z-index: 1;
}
#index-body .i-init2 .left ul li .ig .img .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 410px;
  height: 410px;
  background: url(../images/init2-circle.png) no-repeat center;
  background-size: cover;
}
#index-body .i-init2 .left .slickBtn {
  font-size: 22px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .i-init2 .left .slickBtn div {
  width: 2.19em;
  height: 2.19em;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(51, 51, 51, 0.4);
  color: rgba(51, 51, 51, 0.4);
  font-weight: bold;
}
#index-body .i-init2 .left .slickBtn div:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-init2 .right {
  width: 19.31%;
}
#index-body .i-init2 .right ul li .img-box {
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%);
}
#index-body .i-init3 {
  background-color: #f7f7f7;
  padding: 5% 0 5.46875%;
}
#index-body .i-init3 ul li {
  height: auto;
}
#index-body .i-init3 ul li .ig {
  padding-bottom: 31px;
}
#index-body .i-init3 ul li .ig .item {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
#index-body .i-init3 ul li .ig .item .title {
  color: #333;
}
#index-body .i-init3 ul li .ig .item .con {
  color: #666;
  line-height: 1.4;
  height: 102px;
  overflow-y: auto;
}
#index-body .i-init3 ul li .ig .icon {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94px;
  height: 95px;
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init3 ul li .ig:hover .icon{
  -webkit-transform: translateX(-50%) rotate(360deg);
  -moz-transform: translateX(-50%) rotate(360deg);
  -ms-transform: translateX(-50%) rotate(360deg);
  transform: translateX(-50%) rotate(360deg);
}
#index-body .i-init4 {
  padding: 7.5% 0 8.542%;
}
#index-body .i-init4 .left {
  width: 51.149%;
  z-index: 1;
}
#index-body .i-init4 .left .tip {
  font-size: 221px;
  left: 0;
  top: -14%;
  z-index: -1;
  white-space: nowrap;
}
#index-body .i-init4 .left .title {
  color: #333;
}
#index-body .i-init4 .left .con {
  color: #282828;
}
#index-body .i-init4 .left .con h1 {
  display: inline;
}
#index-body .i-init4 .left ul li {
  color: #333;
  padding: 0 46px;
  border-right: 1px solid rgba(137, 137, 137, 0.35);
}
#index-body .i-init4 .left ul li .num {
  font-family: 'Anton';
}
#index-body .i-init4 .left ul li .text {
  line-height: 1;
}
#index-body .i-init4 .left ul li:first-child {
  padding-left: 0;
}
#index-body .i-init4 .left ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
#index-body .i-init4 .right {
  width: 48.851%;
}
#index-body .i-init4 .right .play {
  background: #fff;
  width: 4.7em;
  height: 4.7em;
}
#index-body .i-init4 .right .play::before,
#index-body .i-init4 .right .play::after {
  background: transparent;
  border: 1px solid #fff;
}
#index-body .i-init5 .box {
  padding-left: 4.6875%;
  position: relative;
  z-index: 1;
  padding-top: 6.198%;
}
#index-body .i-init5 .box .left {
  width: 28.524%;
  color: #fff;
}
#index-body .i-init5 .box .left .more {
  background: #fff;
  color: #333;
}
#index-body .i-init5 .box .left .more em {
  background: var(--color);
}
#index-body .i-init5 .box .left .more em img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-init5 .box .right {
  width: 71.476%;
}
#index-body .i-init5 .box .right .content {
  height: 733px;
  position: relative;
}
#index-body .i-init5 .box .right .content .img {
  height: inherit;
}
#index-body .i-init5 .box .right .content .img .item {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-init5 .box .right .content .img .item.zIndex {
  z-index: 1;
}
#index-body .i-init5 .box .right .content .img .item.active {
  -webkit-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .i-init5 .box .right .content .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#index-body .i-init5 .box .right .content .text ul {
  width: 100%;
  height: 100%;
}
#index-body .i-init5 .box .right .content .text ul li {
  height: auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init5 .box .right .content .text ul li .h3 {
  height: 93px;
  border: 1px solid #fff;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-family: 'Anton';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init5 .box .right .content .text ul li .h3 i {
  position: absolute;
  right: 4px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init5 .box .right .content .text ul li.active .h3 {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
#index-body .i-init5 .box .right .content .text ul li.active .h3 i {
  opacity: 1;
}
#index-body .i-init5 .box .tip {
  position: absolute;
  top: -24px;
  right: 4.6875%;
}
#index-body .i-init5 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 42.917%;
  height: 100%;
  background-image: -webkit-linear-gradient(225deg, #febd17 0%, #e35c0b 100%);
  background-image: -moz-linear-gradient(225deg, #febd17 0%, #e35c0b 100%);
  background-image: linear-gradient(225deg, #febd17 0%, #e35c0b 100%);
}
#index-body .i-init6 {
  background: #f7f7f7;
  padding: 4.4792% 0 4.7396%;
}
#index-body .i-init6 span.tag {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  line-height: 1.8;
}
#index-body .i-init6 .content ul li .ig {
  background: #fff;
}
#index-body .i-init6 .content ul li .ig .header {
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
#index-body .i-init6 .content ul li .ig .header span,
#index-body .i-init6 .content ul li .ig .header time {
  display: inline-block;
  font-size: 14px;
  background: var(--color);
  height: 28px;
  line-height: 28px;
}
#index-body .i-init6 .content ul li .ig .header span {
  padding: 0 16px 0 15px;
}
#index-body .i-init6 .content ul li .ig .header time {
  padding: 0 12px 0 11px;
}
#index-body .i-init6 .content ul li .ig .tit {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init6 .content ul li .ig .tit:hover {
  color: var(--color);
}
#index-body .i-init6 .content ul li .ig p {
  line-height: 1.7;
  color: #666666;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-content .title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 36px;
  text-transform: capitalize;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: rgba(163, 163, 163, 0.89);
  position: relative;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li i {
  width: 20px;
}
#footer .f-content ul li span {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .left .ig {
  width: 68%;
}
#footer .f-content .left .ig .con {
  line-height: 1.5;
  font-weight: 300;
}
#footer .f-content .left .ig .form ul {
  margin: -13px -6px;
}
#footer .f-content .left .ig .form ul li {
  padding: 13px 6px;
  margin-bottom: 0;
}
#footer .f-content .left .ig .form ul li input {
  width: 100%;
  height: 42px;
  border: solid 1px #ffffff;
  padding: 0 27px;
  background: transparent;
  font-size: 16px;
}
#footer .f-content .left .ig .form ul li input::-webkit-input-placeholder {
  color: #d0d0d0;
  font-family: 'Anton';
}
#footer .f-content .left .ig .form ul li input:-moz-placeholder {
  color: #d0d0d0;
  font-family: 'Anton';
}
#footer .f-content .left .ig .form ul li input::-moz-placeholder {
  color: #d0d0d0;
  font-family: 'Anton';
}
#footer .f-content .left .ig .form ul li input:-ms-input-placeholder {
  color: #d0d0d0;
  font-family: 'Anton';
}
#footer .f-content .left .ig .form ul li input::placeholder {
  color: #d0d0d0;
  font-family: 'Anton';
}
#footer .f-content .left .ig .form ul li button {
  border: 0;
  color: #333;
  font-size: 18px;
  padding: 13px 63px 11px;
}
#footer .f-content .left .ig .form ul li button::before {
  background: #fff;
}
#footer .f-content .left .ig .desc {
  line-height: 1.4;
  font-weight: 300;
  font-style: italic;
  color: #d1d1d1;
}
#footer .f-content .left .ig .share a {
  font-size: 30px;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .left .ig .share a:hover {
  color: var(--color);
}
#footer .f-content .left .ig .share a:last-child {
  margin-right: 0;
}
#footer .f-copy {
  line-height: 1.7;
  font-size: 14px;
  text-align: right;
  font-family: 'Anton';
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
  font-family: 'Anton';
}
#sidebar {
  border-radius: 14px 0px 0px 10px;
  right: 8px;
  bottom: 22%;
}
#sidebar ul li {
  background: #fff;
  color: var(--color);
  border-radius: 0;
  font-size: 28px;
  width: 1.9643em;
  height: 1.9643em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0);
}
#sidebar ul li .child {
  background: var(--color);
  color: #fff;
  font-size: 22px;
  white-space: nowrap;
}
#sidebar ul li .child::before {
  border-left: 0.5em solid var(--color);
}
#sidebar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#sidebar ul li:hover {
  background: var(--color);
  color: #fff;
}
#sidebar ul li:hover #ewm {
  right: 100%;
  opacity: 1;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  -moz-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
}
#sidebar ul li:nth-child(3) i {
  font-size: 36px;
}
@media screen and (max-width: 1680px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 60px;
  }
  #banner ul li .text .box {
    max-width: 680px;
  }
  #index-body .i-init2 .left ul li .ig .img .img-box::after {
    zoom: .8;
  }
  #index-body .i-init4 .left ul li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 40px;
  }
  #banner ul li .text .box {
    max-width: 586px;
  }
  #index-body .i-init2 .left ul li .ig .img .img-box::after {
    zoom: .7;
  }
  #index-body .i-init5 .box .tip {
    right: 30px;
  }
  #index-body .i-init5 .box .right .content {
    height: 600px;
  }
}
@media screen and (max-width: 1250px) {
  .font-18 {
    font-size: 18px;
  }
  #banner ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  #banner .change {
    padding-bottom: 4%;
  }
  #index-body .i-init1 .box {
    width: 52%;
  }
  #index-body .i-init2 .left ul li .ig .img .img-box::after {
    zoom: .56;
  }
  #index-body .i-init2 .left ul li .ig .text .con {
    font-size: 16px;
  }
  #index-body .i-init2 .left .slickBtn {
    bottom: -30px;
  }
  .tip {
    font-size: 118px;
  }
  .font-32 {
    font-size: 32px;
  }
  .font-28 {
    font-size: 28px;
  }
  .font-24 {
    font-size: 24px;
  }
  #index-body .i-init4 .box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .i-init4 .box .left ul {
    margin-bottom: -20px;
  }
  #index-body .i-init4 .box .left ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-init4 .box .left ul li:nth-child(odd) {
    padding-left: 0;
  }
  #index-body .i-init4 .box .left ul li:nth-child(even) {
    border-right: 0;
  }
  #index-body .i-init4 .left .tip {
    font-size: 118px;
    top: -6%;
  }
  #footer .f-content .left .ig {
    width: 80%;
  }
  #footer .f-content .right {
    zoom: .8;
  }
  #sidebar,
  .fixed-toolbar {
    zoom: .9;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .box {
    max-width: 100%;
  }
  #banner ul li .text .con {
    font-size: 16px;
  }
  .tip {
    display: none;
  }
  .font-42 {
    font-size: 42px;
  }
  #index-body .i-init1 .box {
    width: 70%;
  }
  #index-body .i-init2 .left {
    width: 100%;
  }
  #index-body .i-init2 .left .list {
    margin-top: 0;
  }
  #index-body .i-init2 .left .list .ig .text {
    padding-right: 20px;
  }
  #index-body .i-init2 .left .list .ig .text .title {
    font-size: 30px;
  }
  #index-body .i-init2 .left .list .ig .text span {
    font-size: 20px;
  }
  #index-body .i-init2 .left .list .ig .img .img-box::after {
    zoom: .5;
  }
  #index-body .i-init2 .left .slickBtn {
    position: initial;
  }
  #index-body .i-init2 .right {
    display: none;
  }
  #index-body .i-init4 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .i-init4 .left {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-init4 .right {
    width: 100%;
  }
  #index-body .i-init5 .box {
    padding: 0 15px;
  }
  #index-body .i-init5 .box .left {
    color: #333;
    width: 100%;
  }
  #index-body .i-init5 .box .left .more {
    background: var(--color);
  }
  #index-body .i-init5 .box .left .more em {
    background: #fff;
  }
  #index-body .i-init5 .box .left .more em img {
    -webkit-filter: none;
    filter: none;
  }
  #index-body .i-init5 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-init5 .box .right .content {
    height: 500px;
  }
  #index-body .i-init5 .box .right .content .text ul li .h3 {
    font-size: 16px;
  }
  #index-body .i-init5 .box::after {
    display: none;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .left .ig {
    width: 100%;
  }
  #footer .f-content .right {
    display: none;
  }
  #footer .f-copy {
    text-align: center;
  }
  #sidebar,
  .fixed-toolbar {
    zoom: .7;
  }
  #sidebar {
    bottom: 20%;
  }
  #sidebar ul li:last-child {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner ul li .text .con {
    display: none;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-40 {
    font-size: 30px;
  }
  #index-body .i-init1 .box {
    margin-right: 0;
    width: 80%;
  }
  #index-body .i-init2 .left .list .ig {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .i-init2 .left .list .ig .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-init2 .left .list .ig .img {
    width: 100%;
  }
  #index-body .i-init2 .left .list .ig .img .img-box::after {
    zoom: .6;
  }
  #index-body .i-init2 .left .list .ig .img .title {
    display: none;
  }
  #index-body .i-init3 ul li .ig .img img {
    width: 100%;
  }
  #index-body .i-init4 .left .title {
    font-size: 26px;
  }
  #index-body .i-init5 {
    padding-bottom: 30px;
  }
  #index-body .i-init5 .box .left {
    padding-right: 0;
  }
  #index-body .i-init5 .box .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-16 {
    line-height: 2 !important;
  }
  .more {
    font-size: 14px;
    padding: 4px 16px 4px 4px;
  }
  .more em {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
  .more em img{
    width: 50%;
  }
  #banner ul li .text {
    top: 46%;
  }
  #banner ul li .text .title {
    font-size: 18px;
  }
  #banner ul li::after{
    display: none;
  }
  #banner ul li .text .btn {
    margin-top: 6px;
  }
  #banner .change {
    padding-bottom: 0;
  }
  #banner .change .prev,
  #banner .change .next {
    display: none;
  }
  #banner .change .swiper-pagination {
    margin: 0;
  }
  .font-28 {
    font-size: 24px;
    line-height: 1.5;
  }
  .font-42 {
    font-size: 36px;
  }
  #index-body .i-init1{
    background-size: auto;
    background-attachment: initial;
  }
  #index-body .i-init1 .box {
    width: 90%;
    zoom: .8;
  }
  #index-body .i-init1 .box .con {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-init2 .left ul li .ig .img .img-box::after{
    width: 300px;
    height: 300px;
  }
  #index-body .i-init2 .left .list .ig .text .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #index-body .i-init2 .left .list .ig .text span {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-init2 .left .list .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-init4 .left ul li {
    padding: 0 12px;
  }
  .flex-2 > * {
    width: 100%;
  }
  #footer .f-copy,
  #footer .f-copy svg text{
    font-family: 'Mulish';
  }
}
#innerMobileBanner .banner2{
  background-image: -webkit-linear-gradient(250deg, #7f7f7f, rgba(0, 0, 0, .05));
  background-image: -moz-linear-gradient(250deg,#7f7f7f,rgba(0,0,0,.05));
  background-image: linear-gradient(-160deg, #7f7f7f, rgba(0, 0, 0, .05));
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.inner-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
}
.inner-banner .ui.container {
  max-width: 1736px;
}
.inner-banner .img {
  display: block;
  overflow: hidden;
  height: 350px;
  min-height: 120px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  -moz-transition: transform 6s ease, -moz-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease, -moz-transform 6s ease;
}
.inner-banner .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15%;
  width: 100%;
  color: #fff;
}
.inner-banner .text .mbx {
  font-size: 20px;
  line-height: 1.8;
}
.inner-banner .text .i-title {
  margin-top: 10px;
}
.inner-banner .text .mbx,
.inner-banner .text .i-title {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.inner-banner.scrolled .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-banner.scrolled .text .mbx,
.inner-banner.scrolled .text .i-title {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.inner-banner.scrolled .text .mbx {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inner-banner.scrolled .text .i-title {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.contact-page {
  padding-top: 6%;
  background: #f6f6f6;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 18px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
.m-page {
  text-align: center;
  padding-top: 4%;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E5E7EB;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page span {
  background: var(--color);
  color: #fff;
}
.news-page {
  padding: 6% 0;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.gallery-page {
  padding: 5.209% 0;
}
.gallery-page .content {
  margin-top: 40px;
}
.gallery-page .content ul {
  margin: -10px;
}
.gallery-page .content ul li {
  padding: 10px;
}
.factory-page .content ul li .img-box {
  border-radius: 20px;
}
.gallery-page .content ul li .img-box img {
  width: 100%;
}
.faq-page {
  padding: 5.209% 0;
  background: #f6f6f6;
}
.faq-page .list {
  margin-top: 40px;
}
.faq-page .list ul li {
  margin-bottom: 20px;
  border-radius: 15px;
  background: #fff;
}
.faq-page .list ul li .tit {
  padding: 30px 40px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}
.faq-page .list ul li .tit i {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
}
.faq-page .list ul li .con {
  display: none;
  background: #fff;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #595959;
  border-top: 1px solid #f1f1f1;
}
.faq-page .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .list ul li.active .tit i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.i-data ul li .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 45px;
  position: relative;
  z-index: 1;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
}
.i-data ul li .num sub {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.i-data ul li .num::before {
  content: '';
  width: 129px;
  height: 128px;
  background-color: var(--color);
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -45px;
  border-radius: 50%;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.i-data ul li p {
  padding: 37px 0 0 45px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1px;
  font-style: italic;
}
.i-data ul li:hover .num::before {
  -webkit-transform: scale(1.3101);
  -moz-transform: scale(1.3101);
  -ms-transform: scale(1.3101);
  transform: scale(1.3101);
  opacity: 0.5;
}
.about-page .about-1 {
  padding-top: 6%;
}
.about-page .about-1 .content {
  margin-top: 53px;
}
.about-page .about-1 .content .left {
  padding-right: 20px;
}
.about-page .about-1 .content .left .i-data {
  padding-top: 120px;
}
.about-page .about-1 .content .left .i-data ul li .num {
  font-size: 40px;
  margin-left: 30px;
}
.about-page .about-1 .content .left .i-data ul li .num sub {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
}
.about-page .about-1 .content .left .i-data ul li .num::before {
  width: 80px;
  height: 80px;
  top: -24px;
  left: -30px;
}
.about-page .about-1 .content .left .i-data ul li p {
  padding: 30px 0 0 30px;
  font-size: 16px;
}
.about-page .about-1 .content .right {
  padding-left: 20px;
}
.about-page .about-1 .content .right .img {
  margin-top: 40px;
}
.about-page .about-2 {
  padding-top: 0%;
}
.about-page .about-2 .header .des {
  max-width: 950px;
}
.about-page .about-2 .content {
  margin-top: 87px;
}
.about-page .about-2 .content ul {
  margin-right: -24px;
}
.about-page .about-2 .content ul li {
  padding-right: 24px;
}
.about-page .about-2 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-3 {
  padding-top: 6%;
}
.about-page .about-3 .header .des {
  margin-top: 30px;
}
.about-page .about-3 .content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 70px;
}
.about-page .about-3 .content .video {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  height: 620px;
}
.about-page .about-3 .content .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .content .video::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.about-page .about-3 .content .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  color: #fff;
}
.about-page .about-3 .content .text .play {
  width: 100px;
  height: 100px;
  background: url(../images/icon-video.png) no-repeat center center;
  background-size: 100%;
  margin: 50px auto 0;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.about-page .about-3 .content .text .play::before {
  content: '';
  z-index: 5;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border: dashed 2px #fff;
}
.about-page .about-3 .content .text .play:hover::before {
  -webkit-animation: xz linear 5s infinite;
  -moz-animation: xz linear 5s infinite;
  animation: xz linear 5s infinite;
}
.about-page .about-4 {
  padding: 6% 0;
}
.about-page .about-4 .header .con {
  margin-top: 20px;
}
.about-page .about-4 .content {
  margin-top: 70px;
  position: relative;
}
.about-page .about-4 .content .img-box {
  border-radius: 25px;
}
.about-page .about-4 .swiper-button-prev,
.about-page .about-4 .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 4;
}
.about-page .about-4 .swiper-button-prev {
  left: 43px;
}
.about-page .about-4 .swiper-button-next {
  background-image: url(../images/arrow-right.png);
  right: 43px;
}
.about-page .about-4 .swiper-button-prev.swiper-button-disabled,
.about-page .about-4 .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 1230px) {
   .about-page .about-1 .content .left .i-data {
    zoom: .8;
  }
  .about-page .about-1 .content .left .i-data ul li .num {
    margin-left: 20px;
  }
  .about-page .about-1 .content .left .i-data ul li .num::before {
    left: -20px;
  }
  .about-page .about-1 .content .left .i-data ul li p {
    padding: 30px 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-3 .content .video {
    height: 500px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 24px;
  }
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .i-data ul li .num {
    font-size: 60px;
  }
  .i-data ul li p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .font-48{
    font-size: 30px;
  }
  .about-page .about-1 .content .i-data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .content .i-data ul li {
    width: 50%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .content .i-data ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-2 .header {
    display: block;
  }
  .about-page .about-2 .header .des {
    max-width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .header .des {
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content .video {
    height: 400px;
  }
  .about-page .about-4 .content {
    margin-top: 30px;
  }
  .contact-page .contact-1 .header .i-title{
    width: 100%;
  }
  .contact-page .contact-1 .header .con {
    max-width: 100%;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
     .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft{
    display: none;
  }
  .newdet-page .sideBox .sideRight{
    width: 100%;
  }
  .faq-page .list {
    margin-top: 20px;
  }
  .faq-page .list ul li .tit {
    padding: 20px;
    font-size: 18px;
  }
  .faq-page .list ul li .tit i {
    right: 20px;
    top: 20px;
    font-size: 20px;
  }
  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 16px;
  }
  .i-data ul li .num {
    font-size: 46px;
    margin-left: 20px;
  }
  .i-data ul li .num::before {
    width: 80px;
    height: 80px;
    top: -22px;
    left: -20px;
  }
  .i-data ul li p {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
   .about-page .about-1 .content {
    margin-top: 20px;
  }
  .about-page .about-1 .content .left {
    width: 100%;
    padding-right: 0;
  } 
  .about-page .about-1 .content .left .i-data ul li {
    width: 33.3333%;
    margin-bottom: 0;
  }
  .about-page .about-1 .content .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-1 .content .right .img {
    margin-top: 20px;
  }
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
    .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: 10px;
  }
  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .newdet-page .sideBox .sideRight .category{
    margin-bottom: 20px;
  }
  .newdet-page .sideBox .sideRight h1{
    font-size: 30px;
  }
  .newdet-page .sideBox .sideRight time{
    margin: 20px 0;
  }
  .gallery-page .content {
    margin-top: 20px;
  }
  .faq-page .list {
    margin-top: 20px;
  }
  .faq-page .list ul li .tit {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .faq-page .list ul li .tit i {
    right: 20px;
    top: 10px;
    font-size: 16px;
  }
  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
   .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
    .news-page .news-list ul li {
    width: 100% !important;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .content .left .i-data {
    zoom: 1;
  }
  .about-page .about-1 .content .left .i-data ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .content .left .i-data ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-3 .content .video {
    height: 300px;
  }
  .about-page .about-3 .content .text .play {
    margin: 20px auto 0;
  }
}
.about-91{
      margin-top: calc(5.75vw + 20px);
      padding: 5% 0;
        background: url(/huzhengcnc/2025/12/17/7458568.jpg?imageView2/2/format/webp/q/100) no-repeat center;
  background-size: cover;
    }
    .about-91 .play{
      left: initial;
      right: 20%;
    }
    .a91{
      font-weight: bold;
font-size: calc(1.7755vw + 14px);
color: #FFFFFF;
margin-bottom: 15px;
    }
    .a92{
      max-width: 944px;
      font-weight: 400;
font-size: calc(0.2085vw + 14px);
color: #FFFFFF;

    }
    .a92 p{
      padding-left: 36px;
      position: relative;
    }
    .a92 p em{
      position: absolute;
      top: 6px;
      left: 0;
      width: 24px;
      height: 24px;
      font-size: 16px;
      background: var(--color);
      color: #000;
      text-align: center;
      line-height: 24px;
      font-weight: bold;
    }
    .about-91 .link::before{
      background: #fff; 
    }
    .about-91 .link:hover{
      color: var(--color);
    }
    .a921{
      margin-bottom: 18px;
    }
    .a93{
      margin-top: calc(2.3955vw + 14px);
    }
    .about-95{
      padding-top: calc(5.75vw + 20px);
    }
    .a95-t{
      font-weight: bold;
font-size: calc(1.7755vw + 14px);
color: #000000;
text-align: center;
margin-bottom: calc(2.2385vw + 14px);
    }
    .a95-m{
      display: flex
    }
    .a95-m >div{
      width: 50%
    }
    .a95-l1{
      margin-bottom: calc(0.315vw + 14px);
    }
    .a95-l1,.a95-l2{
      font-weight: 400;
font-size: calc(0.2085vw + 14px);
color: #333333;
padding-right: calc(0.625vw + 14px);
    }
@media (max-width: 1000px) {
  .a95-l1, .a95-l2{
    padding-right: 0;
  }
  .a95-m{
    flex-wrap: wrap;
  }
      .a95-m >div{
      width: 100%
    }
    .a95-r{
      margin-top: 20px;
    }
}
.aft02 {
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden;
  background: #f2f6f7;
}

.aft02 .bg_fix {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 690px;
}

.aft02 .bg_fix::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative;
}

.aft02 .top .hu_h3 {
  color: #fff;
}

.aft02 .top p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.aft02 .top .line {
  height: 75px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 28px 0;
  position: relative;
}

.aft02 .top .line::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  animation: 2s linear 0.5s infinite hua2;
}

@keyframes hua2 {
  from {
    top: 0%;
  }

  to {
    top: 95%;
  }
}

.aft02 .top h4 {
  font-size: 30px;
  color: #fff;
}

.aft02 .botF {
  padding: 0 90px;
  position: relative;
}

.aft02 .botF .fa {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 74px;
  color: #cbcbcb;
  outline: none;
}

.aft02 .botF .fa:hover {
  color: var(--color);
  ;
}

.aft02 .bot {
  position: relative;
  overflow: hidden;
  margin: auto;
}

.aft02 .bot .box {
  background-color: #fff;
  padding: 50px 0 90px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgb(102 102 102 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aft02 .bot .box .icon {
  border-radius: 50%;
  position: relative;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
}

.aft02 .bot .box:hover .icon::before {
  animation: img01anime 10s 0s linear infinite;
}

.aft02 .bot .box:hover .icon::after {
  animation: img02anime 10s 0s linear infinite;
}

.aft02 .bot .box .icon::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}

.aft02 .bot .box .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}

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

  100% {
    transform: rotate(360deg);
  }
}

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

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

.aft02 .bot .box .icon img {
  width: 56px;
  transition: 0s;
}

.aft02 .bot .box h4 {
  font-size: 16px;
  line-height: 32px;
  color: #ccc;
  margin-bottom: 5px;
  margin-top: 54px;
}

.aft02 .bot .box h5 {
  font-size: 24px;
  position: relative;
  color: #111;
  text-align: center;
  line-height: 40px;
  height: 52px;
}

.aft02 .bot .box h5::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: var(--color);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.aft02 .bot .box p {
  padding: 30px 15px;
  font-size: 16px;
  line-height: 30px;
  height: 80px;
  text-align: center;
  font-weight: 300;
  color: #666;
}

.aft02 .bot .box:hover h5::after {
  background-color: #fff;
}

.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
  color: #fff;
}

.aft02 .bot .box:hover .icon img {
  filter: grayscale(10) brightness(10);
}

.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon::before,
.aft02 .bot .box:hover .icon::after {
  border-color: #fff;
}

.aft02 .bot .box:hover {
  background-color: var(--color);
  background-image: linear-gradient(135deg, var(--color), var(--color2));
}

.aft02 .bot .aft02Swiper {
  width: 1200px;
  margin: auto;
}

.aft02 .bot {
  width: 1242px;
  margin: auto;
  padding: 22px 0;
}
.aft03 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}
.aft03 p{
  color: #666;
  font-weight: 300;
}
.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  border-radius: 5%;
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 600;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
.hu_h3 {
  font-size: 30px;
  font-family: 'Anton';
  color: var(--color);
}
.custom-2new .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-2new .ui .top .left {
  padding-right: 65px;
}

.custom-2new .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}

.custom-2new .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-2new .ui .bottom {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-2new .ui .bottom .left {
  padding-right: 80px;
}

.custom-2new .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom-2new .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-2new .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  line-height: 36px;
}

.custom-2new .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;
}

.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}

.custom-2new .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 75px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}

#index-body .init-6 .container .i6-l {
  width: 22.1%;
  background: var(--color);
  border-radius: 40px;
}

#index-body .init-6 .container .i6-l .i6l-p {
  font-weight: 600;
  color: #fefefe;
}

#index-body .init-6 .container .i6-l .f-put1 {
  background: var(--color);
  border-radius: 10px;
  border: 1px solid #fff;
  height: 61px;
  width: 100%;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

#index-body .init-6 .container .i6-l .f-put1::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

#index-body .init-6 .container .i6-l .f-put2 {
  height: 88px;
}
#index-body .init-6 .container .i6-l .link{
  background: #fff;
  color: var(--color);
}
#index-body .init-6 .container .i6-l button {
  width: 172px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
}

#index-body .init-6 .container .i6-r {
  width: 77.9%;
}

#index-body .init-6 .container .i6-r .i6-r-t {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

#index-body .init-6 .container .i6-r .i6-r-b {
  position: relative;
}

#index-body .init-6 .container .i6-r .i6-r-b .s6-o {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 41px;
  height: 41px;
  background: #F6F6F6;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
  font-size: 22px;
  z-index: 5;
}

#index-body .init-6 .container .i6-r .i6-r-b .s6-o:hover {
  background: var(--color);
  color: #fff;
}

#index-body .init-6 .container .i6-r .i6-r-b .s6-l {
  left: -73px;
}

#index-body .init-6 .container .i6-r .i6-r-b .s6-r {
  right: 0;
}

#index-body .init-6 .container .i6-r .i6-r-b .i6-tap {
  display: flex;
  align-items: center;
}

#index-body .init-6 .container .i6-r .i6-r-b .i6-tap p {
  width: 48px;
  height: 48px;
  background: var(--color);
  border-radius: 24px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index-body .init-6 .container .i6-r .i6-r-b .i6-box {
  max-width: 301px;
}

#index-body .init-6 .container .i6-r .i6-r-b .i6-box .i6-b-p1 {
  font-family: Poppins;
  font-weight: 600;
  color: #141414;
}

#index-body .init-6 .container .i6-r .i6-r-b .i6-box .i6-b-p2 {
  font-family: Poppins;
  font-weight: 300;
  color: #666666;
}

#index-body .init-6 .container .i6-r .i6-r-b .swiper6 {
  overflow: hidden;
  position: relative;
}

#index-body .init-6 .container .i6-r .i6-r-b .swiper6::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #C8DCE8;
  border-radius: 50%;
  top: 37%;
  right: 0;
  z-index: 5;
}

#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap {
  position: relative;
}

#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap p {
  position: relative;
  z-index: 1;
}

#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap span {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2000px;
  height: 1px;
  background: #c8dce8;
}
.aft02 .bot .swiper-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between !important;
}

.aft02 .bot .swiper-slide {
  width: 30%
}

.aft02 .bot,
.aft02 .bot .aft02Swiper {
  width: 100% !important;
}

.aft02 .bot .aft02Swiper {
  padding-bottom: 30px;
}

.aft02 .botF {
  padding: 0 !important;
}
@media (max-width: 1800px) {
  #index-body .init-6 .container .i6-r .i6-r-b .swiper6::before {
    display: none;
  }
}
@media screen and (max-width:1600px) {
  .aft02 .top p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
  }

  .aft02 .top {
    margin-bottom: 30px;
  }

  .aft02 .top h4 {
    font-size: 24px;
  }

  .aft02 .top .line {
    height: 55px;
    margin: 20px 0;
  }

  .aft02 .bot .aft02Swiper {
    width: 1000px;
  }

  .aft02 .bot {
    width: 1032px;
    padding: 22px 0;
  }

  .aft02 .botF {
    padding: 0 13px;
  }

  .aft02 .botF .fa {
    font-size: 65px;
  }

  .aft02 .bot .box {
    padding: 43px 0 105px;
    box-shadow: 0 0 11px #d8d8d8;
  }

  .aft02 .bot .box .icon {
    height: 95px;
    width: 95px;
  }

  .aft02 .bot .box .icon img {
    width: 48px;
  }

  .aft02 .bot .box h4 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 44px;
  }

  .aft02 .bot .box h5 {
    width: 220px;
    font-size: 16px;
    line-height: 30px;
    height: 48px;
  }

  .aft02 .bot .box h5::after {
    width: 17px;
    height: 3px;
    bottom: -125px;
  }

  .aft02 .botF .fa-angle-left {
    left: -18px;
  }

  .aft02 .botF .fa-angle-right {
    right: -18px;
  }

  .aft02 {
    padding: 115px 0 90px;
  }

  .aft02 .bg_fix {
    height: 555px;
  }

  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media screen and (max-width: 1250px) {
   .custom-2new .ui .bottom .left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-2new .ui .bottom .right {
    padding-right: 0;
  }
   #index-body .init-6 .container .i6-r .i6-r-b .s6-r {
    right: -73px;
  }

  #index-body .init-6 .container .i6-r .i6-r-b {
    padding-right: 0;
  }

  #index-body .init-6 .container {
    flex-wrap: wrap;
  }

  #index-body .init-6 .container .i6-l,
  #index-body .init-6 .container .i6-r {
    padding: 0;
    width: 100%;
  }

  #index-body .init-6 .container .i6-r {
    margin-top: 20px;
  }

  #index-body .init-6 .container .i6-l {
    padding: 20px;
  }
  .custom-2new .ui .bottom {
    padding: 30px 25px;
  }
  .aft02 .bot .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .aft02 .bot .swiper-slide {
    width: 98%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:768px) {
  .aft02 .top p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }

  .aft02 .top .line {
    height: 42px;
    margin: 14px 0;
    position: relative;
  }

  .aft02 .top h4 {
    font-size: 22px;
  }

  .aft02 .bot {
    width: 110%;
  }

  .aft02 .top {
    margin-bottom: 20px;
  }

  .aft02 .botF {
    padding: 0 0px;
  }

  @keyframes hua2 {
    from {
      top: 0%;
    }

    to {
      top: 95%;
    }
  }

  .aft02 .bot .aft02Swiper {
    width: 100%;
  }

  .aft02 .bot {
    width: 100%;
    padding: 20px;
  }

  .aft02 .botF .fa-angle-left {
    left: -8px;
  }

  .aft02 .botF .fa-angle-right {
    right: -8px;
  }

  .aft02 {
    padding: 80px 0 40px;
  }

  .aft02 .bg_fix {
    height: 483px;
  }

  .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 700px) {
   .custom-2new .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-2new .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-2new .ui .top .right {
    width: 100%;
  }

  .custom-2new .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }

  .custom-2new .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-2new .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}

.sa-nav .container .sa-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 16.66%;
  border-radius: 25px;
}

.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active {
  background: rgba(254,189,23, 1);
  color: #fff;
}

.sa-nav .container .sa-c:hover img,
.sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}

.sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
}

.sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

.sa-nav {
  padding: 80px 0;
  background: #f2f6f7;
}
.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}

.cus-page .cus-1 .content {
  margin-top: 56px;
}

.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}

.cus-page .cus-1 .content .left {
  padding-right: 7px;
}

.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}

.cus-page .cus-1 .content .right {
  padding-left: 7px;
}

.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}

.cus-page .cus-1 .content .img {
  border-radius: 10px;
}

.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}

.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4B4B4B;
  margin-top: 24px;
}

.cus-page .cus-2 {
  padding-top: 6%;
}

.cus-page .cus-2 .i-title {
  text-align: center;
}

.cus-page .cus-2 .con {
  color: #666;
  font-weight: 300;
  text-align: center;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}

.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
  display: flex;
  align-items: center;
}

.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
  height: 150px;
}

.cus-page .cus-2 .content .item .con .des {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}

.cus-page .cus-2 .content .item:hover {
  background: #f4f9ff;
}

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

.cus-page .cus-3 .header {
  margin-top: 106px;
}

.cus-page .cus-3 .header .con {
  font-size: 18px;
  line-height: 1.6;
  color: #4B4B4B;
  max-width: 820px;
}

.cus-page .cus-3 .content {
  margin-top: 72px;
}

.cus-page .cus-3 .content ul li {
  width: 21.84%;
}

.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}

.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}

.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 30px;
}

.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}

.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}

.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}

.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cus-page .cus-4 {
  padding: 6% 0;
}

.cus-page .cus-4 .content {
  margin-top: 66px;
}

.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}

.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}

.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;

}

.cus-page .cus-4 .content .right .i-title {
  padding: 0 50px;
}

.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding-top: var(--px60);
}

.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}

.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}

.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}

.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}

.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}

.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}

.cus-page .cus-4 .content ul li:nth-child(even) {
  -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;
}

.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}

.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}

.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}

.cus-page .cus-5 {
  padding-bottom: 7%;
}

.cus-page .cus-5 .header {
  margin-top: 93px;
}

.cus-page .cus-5 .header .tit {
  max-width: 500px;
}

.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: 100px;
}

.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}

.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}

.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}

.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}

.cus-page .cus-6 {
  padding-top: 6%;
}

.cus-page .cus-6 .i-title {
  max-width: 936px;
}

.cus-page .cus-6 .content {
  margin-top: 66px;
}

.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}

.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}

.cus-page .cus-6 .content .item .tit em {
  color: var(--color);
}

.cus-page .cus-7 {
  padding-top: 6%;
}

.cus-page .cus-7 .header {
  margin-top: 93px;
}

.cus-page .cus-7 .header .con {
  color: #4B4B4B;
  max-width: 700px;
}

.cus-page .cus-7 .content {
  margin-top: 66px;
}

.cus-page .cus-8 {
  padding-top: 6%;
}

.cus-page .cus-8 .tab {
  margin-top: 66px;
}

.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}

.cus-page .cus-8 .tab ul li.active {
  background: var(--color);
  color: #fff;
}

.cus-page .cus-8 .content {
  margin-top: 30px;
}

.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}

.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}

.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}

.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}

.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4B4B4B;
}

.cus-page .cus-8 .content ul li:nth-child(even) {
  -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;
}

.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}

.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}

.cus-page .cus-9 {
  padding-top: 6%;
}

.cus-page .cus-9 .content {
  margin-top: 66px;
}

.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}

.cus-page .cus-9 .content .img-box img {
  width: 100%;
}

.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}

.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1440px) {
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
}
@media screen and (max-width: 1230px) {
  .cus-page .tit {
    font-size: 30px;
  }

  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }

  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }

  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }

  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }

  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }

  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }

  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }

  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }

  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }

  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }

  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }

  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .sa-nav .container .sa-c {
    width: 33.333%
  }
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }

  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }

  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }

  .cus-page .cus-1 .content .right {
    width: 100%;
  }

  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }

  .cus-page .cus-2 .content {
    margin-top: 30px;
  }

  .cus-page .cus-3 .header {
    margin-top: 30px;
  }

  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-3 .content {
    margin-top: 30px;
  }

  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }

  .cus-page .cus-4 .content {
    margin-top: 30px;
  }

  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }

  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }

  .cus-page .cus-5 .header {
    margin-top: 30px;
  }

  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-5 .content {
    margin-top: 30px;
  }

  .cus-page .cus-5 .content .text {
    padding: 20px;
  }

  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }

  .cus-page .cus-6 .content {
    margin-top: 30px;
  }

  .cus-page .cus-7 .header {
    margin-top: 30px;
  }

  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-7 .content {
    margin-top: 30px;
  }

  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }

  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }

  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }

  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }

  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }

  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }

  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }

  .cus-page .tit {
    font-size: 30px;
  }

  .cus-page .cus-5 .content .img-box img {
    min-height: 360px;
  }

  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }

  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .sa-nav .container .sa-c {
    width: 50%
  }
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }

  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }

  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }

  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }

  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }

  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }

  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }

  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }

  .cus-page .cus-3 .content ul {
    display: block;
  }

  .cus-page .cus-3 .content ul li {
    width: 100%;
  }

  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }

  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }

  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }

  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }

  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }

  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }

  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }

  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }

  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }

  .cus-page .cus-6 .content {
    overflow: hidden;
  }

  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }

  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }

  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }

  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }

  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }

  .cus-page .cus-9 .content {
    margin-top: 20px;
  }

  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }

  .cus-page .cus-5 .content .text .con {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  
  text-transform: uppercase;
}
.seo_content .title {
  text-transform: uppercase;
}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: var(--color);
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 8.282% 0 9.115%;
}
.seo_content .seo_about .con {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 5.782% 0;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 5.834% 0 7.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 30px;
  text-transform: uppercase;
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color);
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
}
.product-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.product-page .Auxil-h1{
  font-size: 36px;
    color: var(--color);
}
.product-page .list .in-num {
  color: var(--color);
}
.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
  font-weight: bold;
}
.product-page .list .title:hover {
  color: var(--color);
}
.product-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.product-page .list ul li .ig {
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px;
}
.product-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.product-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}
.product-page .list ul li .ig .text .more:hover {
  color: #fff;
}
.product-page .list ul li .ig .text .more:hover::after {
  background: #000;
}
.product-page .list ul li .ig .text .more:hover i {
  color: #fff;
}
.product-page .list ul li .ig .img {
  width: 50%;
}
.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform:translateY(-50%);
  transform: translateY(-50%);
  width: 774px;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0px 0px 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*.product-page .list ul li:hover::after {
  background: var(--color);
}*/
.product-page .list ul li:nth-child(even) .ig {
  -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;
}
.product-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0px 289px 289px 0px;
}
.product-page .list ul li:last-child {
  margin-bottom: 0;
}
.product-page::after {
  content: attr(data-text);
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 240px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .product-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}
@media screen and (max-width: 1440px) {
  .product-page .list ul li .ig .text {
    padding-right: 40px;
  }
  .product-page::after {
    font-size: 300px;
    top: -20px;
  }
  .product-page .list ul li::after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0px 0px 200px;
    top: 8%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 720px;
    height: 400px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  .product-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-page .list .title {
    width: 100%;
  }
  .product-page .list ul li::after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0px 0px 150px;
    top: 24%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 620px;
    height: 300px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .product-page .list ul li:nth-child(even)::after {
    width: 500px;
  }
  .font-36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .Auxil-industry{
    display: none;
  }
  .product-page::after {
    display: none;
  }
  .product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
  }
  .product-page .list ul li .ig .img {
    width: 100%;
    margin-top: 20px;
  }
  .product-page .list ul li::after {
    display: none;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 19px;
  }
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
}
.prodet-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
  padding: 0 197px 0 136px;
}
.prodet-page .prodet-1 .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}
.prodet-page .prodet-1 .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-1 .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.prodet-page .prodet-1 .text .title {
  margin-top: 11px;
}
.prodet-page .prodet-1 .img img {
  width: 100%;
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul{
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a{
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret .con ul li a img{
  display: block;
  max-width: 100%;
  margin: auto;
}
.prodet-page .prodet-2 .ret .table{
  border: 0;
}
.prodet-page .prodet-2 .ret .table td{
  border: 0;
  width: 100px !important;
}
.prodet-page .prodet-2 .ret form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px 100px 0px 0px;
  padding: 105px 36px 64px 21px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  
  line-height: 1.8;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 20px;
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .more {
  padding-left: 57px;
  margin-top: 65px;
}
.prodet-page .prodet-3 .content ul li .text .more:hover {
  color: #fff;
}
.prodet-page .prodet-3 .content ul li .text .more:hover i {
  color: #fff;
}
.prodet-page .prodet-3 .content ul li .text .more:hover::after {
  background: #000;
}
.prodet-page .prodet-4 .container{
  align-items: flex-start;
}
.prodet-page .prodet-4 .left{
  width: 40%;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-4 .left img{
  width: 100%;
}
.prodet-page .prodet-4 .right{
  width: 60%;
  padding-left: 60px;
}
.prodet-page .prodet-4 .right .title{
  margin-top: 20px;
}
.prodet-page .prodet-4 .right .imgList{
  margin-top: 60px;
}
.prodet-page .prodet-4 .right .imgList .swiper{
  padding: 10px;
  margin: -10px;
}
.prodet-page .prodet-4 .right .imgList li{
  padding: 10px;
}
.prodet-page .prodet-4 .right .imgList a{
  display: block;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-4 .right .imgList a img{
  width: 100%;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  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;
}
.prodet-page .opt dl dd {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 240px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-1 .text {
    width: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .prodet-page .prodet-1 {
    padding: 0 100px 0 136px;
  }
  .font-30 {
    font-size: 27px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .opt dl dd {
    padding: 0 79px;
  }
  .font-30 {
    font-size: 24px;
  }
  .prodet-page .prodet-4 .left{
    width: 100%;
    max-width: 400px;
  }
  .prodet-page .prodet-4 .right{
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .prodet-1 {
    padding: 0 80px 0 100px;
  }
  .prodet-page .opt dl dd {
    padding: 0 60px;
  }
  .prodet-page .opt dl dd::before {
    left: 30px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }
  .prodet-page .prodet-1 {
    padding: 0;
  }
  .prodet-page .prodet-1 .text {
    position: initial;
    width: 100%;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px;
  }
  .prodet-page .prodet-4 .right .imgList{
    margin-top: 30px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .Auxil-through a{
  width: 100%;
  height: auto;
  line-height: inherit;
  padding: 6px 20px;
}
.seo_content #index-body .i-init4{
  padding: 0;
}
/*2025-12-17*/
.service-add ul li{
  margin-bottom: 20px;
}
.service-add ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-add ul li .text{
  background: #faf9f9;
  padding: 20px 6%;
}
.service-add ul li:nth-child(even){
  -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;
}
.service-add ul li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .service-add ul li .text{
    padding: 20px 15px;
  }
  .service-add ul li .text .title{
    font-size: 24px;
  }
  .service-add ul li .text .con{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
   .service-add ul li .img,
   .service-add ul li .text{
     width: 100%;
   }
}
/*2025-12-18*/
.add-page{
  padding: 5.26% 0;
}
.add-page ul{
  margin: -54px -23px;
}
.add-page ul li{
  padding: 54px 23px;
}
.add-page ul li .text{
  font-size: 20px;
  line-height: 1.5;
}
.add-page ul li .text strong{
  font-weight: bold;
}
.au-page .container{
  width: 1755px;
}
.au-page .au-1{
  padding-top: 73px;
}
.au-page .au-1 .header{
  max-width: 1200px;
  margin: 0 auto;
}
.au-page .au-1 .header .con{
  color: #333;
  line-height: 1.6;
}
.au-page .au-2{
  padding: 4.8% 0 5.1042%;
}
.au-page .au-2 .text{
  width: 47%;
  color: #333333;
  line-height: 1.6;
}
.au-page .au-2 .img{
  width: 53%;
}
.au-page .au-3{
  background: url(/huzhengcnc/2025/12/18/6468679.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 6.83% 0 7.4%;
}
.au-page .au-3 .text{
  width: 46%;
}
.au-page .au-3 .img{
  width: 54%;
}
.au-page .au-3 .img img{
  width: 100%;
}
.au-page .au-3::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.au-page .au-4{
  padding: 5.21% 0;
}
.au-page .au-4 .text{
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}
.au-page .au-4 .list li{
  background-color: #f7f7f7;
  padding: 2.5% 1.5%;
}
@media screen and (max-width: 1700px) {
  .au-page .container{
    width: 1460px;
  }
}
@media screen and (max-width: 1450px) {
  .au-page .container{
    width: 1260px;
  }
  .about-91 .play{
    right: 10%;
  }
}
@media screen and (max-width: 1250px) {
  .au-page .container{
    width: 1000px;
  }
  .a92{
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .add-page ul{
   margin: -27px -12px;
  }
  .add-page ul li{
    padding: 27px 12px;
  }
  .add-page ul li .text{
    font-size: 18px;
    line-height: 1.6;
  }
  .font-40{
    font-size: 36px;
  }
  .au-page .au-2 .text,
  .au-page .au-3 .text{
    width: 100%;
  }
  .au-page .au-2 .img,
  .au-page .au-3 .img{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .au-page .au-4 .list li span.h6{
    font-size: 19px;
  }
  .a92{
    max-width: 560px;
  }
}
@media screen and (max-width: 700px) {
  .flex-3>*{
    width: 50%;
  }
  .font-40 {
    font-size: 30px;
  }
  .au-page .au-1{
    padding-top: 30px;
  }
  .au-page .au-4 .list ul{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .au-page .au-4 .list li{
    width: 49.6%;
  }
  .about-91 .play{
    top: initial;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 500px) {
  .flex-3>*{
    width: 100%;
  }
  .au-page .au-4 .list li{
    width: 100%;
  }
  .prodet-page .prodet-2 .ret .table tbody{
    white-space: unset;
  }
  .about-page .about-1 .content .left .i-data{
    display: none;
  }
}