@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-SemiBold.eot');
  src: url('../fonts/Archivo-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-SemiBold.woff2') format('woff2'), url('../fonts/Archivo-SemiBold.woff') format('woff'), url('../fonts/Archivo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.eot');
  src: url('../fonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-Regular.woff2') format('woff2'), url('../fonts/Archivo-Regular.woff') format('woff'), url('../fonts/Archivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #ff294c;
  font-family: 'Archivo';
  font-weight: 400;
  color: #111;
  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: 1810px;
  margin: 0 auto;
}
.inner-page .container{
  width: 1500px;
}
.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;
  background-image: -webkit-linear-gradient(239deg, #000000 0%, #1b1b1b 16%, #363636 52%, #1b1b1b 87%, #000000 100%);
  background-image: -moz-linear-gradient(239deg, #000000 0%, #1b1b1b 16%, #363636 52%, #1b1b1b 87%, #000000 100%);
  background-image: linear-gradient(211deg, #000000 0%, #1b1b1b 16%, #363636 52%, #1b1b1b 87%, #000000 100%);
  border-radius: 31px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-transform: capitalize;
  padding: 22px 24px 22px 32px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.more i {
  margin-left: 64px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 6px;
  right: 9px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.more:hover {
  color: #111;
}
.more:hover::after {
  top: 0;
  right: 0;
  width: 200%;
  height: 200%;
  border-radius: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.more:hover i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #bbbbbb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .h-search {
  margin: 0 0 0 auto;
  cursor: pointer;
}
#header .h-top .msg {
  line-height: 1;
  color: #343434;
}
#header .h-top .yuy span i {
  font-size: 20px;
  line-height: 1;
}
#header .h-top .yuy ul{
  left: initial;
  right: 0;
}
#header .nav {
  position: relative;
  margin-top: -14px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 24px;
  line-height: 1;
  margin-right: 44px;
  color: #343434;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .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 .ui.menu .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 .ui.menu .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: auto;
  -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 .ui.menu .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;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .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 .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.inner,
#header.active {
  border-bottom: 0;
}
#header.active .h-top .logo{
  width: 15%;
  margin-top: -1.5%;
}
#header.active .h-top .h-search,
#header.active .h-top .yuy,
#header.active .h-top .msg{
  display: none;
}
#header.active .nav{
  margin-top: -43px;
}
#header.inner::after,
#header.active::after {
  width: 100%;
}
.i-tag {
  font-size: 24px;
  color: var(--color);
  line-height: 1.5;
  display: block;
}
.i-title {
  font-size: 40px;
  line-height: 2;
}
.i-title,
.title {
  font-weight: 600;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .tag {
  display: inline-block;
  background-color: #d9d9d9;
  line-height: 1;
  padding: 12px 45px 11px 46px;
}
#banner ul li .text .tit {
  line-height: 1.1;
  margin-top: 4px;
}
#banner ul li .text .tit em {
  font-weight: 600;
  font-style: italic;
}
#banner ul li .text .con {
  line-height: 1.5;
  width: 90%;
}
#banner ul li .text .tag,
#banner ul li .text .tit,
#banner ul li .text .con,
#banner ul li .text .btn {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .tag,
#banner ul .swiper-slide-active .text .tit,
#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 .tag {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .tit {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.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-16 {
  line-height: 1.6;
}
.font-18 {
  line-height: 1.7;
}
a.link {
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.link i {
  margin-left: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.link:hover {
  color: var(--color);
}
a.link:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-about {
  background-color: #f6f6f6;
  padding: 6.146% 0 7.8646%;
}
#index-body .i-about .top .right {
  width: 55.675%;
}
#index-body .i-about .top .right .con {
  color: #4b4b4b;
  line-height: 1.5;
}
#index-body .i-about .top .right .con h1 {
  display: inline;
}
#index-body .i-about .bottom ul li .ig {
  background: #fff;
}
#index-body .i-about .bottom ul li .ig .num {
  line-height: 1;
}
#index-body .i-about .bottom ul li .ig .num em {
  display: inline-block;
}
#index-body .i-about .bottom ul li .ig p {
  line-height: 1.2;
}
#index-body .i-product {
  padding: 3.5% 0 6.3021%;
}
#index-body .i-product .right {
  line-height: 1.4;
  color: #4b4b4b;
}
#index-body .i-product .content ul {
  margin: 0 -13.5px;
}
#index-body .i-product .content ul li {
  padding: 96px 13.5px 0;
}
#index-body .i-product .content ul li .ig {
  border-radius: 212px;
  background: #f4f4f4;
  padding: 22px 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig .img-box {
  background: #fff;
  border-radius: 183px 183px 30px 30px;
  padding: 23px 0;
}
#index-body .i-product .content ul li .ig .img-box img {
  width: auto;
}
#index-body .i-product .content ul li .ig .img-box em {
  right: 50px;
  bottom: 46px;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig .img-box:hover em {
  color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-product .content ul li .ig .text {
  background: transparent;
  padding: 21px 37px 30px;
}
#index-body .i-product .content ul li .ig .text .title {
  display: block;
  line-height: 1.6;
  min-height: 100px;
}
#index-body .i-product .content ul li .ig:hover {
  -webkit-transform: translateY(-96px);
  -moz-transform: translateY(-96px);
  -ms-transform: translateY(-96px);
  transform: translateY(-96px);
}
#index-body .i-advantage {
  background-color: #f6f6f6;
  padding: 3.4375% 0 4.1146%;
}
#index-body .i-advantage .left {
  width: 46.517%;
}
#index-body .i-advantage .left .desc {
  line-height: 1.4;
  max-width: 413px;
  color: #4b4b4b;
}
#index-body .i-advantage .left i.line {
  height: 1px;
  background-color: #444444;
}
#index-body .i-advantage .left ul li i.icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #010101;
}
#index-body .i-advantage .left ul li .text {
  max-width: 310px;
}
#index-body .i-advantage .left ul li .con {
  line-height: 2;
}
#index-body .i-advantage .right {
  width: 44.663%;
}
#index-body .i-advantage .right .i1 {
  width: 72.203%;
}
#index-body .i-advantage .right .i2 {
  width: 44.026%;
  margin-left: -16.229%;
}
#index-body .i-partner {
  padding: 6.25% 0 5.3646%;
}
#index-body .i-partner ul li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .i-partner ul li:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-service {
  background: url(../images/sbg.jpg) no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-top: 25.521%;
}
#index-body .i-service .box {
  max-width: 965px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 20px 20px 0px 0px;
  padding: 94px 0 100px;
  margin: 0 auto;
  color: #fff;
}
#index-body .i-service .box .title {
  line-height: 1.2;
}
#index-body .i-application {
  background-color: #f6f6f6;
  padding: 5.15625% 0 9.17%;
}
#index-body .i-application ul li {
  padding-top: 295px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application ul li a {
  z-index: 1;
  border-radius: 178px;
  overflow: hidden;
  -webkit-transform: rotate(-30deg) translateX(-20px);
  -moz-transform: rotate(-30deg) translateX(-20px);
  -ms-transform: rotate(-30deg) translateX(-20px);
  transform: rotate(-30deg) translateX(-20px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 178px;
}
#index-body .i-application ul li a > img {
  border-radius: 178px;
}
#index-body .i-application ul li a span {
  z-index: 1;
  color: #fff;
  left: 0;
  text-align: center;
  bottom: 72px;
  width: 100%;
}
#index-body .i-application ul .swiper-slide-prev {
  padding-top: 99px;
}
#index-body .i-application ul .swiper-slide-prev a {
  -webkit-transform: rotate(-20deg) translateX(-30px);
  -moz-transform: rotate(-20deg) translateX(-30px);
  -ms-transform: rotate(-20deg) translateX(-30px);
  transform: rotate(-20deg) translateX(-30px);
}
#index-body .i-application ul .swiper-slide-active {
  padding-top: 0;
}
#index-body .i-application ul .swiper-slide-active a {
  -webkit-transform: rotate(0deg) translateX(0);
  -moz-transform: rotate(0deg) translateX(0);
  -ms-transform: rotate(0deg) translateX(0);
  transform: rotate(0deg) translateX(0);
}
#index-body .i-application ul .swiper-slide-next {
  padding-top: 99px;
}
#index-body .i-application ul .swiper-slide-next a {
  -webkit-transform: rotate(20deg) translateX(30px);
  -moz-transform: rotate(20deg) translateX(30px);
  -ms-transform: rotate(20deg) translateX(30px);
  transform: rotate(20deg) translateX(30px);
}
#index-body .i-application ul .swiper-slide-next + .swiper-slide {
  padding-top: 290px;
}
#index-body .i-application ul .swiper-slide-next + .swiper-slide a {
  -webkit-transform: rotate(30deg) translateX(20px);
  -moz-transform: rotate(30deg) translateX(20px);
  -ms-transform: rotate(30deg) translateX(20px);
  transform: rotate(30deg) translateX(20px);
}
#index-body .i-application .text {
  left: 0;
  bottom: 96px;
  width: 100%;
}
#index-body .i-news {
  padding: 7.03125% 0 6.40625%;
}
#index-body .i-news ul li time {
  color: #585858;
}
#index-body .i-news ul li .tit {
  color: #000;
  line-height: 1.3;
}
#index-body .i-news ul li .tit:hover {
  color: var(--color);
}
#index-body .i-news ul li .con {
  line-height: 2;
  color: #4b4b4b;
}
#footer {
  background-image: -webkit-linear-gradient(239deg, #000000 0%, #1b1b1b 16%, #363636 52%, #1b1b1b 87%, #000000 100%);
  background-image: -moz-linear-gradient(239deg, #000000 0%, #1b1b1b 16%, #363636 52%, #1b1b1b 87%, #000000 100%);
  background-image: linear-gradient(211deg, #000000 0%, #1b1b1b 16%, #363636 52%, #1b1b1b 87%, #000000 100%);
}
#footer .f-header {
  background: #fff;
}
#footer .f-header .f-logo {
  display: inline-block;
}
#footer .f-header .tit {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 12px;
}
#footer .f-header p {
  color: #5a5a5a;
  line-height: 1.4;
}
#footer .f-header .right {
  padding-left: 1.311%;
}
#footer .f-header #ewm {
  width: 121px;
  border: 3px solid #fff;
}
#footer .f-content {
  color: #fff;
}
#footer .f-content .tit {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
}
#footer .f-content ul li {
  font-size: 22px;
  line-height: 1.8;
}
#footer .f-content ul li a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-content .f-nav ul li {
  margin-right: 51px;
}
#footer .f-content .f-nav ul li:first-child {
  display: none;
}
#footer .f-content .f-nav ul li:last-child {
  margin-right: 0;
}
#footer .f-content .f-nav ul li ul{
  display: none;
}
#footer .f-content .f-form {
  max-width: 604px;
}
#footer .f-content .f-form form ul {
  margin: -5px;
}
#footer .f-content .f-form form ul li {
  padding: 5px;
  width: 50%;
}
#footer .f-content .f-form form ul li input {
  width: 100%;
  height: 61px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  border: 0;
  font-size: 16px;
  padding: 0 33px;
}
#footer .f-content .f-form form ul li input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input:-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input::-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input::placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li:nth-child(3) {
  width: 72.313%;
}
#footer .f-content .f-form form ul li:last-child {
  width: 27.687%;
}
#footer .f-content .f-form form ul li button {
  width: 100%;
  border: 0;
  background: #fff;
  height: 61px;
  border-radius: 30px;
  font-size: 22px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form form ul li button:hover {
  background: var(--color);
  color: #fff;
}
#footer .f-copy {
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 43%;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1700px) {
  #footer .f-content ul li {
    font-size: 20px;
  }
  #footer .f-copy {
    left: 12px;
  }
}
@media screen and (max-width: 1450px) {
  .font-80 {
    font-size: 60px;
  }
  .i-title {
    font-size: 56px;
  }
  .font-24 {
    font-size: 24px;
  }
  .font-19 {
    font-size: 19px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  #index-body .i-application ul li a span {
    font-size: 18px;
  }
  .slickGap-176 {
    margin: 0 -30px;
  }
  .slickGap-176 li {
    padding: 0 30px;
  }
  #footer .f-content .f-nav ul li {
    margin-right: 30px;
  }
  #footer .f-content .f-form {
    max-width: 530px;
  }
}
@media screen and (max-width: 1250px) {
  .font-80 {
    font-size: 50px;
  }
  .font-24 {
    font-size: 22px;
  }
  #banner ul li .text .left {
    width: 60%;
  }
  #banner ul li .text .con {
    width: 75%;
  }
  .i-title {
    font-size: 45px;
  }
  .font-59 {
    font-size: 36px;
  }
  .font-22 {
    font-size: 20px;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  .font-80 {
    font-size: 40px;
  }
  .font-24 {
    font-size: 20px;
  }
  #banner ul li {
    z-index: 1;
  }
  #banner ul li .text {
    z-index: 2;
  }
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .con {
    width: 100%;
  }
  #banner ul li .text .btn {
    margin-top: 20px;
  }
  #banner ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  #index-body .i-about .top .right {
    width: 100%;
    padding-top: 20px;
  }
  #index-body .i-about .bottom ul li .ig .num {
    font-size: 27px;
  }
  #index-body .i-about .bottom ul li .ig .num em {
    margin-right: 6px;
  }
  #index-body .i-about .bottom ul li .ig p {
    font-size: 16px;
  }
  #index-body .i-product .header .right {
    width: 100%;
    padding-top: 20px;
  }
  #index-body .i-advantage .left {
    width: 100%;
  }
  #index-body .i-advantage .right {
    display: none;
  }
  #footer {
    padding-bottom: 30px;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-form {
    max-width: 100%;
  }
  #footer .f-copy {
    position: initial;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-80 {
    font-size: 30px;
  }
  .more {
    font-size: 16px;
    padding: 11px 12px 11px 16px;
  }
  .more i {
    margin-left: 30px;
  }
  .more::after {
    width: 30px;
    height: 30px;
    right: 7px;
  }
  #banner ul li .text .tag {
    display: none;
  }
  #banner ul li .text .con {
    font-size: 16px;
  }
  .i-tag {
    font-size: 20px;
  }
  .i-title {
    font-size: 38px;
  }
  #index-body .i-about .bottom ul {
    margin: -6px;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
    padding: 6px;
  }
  #index-body .i-product .content ul li {
    padding-top: 40px;
  }
  #index-body .i-product .content ul li .ig .img-box em {
    right: 25px;
    bottom: 23px;
  }
  #index-body .i-product .content ul li .ig .text {
    padding: 21px 0 30px;
  }
  #index-body .i-product .content ul li .ig:hover {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  #index-body .i-application ul li a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .i-application ul li a span {
    font-size: 16px;
    bottom: 20px;
    padding: 0 17px;
  }
  #index-body .i-application ul .swiper-slide-next + .swiper-slide a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .i-application .text {
    bottom: 40px;
  }
  #index-body .i-service .box {
    padding: 30px 0;
  }
  .font-22 {
    font-size: 18px;
  }
  #footer .f-header .left {
    width: 100%;
  }
  #footer .f-header .right {
    width: 100%;
  }
  #footer .f-header .f-code {
    display: none;
  }
  #footer .f-content {
    zoom: 1;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  #banner ul li .text .tit {
    font-size: 23px;
    line-height: 1.5;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner ul li .text .btn {
    margin-top: 7px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .i-tag {
    font-size: 16px;
    line-height: 1.8;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-about .bottom ul li {
    width: 100%;
  }
  #index-body .i-product .content ul li .ig .text {
    padding: 21px 24px 30px;
  }
  #index-body .i-product .content ul li .ig .text .title {
    min-height: 100%;
  }
  #index-body .i-advantage .left ul li {
    width: 100%;
    padding: 0 0 20px 0;
  }
  #index-body .i-advantage .left ul li:last-child {
    padding-bottom: 0;
  }
  #index-body .i-application ul li {
    padding-top: 0 !important;
  }
  #index-body .i-application ul li a {
    -webkit-transform: rotate(0deg) translateX(0) !important;
    -moz-transform: rotate(0deg) translateX(0) !important;
    -ms-transform: rotate(0deg) translateX(0) !important;
    transform: rotate(0deg) translateX(0) !important;
  }
  #index-body .i-application .text {
    position: initial;
  }
  #footer .f-header {
    padding: 20px 15px;
  }
  #footer .f-header p {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-header .tit {
    font-size: 22px;
    line-height: 1.5;
  }
  #footer .f-content .f-form form ul li {
    width: 100%;
  }
  #footer .f-content .f-form form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-content .f-form form ul li:last-child {
    width: 50%;
  }
}
.inner-banner {
  height: 760px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 340px;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .tit {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .inner-banner{
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 100px;
  }
  .inner-banner .tit {
    font-size: 36px;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .font-48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    background: #fff !important;
    color: #000;
    height: auto;
    padding-top: 30px;
  }
  .inner-banner .tit {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 30px;
  }
}
.about-page .about-1 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left {
  position: relative;
}
.about-page .about-1 .left .title {
  line-height: 1.1;
  letter-spacing: 1px;
}
.about-page .about-1 .left .title em {
  color: var(--color);
}
.about-page .about-1 .left .title small {
  display: block;
}
.about-page .about-1 .left .title::after {
  content: '';
  width: 306px;
  height: 27px;
  /*background: url(../images/about1-line.png) no-repeat;*/
  display: block;
  margin: 0 0 0 auto;
}
.about-page .about-1 .left::after {
  content: attr(data-text);
  position: absolute;
  top: -156px;
  left: -153px;
  z-index: -1;
  font-size: 160px;
  font-weight: 600;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,41,76, 0.2)), color-stop(50%, rgba(255,41,76, 0.1)), color-stop(70%, rgba(255,41,76, 0.01)), to(rgba(255,41,76, 0)));
  background: -webkit-linear-gradient(top, rgba(255,41,76, 0.2) 0%, rgba(255,41,76, 0.1) 50%, rgba(255,41,76, 0.01) 70%, rgba(255,41,76, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255,41,76, 0.2) 0%, rgba(255,41,76, 0.1) 50%, rgba(255,41,76, 0.01) 70%, rgba(255,41,76, 0) 100%);
  background: linear-gradient(to bottom, rgba(255,41,76, 0.2) 0%, rgba(255,41,76, 0.1) 50%, rgba(255,41,76, 0.01) 70%, rgba(255,41,76, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 .right {
  margin-right: -4.2%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .right .play {
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  bottom: 0;
  left: 49%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-1 .right .play span {
  display: inline-block;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
  background: var(--color);
  position: relative;
  color: #fff;
}
.about-page .about-1 .right .play span svg {
  font-size: 20px;
  text-transform: uppercase;
  fill: #fff;
  font-weight: bold;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.about-page .about-1 .right .play span i {
  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%);
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 24px solid #fff;
  border-bottom: 14px solid transparent;
}
.about-page .about-1 .bottom {
  margin-top: -42px;
}
.about-page .about-1 .bottom .text {
  width: 46.667%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 0 80px;
  padding: 104px 0 83px 90px;
}
.about-page .about-1 .bottom .text i {
  position: absolute;
  top: 56px;
  left: 33px;
  font-size: 129px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .bottom .text .desc {
  max-width: 580px;
  position: relative;
}
.about-page .about-1 .bottom .text .desc .title {
  position: relative;
}
.about-page .about-1 .bottom .text .desc .title::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 24px;
  height: 36px;
  background: url(../images/about-wh.png) no-repeat;
}
.about-page .about-1 .bottom .text .desc .con {
  color: #878787;
  line-height: 1.3;
}
.about-page .about-1 .icon {
  right: 0;
  top: -35%;
}
.about-page .about-2 {
  background: url(../images/about2-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 10.1042% 0 16.25%;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .img {
  width: 47.124%;
  z-index: 1;
}
.about-page .about-2 .img .icon {
  top: -35px;
  left: -114px;
  z-index: -1;
}
.about-page .about-2 .text {
  width: 52.876%;
}
.about-page .about-2 .text span {
  color: var(--color);
  line-height: 1.6;
  padding-right: 25%;
}
.about-page .about-2 .text .title {
  line-height: 1;
  margin: 1px 0 0 -109px;
  max-width: 670px;
  position: relative;
  z-index: 2;
}
.about-page .about-2 .text .title em {
  color: var(--color);
}
.about-page .about-2 .text .con {
  line-height: 1.6;
  color: #5a5a5a;
  max-height: 320px;
  overflow-y: auto;
}
.about-page .about-2 .wz {
  z-index: -1;
  top: 0;
  right: 0;
}
.about-page .about-3 {
  position: relative;
  z-index: 1;
  padding-top: 159px;
  margin-top: -8.6%;
}
.about-page .about-3 .top {
  max-width: 1612px;
  height: 21.67vw;
  margin: 0 0 0 auto;
  border-radius: 30px 0 0 0;
  background: var(--color);
  -webkit-transform: translateY(-37.42%);
  -moz-transform: translateY(-37.42%);
  -ms-transform: translateY(-37.42%);
  transform: translateY(-37.42%);
  position: relative;
  z-index: 1;
}
.about-page .about-3 .top::after {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  font-size: 184px;
  top: 23px;
  right: 88px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8947), color-stop(50%, rgba(254, 137, 71, 0.8)), color-stop(70%, rgba(254, 137, 71, 0.6)), to(rgba(254, 137, 71, 0.4)));
  background: -webkit-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  background: -moz-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  background: linear-gradient(to bottom, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-3 .bottom {
  background-color: #ffffff;
  border-radius: 0 30px 0 0;
  padding: 114px 0 72px 12.5%;
  max-width: 1685px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-page .about-3 .bottom .text {
  width: 46.575%;
}
.about-page .about-3 .bottom .text .title em {
  color: var(--color);
}
.about-page .about-3 .bottom .text .con {
  color: #5a5a5a;
  line-height: 1.6;
}
.about-page .about-3 .bottom .img {
  right: 0;
  top: 0;
  width: 42.196%;
  height: 100%;
  z-index: 6;
}
.about-page .about-3 .bottom .img img {
  width: 100%;
  height: 100%;
}
.about-page .about-3::before {
  content: attr(data-text);
  position: absolute;
  z-index: 4;
  font-size: 184px;
  top: 23px;
  right: 88px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8947), color-stop(50%, rgba(254, 137, 71, 0.8)), color-stop(70%, rgba(254, 137, 71, 0.1)), to(rgba(254, 137, 71, 0)));
  background: -webkit-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  background: -moz-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.32) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1612px;
  height: 416px;
  background-color: #ff294c;
  border-radius: 30px 0 0 0;
}
.about-page .about-4 {
  background: url(../images/about4-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 9.323% 0 7.6042%;
}
.about-page .about-4 .header span {
  line-height: 1.6;
  color: var(--color);
}
.about-page .about-4 .header .title {
  line-height: 1.2;
}
.about-page .about-4 .header .title em {
  color: var(--color);
}
.about-page .about-4 .content ul {
  margin: 0 -36px -60px 0;
}
.about-page .about-4 .content ul li {
  padding: 0 36px 60px 37px;
  position: relative;
  height: auto;
}
.about-page .about-4 .content ul li .top {
  border-radius: 20px;
  background: var(--color);
  color: #fff;
  max-width: 510px;
  padding: 17px 27px 12px 32px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 38px;
}
.about-page .about-4 .content ul li .top span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 17px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.about-page .about-4 .content ul li .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 4px -2px 50px 1px rgba(134, 134, 134, 0.13);
  box-shadow: 4px -2px 50px 1px rgba(134, 134, 134, 0.13);
  border-radius: 20px;
  padding: 147px 46px 37px 69px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.about-page .about-4 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.6;
  color: #5a5a5a;
  margin-top: 28px;
}
.about-page .about-4 .content ul li .ig .num {
  right: -53px;
  bottom: -9px;
  font-size: 252px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  opacity: 0.05;
  z-index: -1;
}
.about-page .about-5 {
  background-image: url(../images/about5-bg.jpg);
  background-size: 100% 100%;
  padding: 5.3646% 0 3.021%;
}
.about-page .about-5 .box {
  max-width: 773px;
  color: #000;
}
.about-page .about-5 .box .title {
  line-height: 1.1;
}
.about-page .about-5 .box .title em {
  display: block;
}
.about-page .about-5 .box .con {
  line-height: 1.3;
  opacity: 0.82;
}
.about-page .about-factory{
  padding-bottom: 7.6042%;
}
.about-page .about-factory .title em{
  color: var(--color);
}
@media screen and (max-width: 1680px) {
  .about-page .about-1 .left::after {
    left: -49px;
    font-size: 200px;
  }
  .about-page .about-1 .right {
    margin-right: -3%;
  }
  .about-page .about-1 .bottom .text {
    padding: 104px 40px 83px 90px;
  }
  .about-page .about-3::after {
    max-width: 1390px;
  }
  .about-page .about-3 .bottom {
    padding: 90px 0 72px 9%;
    max-width: 1400px;
  }
  .font-24 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-3::before {
    right: 6px;
    font-size: 170px;
  }
  .about-page .about-3::after {
    max-width: 1190px;
  }
  .about-page .about-3 .bottom {
    padding: 90px 0 72px 9%;
    max-width: 1200px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 147px 30px 37px 40px;
  }
  .about-page .about-4 .content ul li .ig .num {
    right: -40px;
    font-size: 190px;
  }
  .about-page .about-5 .box .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .right .play {
    left: 14%;
  }
  .about-page .about-1 .left::after {
    font-size: 150px;
    top: -116px;
  }
  .about-page .about-1 .icon {
    zoom: .76;
  }
  .about-page .about-1 .bottom .text {
    width: 56%;
    padding: 80px 40px 20px 90px;
  }
  .about-page .about-3::before {
    font-size: 136px;
  }
  .about-page .about-3::after {
    max-width: 960px;
  }
  .about-page .about-3 .bottom {
    max-width: 970px;
    padding: 70px 0 40px 7%;
  }
  .about-page .about-4 .content ul li .top {
    max-width: 420px;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 60px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left::after {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
    text-align: left;
  }
  .about-page .about-1 .right img {
    display: none;
  }
  .about-page .about-1 .right .play {
    position: initial;
  }
  .about-page .about-1 .bottom {
    margin-top: 30px;
  }
  .about-page .about-1 .bottom .text {
    position: relative;
    width: 100%;
    padding: 60px 40px 20px 60px;
  }
  .about-page .about-1 .bottom .text i {
    top: 16px;
    left: 10px;
  }
  .about-page .about-1 .bottom .text .desc .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-1 .icon {
    display: none;
  }
  .about-page .about-2 .wz {
    display: none;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding-top: 100px;
  }
  .about-page .about-3::before {
    font-size: 114px;
  }
  .about-page .about-3::after {
    width: 100%;
  }
  .about-page .about-3 .bottom {
    padding: 30px 0 20px 5%;
  }
  .about-page .about-3 .bottom .text {
    width: 50%;
  }
  .about-page .about-4 .content ul li {
    padding-left: 0;
  }
  .about-page .about-4 .content ul li .top {
    position: initial;
    border-radius: 20px 20px 0 0;
    padding: 12px 20px;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 50px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 22px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 30px 15px;
    border-radius: 0 0 20px 20px;
    height: auto;
  }
  .about-page .about-4 .content ul li .ig .con {
    margin-top: 0;
  }
  .about-page .about-4 .content ul li .ig .num {
    right: -26px;
    font-size: 130px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .left .title {
    font-size: 36px;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .img .icon {
    left: 0;
  }
  .about-page .about-2 .text {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 .text .title {
    margin-left: 0;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .about-page .about-3 {
    padding-top: 71px;
  }
  .about-page .about-3::before {
    font-size: 71px;
  }
  .about-page .about-3 .bottom {
    padding: 30px 15px 0;
  }
  .about-page .about-3 .bottom .text {
    width: 100%;
  }
  .about-page .about-3 .bottom .text .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-3 .bottom .img {
    position: initial;
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .title {
    font-size: 36px;
  }
  .about-page .about-4 .content .flex-2 > * {
    width: 100%;
  }
  .about-page .about-4 .content ul {
    margin-bottom: -30px;
  }
  .about-page .about-4 .content ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 .content ul li .top {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .left .title {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .left .title small {
    display: inline;
  }
  .about-page .about-1 .bottom .text {
    padding: 30px 20px 20px;
  }
  .about-page .about-1 .bottom .text i {
    top: 3px;
    left: 0;
    font-size: 80px;
  }
  .about-page .about-1 .bottom .text .desc .title {
    font-size: 21px;
  }
  .about-page .about-1 .bottom .text .desc .title::after {
    bottom: 9px;
    zoom: .7;
  }
  .about-page .about-1 .bottom .text .desc .con {
    font-size: 15px;
    line-height: 2 !important;
  }
  .about-page .about-2 .text {
    padding-left: 0;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 40px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 20px;
    margin-left: 9px;
    line-height: 1.4;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 20px 15px;
  }
  .about-page .about-4 .content ul li .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-5 .box .title {
    font-size: 28px;
    line-height: 1.3;
  }
  .about-page .about-5 .box .title em {
    display: inline;
  }
  .about-page .about-5 .box .con {
    font-size: 16px;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 16px;
    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%;
    }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 0px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 1px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0;
  background-color: #333;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.faq-page .box {
  /*padding: 10.472% 0 7.069%;*/
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 36%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  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) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 50px;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 40px;
  }
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .font-60 {
    font-size: 30px;
    line-height: 1.3;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}
.seoPublic>div:nth-child(odd){
  background: #fff;
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
}
.seo_content .title {
  font-weight: 500;
}
.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: 2.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: -160px;
}
.seo_content .seo_news .content ul li {
  padding-right: 160px;
}
.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: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  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 0 0 0;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.5;
  -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: #4b4b4b;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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;
}
@media screen and (max-width: 1250px) {
  .seo_content .seo_news .content ul{
    margin-right: -80px;
  }
  .seo_content .seo_news .content ul li{
    padding-right: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
  .seoIndustry{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .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) {
  .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: 4.2% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
}
.prodet-page .prodet-1 .left{
  width: 43.155%;
}
.prodet-page .prodet-1 .right .small ul{
  margin: 0 -11px;
}
.prodet-page .prodet-1 .right .small ul .slick-track{
  display: block;
}
.prodet-page .prodet-1 .right .small ul li{
  padding: 0 11px;
}
.prodet-page .prodet-1 .right .small ul li a{
	background-color: #f8f8f8;
  display: block;
}
.prodet-page .prodet-1 .right .small ul .slick-current li a{
  border-color: var(--color);
}
.prodet-page .prodet-1 .right .small .slick-arrow{
  width: 43px;
	height: 43px;
  background-color: #1c1c1c;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 30px; 
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .small .slick-arrow:hover{
  background: var(--color);
}
.prodet-page .prodet-1 .left .big {
  width: 100%;
}
.prodet-page .prodet-1 .left .big ul{
  background-color: #f8f8f8;
}
.prodet-page .prodet-1 .right{
  width: 56.845%;
}
.prodet-page .prodet-1 .right span.category{
  color: var(--color);
  line-height: 2;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.2;
  margin-top: 16px;
}
.prodet-page .prodet-1 .right .con{
  color: #171717;
  line-height: 1.8;
  margin-top: 40px;
  max-height: 166px;
  overflow-y: auto;
}
.prodet-page .m-link{
  margin: 30px 0 0 auto;
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-bottom: 3px solid var(--color);
  display: none;
  margin-bottom: 30px;
  color: #4b4b4b;
  font-size: 18px;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 1);
}
.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 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;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form input:nth-child(5){
  width: 100%;
}
.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;
  padding: 20px;
  text-align: center;
}
.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 {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.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 .opt {
  border-bottom: 1px solid #c7c7c7;
}
.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: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #4b4b4b;
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  width: 100%;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  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: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right .con{
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .more{
    margin-top: 40px;
  }
   .font-34 {
        font-size: 34px;
    }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .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 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .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;
  }
  .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;
  }
  .prodet-page .m-link{
    width: 100%;
  }
      .font-34 {
        font-size: 30px;
    }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .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-1 .right .small{
    width: 24%;
  }
  .prodet-page .prodet-1 .left .big{
    width: 76%;
    padding-left: 18px;
  }
  .prodet-page .prodet-1 .right .small .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }
  .font-32 {
    font-size: 26px;
  }
   .font-34 {
        font-size: 24px;
  }
}
.custom-page .custom-1 {
  /*padding-top: 7.92%;*/
}
.custom-page .custom-1 .img {
  width: 71.028%;
}
.custom-page .custom-1 .text {
  width: 48.768%;
  background: var(--color);
  color: #fff;
  margin-left: -19.796%;
  padding: 112px 24px 117px 36px;
  z-index: 1;
}
.custom-page .custom-1 .text .title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.custom-page .custom-1 .text::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -30%;
  right: -14.6%;
  width: 502px;
  height: 502px;
  border-radius: 50%;
  background-color: #d64917;
  opacity: 0.26;
}
.custom-page .custom-2 {
  background: url(../images/custom2-bg.png) no-repeat center top rgba(224, 224, 224, 0.51);
  border-radius: 80px;
  padding: 21.46% 0 2.96875%;
  margin-top: -15.4167%;
}
.custom-page .custom-2 .header p {
  max-width: 631px;
  line-height: 1.3;
  margin: 10px auto 0;
  color: #5a5a5a;
}
.custom-page .custom-2 .content ul {
  margin: -12.5px;
}
.custom-page .custom-2 .content ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12.5px;
}
.custom-page .custom-2 .content ul li .ig {
  padding-top: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #969696;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .content ul li .ig .icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--color);
  top: 23px;
  left: 0;
}
.custom-page .custom-2 .content ul li .ig .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 73px;
}
.custom-page .custom-2 .content ul li .ig .text .con {
  color: #5a5a5a;
  line-height: 1.3;
}
.custom-page .custom-2 .content ul li .ig:hover {
  border-color: var(--color);
}
.custom-page .custom-2 .bottom {
  margin: 47px auto 0;
  max-width: 594px;
  line-height: 1;
  color: #1e1e1e;
}
.custom-page .custom-2 .bottom::before {
  content: '';
  width: 1px;
  height: 55px;
  background: var(--color);
  display: block;
  margin: 0 auto 10px;
}
.custom-page .custom-3 {
  padding-top: 8.021%;
}
.custom-page .custom-3 .header span {
  color: var(--color);
  line-height: 1.6;
}
.custom-page .custom-3 .header .title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.custom-page .custom-3 .content ul li {
  margin-bottom: 107px;
}
.custom-page .custom-3 .content ul li .img {
  width: 50.209%;
  border-radius: 0 100px 100px 0;
}
.custom-page .custom-3 .content ul li .img img {
  border-radius: 0 100px 100px 0;
}
.custom-page .custom-3 .content ul li .text {
  margin-bottom: 43px;
  width: 53.698%;
  margin-left: -3.907%;
  background: #fff;
  -webkit-box-shadow: 4px -2px 56px 1px rgba(134, 134, 134, 0.14);
  box-shadow: 4px -2px 56px 1px rgba(134, 134, 134, 0.14);
  border-radius: 100px 0 0 100px;
  padding: 86px 0 86px 106px;
  z-index: 1;
}
.custom-page .custom-3 .content ul li .text .desc {
  max-width: 681px;
}
.custom-page .custom-3 .content ul li .text .con {
  line-height: 1.3;
  color: #5a5a5a;
  margin-top: 38px;
  max-height: 163px;
  overflow-y: auto;
}
.custom-page .custom-3 .content ul li .text .con p {
  margin-top: 23px;
  padding-left: 27px;
  position: relative;
}
.custom-page .custom-3 .content ul li .text .con p:first-child {
  margin-top: 0;
}
.custom-page .custom-3 .content ul li .text .con p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color);
}
.custom-page .custom-3 .content ul li .text .icon {
  right: 0;
  bottom: 17px;
  z-index: -1;
}
.custom-page .custom-3 .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-page .custom-3 .content ul li:nth-child(even) .img {
  border-radius: 100px 0 0 100px;
}
.custom-page .custom-3 .content ul li:nth-child(even) .img img {
  border-radius: 100px 0 0 100px;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text {
  margin: 0 -3.907% 0 0;
  border-radius: 0 100px 100px 0;
  padding: 86px 106px 86px 0;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text .desc {
  margin: 0 0 0 auto;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text .icon {
  right: initial;
  left: 0;
}
.custom-page .custom-3 .content ul li:last-child {
  margin-bottom: 0;
}
.custom-page .custom-4 {
  background: url(../images/custom4-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 111px;
  padding: 23.49% 0 11.2%;
  z-index: 1;
}
.custom-page .custom-4 .box {
  color: #fff;
  max-width: 737px;
}
.custom-page .custom-4 .box .title {
  line-height: 1;
  max-width: 490px;
}
.custom-page .custom-4 .info {
  right: 0;
  bottom: 0;
  max-width: 674px;
  background: var(--color);
  color: #fff;
  padding: 52px 93px 75px;
}
.custom-page .custom-4 .info .title {
  line-height: 1.2;
}
.custom-page .custom-4::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 47%;
  height: 80.46%;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, rgba(255,41,76, 0.76)), to(rgba(255,41,76, 0)));
  background: -webkit-linear-gradient(left, rgba(255,41,76, 0.76) 6%, rgba(255,41,76, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255,41,76, 0.76) 6%, rgba(255,41,76, 0) 100%);
  background: linear-gradient(to right, rgba(255,41,76, 0.76) 6%, rgba(255,41,76, 0) 100%);
}
@media screen and (max-width: 1680px) {
  .custom-page .custom-3 .content ul li .text {
    padding: 43px 0 43px 58px;
  }
  .custom-page .custom-3 .content ul li .text .icon {
    zoom: .6;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    padding: 43px 58px 43px 0;
  }
  .custom-page .custom-4 .info {
    max-width: 560px;
    padding: 26px 46px 38px;
  }
}
@media screen and (max-width: 1450px) {
  .custom-page .custom-1 .text {
    padding: 56px 12px 58px 18px;
  }
  .custom-page .custom-1 .text::after {
    width: 301px;
    height: 301px;
  }
  .custom-page .custom-3 .content ul li .text {
    padding: 36px 28px;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    padding: 36px 28px;
  }
  .custom-page .custom-4 .box {
    max-width: 620px;
  }
  .custom-page .custom-4 .box .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .custom-page .custom-1 .text {
    padding: 28px 12px 28px 18px;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    zoom: .6;
  }
  .custom-page .custom-2 .content ul li .ig .text {
    padding: 0 40px;
  }
  .custom-page .custom-3 .content ul li .text {
    margin-bottom: 0;
  }
  .custom-page .custom-3 .content ul li .text .con {
    margin-top: 18px;
  }
  .custom-page .custom-3 .content ul li .text .con p {
    margin-top: 13px;
    padding-left: 18px;
  }
  .custom-page .custom-3 .content ul li .text .con p::before {
    width: 10px;
    height: 10px;
  }
  .custom-page .custom-4 .box {
    max-width: 520px;
  }
  .custom-page .custom-4 .info {
    max-width: 430px;
  }
  .custom-page .custom-4 .info .more {
    padding: 8px 16px;
  }
  .custom-page .custom-4 .info .more em {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .text::after {
    width: 201px;
    height: 201px;
  }
  .custom-page .custom-2 .content .flex-3 > * {
    width: 50%;
  }
  .custom-page .custom-3 .content ul li {
    margin-bottom: 53px;
  }
  .custom-page .custom-3 .content ul li .img {
    width: 100%;
  }
  .custom-page .custom-3 .content ul li .text {
    width: 100%;
    margin-left: 0;
    border-radius: 0 !important;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    margin-right: 0;
  }
  .font-29 {
    font-size: 24px;
  }
  .custom-page .custom-4 {
    margin-top: 30px;
  }
  .custom-page .custom-4 .box {
    max-width: 100%;
  }
  .custom-page .custom-4 .info {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .font-48 {
    font-size: 33px;
  }
  .font-32 {
    font-size: 32px;
  }
  .custom-page .custom-1 .img {
    width: 100%;
    padding-bottom: 0;
  }
  .custom-page .custom-1 .text {
    width: 100%;
    margin: 0;
  }
  .custom-page .custom-2 .content .flex-3 > * {
    width: 100%;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    zoom: 1;
  }
  .custom-page .custom-2 .content ul li .ig .text .con {
    font-size: 18px;
  }
  .custom-page .custom-2 .bottom {
    line-height: 1.5;
  }
  .custom-page .custom-4 .box .con {
    font-size: 16px;
    margin-top: 20px;
  }
  .custom-page .custom-4::after {
    width: 100%;
  }
  .custom-page .custom-3 .content ul li .text .con p::before {
    top: 8px;
  }
  .font-61 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 26px;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    top: 0;
    zoom: .6;
  }
  .custom-page .custom-2 .content ul li .ig .text {
    padding: 0 20px;
  }
  .custom-page .custom-2 .content ul li .ig .text .title {
    font-size: 24px;
  }
  .custom-page .custom-2 .content ul li .ig .text .con {
    font-size: 16px;
  }
  .custom-page .custom-3 .content ul li .text {
    padding: 20px 15px !important;
  }
  .custom-page .custom-4 {
    padding: 26% 0 20px;
  }
  .custom-page .custom-4 .box .con {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .font-61 {
    font-size: 30px;
  }
}
.contact-page {
  padding-top: 6.073%;
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  font-weight: bold;
  line-height: 1.3;
  margin: 19px 0 11px;
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 12.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
.contact-page .contact-3 {
  padding-top: 5.1045%;
}
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 397px;
  line-height: 1;
  font-weight: bold;
  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: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 50px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
}
.news-page .news-1 {
    padding: 80px 0;
    background-color: white;
}
.news-page .news-1 .left {
    width: 53%;
    vertical-align: middle;
}
.news-page .news-1 .left img{border-radius: 20px;}
.news-page .news-1 .right {
    padding-left: 4%;
    width: 47%;
    vertical-align: middle;
}
.news-page .news-1 .right time {
    font-size: 16px;
    color: var(--color);
    display: block;
    line-height: 1.2;
}
.news-page .news-1 .right span.h6 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    line-height: 1.6;
    margin: .3em 0 1em;
    display: block;
}
.news-page .news-1 .right .text{
  font-size: 16px; 
  margin-bottom: 30px;
}
.news-page.newsBox {
   padding: 70px 0 130px;
}
.news-page.newsBox span.h2 {
    font-size: 48px;
    font-weight: 600;
}
.news-page.newsBox .list {
    margin-top: 30px;
}
.news-page.newsBox .list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    flex-wrap: wrap;
}
.news-page.newsBox .list ul li {
    padding: 45px;
    background: #f6f6f6;
    border-radius:20px;
    width: 100%;
}
.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 1.2;
    margin-top: 10px;
}
.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-weight: 600;
    color: #191919;
    margin: .6em 0 1em;
    line-height: 2;
    transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
    color: var(--color);
}
.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 1.8;
}
.inner-page .sidebox .sideright{
  width: 100%;
}
@media screen and (max-width: 1250px) {
    .news-page.newsBox .list ul li{
      padding: 32px 22px;
    }
}
@media screen and (max-width: 1000px) {
  .news-page.newsBox .list ul li {
        width: 100%;
        padding: 30px 20px;
    }
    .news-page.newsBox .list ul li .h6 {
        font-size: 18px;
    }
     .news-page.newsBox .list ul {
        grid-template-columns:1fr 1fr;
    }
}
@media screen and (max-width: 700px) {
  .news-page .news-1 .right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .news-page .news-1 .left {
        width: 100%
    }
    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }
    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
    .news-page.newsBox .list ul {
        grid-template-columns:1fr;
    }
    .news-page.newsBox{
      padding: 30px 0;
    }
}
@media screen and (max-width: 500px) {
  .news-page.newsBox .list ul li{
    padding: 20px 15px;
  }
}
.newdet-page .section-title2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-weight: 600;
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}
.newdet-page .n-content h3 {
    font-size: 28px;
    line-height: 2;
    font-weight: 900;
    color: #0749b3;
    margin-bottom: 5px;
}
.newdet-page .n-content h4 {
    font-size: 24px;
    line-height: 1.9;
    font-weight: 700;
}
.newdet-page .n-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}
.newdet-page .n-content table td{
    word-break: keep-all;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 14px;
    color: #555;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
.ApplicationCasesA {
    padding: 124px 0 105px;
}
.ApplicationCasesA .title {
    width: 40%;
}
.ApplicationCasesA .znenmw {
    width: 52%;
}
.ApplicationCasesA .znenmw .enb {
    line-height: 2;
    margin-top: 23px;
}
.ApplicationCasesA .znenmw .enb p:nth-child(n+2) {
    margin-top: 16px;
}
.ApplicationCasesA .ul {
    padding-left: 0;
}
.ApplicationCasesA:before {
    display: none;
}
.ApplicationCasesA .ul li {
    margin-bottom: 82px;
}
.ApplicationCasesA .ul li .right {
    width: 77.5%;
}
.ApplicationCasesA .ul li .right .rollwzne {
    margin-top: 33px;
}
.ApplicationCasesA .ul li .right .rollwzne .wznel {
    width: 50%;
}
.ApplicationCasesA .ul li .right .rollwzne .wznel .xq {
    font-size: 16px;
    line-height: 30px;
    margin-top: 9px;
}
.ApplicationCasesA .ul li .right .rollwzne .wzner {
    display: inline-block;
    width: auto;
    padding-top: 26px;
}
.ApplicationCasesA .ul li .koumoi {
    background: rgba(255, 41, 76, 0.27);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -48px;
}
.ApplicationCasesA .btma {
    margin-top: 52px;
    padding-top: 100px;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
}
.ApplicationCasesA .btm .xian {
    left: 59px;
}
.ApplicationCasesA .ul li .koumoi .img {
    position: absolute;
    width: 98px;
    height: 98px;
    background: #fff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.ApplicationCasesA .ul li .koumoi img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(1) invert(1);
}
.ApplicationCasesA .ul li .koumoi .moi2 {
    display: none;
}
.ApplicationCasesA .ul li .koumoi.cro {
    background: #fff;
    border: 1px solid rgba(25, 99, 206, 0.2);
}
.ApplicationCasesA .ul li .koumoi.cro .img {
    background: #15758d;
}
.ApplicationCasesA .ul li .koumoi.cro .moi2 {
    display: block;
}
.ApplicationCasesA .ul li .koumoi.cro .moi1 {
    filter: brightness(0) invert(1)
}
.ApplicationCasesA .ul li .koumoi .uy {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 116px;
    height: 116px;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
}
.ApplicationCasesA .ul li .koumoi .uy i {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ApplicationCasesA .ul li .koumoi .uy i::before {
    content: '';
    position: absolute;
    width: 200%;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #15758d;
    border-radius: 100%;
    box-sizing: border-box;
    clip: rect(0, 116px, 116px, 58px);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.ApplicationCasesA .ul li .koumoi .uy i:first-child::before {
    left: 0;
    right: auto;
    clip: rect(0px, 58px, 116px, 0px);
}
.ApplicationCasesA .ul li .koumoi.cro .uy i::before {
    -webkit-animation: circleR 3500ms linear both;
    animation: circleR 3500ms linear both;
}
.ApplicationCasesA .ul li .koumoi.cro .uy i:first-child::before {
    -webkit-animation-name: circleL;
    animation-name: circleL;
}
@keyframes circleL {
    0%,
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes circleR {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.home_c{
    padding: 140px 0;
    position: relative;
    z-index: 2;
}
.home_c .bg{
    position: absolute;
    right: -38%;
    top: 9.2vw;
    width: 86.6vw;
    transition: all 0.4s;
    z-index: 0;
}
.home_c .ul{
    padding-left: 24px;
}

.home_c.xietemsnn .ul li{margin-bottom: 180px; opacity:.5; transition:all .5s; }
.xietemsnn .ul li.cur{ opacity:1; }
.home_c .ul li:last-child{margin-bottom: 0;}
.home_c .ul li .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home_c .ul li .left{
    width: 42.1%;
}

.home_c .ul li .left .bt{
  color: #484747;
  font-weight: 600;
}
.home_c .ul li .left .xiangguan,.home_c .ul li .left .xiangguan a{
    line-height: 1.6;
    color: #1963CE;
}

.home_c .ul li .left .text{
    line-height: 1.8;
    color: #666;
    margin-top: 4px;
}
.home_c .ul li .right{
    width: 81.5%;
    margin-left: auto;
}
.home_c .ul li .right .img{border-radius: 16px;overflow: hidden;}

.home_c .btm .xian{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #D8D8D8;
}

.home_c .btm .xian i{
    position: absolute;
    width: 3px;
    height: 0;
    left: -1px;
    top: 0;
    border-radius: 50px;
    background: linear-gradient(0deg, #0749b3 0%, #1963CE 33%, rgba(25, 99, 206, 0) 100%);
}
.home_c .tit{
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s;
}

.home_c .tit a{
    margin-bottom: 20px;
    display: block;
    color: #999;
    transition: all 0.4s;
    padding-left: 14px;
    position: relative;
}
.home_c .tit a:last-child{margin-bottom: 0;}

.home_c .tit a:before{
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    box-sizing: border-box;
    border: 1px solid #1963CE;
    border-radius: 100%;
    display: none;
}

.home_c .tit a.cur,
.home_c .tit a:hover{
    color: #1963CE;
    text-decoration: underline;
}

.home_c .tit a.cur:before,.home_c .tit a:hover:before{
    display: block;
}
.home_c:before{
    width: 100%;
    height: 25.36458vw;
    background: url(../images/home_d_bg1.jpg) center center/cover;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
}
@media(max-width:1920px) {
    .ApplicationCasesA .btma {
        margin-top: 2.70833vw;
        padding-top: 5.20833vw;
    }
    .ApplicationCasesA {
        padding: 0vw 0 5.46875vw;
    }
     .home_c .tit a{margin-bottom: 1vw;}
    .home_c:before{
        height: 25.3vw;
    }
    .home_c .ul li{margin-bottom: 4.6vw;}
}
@media(max-width:1480px) {
    .ApplicationCasesA .ul li .koumoi {
        width: 110px;
        height: 110px;
    }
    .ApplicationCasesA .ul li .koumoi .img {
        width: 90px;
        height: 90px;
    }
    .ApplicationCasesA .ul li .koumoi .uy {
        width: 110px;
        height: 110px;
    }
    .ApplicationCasesA .ul li .koumoi .uy i:first-child::before {
        clip: rect(0px, 55px, 110px, 0px);
    }
    .ApplicationCasesA .ul li .koumoi .uy i::before {
        clip: rect(0, 110px, 110px, 55px);
    }
    .ApplicationCasesA .btm .xian {
        left: 55px;
    }
}
@media(max-width:1200px) {
    .ApplicationCasesA .title {
        width: 100%;
    }
    .ApplicationCasesA .znenmw {
        text-align: center;
    }
}
@media(max-width:1100px) {
    .ApplicationCasesA {
        padding: 35px 0 45px;
    }
    .ApplicationCasesA .znenmw {
        width: 100%;
        margin-top: 20px;
    }
    .ApplicationCasesA .znenmw .enb {
        margin-top: 8px;
    }
    .ApplicationCasesA .znenmw .enb p:nth-child(n+2) {
        margin-top: 1px;
    }
    .ApplicationCasesA .btma {
        padding-top: 25px;
        margin-top: 25px;
    }
    .ApplicationCasesA .ul li .koumoi {
        width: 60px;
        height: 60px;
    }
    .ApplicationCasesA .ul li .koumoi .img {
        width: 50px;
        height: 50px;
    }
    .ApplicationCasesA .ul li .koumoi .img img {
        width: 30px;
        height: 30px;
    }
    .ApplicationCasesA .ul li .koumoi .uy {
        width: 60px;
        height: 60px;
    }
    .ApplicationCasesA .ul li .koumoi .uy i:first-child::before {
        clip: rect(0px, 30px, 60px, 0px);
    }
    .ApplicationCasesA .ul li .koumoi .uy i::before {
        clip: rect(0, 60px, 60px, 30px);
    }
    .ApplicationCasesA .btm .xian {
        left: 30px;
    }
    .ApplicationCasesA .ul li .right {
        margin-top: 0;
    }
    .ApplicationCasesA .ul li {
        margin-bottom: 25px;
    }
    .ApplicationCasesA .ul li .right .rollwzne .wznel {
        width: 100%;
    }
    .ApplicationCasesA .ul li .right .rollwzne {
        margin-top: 20px;
    }
    .ApplicationCasesA .ul li .right .rollwzne .wzner {
        float: left;
        padding-top: 20px;
    }
    .noubanner .swiper-pagination {
        bottom: 11%;
    }
     .home_c .tit{display: none;}
    .home_c{
        padding: 40px 0;
    }
    .home_c .ul li{margin-bottom: 40px;}
    .home_c .ul li .left{width: 100%;}
    .home_c .ul li .right{width: 100%;margin-top: 20px;}
}
.ApplicationCasesA .ul li {
    background: #fff;
}
.ApplicationCasesA .ul li {
    /*position: sticky;
    top: 70px;*/
    padding: 30px 0 50px;
}

.ApplicationCasesA .ul li:before{
    position: absolute;
    left: 60px;
    content: "";
    top: 30px;
    height: 100%;
    width: 1px;
    background: #fff;
}

.ApplicationCasesA .ul li:after{
    position: absolute;
    width: 3px;
    content: "";
    height: 100%;
    z-index: 1;
    left: -1px;
    top: 30px;
    border-radius: 50px;
    background: linear-gradient(0deg, #ff264a 0%, #ff2a4d 33%, rgba(25, 99, 206, 0) 100%);
}

@media(max-width:1300px) {
    .ApplicationCasesA .ul li:after {
        left: 54px;
    }
    .ApplicationCasesA .ul li:before {
        left: 55px;
    }
}

@media(max-width:1100px) {
    .ApplicationCasesA .ul li:after {
        left: 30px;
    }
    .ApplicationCasesA .ul li:before {
        left: 31px;
    }
    
    .ApplicationCasesA .ul li:before,
    .ApplicationCasesA .ul li:after{
        opacity: 0;
    }
    .ApplicationCasesA .ul li {
        background: none;
    }
}
.solution-page .ui .right .text{padding: 0px 0px 0px 30px;}
.solution-page .ui .right .text p{
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.pd2 {
    /*  padding: 40px 0 ;*/
    /*  background: #F5F7FA;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.pd2 .content {
    margin-top: 40px;
}

.pd2 .ev {
    width: 24%;
    margin-bottom: 46px;
    transition: all ease .8s;
}

.zhanwei {
    width: 24%;
}

.pd2 .ev .pic {
    width: 100%;
  
 
    text-align: center;
         border-radius: 20px;
         padding: 10px;
   
}

.pd2 .ev .pic img {

    transition: all ease .8s;
     border-radius: 20px;
}

.pd2 .ev:hover .pic img {
    transform: scale(1.1);
}

.pd2 .ev .intr {
    padding: 30px 15px;
 
    
    position: relative;
}


.pd2 .ev:hover .intr::after {
    height: 100%;
}


.pd2 .ev .intr h2 {
    font-size: 16px;
    line-height: 1.5;
 
    text-overflow: ellipsis;
   
    transition: all ease .3s;
   
    position: relative;
    z-index: 2;
}

.pd2 .ev .intr b {
    display: block;
    width: 32px;
    height: 2px;
    margin: 10px 0;
    transition: all ease .3s;
    background: #9C9999;
    position: relative;
    z-index: 2;
}

.pd2 .ev .intr p {
    font-size: 16px;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #9C9999;
    transition: all ease .3s;
    position: relative;
    z-index: 2;
}
.pd2 .ev:hover .intr h2::after {
    background: #FFFFFF;
}

.pd2 .ev:hover .intr p {
    color: #fff;
}
@media screen and (max-width: 700px){
    .pd2 .ev{
        width: 50%;
    }
}
.function {
    margin-top: 56px;
}
.service01{
  /*padding: 5.21% 0;*/
    padding: 0% 0 6.25%;
}
.service01 .ui .left {
    padding-left: 50px;
    padding-top: 84px;
}
.service01 .ui .left .text {
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
}
.service01 .ui .right img {
    border-radius: 20px;
}
.aft02 {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden;
}
.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%;
    background-color: rgba(0, 0, 0, 0.4);
    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;
    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 #ff294c;
}
.aft02 .bot .box .icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed #ff294c;
}
@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: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 54px;
}
.aft02 .bot .box h5 {
    width: 239px;
    font-size: 18px;
    position: relative;
    color: #666666;
    text-align: center;
    line-height: 26px;
    height: 80px;
}
.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: 0px 40px;
    font-size: 17px;
    text-align: center;
    min-height: 200px
}
.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);
}
.aft02 .bot .aft02Swiper {
    width: 1200px;
    margin: auto;
}
.aft02 .bot {
    width: 1242px;
    margin: auto;
    padding: 22px 0;
}
.aft03 {
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
    padding: 6.1042% 0 9.25%;
}

.aft03 .icenter2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aft03 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 40%;
    height: 695px;
}

.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 img {
    height: 100%;
}
.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: 24px;
    color: #333333;
    width: fit-content;
    margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
    font-size: 70px;
    font-weight: 600;
}
.aft03 dl dd .text p {
    font-size: 18px;
    color: #666666;
}
.hu_h3 {
    font-size: 44px;
    font-weight: 600;
    color: #333333;
}
@media screen and (max-width: 1600px) {
  .aft02 .top p {
        font-size: 15px;
        line-height: 28px;
        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: 15px;
        line-height: 24px;
        height: 40px;
    }
    .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;
    }
    .hu_h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1400px) {
  .solution-page .ui .right .text {
        padding: 0 0 0 30px;
    }
    .service01 .ui .left .text {
        max-height: 260px;
        overflow-y: auto;
        margin-top: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .service01 .ui .right img {
        width: 100%;
        object-fit: cover;
    }
    .service01 .ui .left {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-top: 60px;
    }
    .service01 .ui .right {
        width: 100%;

    }
    .service01 .ui .left .text {
        max-height: unset;
        overflow-y: unset;
    }
    .solution-page .ui.container .box .left {
        width: 100%;
    }
    .solution-page .ui.container .box .right {
        width: 100%;
        margin-top: 60px;
    }
    .solution-page .ui .right .text {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
  .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-bottom: 50px;
    }
    .hu_h3 {
        font-size: 26px;
    }
}
#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;
}
.inner-mbx{
  padding-top: 177px;
}
@media screen and (max-width: 1450px) {
  .inner-page .container{
    width: 1230px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .container{
    width: 1000px;
  }
  .inner-mbx{
    padding-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .container{
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .container{
    width: 100%;
  }
}
.container1 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  width: 1330px;
}
.product1-page .product1-1 h1 {
  font-weight: 500;
  line-height: 1.27;
}
.product1-page .product1-1 .con {
  line-height: 1.8;
  color: #343434;
}
.product1-page .product1-1 .con a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--color);
  margin-top: 22px;
}
.product1-page .product1-1 .con a i {
  margin-left: 8px;
}
.product1-page .product1-1 .con .list {
  margin-top: 37px;
}
.product1-page .product1-1 .con .list ul {
  padding-left: 0 !important;
}
.product1-page .product1-1 .con .list ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.product1-page .product1-1 .content .tit {
  line-height: 1.6;
}
.product1-page .product1-1 .content .box ul {
  margin: -20px -21.5px;
}
.product1-page .product1-1 .content .box ul li {
  padding: 20px 21.5px;
}
.product1-page .product1-1 .content .box ul li .img-box {
  background-color: #f6f6f6;
}
.product1-page .product1-1 .content .box ul li .img-box .link {
  right: 10px;
  bottom: -100%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product1-page .product1-1 .content .box ul li .img-box .link i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product1-page .product1-1 .content .box ul li .img-box .link:hover {
  background: var(--color);
  color: #fff;
}
.product1-page .product1-1 .content .box ul li .img-box .link:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product1-page .product1-1 .content .box ul li .img-box:hover {
  border-radius: 133px 133px 30px 30px;
}
.product1-page .product1-1 .content .box ul li .img-box:hover .link {
  bottom: 7px;
}
.product1-page .product1-1 .desc {
  font-size: 16px;
  color: #4b4b4b;
  line-height: 1.8;
}
.product1-page .product1-1 .desc .tit {
  font-size: 20px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 6px;
}
.product1-page .product1-1 .desc strong {
  font-weight: 600;
  color: #000;
}
.product1-page .product1-2 {
  padding: 3.33% 0 4.95%;
}
.product1-page .product1-2 ul {
  margin: -4px -4.5px;
}
.product1-page .product1-2 ul li {
  padding: 4px 4.5px;
}
.product1-page .product1-2 ul li .ig {
  background-color: #ffffff;
  height: 258px;
}
.product1-page .product1-2 ul li .ig .con {
  line-height: 1.7;
  color: #4b4b4b;
  max-height: 165px;
  overflow-y: auto;
}
.product1-page .product1-2 ul li .ig .con p {
  margin-top: 22px;
}
.product1-page .product1-2 ul li .ig .con p:first-child {
  margin-top: 0;
}
.product1-page .product1-3 {
  padding: 3.646% 0 7.8646%;
}
.product1-page .product1-3 ul {
  margin: -6.5px -6.5px;
}
.product1-page .product1-3 ul li {
  padding: 6.5px 6.5px;
}
.product1-page .product1-3 ul li p {
  color: #4b4b4b;
  line-height: 1.7;
}
.product1-page .product1-4 {
  padding: 3.90625% 0 4.74%;
}
.product1-page .product1-4 ul {
  margin: -12.5px -11.5px;
}
.product1-page .product1-4 ul li {
  padding: 12.5px 11.5px;
}
.product1-page .product1-4 ul li .ig {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.18);
}
.product1-page .product1-4 ul li .ig .bt {
  line-height: 1.4;
  font-weight: 500;
}
.product1-page .product1-4 ul li .ig .con {
  color: #727272;
  line-height: 1.6;
  height: 157px;
  overflow-y: auto;
}
.product1-page .product1-5 {
  padding: 5.1042% 0 8.021%;
}
.product1-page .product1-5 .header {
  width: 89%;
  margin: 0 auto;
}
.product1-page .product1-5 .header .tit {
  line-height: 1.7;
}
.product1-page .product1-5 .header .con {
  color: #4b4b4b;
  line-height: 1.8;
}
.product1-page .product1-5 .content {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.18);
}
.product1-page .product1-5 .content .left {
  width: 42.077%;
}
.product1-page .product1-5 .content .right {
  width: 57.923%;
}
.product1-page .product1-5 .content .right ul li {
  line-height: 1.8;
  list-style-type: disc;
  list-style-position: inside;
  color: #4b4b4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product1-page .product1-5 .content .right ul li:hover {
  color: var(--color);
}
.product1-page > div:nth-child(even) {
  background-color: #f6f6f6;
}
.product2-page .product2-1 .left {
  width: 48.7%;
}
.product2-page .product2-1 .right {
  width: 51.3%;
}
.product2-page .product2-1 .right .con {
  line-height: 1.8;
  color: #4b4b4b;
}
.product2-page .product2-2 {
  background-color: #fff !important;
}
.product2-page .product2-2 .line {
  border-top: 1px solid #8e8e8e;
}
.product2-page .product2-2 .header {
  margin-bottom: 52px;
}
.product2-page .product2-2 .header .bt {
  font-size: 34px;
}
.product2-page .product2-2 .header .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #4b4b4b;
  margin-top: 24px;
}
.product2-page .product2-2 table tr:nth-child(1) {
  font-weight: 600;
}
.product2-page .product2-2 table td {
  border-color: #bcbcbc;
}
.product2-page .product2-2 .tit {
  font-size: 20px;
}
.product2-page .product2-2 .con {
  font-size: 16px;
  text-align: center;
  margin-top: 11px;
}
.product2-page .product2-3 {
  padding: 6.3021% 0;
}
.product2-page .product2-3 .left {
  width: 43.46%;
}
.product2-page .product2-3 .right {
  width: 56.54%;
}
.product2-page .product2-3 .right .list {
  color: #4b4b4b;
  line-height: 1.8;
}
.product2-page .product2-3 .right .list ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.product2-page .product2-4 {
  background-color: #f6f6f6;
  margin-top: 5.3646%;
}
.product2-page .product2-4 .tit {
  font-size: 34px;
}
.product2-page .product2-4 .con {
  font-size: 16px;
  line-height: 1.8;
  color: #4b4b4b;
  margin-top: 24px;
}
.product3-page .product1-1 {
  padding-bottom: 7.34375%;
}
.product3-page .product1-1 .con {
  line-height: 1.3;
}
.product3-page .product1-1 .con a {
  margin-top: 39px;
}
.product3-page .product3-1 {
  padding: 3.073% 0 5.521%;
}
.product3-page .product3-1 .header {
  max-width: 970px;
  margin: 0 auto;
}
.product3-page .product3-1 .header .con {
  line-height: 1.8;
  color: #4b4b4b;
}
.product3-page .product3-1 .left {
  width: 32%;
  color: #4b4b4b;
}
.product3-page .product3-1 .left .font-16 {
  line-height: 1.8;
}
.product3-page .product3-1 .left .list ul li {
  padding-left: 16px;
  position: relative;
}
.product3-page .product3-1 .left .list ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #7a7c80;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product3-page .product3-1 .right {
  width: 63.54%;
}
.product3-page .product3-1 .right ul {
  margin: -9px -4.5px;
}
.product3-page .product3-1 .right ul li {
  padding: 9px 4.5px;
}
.product3-page .product3-1 .right ul li p {
  line-height: 1.4;
  margin-top: 4px;
  color: #4b4b4b;
}
.product3-page .product1-1 {
  padding: 6.9271% 0 5.833% 0;
}
.product3-page .product1-1 .left {
  width: 43.462%;
}
.product3-page .product1-1 .right {
  width: 56.538%;
}
.product3-page .product1-1 .right .tit {
  font-size: 34px;
}
.product3-page .product1-1 .right .con {
  line-height: 1.8;
  color: #4b4b4b;
  margin-top: 8px;
}
.product3-page .product3-2 {
  padding: 3.8021% 0 5%;
}
.product3-page .product3-2 .tit {
  font-size: 34px;
}
.product3-page .product3-2 .con {
  line-height: 1.8;
  font-size: 16px;
  color: #4b4b4b;
  margin-top: 28px;
}
.product3-page .product3-2 .con strong {
  font-weight: 600;
  color: #000;
}
.product3-page .product3-2 .more {
  margin-top: 35px;
}
.product3-page .product3-2 .top {
  border-bottom: 1px solid #c7c7c7;
}
.product3-page .product3-2 ul {
  margin: -8px;
}
.product3-page .product3-2 ul li {
  padding: 8px;
}
.product3-page .product3-3 {
  padding: 4.583% 0 7.083%;
}
.product3-page .product3-3 .top .tit {
  line-height: 1.3;
}
.product3-page .product3-3 .top .left {
  width: 43.2%;
}
.product3-page .product3-3 .top .left .tit {
  font-weight: 600;
}
.product3-page .product3-3 .top .left .con {
  color: #4b4b4b;
  line-height: 1.8;
}
.product3-page .product3-3 .top .right {
  width: 47.85%;
}
.product3-page .product3-3 .bottom {
  padding-top: 7.77%;
}
.product3-page .product3-3 .bottom .tit strong {
  font-weight: 600;
}
.product3-page .product3-3 .bottom .con {
  line-height: 1.8;
  color: #4b4b4b;
}
.product3-page .product3-4 .con {
  color: #4b4b4b;
  line-height: 1.8;
}
.product3-page .product3-5 {
  padding: 4.583% 0 7.96875%;
}
.product3-page .product3-5 .con {
  line-height: 1.8;
  color: #4b4b4b;
}
.product3-page .product3-5 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -27.5px -13.5px;
}
.product3-page .product3-5 ul li {
  width: 50%;
  padding: 27.5px 13.5px;
}
.product3-page .product3-5 ul li .text {
  font-size: 16px;
  line-height: 1.8;
  color: #4b4b4b;
  margin-top: 11px;
}
.product3-page .product3-5 ul li .text strong {
  font-weight: 600;
  color: #000;
}
.product3-page .product3-6 .header {
  width: 88%;
  margin: 0 auto;
}
.product3-page .product3-6 .con {
  line-height: 1.8;
  color: #4b4b4b;
  margin-top: 2px;
}
.product3-page .product3-6 ul {
  margin: -6.5px -6.5px;
}
.product3-page .product3-6 ul li {
  padding: 6.5px 6.5px;
}
.product3-page .product3-6 ul li p {
  color: #4b4b4b;
  line-height: 1.7;
}
.product3-page .product3-7 {
  padding: 5.3125% 0 6.46%;
}
.product3-page .product3-7 .header {
  width: 88%;
  margin: 0 auto;
}
.product3-page .product3-7 .con {
  color: #4b4b4b;
  line-height: 1.8;
  margin-top: 2px;
}
.product3-page .product3-7 ul li p {
  line-height: 1.7;
  color: #4b4b4b;
}
.product-news {
  background: #fff !important;
  padding: 4.84375% 0 5.9375% 0;
}
.product-news .bt {
  line-height: 1.2;
}
.product-news .con {
  color: #4b4b4b;
  line-height: 1.4;
}
.product-yd-page .tit {
  font-weight: 500;
}
.product-yd-page ul {
  margin: -54.5px -61px;
}
.product-yd-page ul li {
  padding: 54.5px 61px;
}
.product-yd-page ul li .text {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.18);
}
.product-page .product-1 h1 {
  font-weight: 500;
}
.product-page .product-1 .con {
  line-height: 1.8;
  color: #343434;
  max-height: 230px;
  overflow-y: auto;
}
.product-page .product-1 ul {
  margin: -21px -16.5px;
}
.product-page .product-1 ul li {
  padding: 21px 16.5px;
}
.product-page .product-1 ul li .img-box {
  background-color: #f6f6f6;
}
.product-page .product-1 ul li .img-box .link {
  width: 2.96em;
  height: 2.96em;
  background: #fff;
  border-radius: 50%;
  bottom: -100%;
  right: 10px;
  font-weight: bold;
  opacity: 0;
}
.product-page .product-1 ul li .img-box .link:hover {
  background: var(--color);
  color: #fff;
}
.product-page .product-1 ul li .img-box .link:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-page .product-1 ul li .img-box:hover {
  border-radius: 133px 133px 30px 30px;
}
.product-page .product-1 ul li .img-box:hover .link {
  opacity: 1;
  bottom: 7px;
}
.product-page .product-1 ul li .tit {
  font-weight: 500;
}
.product-page .product-2 {
  background-color: #f6f6f6;
}
.product-page .product-2 .img {
  width: 43.462%;
}
.product-page .product-2 .text {
  width: 56.538%;
}
.product-page .product-2 .text .con {
  line-height: 1.8;
  color: #4b4b4b;
}
.product-page .product-2 .text .con strong {
  font-weight: 600;
  color: #000;
}
.product-page .product-3 {
  padding: 5.9375% 0 4.323%;
}
.product-page .product-3 .tit {
  font-size: 26px;
}
.product-page .product-3 .con {
  font-size: 16px;
  line-height: 1.8;
  color: #4b4b4b;
  margin-top: 11px;
}
.product-page .product-3 .con strong {
  font-weight: 600;
  color: #000;
}
.product-page .product-3 .top {
  border-bottom: 1px solid #c7c7c7;
}
.product-page .product-3 .content ul {
  margin: -23px;
}
.product-page .product-3 .content ul li {
  padding: 23px;
}
.product-page .product-3 .content ul li p {
  font-weight: 600;
}
.product-page .product-4 {
  background-color: #f6f6f6;
}
.product-page .product-4 .video {
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
}
.product-page .product-4 video {
  width: 100%;
}
.m-page {
  text-align: center;
  margin-top: 69px;
}
.m-page a,
.m-page span {
  font-size: 16px;
  padding: 0 8px 0 9px;
  color: #4d4d4d;
  margin-right: 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.m-page a::after,
.m-page span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span {
  color: var(--color);
}
.m-page a:hover::after,
.m-page span::after {
  width: 100%;
}
.m-page a.prev,
.m-page a.next {
  width: 17px;
  height: 17px;
  background-color: #f6f6f6;
  padding: 0;
  line-height: 17px;
}
.m-page a.prev:hover,
.m-page a.next:hover {
  background: var(--color);
  color: #fff;
}
.product4-page .con {
  line-height: 1.8;
  color: #4b4b4b;
}
.product4-page .product1-2 ul {
  margin: -16px -18px;
}
.product4-page .product1-2 ul li {
  padding: 16px 18px;
}
.product4-page .product1-2 ul li .ig {
  height: 100%;
}
.product4-page .product1-2 ul li .ig .title {
  min-height: 61px;
}
.product4-page .product4-1 .img {
  width: 38.31%;
}
.product4-page .product4-1 .text {
  width: 57%;
}
.product4-page .product4-1 .text .more i {
  margin-left: 42px;
}
.product4-page .product4-2 {
  padding: 4.21875% 0 5.15625%;
}
.product4-page .product4-2 .tit {
  max-width: 800px;
  margin: 0 auto;
}
.product4-page .product4-2 .con {
  width: 90%;
  margin: 24px auto 0;
}
.product4-page .product4-3 .left {
  width: 53.08%;
}
.product4-page .product4-3 .left .tit {
  line-height: 1.4;
}
.product4-page .product4-3 .left a i {
  font-weight: 600;
}
.product4-page .product4-3 .right {
  width: 42.08%;
}
.product4-page .product4-4 {
  padding: 5.21% 0 5%;
}
.product4-page .product4-4 .tit {
  font-size: 20px;
  line-height: 1.45;
}
.product4-page .product4-4 td {
  border-color: #bcbcbc;
}
.product4-page .product4-4 tr:nth-child(1) {
  font-weight: 600;
}
.product4-page .product1-3 {
  padding: 3.28125% 0;
}
.product4-page .product1-5 {
  padding: 6.67% 0 7.92%;
}
.product5-page .con {
  line-height: 1.8;
  color: #4b4b4b;
}
.product5-page .product1-1 .img {
  margin: 28px 0 36px;
}
.product5-page .product5-1 {
  padding: 2.5% 0 3.8021%;
}
.product5-page .product5-1 .header {
  width: 76%;
  margin: 0 auto;
}
.product5-page .product5-1 .left {
  width: 48.7%;
}
.product5-page .product5-1 .right {
  width: 47.7%;
}
.product5-page .product5-1 .right strong {
  font-weight: 600;
  color: #000;
}
.product5-page .product5-2 {
  padding: 4.95% 0 5.0521%;
}
.product5-page .product5-2 ul {
  margin: -7px;
}
.product5-page .product5-2 ul li {
  padding: 7px;
}
.product5-page .product5-2 p {
  font-weight: 600;
  line-height: 1.8;
}
.product5-page .product1-1 {
  background: #fff !important;
}
.product5-page .product5-3 {
  padding: 5% 0 5.625%;
}
.product5-page .product5-3 .line {
  border-top: 1px solid #8e8e8e;
}
.product5-page .product5-3 .header .tit {
  font-size: 34px;
}
.product5-page .product5-3 .header .con {
  font-size: 16px;
  margin-top: 24px;
}
.product5-page .product5-3 .content .tit {
  font-size: 20px;
}
.product5-page .product5-3 .content td {
  border-color: #bcbcbc;
  text-align: center;
}
.product5-page .product5-3 .content tr:nth-child(1) {
  font-weight: 600;
}
@media (max-width: 1450px) {
  .container1 {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  .container1 {
    width: 970px;
  }
  .p-mbx {
    padding-top: 70px;
  }
  .product1-page .product1-1 .content .box ul {
    margin: -10px -11.5px;
  }
  .product1-page .product1-1 .content .box ul li {
    padding: 10px 11.5px;
  }
  .slickGap-180 {
    margin: 0 -40px;
  }
  .slickGap-180 li {
    padding: 0 40px;
  }
}
@media (max-width: 1000px) {
  .container1 {
    width: 700px;
  }
  .p-mbx {
    padding-top: 70px;
  }
  .flex-4 > * {
    width: 33.3333%;
  }
  .font-34 {
    font-size: 30px;
  }
  .product2-page .product2-1 .left {
    width: 100%;
  }
  .product2-page .product2-1 .right {
    width: 100%;
    padding: 20px 0 0 0 !important;
  }
  .product2-page .product2-3 .left {
    width: 100%;
  }
  .product2-page .product2-3 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .slickGap-180 {
    margin: 0 -20px;
  }
  .slickGap-180 li {
    padding: 0 20px;
  }
  .product-yd-page ul {
    margin: -27px -30px;
  }
  .product-yd-page ul li {
    padding: 27px 30px;
  }
  .product-page .product-1 ul {
    margin: -11px -8px;
  }
  .product-page .product-1 ul li {
    padding: 11px 8px;
  }
  .m-page {
    margin-top: 30px;
  }
  .product-page .product-2 .img {
    width: 100%;
  }
  .product-page .product-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-page .product-3 .content ul {
    margin: -12px;
  }
  .product-page .product-3 .content ul li {
    padding: 12px;
  }
  .product3-page .product3-1 .right {
    margin-top: 20px;
  }
  .product3-page .product1-1 .left {
    width: 100%;
  }
  .product3-page .product1-1 .right .tit,
  .product3-page .product3-2 .tit {
    font-size: 30px;
  }
  .product3-page .product1-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product3-page .product3-1 .right ul li {
    width: 25%;
  }
  .product3-page .product3-1 .right ul li .img img {
    width: 100%;
  }
  .product3-page .product3-2 ul li {
    width: 33.3333%;
  }
  .product3-page .product3-4 .text {
    margin-top: 20px;
  }
  .product4-page .product1-2 ul {
    margin: -8px -9px;
  }
  .product4-page .product1-2 ul li {
    padding: 8px 9px;
  }
  .product4-page .product4-1 .text {
    margin-top: 30px;
  }
  .product4-page .product4-1 .text .con {
    padding-right: 0;
  }
  .product4-page .product4-2 .con {
    width: 100%;
  }
  .product4-page .product4-3 .right {
    margin-top: 30px;
  }
  .product5-page .product5-1 .header {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .container1 {
    width: 100%;
  }
  .flex-4 > *,
  .flex-3 > * {
    width: 50%;
  }
  .font-45 {
    font-size: 30px;
  }
  .font-34 {
    font-size: 26px;
  }
  .product1-page .product1-5 .header {
    width: 100%;
  }
  .product1-page .product1-5 .header .tit {
    font-size: 23px;
  }
  .product1-page .product1-5 .content .left {
    width: 100%;
  }
  .product1-page .product1-5 .content .right {
    width: 100%;
    padding: 20px 15px;
  }
  .product2-page .product2-1 .con {
    width: 100% !important;
  }
  .product2-page .product2-2 .header .bt,
  .product2-page .product2-4 .tit {
    font-size: 27px;
  }
  .font-26 {
    font-size: 20px;
  }
  .product-yd-page ul {
    margin: -14px -15px;
  }
  .product-yd-page ul li {
    padding: 14px 15px;
  }
  .product3-page .product1-1 .right .tit,
  .product3-page .product3-2 .tit {
    font-size: 26px;
  }
  .product3-page .product3-6 .header,
  .product3-page .product3-7 .header {
    width: 100%;
  }
  .product3-page .product3-3 .top .right {
    margin-top: 20px;
  }
  .product5-page .product5-3 .header .tit {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .flex-4 > *,
  .flex-3 > *,
  .flex-2 > * {
    width: 100%;
  }
  .font-45 {
    font-size: 26px;
  }
  .product2-page .product2-2 .header .bt,
  .product2-page .product2-4 .tit {
    font-size: 24px;
  }
  .product3-page .product1-1 .con {
    line-height: 1.8;
  }
  .product3-page .product3-1 .right ul li {
    width: 33.3333%;
  }
  .product3-page .product3-2 .top {
    padding: 0 0 20px 0;
  }
  .font-34 {
    font-size: 24px;
  }
  .product3-page .product3-5 ul li {
    width: 100%;
  }
  .product5-page .product5-3 .header .tit {
    font-size: 24px;
  }
}
/*2026-4-9*/
.about-13 .box .left {
    position: sticky;
    top: 150px;
}
.about-13 .box .right .list ul li {
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .about-13 .box .left {
    position: static;
  }
}
#mobile3 .m-search form input[type="submit"]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}