@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  --color: #ae0001;
  --color1: #011947;
  font-family: 'Montserrat';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  background: var(--color1);
  color: #fff;
  padding: 20px 70px 20px 71px;
  border-radius: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.more:hover {
  color: white;
  -webkit-box-shadow: inset 0 -100px 0 0 var(--color);
  box-shadow: inset 0 -100px 0 0 var(--color);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 7px 47px 0 8.33%;
  width: 100%;
  max-width: 1920px;
}
#header .nav .menu-box {
  margin: 3px auto 0 80px;
}
#header .nav .menu-box ul.menu > li {
  font-size: 20px;
  line-height: 1;
  margin-right: 40px;
  font-weight: 500;
  color: #fff;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover > a::after,
#header .nav .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .search {
  width: 11.267%;
}
#header .nav .search form {
  width: 100%;
  position: relative;
}
#header .nav .search form input[type="search"] {
  width: 100%;
  height: 24px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #838383;
  font-size: 14px;
  padding-right: 24px;
}
#header .nav .search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]:-moz-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]::-moz-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]::placeholder {
  color: #fff;
}
#header .nav .search form input[type="submit"] {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat center center;
  border: 0;
}
#header .nav .yuy span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: var(--color);
}
#header .nav .yuy span img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
#header .nav .yuy span::before,
#header .nav .yuy span::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#header .nav .yuy span::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .msg {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
#header .nav::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 11.9276%;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active .nav {
  padding-top: 3px;
  padding-bottom: 3px;
}
#header.active .nav .logo img {
  width: 70%;
}
#header.active .nav .menu-box ul.menu > li {
  color: #000;
}
#header.active .nav .menu-box ul.menu > li:hover a::after,
#header.active .nav .menu-box ul.menu > li.active a::after{
  background: #000;
}
#header.active .nav .search form input[type="search"] {
  border-color: rgba(0, 0, 0, 0.3);
}
#header.active .nav .search form input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
#header.active .nav .search form input[type="search"]:-moz-placeholder {
  color: #000;
}
#header.active .nav .search form input[type="search"]::-moz-placeholder {
  color: #000;
}
#header.active .nav .search form input[type="search"]:-ms-input-placeholder {
  color: #000;
}
#header.active .nav .search form input[type="search"]::placeholder {
  color: #000;
}
#header.active .nav .search form input[type="submit"] {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav::after {
  width: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.i-tag {
  display: inline-block;
  font-size: 16px;
  color: #03004f;
  line-height: 1.5;
  padding: 13px 24px 9px 29px;
  border-radius: 10px;
  text-transform: uppercase;
  background: rgba(3, 0, 79, 0.1);
  position: relative;
}
.i-tag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #03004f;
}
.i-title {
  font-size: 48px;
  line-height: 1.4;
}
.title,
.i-title {
  font-weight: 600;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 34%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  max-width: 1242px;
  color: #fefefe;
  margin: 0 auto;
  text-align: center;
}
#banner ul li .text .title {
  line-height: 1.1;
  font-weight: bold;
}
#banner ul li .text .more {
  background: rgba(255, 255, 255, 0.68);
  color: #000000;
  padding: 18px 27px 14px 26px;
}
#banner ul li .text .more:hover {
  -webkit-box-shadow: inset 0 -100px 0 0 #fff;
  box-shadow: inset 0 -100px 0 0 #fff;
}
#banner ul li .text .title,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner .change {
  bottom: 0;
  right: 2.96875%;
  height: 100%;
  z-index: 2;
}
#banner .change .arrow {
  margin: 42px 0 46px;
}
#banner .change .line {
  width: 1px;
  height: -webkit-fill-available;
  background: #fff;
}
#banner .change .prev,
#banner .change .next {
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .change .prev:hover,
#banner .change .next:hover {
  background: #fff;
  color: #000;
}
#banner .change em {
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 10px auto 11px;
}
#banner .change .prev {
  border-radius: 10px 10px 0px 0px;
}
#banner .change .next {
  border-radius: 0px 0px 10px 10px;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-14 {
  line-height: 2;
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.link2 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(3, 0, 79, 0.1);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-size: 20px;
  color: var(--color1);
  font-weight: 600;
}
.link2 i:last-child {
  position: absolute;
  -webkit-transform: translate(-150%, 150%);
  -moz-transform: translate(-150%, 150%);
  -ms-transform: translate(-150%, 150%);
  transform: translate(-150%, 150%);
}
.link2:hover i:first-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(150%, -150%);
  -moz-transform: translate(150%, -150%);
  -ms-transform: translate(150%, -150%);
  transform: translate(150%, -150%);
}
.link2:hover i:last-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#index-body .i-product {
  padding: 6.09375% 0 6.3542%;
}
#index-body .i-product .header .arrow {
  width: 121px;
  height: 54px;
  background: #000;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#index-body .i-product .header .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
}
#index-body .i-product .content ul {
  margin: -8px;
}
#index-body .i-product .content ul li {
  padding: 8px;
}
#index-body .i-product .content .ig {
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
#index-body .i-product .content .ig .text {
  background-color: #f0eff6;
  border-radius: 30px 30px 0px 0px;
  color: #272727;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}
#index-body .i-product .content .ig .text .title {
  line-height: 1.2;
  min-height: 73px;
  display: block;
}
#index-body .i-product .content .ig .text .con {
  color: rgba(39, 39, 39, 0.55);
  line-height: 1.4;
}
#index-body .i-product .content .ig .text .link {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.4;
}
#index-body .i-product .content .ig:hover .text {
  background: var(--color);
  color: #fff;
}
#index-body .i-product .content .ig:hover .text .title,
#index-body .i-product .content .ig:hover .text .link {
  color: #fff;
}
#index-body .i-product .content .ig:hover .text .con {
  color: rgba(255, 255, 255, 0.55);
}
#index-body .i-box {
  background: url(../images/bg.png) no-repeat center bottom;
}
#index-body .i-application .box {
  height: 84.91vh;
  z-index: 1;
}
#index-body .i-application .box .text {
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
#index-body .i-application .box .text .ig {
  max-width: 1247px;
  margin: 0 auto;
}
#index-body .i-application .box .text .ig .i-tag {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#index-body .i-application .box .text .ig .i-tag::before {
  background: #fff;
}
#index-body .i-application .box .text .ig .con {
  line-height: 1.5;
}
#index-body .i-application .box .top ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-application .box .top ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#index-body .i-application .box .top ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-application .box .top ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-application .box .bottom {
  left: 0;
  bottom: 20%;
  width: 100%;
  z-index: 3;
}
#index-body .i-application .box .bottom ul {
  position: relative;
  z-index: 1;
}
#index-body .i-application .box .bottom ul li {
  text-align: center;
  cursor: pointer;
}
#index-body .i-application .box .bottom ul li .desc {
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -ms-transform: translateY(26px);
  transform: translateY(26px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .box .bottom ul li .desc .img {
  height: 44px;
  line-height: 44px;
}
#index-body .i-application .box .bottom ul li .desc .img img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-application .box .bottom ul li .desc p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-top: 19px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .box .bottom ul li .circle {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  margin-top: 10px;
}
#index-body .i-application .box .bottom ul .slick-current li .desc {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-application .box .bottom ul .slick-current li .desc p {
  opacity: 1;
}
#index-body .i-application .box .bottom ul::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
}
#index-body .i-application .box::after {
  content: attr(data-text);
  position: absolute;
  bottom: -8%;
  left: 0;
  text-align: center;
  width: 100%;
  color: rgba(253, 253, 253, 0.3);
  font-size: 20.83em;
  line-height: 1;
  font-weight: 600;
  z-index: 2;
  text-shadow: 0px -13px 14px rgba(24, 24, 24, 0.1);
}
#index-body .i-advantage {
  padding: 4.53125% 0 5.6771%;
  background: url(../images/bg.png) no-repeat center bottom;
  z-index: 1;
}
#index-body .i-advantage .content ul .slick-slide {
  height: auto;
}
#index-body .i-advantage .content ul .slick-slide > div {
  height: 100%;
}
#index-body .i-advantage .content ul li {
  height: 100%;
  position: relative;
  z-index: 2;
}
#index-body .i-advantage .content ul li .ig {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  border: solid 2px #ffffff;
  height: 100%;
}
#index-body .i-advantage .content ul li .ig .title {
  line-height: 1.3;
}
#index-body .i-advantage .content ul li .ig .con {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
}
#index-body .i-advantage .icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-box1 {
  background: url(../images/bg1.png) no-repeat center bottom;
}
#index-body .i-about {
  padding-top: 6.46%;
}
#index-body .i-about .img {
  width: 46.771%;
  border-radius: 0px 30px 30px 0px;
}
#index-body .i-about .img .play {
  width: 5.3em;
  height: 5.3em;
}
#index-body .i-about .img .play i {
  border-left: .95em solid #fff;
  border-top: .7em solid transparent;
  border-bottom: .7em solid transparent;
}
#index-body .i-about .text {
  width: 53.229%;
  padding: 0 10.15625% 0 4.271%;
}
#index-body .i-about .text .con {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .i-about .text .con h1 {
  display: inline;
}
#index-body .i-global {
  padding: 13.4375% 0 6.042%;
  z-index: 1;
}
#index-body .i-global .top {
  max-width: 768px;
}
#index-body .i-global .top .con {
  line-height: 1.6;
}
#index-body .i-global .bottom ul {
  margin: -19px;
}
#index-body .i-global .bottom ul li {
  padding: 19px;
}
#index-body .i-global .bottom ul li .img-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#index-body .i-global .map {
  right: 45px;
  bottom: 47px;
  z-index: -1;
  width: 70.625%;
}
#index-body .i-global .map span {
  font-size: 14px;
  width: 79px;
  height: 79px;
  text-align: center;
  line-height: 79px;
  background: var(--color);
  color: #fff;
  border-radius: 50%;
  font-weight: 500;
  top: 37%;
  left: 38%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#index-body .i-global .map span::before,
#index-body .i-global .map span::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-global .map span::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-news {
  padding: 5.833% 0 8.646%;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-news .header .arrow {
  width: 121px;
  height: 54px;
  background: #000;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#index-body .i-news .header .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
}
#index-body .i-news .content ul li .ig span {
  font-size: 14px;
  padding: 5px 10px 4px;
  background-color: #000000;
  color: #fff;
  border-radius: 14px;
}
#index-body .i-news .content ul li .ig .title {
  line-height: 1.5;
}
#index-body .i-news .content ul li .ig .con {
  line-height: 1.5;
}
#index-body .i-news .content ul li .ig:hover {
  background: var(--color1);
  color: #fff;
}
#index-body .i-news .content ul li .ig:hover .link2 {
  background: #fff;
}
#index-body .i-news .line {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#index-body .i-news .line1 {
  left: 8.33%;
}
#index-body .i-news .line2 {
  left: 29.17%;
}
#index-body .i-news .line3 {
  left: 49.95%;
}
#index-body .i-news .line4 {
  right: 29.17%;
}
#index-body .i-news .line5 {
  right: 8.33%;
}
#index-body .i-news::before,
#index-body .i-news::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#index-body .i-news::before {
  top: 25.5%;
}
#index-body .i-news::after {
  bottom: 15.9%;
}
#footer {
  background: #030223;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-form {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  padding: 16px 12px 18px 30px;
}
#footer .f-form .title {
  font-weight: bold;
}
#footer .f-form .form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-form .form ul {
  margin: -8px;
}
#footer .f-form .form ul li {
  padding: 8px;
  width: 26.389%;
}
#footer .f-form .form ul li input {
  width: 100%;
  height: 77px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.31);
  background: rgba(255, 255, 255, 0.2);
  font-size: 19px;
  padding: 0 25px;
}
#footer .f-form .form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .f-form .form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .f-form .form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .f-form .form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .f-form .form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .f-form .form ul li input:focus {
  border-color: #fff;
}
#footer .f-form .form ul li:nth-child(3) {
  width: 33.612%;
}
#footer .f-form .form ul li:last-child {
  width: 13.61%;
}
#footer .f-form .form ul li button {
  border: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 77px;
  background: var(--color);
  border-radius: 5px;
  font-size: 19px;
}
#footer .f-form .form ul li button:hover {
  color: #000;
  -webkit-box-shadow: inset 0 -100px 0 0 #fff;
  box-shadow: inset 0 -100px 0 0 #fff;
}
#footer .f-content .title {
  line-height: 1;
  margin: 17px 0 26px;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 11px;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #b8b8bc;
  position: relative;
  padding-left: 21px;
}
#footer .f-content ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url(../images/f-icon.png) no-repeat center;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li i {
  width: 22px;
}
#footer .f-content ul li span {
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content #ewm {
  width: 71px;
  border: 2px solid #fff;
}
#footer .f-content .f-ab {
  width: 25%;
}
#footer .f-content .f-ab p {
  line-height: 1.5;
}
#footer .f-content .f-contact {
  width: 23%;
}
#footer .f-copy {
  line-height: 1.4;
  font-size: 16px;
  border-top: 1px solid #b8b8bc;
  opacity: .45;
  padding-top: 22px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1800px) {
  #index-body .i-global .top {
    max-width: 700px;
  }
}
@media screen and (max-width: 1680px) {
  #header .nav .menu-box {
    margin: 0 auto;
  }
  #header .nav::after {
    width: 14.5%;
  }
  #index-body .i-application .box::after {
    font-size: 16.6em;
  }
  .font-20 {
    font-size: 20px;
  }
  #index-body .i-global .top {
    max-width: 700px;
  }
  #index-body .i-news .line2 {
    left: 26.17%;
  }
  #index-body .i-news .line4 {
    right: 26.17%;
  }
  #index-body .i-news .line1 {
    left: 3%;
  }
  #index-body .i-news .line5 {
    right: 3%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
  #header .nav .msg {
    font-size: 16px;
  }
  #index-body .i-application .box::after {
    font-size: 14em;
    bottom: -5%;
  }
  #index-body .i-about .text {
    padding: 0 4%;
  }
  #index-body .i-global .top {
    max-width: 600px;
  }
  #footer .f-form .form {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .i-application .box::after {
    font-size: 11.5em;
  }
  #index-body .i-application .box {
    height: 66vh;
  }
  #index-body .i-advantage .icon {
    zoom: .7;
  }
  #index-body .i-global .top {
    max-width: 500px;
  }
  #footer .f-form .form {
    zoom: .7;
  }
  #footer .f-content .f-ab .top {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner .change {
    right: 15px;
    zoom: .6;
  }
  .font-30 {
    font-size: 24px;
  }
  #index-body .i-product .content .ig .text .title {
    font-size: 20px;
  }
  #index-body .i-application .box::after {
    font-size: 7.5em;
  }
  #index-body .i-about .img {
    width: 100%;
  }
  #index-body .i-about .text {
    width: 100%;
    padding: 20px 15px 0;
  }
  #index-body .i-global .top {
    max-width: 100%;
  }
  #index-body .i-global .map {
    display: none;
  }
  #index-body .i-news .line {
    display: none;
  }
  #index-body .i-news::before,
  #index-body .i-news::after {
    display: none;
  }
  #footer .f-form {
    padding: 16px 21px 18px;
  }
  #footer .f-form .form {
    zoom: 1;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #footer .f-form .form ul li {
    width: 50%;
  }
  #footer .f-form .form ul li input {
    height: 50px;
    font-size: 16px;
    padding: 0 12px;
  }
  #footer .f-form .form ul li button {
    height: 50px;
    font-size: 16px;
  }
  #footer .f-form .form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-form .form ul li:last-child {
    width: 20%;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-ab {
    width: 40%;
  }
  #footer .f-content .f-ab .top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-content .f-contact {
    width: 56%;
  }
  #footer .f-content #ewm {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .more {
    padding: 10px 14px 8px 13px;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-application .box {
    height: 56vh;
  }
  #index-body .i-application .box::after {
    display: none;
  }
  #index-body .i-application .box .bottom {
    bottom: 2%;
  }
  .font-16 {
    line-height: 2 !important;
  }
  #index-body .i-global .bottom {
    margin-top: 30px;
  }
  #index-body .i-global .bottom ul {
    margin: -9px;
  }
  #index-body .i-global .bottom ul li {
    padding: 9px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text {
    top: 42%;
  }
  #banner ul li .text .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .more {
    font-size: 14px;
    padding: 12px 24px;
  }
  .i-tag {
    font-size: 14px;
    padding: 6px 15px 4px;
  }
  .i-tag::before {
    left: 6px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-application .box {
    height: 42vh;
  }
  #index-body .i-application .box .text .con {
    display: none;
  }
  #index-body .i-application .box .bottom ul li .desc p {
    font-size: 14px;
  }
  #index-body .i-advantage .content {
    margin-top: 20px;
  }
  #index-body .i-advantage .content ul li .ig {
    padding: 22px 9px 15px;
  }
  #footer .f-form .form ul li {
    width: 100%;
  }
  #footer .f-form .form ul li:last-child {
    width: 36%;
  }
  #footer .f-content ul li {
    font-size: 14px;
    line-height: 2;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.5%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.inner-page .text {
    font-size: 18px;
    color: #757575;
    line-height: 34px;
}
.inner-banner {
  padding: 190px 0;
  position: relative;
  z-index: 1;
  color: white;
  background-size: cover;
}
.inner-banner:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../images/inner-banner-mask.png") center bottom no-repeat;
  background-size: contain;
  z-index: -1;
  display: none;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 1em;
  line-height: 34px;
}
.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 28%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
  font-size: 24px;
  line-height: 1.5;
  display: block;
  font-weight: 600;
}
.inner-page .slideBarBox .slideBarLeft .border.search {
  padding: 25px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
  line-height: 2;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 19px;
  font-weight: 500;
  line-height: 40px;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fenlei{
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 20px;
}
.miaoshu{
 font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--color);
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 0;
  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;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
  border: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-size: 18px;
  color: var(--color);
  line-height: 1.6;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-webkit-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-moz-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-ms-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea:focus,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: var(--color);
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li.wid-100{
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea{
  display: block;
    line-height: 42px;
    height: 100px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5em;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarRight {
  width: 72%;
}
.inner-page .prodet-product-link {
  padding-top: 80px;
}
.inner-page .prodet-product-link .productList {
  overflow: hidden;
}
.inner-page .prodet-product-link .dotsBox {
  margin-top: 90px;
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
.about-page .about-1 {
  padding-top: 100px;
}
.about-page .about-1 .box .left {
  padding-right: 2%;
  position: sticky;
  top: 100px;
}
.about-page .about-1 .box .left video{
  display: block;
  width: 100%;
  margin-top: 40px;
}
.about-page .about-1 .box .left span.h2 em{
  font-weight: 500;
}
.about-page .about-1 .box .left a.more {
  margin-top: 1.5em;
  color: white;
  background: var(--color);
}
.about-page .about-1 .box .right {
  padding-left: 2%;
}
.about-page .about-1 .box .right .text p {
  margin-top: 1.5em;
}
.about-page .about-1 .img {
  height: 590px;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  margin-top: 60px;
}
.about-page .about-1 .img .play {
  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%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .img .play:after,
.about-page .about-1 .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .img .play:hover:after,
.about-page .about-1 .img .play:hover:before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .img .play:hover:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-2 {
  padding: 80px 0 80px;
  background: #f0f0f5;
}
.about-page .about-2 .box .left {
  padding-right: 0;
  /*position: sticky;
  top: 100px;*/
  margin-bottom: 60px;
}
.about-page .about-2 .box .left hr {
  background-color: #120c0b;
  height: 1px;
  border: none;
  margin: 40px 0;
}
.about-page .about-2 .box .left a.more {
  margin-top: 2.5em;
}
.about-page .about-2 .box .right .list ul {
  margin: -25px -35px;
}
.about-page .about-2 .box .right .list ul li {
  position: relative;
  padding: 15px 30px;
 font-size: 22px;
   margin: 10px 5px;
  width: 48%;
   border-radius: 20px;
  box-shadow: 0px 0px 12px 1px #d7d7d7;
  overflow: hidden;
}
.about-page .about-2 .box .right .list ul li .img {
    /*content: '';
    background: url(/template/en/images/history-bg.jpg);*/
    filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-page .about-2 .box .right .list ul li i {
  display: block;
  position: relative;
  margin-top: 1em;
  z-index: 9;
}
.about-page .about-2 .box .right .list ul li i:before {
  /*content: '';*/
  width: 3.40909091em;
  height: 4.04545455em;
  /*background: url("../images/icon-5-bg.png") center center;*/
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.about-page .about-2 .box .right .list ul li span.h6 {
  font-weight: 600;
  margin: 1em 0 2em ;
  display: block;
  line-height: 1.8;
  z-index: 9;
    position: relative;
    color: #fff;
    font-size: 30px;
}
.about-page .about-2 .box .right .list ul li .text {
  line-height: 1.8;
  z-index: 9;
    position: relative;
    color: #dfdfdf;
}
.about-page .about-2 .numList {
  margin-top: 110px;
}
.about-page .about-2 .numList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .numList ul li {
  border-left: 1px solid #120c0b;
}
.about-page .about-2 .numList ul li:first-child {
  border-left: none;
}
.about-page .about-2 .numList ul li span.h6 {
  font-size: 60px;
  color: #120c0b;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
.about-page .about-2 .numList ul li p {
  font-size: 18px;
  color: var(--color);
  margin-top: .5em;
}
.about-page .about-3 {
  padding: 55px 0;
  background-color: #120c0b;
  text-align: center;
}
.about-page .about-3 ul {
  margin: -10px;
}
.about-page .about-3 ul li {
  padding: 10px;
}
.about-page .about-3 img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.about-page .about-4 {
  padding: 80px 0;
  position: relative;
}
.about-page .about-4:after {
  top: 5%;
}
.about-page .about-4 .left {
  width: 34%;
  vertical-align: bottom;
}
.about-page .about-4 .left .list {
  margin-top: 80px;
}
.about-page .about-4 .left .list ul {
  margin: -8px 0;
}
.about-page .about-4 .left .list ul li {
  padding: 8px 0;
  font-size: 16px;
}
.about-page .about-4 .left .list ul li span.txt {
  color: #120c0b;
  display: inline-block;
}
.about-page .about-4 .left .list ul li span.num {
  line-height: 1.75em;
  height: 1.75em;
  padding: 0 0.75em;
  border-radius: 2px;
  background-color: #120c0b;
  color: white;
  position: relative;
  float: right;
  margin-top: -0.4em;
}
.about-page .about-4 .left .list ul li span.num:after {
  content: '';
  border-top: 10px solid #120c0b;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-4 .left .list ul li .line {
  display: block;
  height: 10px;
  border-radius: 5px;
  background-color: #ebebeb;
  position: relative;
  margin-top: 12px;
}
.about-page .about-4 .left .list ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: inherit;
  background-color: var(--color);
  width: 0;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.about-page .about-4 .right {
  width: 66%;
  vertical-align: bottom;
}
.about-page .about-4 .right .map {
  width: 120%;
  margin: 0 -15% 0 -5%;
}
.chainList {
  padding: 80px 0 80px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
  text-align: right;
}
.chainList .top .right a.more {
  background-color: #f3f3f3;
}
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  border-radius: 10px;
  overflow: hidden;
}
.chainList .bottom .list ul li img{
  border-radius: 10px;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: var(--color);
}
.culture-page .culture-1 {
  padding-top: 100px;
}
.culture-page .culture-1 .left {
  padding-right: 10%;
  vertical-align: middle;
}
.culture-page .culture-1 .left .text {
  margin-top: 1.5em;
}
.culture-page .culture-1 .right {
  vertical-align: middle;
}
.culture-page .culture-1 .right .img {
  position: relative;
}
.culture-page .culture-1 .right .img:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  right: 100%;
  top: 5%;
  width: 50%;
  height: 90%;
  background-size: contain;
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
  background-position: left center;
}
.culture-page .culture-2 {
  padding: 130px 0 70px;
  text-align: center;
}
.culture-page .culture-2 .list {
  margin-top: 70px;
}
.culture-page .culture-2 .list ul {
  margin: -40px;
}
.culture-page .culture-2 .list ul li {
  padding: 40px;
  font-size: 22px;
}
.culture-page .culture-2 .list ul li i {
  display: inline-block;
  position: relative;
  /*margin: 1em auto 0;*/
}
.culture-page .culture-2 .list ul li span.h6 {
  font-weight: 500;
  display: block;
  margin: .8em 0;
}
.culture-page .culture-2 .list ul li .text {
  line-height: 2;
}
@-webkit-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@-moz-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
.TopTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.TopTitle .left {
  width: auto !important;
}
.TopTitle .left span.h2 {
  margin-right: 1.2em;
}
.TopTitle .right {
  width: auto !important;
  margin-top: 35px;
}
.TopTitle .right .list ul li {
  font-weight: 900;
  font-size: 20px;
  color: #b9b9b9;
  text-transform: uppercase;
  padding: .25em 1.2em;
  width: auto;
  display: inline-block;
  border-left: 1px solid #e8e8e8;
  margin-top: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.TopTitle .right .list ul li.active,
.TopTitle .right .list ul li:hover {
  color: var(--color);
}
.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list {
  margin: 90px 0;
}
.factory-page .bottom .list ul {
  margin: -35px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(174,0,1,0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
.product-yd-page {
  padding-top: 100px;
}
.product-yd-page .bottom {
  margin-top: 40px;
}
.product-yd-page .bottom .slide {
  padding: 90px 0;
  position: relative;
}
.product-yd-page .bottom .slide .left {
  vertical-align: middle;
  padding: 0 5%;
  position: relative;
}
.product-yd-page .bottom .slide .right {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
}
.product-yd-page .bottom .slide .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  display: block;
}
.product-yd-page .bottom .slide .right .text {
  margin: 1.3em 0;
  line-height: 1.6;
  padding-right: 1em;
  max-height: 16em;
  overflow-y: auto;
  overflow-x: hidden;
}
.product-yd-page .bottom .slide .right a.more {
  background-color: #f3f3f3;
}
.product-yd-page .bottom .slide:nth-child(even) {
  background-color: #f3f3f3;
}
.product-yd-page .bottom .slide:nth-child(even) .right a.more {
  background-color: white;
}
.product-yd-page .bottom .slide:nth-child(even) .left {
  left: 50%;
}
.product-yd-page .bottom .slide:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 6%;
}
.product-yd-page .bottom .slide:nth-child(odd):after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  background-size: contain;
  background-position: left center;
}
.product-yd-page .bottom .slide:nth-child(3n):after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 5%;
}

.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li a.img-box {
  background-color: #faf9ff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}
.productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .content span.h6 {
  font-weight: 600;
  font-size: 18px;
  color: #120c0b;
  display: block;
    /*border-bottom: 1px solid #ececec;*/
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .content .text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 1em;
  padding: 0 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li:hover a.img-box {
  background-color: #faf9ff;
    box-shadow: 0px 0px 11px 1px #e3e3e3;
}
.product-list-page .productList ul,
.prodet-product-link .productList ul {
  margin: -35px -6px;
}
.product-list-page .productList ul li,
.prodet-product-link .productList ul li {
  padding: 35px 6px;
}
.product-list-page {
  padding: 80px 0 130px;
}
.product-det-page .product-det-1 {
  padding: 100px 0 60px;
}
.product-det-page .product-det-1 .box {
  display: flex;
  flex-wrap: wrap;
}
.product-det-page .product-det-1 .left {
  width: 56%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0%;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 25.5%;
  padding-right: 20px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page .product-det-1 .left .bigImg {
  width: 74.5%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
}
.product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 44%;
  padding-left: 3.5%;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.product-det-page .product-det-1 .right h1 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  display: block;
}
.product-det-page .product-det-1 .right .text {
  margin: 2em 0 3em;
  line-height: 1.8;
  font-size: 16px;
  /*max-height: 9.6em;*/
  /*overflow: auto;*/
}
.product-det-page .product-det-1 .right a.more {
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 {
  padding-bottom: 60px;
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*top: 100px;*/
}
.product-det-page .product-det-2 .left .navList {
  background-color: white;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: white;
  background-color: black;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: .5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 77%;
}
.product-det-page .product-det-2 .right .prodet-content {
  max-width: 1250px;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content span.h3:before {
  content: '';
  width: 2.66666667em;
  height: 3.19444444em;
  background: url("../images/icon-5-bg.png") center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: 36px;
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: white;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 100%;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: #db8204;
  border-bottom-color: #f3ac48;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -60px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 60px;
}
.product-det2-page {
  padding: 100px 0;
}
.product-det2-page .product-det2-1 .left {
  width: 45%;
  padding-right: 5%;
}
.product-det2-page .product-det2-1 .left a {
  display: block;
  padding: 10%;
  border: 1px solid #bebebe;
  border-radius: 10px;
}
.product-det2-page .product-det2-1 .left ul {
  margin: -15px;
}
.product-det2-page .product-det2-1 .left ul li {
  padding: 15px;
}
.product-det2-page .product-det2-1 .left .smallImg {
  padding-top: 30px;
}
.product-det2-page .product-det2-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det2-page .product-det2-1 .left .bigImg a {
  position: relative;
}
.product-det2-page .product-det2-1 .left .bigImg a:before {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45% auto;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det2-page .product-det2-1 .right {
  width: 55%;
}
.product-det2-page .product-det2-1 .right h1 {
  font-weight: 700;
  font-size: 40px;
  color: #120c0b;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
}
.product-det2-page .product-det2-1 .right .text {
  font-size: 18px;
  line-height: 34px;
  /*max-height: 12.8em;
  overflow: auto;*/
  padding-right: 1em;
  margin: 2em 0 2em;
}
.product-det2-page .product-det2-1 .right .text p strong{
  color: #ae0001;
    font-size: 24px;
}
.product-det2-page .product-det2-1 .right a.more {
  color: white;
}
.product-det2-page .product-det2-2 span.h3 {
  font-weight: 700;
  font-size: 30px;
  color: #120c0b;
  line-height: 1.2;
  display: block;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.product-det2-page .m-link{
  margin-top: 30px;
}
.product-det2-page .m-link a{
  display: inline-block;
  line-height: 32px;
    padding: 8px 25px;
    font-size: 18px;
    color: #000;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-det2-page .m-link a:hover{
  background: var(--color);
  color: white;
}
.product-det2-page .prodet-22{
  padding-top: 100px;
}
.product-det2-page .prodet-22 ul.options{
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f9ff;
}
.product-det2-page .prodet-22 ul.options li{
  font-size: 24px;
  padding: 24px;
  line-height: 32px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
.product-det2-page .prodet-22 ul.options li.active,
.product-det2-page .prodet-22 ul.options li:hover{
  background: var(--color);
  color: white;
}
.product-det2-page .prodet-22 .content{
  margin-top: 30px;
}
.product-det2-page .prodet-22 .content .det{
  color: #757575;
  font-size: 18px;
  line-height: 34px;
}

.seoPublic .title{
  color:#02004f;
}

.product-det2-page .prodet-22 .content .det em{
  font-size: 20px;
    color: #ffffff;
    font-weight: 800;
    padding: 20px 0;
    margin: 32px 0 !important;
    display: block;
    background: #02004f;
    text-align: center;
    text-transform: uppercase;
    border-radius: 54px;
}
.product-det2-page .prodet-22 .content .det.active{
  display: block;
}
.product-det2-page .prodet-22 .content .det .det2.pr{
  display: inline-block;
}
.product-det2-page .prodet-22 .content .det .det2 p strong{
      color: #ae0001;
    font-size: 20px;
    background: #f6f5ff;
    display: block;
    margin: 25px 0;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
}
.product-det2-page .prodet-22 .content .det .det2 p img{
  margin-left: auto;
    margin-right: auto;
    display: block;
}
.product-det2-page .prodet-22 .content .det .det2 p video{
  width: 40%;
}
table tr:nth-child(even){
  background: #f5f9ff;
}
table td, table th {
    padding: 5px 10px;
    border: 1px solid #c4d8ff;
    width: auto!important;
    height: auto!important;
}

.service-page .service-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}
.service-page .service-1 .left {
  vertical-align: middle;
}
.service-page .service-1 .left .img video{
  display: block;
  width: 100%;
}
.service-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%; 
}
.service-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.service-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}
.service-page .service-1 .right a.more {
  background-color: #f3f3f3;
  margin-top: 2em;
}
.service-page .service-2 {
  padding:80px 0 80px;
  text-align: center;
}
.service-page .service-2 .text{
  font-size: 18px!important;
  line-height: 32px;
}
.service-page .service-2 .list {
  margin-top: 80px;
}
.service-page .service-2 .list ul {
  margin: -13px;
}
.service-page .service-2 .list ul li {
  padding: 13px;
  text-align: left;
}
.service-page .service-2 .list ul li span.num {
  font-size: 50px;
  font-weight: 900;
  color: var(--color);
  display: block;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.service-page .service-2 .list ul li span.num:after {
  content: '';
  width: 100%;
  background-color: black;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.service-page .service-2 .list ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
}
.service-page .service-2 .list ul li .text {
  line-height: 2;
}
.service-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.service-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: white;
  background-image: url("../images/service-3-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.service-page .service-3 span.h2 {
  margin-bottom: 1.2em;
}
.service-page .service-3 a.more {
  color: #fff;
}
.service-page .service-3 a.more:hover {
  color: white;
}
.service-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}
.service-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.service-page .service-4 ul li span.h6 {
  font-weight: 500;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.service-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.service-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
}
.service-page .service-4 ul li:last-child {
  border-right: none;
}
.download-page {
  padding: 100px 0;
}
.download-page .downloadList ul {
  margin: -45px -13px;
}
.download-page .downloadList ul li {
  padding: 45px 13px;
}
.download-page .downloadList ul li a.img-box {
  display: block;
}
.download-page .downloadList ul li a.img-box img {
  width: 100%;
}
.download-page .downloadList ul li a.more {
  margin-top: 1.5em;
  background-color: #f3f3f3;
}
.faq-page {
  padding: 100px 0;
}
.faq-page .slideBarRight span.h3 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #120c0b;
  display: block;
  line-height: 1.2;
}
.faq-page .slideBarRight .faqList {
  font-size: 20px;
  margin-top: 2em;
}
.faq-page .slideBarRight .faqList li {
  padding: .7em 0;
  line-height: 1.8;
}
.faq-page .slideBarRight .faqList li span.h6 {
  padding: 1em 4em 1em 1.5em;
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  position: relative;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close {
  width: 0.75em;
  height: 1.75em;
  position: absolute;
  top: 1em;
  right: 1.1em;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:after,
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  content: '';
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: .25em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  -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 .slideBarRight .faqList li .text {
  padding: 1em 1.5em 0;
  display: none;
}
.faq-page .slideBarRight .faqList li.active span.h6 {
  background-color: var(--color);
  color: white;
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close:after,
.faq-page .slideBarRight .faqList li.active span.h6 i.close:before {
  background-color: white;
}
.news-page {
  padding: 100px 0;
}
.news-page .newsList ul {
  margin: -40px -20px;
}
.news-page .newsList ul li {
  padding: 40px 20px;
}
.news-page .newsList ul li a.img-box {
  display: block;
}
.news-page .newsList ul li a.img-box img {
  display: block;
 border-radius: 30px;
  width: 100%;
}
.news-page .newsList ul li hr {
  display: block;
  border: none;
  height: 1px;
  background-color: #bebebe;
  margin: 20px 0;
}
.news-page .newsList ul li time {
  display: block;
  font-size: 18px;
  color: var(--color);
  line-height: 32px;
}
.news-page .newsList ul li span.h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  min-height: 3.8em;
  margin: .5em 0;
  display: block;
}
.news-page .newsList ul li .text {
  color: #a1a1a1;
  line-height: 1.6;
  margin-bottom: 1em;
}
 
.newdet-page {
  padding: 100px 0;
}
.newdet-page .newsContent a.img-box {
  display: block;
}
.newdet-page .newsContent a.img-box img {
  width: 100%;
}
.newdet-page .newsContent h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4;
  margin-top: 1em;
  display: block;
}
.newdet-page .newsContent time {
  display: block;
  font-size: 18px;
  margin: 1em 0;
  line-height: 1.6;
  color: var(--color);
}
.newdet-page .newsContent time i {
  color: #bebebe;
  margin: 0 .5em;
}
.newdet-page .newsContent .text {
  color: #a1a1a1;
}
.newdet-page .newsContent hr {
  height: 1px;
  border: none;
  display: block;
  background-color: #bebebe;
  margin: 30px 0;
}
.newdet-page .newsContent .bottom {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newdet-page .newsContent .bottom .m-link {
  font-size: 18px;
  line-height: 32px;
}
.newdet-page .newsContent .bottom .share {
  font-size: 18px;
  white-space: nowrap;
  line-height: 32px;
}
.newdet-page .newsContent .bottom .share span {
  color: #120c0b;
  font-weight: 500;
}
.newdet-page .newsContent .bottom .share a {
  margin-left: .5em;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsContent .bottom .share a:hover {
  color: #120c0b;
}
.newdet-page .prodet-product-link span.h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  display: block;
}
.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  right: 0;
  top: 5%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  color: #120c0b;
  padding: .5em 0;
  line-height: 30px;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li a.more {
  margin-top: 1em;
  background-color: #f3f3f3;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li button{
  border: none;
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  font-weight: 300;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
  .inner-banner .mbx,
  .about-page .about-2 .numList ul li p,
  .contact-page .box .right .info,
  .history-page .cursor span,
  .newdet-page .newsContent time,
  .newdet-page .newsContent .bottom .m-link,
  .newdet-page .newsContent .bottom .share,
  .news-page .newsList ul li time {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1,
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 80px;
  }
  .about-page .about-2,
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page,
  .newdet-page,
  .news-page,
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3 {
    padding: 80px 0;
  }
  #index-body .init-4 .top .right .list li {
    font-size: 18px;
  }
  .about-page .about-1 .img {
    height: 400px;
    margin-top: 40px;
  }
  .about-page .about-1 .img .play {
    width: 80px;
  }
  .about-page .about-2 .box .left hr {
    margin: 30px 0;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title {
    font-size: 20px;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .about-page .about-2 .numList {
    margin-top: 80px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-4 .right .map {
    width: 100%;
    margin: 0;
  }
  .about-page .about-4 .left .list,
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 50px;
  }
  .about-page .about-4 .left .list ul li {
    font-size: 14px;
  }
  .contact-page .map {
    margin-top: 60px;
  }
  .culture-page .culture-2 .list ul li span.h6 {
    margin: .5em 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border span.h6 {
    font-size: 24px;
  }
  .download-page .downloadList ul li {
    padding: 15px 5px;
  }
  .download-page .downloadList ul {
    margin: -15px -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 18px;
  }
  .factory-page .bottom .list ul li,
  .news-page .newsList ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul,
  .news-page .newsList ul {
    margin: -10px;
  }
  .history-page .cursor {
    padding: 10px 0;
  }
  .history-page .cursor {
    position: static;
    display: none;
  }
  .newdet-page .newsContent h1 {
    font-size: 32px;
  }
  .product-yd-page .bottom .slide {
    padding: 50px 0;
  }
  .product-det-page .product-det-2 .left .navList ul {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .left .navList ul li ul {
    font-size: 100%;
  }
  .product-det-page .product-det-2 .left .navList ul li ul li {
    padding: .7em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 1080px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 60px 0;
    padding-left: 5%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 100px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 36px;
    margin-top: 1em;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1 {
    font-size: 28px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    padding: 20px 15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -20px -15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
    margin-top: 4em;
  }
  .product-det-page .product-det-2 .right .prodet-content .logo img {
    max-height: 40px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 3em;
  }
  .product-det2-page .product-det2-1 .right .text {
    margin: 1.5em 0 3em;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .service-page .service-2 .list {
    margin-top: 50px;
  }
  .service-page .service-4 {
    padding: 40px 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
    line-height: 30px;
  }
  .product-det2-page .product-det2-2 span.h3 {
    font-size: 28px;
  }
  .TopTitle .right {
    margin-top: 30px;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
  
}
@media screen and (max-width: 1450px) {
  .service-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    font-size: 18px;
    line-height: 1.6;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  }
  .about-page .about-1,
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 60px;
  }
  .about-page .about-2,
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page,
  .newdet-page,
  .news-page,
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 36px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 16px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 24px;
  }
  .product-det-page .product-det-2 .left .navList ul,
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 16px;
  }
  .product-list-page .productList ul li,
  .prodet-product-link .productList ul li {
    padding: 10px 5px;
  }
  .product-list-page .productList ul,
  .prodet-product-link .productList ul {
    margin: -10px -5px;
  }
  .TopTitle .right {
    margin-top: 20px;
  }
  .news-page .newsList ul li hr {
    margin: 10px 0;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .history-page .list li .box .left .img {
    height: 200px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
  #index-body .init-4 .top .right .list li {
    font-size: 16px;
  }
  .about-page .about-2 .numList {
    margin-top: 40px;
  }
  .about-page .about-4 .left .list,
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 30px;
  }
  .productList ul li .content span.h6{
    font-size: 18px;
    line-height: 1.6;
    min-height: 0!important;
  }
  .productList ul li .content .text{
    font-size: 16px;
    line-height: 30px;
    /*min-height: 76px;*/
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner{
    padding: 60px 0;
  }
  #innerMobileBanner{
    margin-top: 60px;
  }
  .about-page .about-1 .img {
    height: 320px;
  }
  .about-page .about-2 .box .left {
    padding-right: 10%;
  }
  .about-page .about-2 .box .right .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .box .right .list ul {
    margin: -10px;
  }
  .about-page .about-3 img {
    max-height: 70px;
  }
  .contact-page .box .right {
    padding-left: 5%;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
  .culture-page .culture-1 .left {
    padding-right: 5%;
  }
  .culture-page .culture-2 .list ul li {
    padding: 10px;
  }
  .culture-page .culture-2 .list ul {
    margin: -10px;
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
  .product-det-page .product-det-2 .left .navList ul,
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 14px;
  }
  .TopTitle .right {
    margin-top: 25px;
  }
  .inner-page .prodet-product-link {
    padding-top: 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 20px;
  }
  .product-det-page .product-det-2 .right {
    width: 100%;
  }
  .product-det-page .product-det-2 .left {
    display: none;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 970px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 0 0 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 70px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 28px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table,
  .product-det-page .product-det-1 .right .text,
  .product-det2-page .product-det2-1 .right .text {
    font-size: 14px;
    line-height: 2;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 120px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
    padding: 0 10px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
    margin: 0 -10px;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
  .xinwenbiaoti{
    line-height: 1.8;
    min-height: 2.5em;
  }
  .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .productList ul li:hover .content .text,
  .productList ul li:hover .content span.h6{
    color: black;
  }
  .productList ul li:hover .content span.h6{
    border-color: #ececec;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .service-page .service-1 .left {
    display: none;
  }
  .service-page .service-2 .list ul li {
    width: 50%;
  }
  .service-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 700px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 24px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p img {
    max-height: 24px;
  }
    .product-det2-page .product-det2-1 .left,
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-right: 0;
  }
  .product-det2-page .product-det2-1 .right,
  .product-det-page .product-det-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .TopTitle .right {
    width: 100%;
  }
  .culture-page .culture-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .culture-page .culture-1 .right {
    width: 95%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .inner-banner .mbx,
  .about-page .about-2 .numList ul li p,
  .contact-page .box .right .info,
  .newdet-page .newsContent time,
  .newdet-page .newsContent .bottom .m-link,
  .newdet-page .newsContent .bottom .share,
  .news-page .newsList ul li time {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .about-page .about-1 .box .left .img img{
    border-radius: 30px;
  }

  .about-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-1 .img {
    height: 260px;
  }
  .about-page .about-4 .left .list ul li {
    padding: 4px 0;
    font-size: 14px;
  }
  .about-page .about-2 .numList ul li {
    width: 50%;
    border: none;
    text-align: left;
  }
  .about-page .about-2 .box .left {
    padding-right: 0;
    width: 100%;
    position: relative;
    top: 0;
  }
  .about-page .about-2 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box .left hr {
    margin: 10px 0;
  }
  .product-det2-page .m-link a{
    font-size: 16px;
    line-height: 30px;
  }
  .product-det2-page .prodet-22 ul.options{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    padding: 60px 0;
  }
span.h2 {
    font-weight: 700;
    line-height: 40px!important;
    font-size: 28px!important;
    display: block;
    text-transform: uppercase;
}

a.shenlongye {
    display: none !important;
}
.seoIndustry.Auxil-industry {
   display: none !important;
}
  .about-page .about-4 .left {
    width: 100%;
  }
  .about-page .about-4 .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 {
    padding-bottom: 0;
  }
  .product-yd-page .bottom .slide .right {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
    margin-top: 20px;
  }
  .product-yd-page .bottom .slide .left {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .product-yd-page .bottom .slide .left img {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .product-yd-page .bottom .slide:nth-child(odd):after {
    background-size: 15% auto;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2em;
  }
  .product-det2-page .product-det2-1 .left,
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-right: 0;
  }
  .product-det2-page .product-det2-1 .right,
  .product-det-page .product-det-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-det-page .product-det-1 .right {
    padding-left: 0;
  }
  .product-det-page .product-det-1 .left ul li {
    padding: 3px;
  }
  .product-det-page .product-det-1 .left ul {
    margin: -3px;
  }
  .product-det-page .product-det-1 .left .smallImg {
    padding-right: 6px;
  }
  .product-det-page .product-det-1 .left {
    width: 100%;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
  }
  .product-det-page .product-det-1 .right .text {
    margin: 1em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
    padding-right: 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list {
    padding-right: 50%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -5px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    width: 100%;
    padding: 5px;
  }
  .service-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-4 ul li {
    width: 100%;
    border: none;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1,
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 40px;
  }
  .about-page .about-2,
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page,
  .newdet-page,
  .news-page,
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-4 ul li {
    width: 50% !important;
  }
  .chainList .top .right {
    text-align: left;
    margin-top: 10px;
  }
  .product-det2-page .product-det2-1 .left ul li {
    padding: 5px;
  }
  .product-det2-page .product-det2-1 .left ul {
    margin: -5px;
  }
  .product-det2-page .product-det2-1 .left .smallImg {
    padding-top: 10px;
  }
  .product-det2-page .product-det2-1 .right .text {
    max-height: none;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
    width: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i img {
    max-height: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
    margin: 1em 0 1.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content table tr td {
    display: block;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
    font-size: 12px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 90px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
    height: 106%;
    top: -3%;
  }
  .product-yd-page .bottom .slide .right .text {
    max-height: none;
    padding-right: 0;
  }
  .newdet-page .newsContent .bottom {
    display: block;
  }
  .newdet-page .newsContent .bottom .share {
    margin-top: 1em;
  }
  .newdet-page .newsContent hr {
    margin: 15px 0;
  }
  .TopTitle .right .list ul li {
    padding: .2em 1em;
  }
  .download-page .downloadList ul li {
    width: 50% !important;
  }
}
.fancybox-image {
  background-color: white !important;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-1 .wid-50 {
  background-size: 45% auto;
  background-position: right bottom;
  padding-right: 47%;
  padding-bottom: 3%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 {
  padding: 90px 0;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list {
  margin-top: 0;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide {
  margin-bottom: 45px;
  background: #f3f3f3;
  position: relative;
  border-radius: 5px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:last-child {
  margin-bottom: 0;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img {
  vertical-align: middle;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img img {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content {
  padding: 0 3%;
  vertical-align: middle;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content span.h6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content .text {

}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide span.num {
  font-size: 30px;
  font-weight: 900;
  line-height: 2em;
  height: 2em;
  padding: 0 .5em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  position: absolute;
  top: 0;
  right: 3%;
  background-color: var(--color);
  min-width: 2em;
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .img {
  left: 50%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .content {
  left: -50%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) span.num {
  left: 3%;
  right: auto;
}
.product-det-page .product-det-2 .right .prodet-content .table2 {
  font-size: 20px;
  margin-top: 3em;
  line-height: 1.8;
  color: #120c0b;
}
.product-det-page .product-det-2 .right .prodet-content .table2 strong {
  font-weight: 600;
  margin-bottom: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .table2 em {
  font-weight: 500;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table,
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
  border: none;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table {
  margin: -25px !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table tbody {
  table-layout: fixed;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
  padding: 25px !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table {
  margin: 0 !important;
  font-weight: 400;
  text-align: center;
  font-size: .8em;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table td {
  padding: .5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table tr {
  border-bottom: 1px solid #dcdcdc;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table tr:first-child {
  background-color: #f3f3f3 !important;
  border-bottom: none !important
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 {
  padding: 60px 0 100px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list {
  margin-top: 60px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul {
  margin: -20px -40px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li {
  padding: 20px 40px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box {
  border-radius: 6px;
  background: white;
  overflow: hidden;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img2 {
  position: absolute;
  right: 5%;
  bottom: 3%;
  max-width: 55%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box {
  height: 270px;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span {
  height: 60%;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  background: white;
  position: absolute;
  right: 6%;
  top: 10%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span img {
  max-height: 100%;
  width: auto;
  max-width: none;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content {
  padding: 25px 35px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content span.h6 {
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content a.more {
  font-size: 14px;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1em 0 1.5em;
  /*border-left-width: .4em;*/
}
.product-det-page .product-det-2 .right .prodet-content.krs .table table tbody {
  table-layout: fixed;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table {
  font-size: inherit;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table tr {
  border: none;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody hr {
  margin: 0;
  margin-bottom: 1em;
  border: none;
  height: 1px;
  display: block;
  width: 100%;
  background: #dcdcdc;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table td {
  padding: 0 .5em 0 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content.fps1.krs .prodet-content-1 .wid-50 {
  background-size: 40% auto;
  padding-right: 50%;
}
.project-page{
  padding-top: 80px;
}
.project-page .container {
  overflow: visible;
}
.project-page .container .nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
  background-color: #f3f3f4;
  padding: 40px 20px;
  overflow: hidden;
}
.project-page .container .nav_left .tips {
  font-weight: 600;
}
.project-page .container .nav_left .list_cont {
  margin-top: 35px;
}
.project-page .container .nav_left .list_cont .title {

  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.project-page .container .nav_left .list_cont ul {
  padding-top: 10px;
}
.project-page .container .nav_left .list_cont ul li {
  margin-top: 14px;
}
.project-page .container .nav_left .list_cont ul li a span {
  margin-right: 10px;
}
.project-page .container .nav_left .list_cont ul li a:hover {
  color: var(--color);
}
.project-page .container .nav_right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
  padding-left: 40px;
}
.project-page .container .nav_right ul li .box {
  padding: 30px 0;
  border-top: 1px solid #cccdce;
  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;
}
.project-page .container .nav_right ul li .box .left {
  width: 52%;
}
.project-page .container .nav_right ul li .box .left .title {
  font-weight: bold;
  display: block;
      font-size: 48px;
      text-transform: uppercase;
}
.project-page .container .nav_right ul li .box .left .title:hover {
  color: var(--color);
}
.project-page .container .nav_right ul li .box .left .cont {
  color: #757575;
  margin-top: 36px;
}
.project-page .container .nav_right ul li .box .left .des {
  overflow: hidden;
}
.project-page .container .nav_right ul li .box .left .more2 {
  margin-top: 36px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  
}
.project-page .container .nav_right ul li .box .left .more2 .img_c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  margin-left: 20px;
}
.project-page .container .nav_right ul li .box .left .more2 .img_c img {
  width: 10px;
}
.project-page .container .nav_right ul li .box .left .more2:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.project-page .container .nav_right ul li .box .right {
  margin-left: auto;
  width: 41%;
}
.project-page .container .nav_right ul li .box .right img {
  width: 100%;
}
@media (max-width: 1250px) {
  .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1000px){
   .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .project-page .container .nav_right ul li .box .left .title{
    font-size: 36px;
  }
}
@media (max-width: 500px){
  .project-page .container .nav_right ul li .box .left .title{
    font-size: 28px;
  }
}

.design-page {
  padding: 90px 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-weight: bold;
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container>.box {
    background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {

  color: #757575;

 
}
.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
  font-weight: bold;
  color: var(--color);
  text-transform: uppercase;
    max-width: 480px;
}
.design-page .init-2 .container .right .index_line {
  height: 4px;
  margin: 10px 0 18px 0; 
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: 30px;
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: var(--color);
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: var(--color);
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: center;
}
.design-page .init-6 .container .tips {
  font-weight: bold;
}
.design-page .init-6 .container .des {
  max-width: 1200px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px auto 0;
  text-align: justify;
}
.design-page .init-7 .container .tips_title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: 40px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  /*padding: 40px 60px;*/
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
 
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: var(--color);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 1000px){
   .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
}

#Pop_UpsBtn{
  right: 25px !important;
  bottom: 110px !important;
}
h1.shenlongh1 {
    Display: inline;
}

.about-page .service-3 {
    padding-top: 7.2%;
    padding-bottom: 100px;
}
.about-page .service-3 .header {
    text-align:center;
}
.about-page .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.about-page .service-3 .content {
    margin-top: 65px;
}
.about-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.about-page .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.about-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    height: 383px;
}
.about-page .service-3 .content ul li .ig i{
    display: block;
}
.about-page .service-3 .content ul li .ig .tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    /*margin-top: 30px;*/
    padding-bottom: 20px;
}
.font-18{
  line-height: 32px;
}
.about-page .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 200px;
    overflow: auto;
}
.about-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: 500;
}
.about-page .service-3 .content ul li.active {
    width: 50%;
}
.about-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
@media screen and (max-width: 1440px) {
     
    .about-page .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .about-page .service-3 .content ul li .ig .tit{
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px){
   .about-page .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .about-page .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
}
@media screen and (max-width: 1100px){
   .about-page .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px){
   .about-page .service-3 .header .title{
        font-size: 70px;
    }
    .about-page .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .about-page .service-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .about-page .service-3 .content ul li.active{
        width: 50%;
    }
    .about-page .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .about-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .about-page .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px){
   .about-page .service-3 .header .title {
        font-size: 53px;
    }
    .about-page .service-3 .content{
        margin-top: 20px;
    }
    .about-page .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .about-page .service-3 .content ul li .ig{
        padding: 10px;
    }
    .about-page .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .about-page .service-3 .content ul li .ig .num{
        bottom: 0;
    }
}
@media screen and (max-width: 500px){
   .about-page .service-3 .header .title {
        font-size: 36px;
    }
    .about-page .service-3 .content ul li,
    .about-page .service-3 .content ul li.active{
        width: 100%;
    }
    .about-page .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .about-page .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .about-page .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}

.service-page .init-1 {
  padding: 103px 0 0px;
}
.service-page .init-1 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .init-1 .title .acc .tag {
  margin-top: 20px;
}
.service-page .init-1 .title p {
  margin-top: 50px;
  max-width: 465px;
}
.service-page .init-1 .top {
  margin-top: 0px;
}
.service-page .init-1 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}
.service-page .init-1 .top ul li {
  position: relative;
  padding: 0 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: 1s
}
.service-page .init-1 .top ul li .acc {
  position: relative;
  height: 761px;
  
  border-radius: 30px;
  cursor: pointer;
}
.service-page .init-1 .top ul li .tit3 {
  position: absolute;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
  font-size: 30px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page .init-1 .top ul li .box {
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
  padding: 0 65px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.service-page .init-1 .top ul li .box .tit {
  font-size: 30px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4;
}
.service-page .init-1 .top ul li .box dl {
  margin-top: 60px;
  max-width: 430px;
}
.service-page .init-1 .top ul li .box dl dd a {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-transform: capitalize;
  padding: 12px 0;
  padding-right: 39px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page .init-1 .top ul li .box dl dd a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 39px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/bann1.png) no-repeat center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page .init-1 .top ul li .box dl dd a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-page .init-1 .top ul li .box dl dd a:hover::before {
  width: 100%;
}
.service-page .init-1 .top ul li .box dl dd a:hover {
  padding: 16.5px 15px;
}
.service-page .init-1 .top ul li .box dl dd a:hover::after {
  right: 15px;
}
.service-page .init-1 .top ul li.active {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
}
.service-page .init-1 .top ul li.active .acc .tit3 {
  opacity: 0;
  z-index: -1;
}
.service-page .init-1 .top ul li.active .acc .box {
  opacity: 1;
  z-index: 11;
}
@media screen and (max-width: 1400px){
  .service-page .init-1 .top ul li .box dl dd a{
    padding: 10px 0;
  }
}
@media screen and (max-width: 1100px){
   .service-page .init-1 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .init-1 .title p {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  .service-page .init-1 {
    padding: 80px 0;
  }
  .service-page .init-1 .top {
    margin-top: 40px;
  }
  .service-page .title .tag i {
    display: initial;
  }
 .service-page .init-1 .top ul li .box {
    padding: 0 40px;
    top: 10%;
  }
  .service-page .init-1 .top ul li .box dl {
    margin-top: 30px;
  }
  .service-page .init-1 .top ul li .tit3 {
    font-size: 24px;
  }
  .service-page .init-1 .top ul li .acc{
    height: 620px;
  } 
  .service-page .init-1 .top ul li .box dl dd a{
    font-size: 16px;
    padding: 9px 0;
  }
}
@media screen and (max-width: 768px){
   .service-page .init-1 {
    padding: 50px 0;
  }
  .service-page .init-1 .top ul {
    flex-wrap: wrap;
  }

  .service-page .init-1 .top ul li {
    width: 100%!important;
    flex: unset!important;
    margin: 20px 0
  }
  .service-page .init-1 .top ul li .box {
    opacity: 1!important;
    z-index: 19!important
  }
  .service-page .init-1 .top ul li .tit3 {
    display: none!important
  }
}
@media screen and (max-width: 450px){
  .service-page .init-1 .title .acc .tag {
    margin-top: 10px;
    line-height: 2;
  }
  .service-page .init-1 .top ul li .box {
    padding: 0 20px
  }

  .service-page .init-1 .top ul li .box .tit {
    font-size: 24px;
  }
  .service-page .init-1 .top ul li .box dl dd a {
    font-size: 14px;
  }
  .service-page .init-1 .top ul li .box dl dd a:after {
    display: none
  }
}
.why-page .service-2 {
  padding: 80px 0 10px;
  text-align: center;
}
.why-page .service-2 .list {
  margin-top: 80px;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box{
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: 50px;
  font-weight: 500;
  color: var(--color);
  display: inline-block;
  
  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.why-page .service-2 .list ul li .num_box::before{
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before{
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after{
  display: none;
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: 24px;
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 44px;
}
.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text{
  font-size: 18px;
}
@media screen and (max-width: 1600px){
   .why-page .service-2 {
    padding: 80px 0;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 20px;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .why-page .service-2 .list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1450px){
   .why-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .why-page .service-2 .list {
    margin-top: 30px;
  }  
  .why-page .service-2 {
    padding: 60px 0;
  }  
  .why-page .service-2 .list ul li span.h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px){
   .why-page .service-2 .list ul li span.h6 {
    font-size: 14px;
    line-height: 28px;
  } 
}
@media screen and (max-width: 1000px){
  .why-page .service-2 .list ul li {
    width: 25%;
  }
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px){
   .why-page .service-2 {
    padding: 40px 0;
  }
  .why-page .service-2 .list ul li {
    width: 100%;
  }

  .why-page .service-2 .list ul li .num_box:before, 
  .why-page .service-2 .list ul li .num_box:after{
    display: none;
  }
}

/* aft */
.aft01 {padding: 120px 0 100px; background: url(../images/aft01_bg.jpg);background-size: cover;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01  h4 {    font-size: 30px; color: #333333; margin: 16px 0 28px; font-weight: bold;}
.aft01 .box {display: flex;    margin-bottom: 60px;}
.aft01 .box .min {width: 350px;height: 350px;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01 .box .min:nth-of-type(1) {transition: 0.5s; background-color: rgb(71 110 236);position: relative;z-index: 1;left: 0px;}
.aft01 .box .min:nth-of-type(2) {transition: 0.5s; background-color: rgb(36 36 36 / 90%); margin-left: -42px;position: relative;right: 0px;}
.aft01 .box:hover .min:nth-of-type(1){left: 308px;}
.aft01 .box:hover .min:nth-of-type(2){right: 308px;}
.aft01 .box .min  h5 {font-size: 20px;font-weight: bold;margin-bottom: 30px;color: #fff;}
.aft01 .box .min  h6 {font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 50px;text-align: center;}
.aft01 .box .min  img {width: 42px;}
.aft01 p {font-size: 20px;color: #333333;font-weight: bold;}
.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;font-weight: bold; line-height: 1.4;}
.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 40px; 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;font-size: 40px;
    font-weight: 600;
    color: #02004f;
}}
.aft02 .bot .box:hover  .icon::before {   animation: img01anime 10s 0s linear infinite; }
.aft02 .bot .box:hover  .icon::after{  animation: img02anime 10s 0s linear infinite;}
.aft02 .bot .box  .icon::before {   content: ""; position: absolute; width: 120%; height: 120%; border-radius: 50%;  border: 1.6px dashed var(--color);}
.aft02 .bot .box  .icon::after{ content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%;  border: 1.6px dashed var(--color);}
.aft02 .botF .swiper-button-prev,
.aft02 .botF .swiper-button-next{
  background-repeat: no-repeat;
  background: var(--color);
  color: #fff;
  font-size: 30px;
}
.aft02 .botF .swiper-button-prev::after,
.aft02 .botF .swiper-button-next::after{
  content: '';
}
@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: 24px;font-weight: 500;color: #333333;margin: 35px 35px 5px;
    text-align: center;}
.aft02 .bot .swiper-slide{
  height: auto;
}    
.aft02 .bot .box{
  height: 100%;
}
.aft02 .bot .box h5 {    
  width: 90%;
    font-size: 18px;
    position: relative;
    color: #666666;
    text-align: center;
    line-height: 1.6;
    padding-top: 7px;
    margin-top: 5px;
  }
.aft02 .bot .box h5::after {content: "";position: absolute;width: 20px;height: 4px;background-color: var(--color);left: 50%;transform: translateX(-50%);bottom: 100%;}
.aft02 .bot .box p{padding:0px 40px; font-size: 18px; height: 70px;}
.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;}
.font-20{
  line-height: 36px;
}
.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 {position: relative;overflow: hidden;}
.aft03 .icenter2 {display: flex;justify-content: space-between;align-items:center;}
.aft03 .icenter2 .le {overflow: hidden;position: relative;width: 45%;    
/*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 {}
.aft03 dl dd .text h4 {    position: relative; padding-bottom: 0px; font-size: 18px; color: #333333; width: fit-content; margin-bottom: 10px;}
.aft03 dl dd .text h4 strong {font-size: 70px;font-weight: bold;}
.aft03 dl dd .text h4::after { position: absolute;content: "";left: 0px;bottom: 0px; width: 100%;height: 5px;background-color:var(--color);}
.aft03 dl dd .text  p {font-size: 18px;color: #666666;}
.aft04 {background: url(../images/aft04_bg.jpg);background-size: cover;position: relative;overflow: hidden;background-attachment: fixed;padding: 130px 0 180px;}
.aft04  .icenter2 {position: relative; z-index: 1;}
.aft04::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(239, 241, 247, 0.65); position: absolute; left: 0; top: 0; }
.aft04 .hu_h3 {padding-left: 42px;}
.aft04 dl {margin-top: 50px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.aft04 dl dd {width: 48%;padding-left: 42px;padding-bottom: 42px;box-sizing: border-box;display: flex;align-items: center;position: relative;    justify-content: space-between;}
.aft04 dl dd .bg {position: absolute; width: 127px;left: 0px;bottom: 0px;transition: 0.5s;}
.aft04 dl dd:hover .bg {left: 30px;bottom: 30px;}
.aft04 dl dd .le {width: 38.5%;}
.aft04 dl dd .ri {width: 51%;}
.aft04 dl dd .ri .name {font-size: 20px;font-weight: bold;color: #333333;width: 156px;height: 43px;border: 1px solid #d3d3d4;display: flex;justify-content: center;align-items: center;    background-color: #fff;}
.aft04 dl dd:hover .ri .name {background-color: #cd161d;color: #fff;}
.aft04 dl dd .ri .number{margin-top: 78px;}
.aft04 dl dd .ri .number .t {display: flex;align-items: center; margin-bottom: 17px; }
.aft04 dl dd .ri .number .t .icon {width: 65px;    margin-right: 12px;animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;}
.aft04 dl dd .ri .number .t a {font-size: 40px;font-weight: bold;color: #cd161d;position: relative;}
.aft04 dl dd .ri .number .t a::after {    content: ""; position: absolute; left: 5px; bottom: -7px; width: 50px; height: 3px; background-color: #cd161d;}
.aft04 dl dd .ri .number span {font-size: 18px;color: #999999;}


@media screen and (max-width:1600px) {
    .aft01 {padding: 100px 0 90px;}
    .aft01 h4 { font-size: 25px; margin: 10px 0 22px; }
    .aft01 .box .min { width: 320px; height: 320px;}
    .aft01 .box:hover .min:nth-of-type(1) { left: 278px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 278px; }
    .aft01 .box .min h5 { font-size: 17px; margin-bottom: 26px; }
    .aft01 .box .min h6 { font-size: 22px; margin-bottom: 44px; }
    .aft01 .box .min img { width: 32px; }
    .aft01 .box { margin-bottom: 38px; }
    .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 40px; 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;}
    .aft02 .bot .box h5::after { width: 17px; height: 3px; bottom: 100%; }
    .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; }
    .aft04 { padding: 100px 0 155px; }
    .aft04 dl dd { padding-left: 36px; padding-bottom: 36px;}
    .aft04 .hu_h3 { padding-left: 36px; }
    .aft04 dl { margin-top: 38px;}
    .aft04 dl dd .ri .number .t .icon { width: 48px; margin-right: 10px;}
    .aft04 dl dd .ri .number .t a { font-size: 30px; }
    .aft04 dl dd .ri .number .t a::after { width: 41px;}
    .aft04 dl dd .ri .number span { font-size: 16px; }
    .aft04 dl dd .ri .name { font-size: 16px; width: 133px; height: 38px;}
    .aft04 dl dd .bg { width: 115px; }
    .aft04 dl dd .ri .number { margin-top: 70px; }
}

@media only screen and (max-width:768px){
    .aft01 { padding: 50px 0; }
    .aft01 h4 { font-size: 22px; margin: 10px 0 22px; }
    .aft01 .box .min {        width: 192px; height: 192px; }
    .aft01 .box .min h5 { font-size: 14px; margin-bottom: 20px; }
    .aft01 .box .min h6 {      font-size: 16px; margin-bottom: 34px; height: 40px; display: flex; align-items: center;}
    .aft01 p { font-size: 16px; }
    .aft01 .box .min:nth-of-type(2) { margin-left: -25px; }
    .aft02 .top p { font-size: 15px; line-height: 26px; margin-top: 8px; }
    .aft02 .top .line { height: 42px; margin: 14px 0;position: relative; }
    .aft02 .top h4 { font-size: 22px; }
    .aft02 .bot { width: 110%; }
    .aft02 .top { margin-bottom: 20px; }
    .aft02 .botF { padding: 0 0px; }
    @keyframes hua2 { from { top: 0%; } to { top: 95%; } }
    .aft02 .bot .aft02Swiper { width: 100%; }
    .aft02 .bot { width: 100%;padding: 20px; }
    .aft02 .botF .fa-angle-left { left: -8px; }
    .aft02 .botF .fa-angle-right{ right: -8px; }
    .aft02 { padding: 80px 0 40px; }
    .aft02 .bg_fix { height: 483px; }
    .aft03 .icenter2 {flex-flow: wrap;}
    .aft03 .icenter2 .le {width: 100%;height: auto;margin-bottom: 20px;}
    .aft03 .icenter2 .ri {width: 100%;}
    .aft03 dl dd .icon { width: 60px; margin-right: 31px; }
    .aft03 { padding-bottom: 50px; }
    .aft04 {    padding: 50px 0 20px; background-attachment: unset;}
    .aft04 .hu_h3 { padding-left: 0px; }
    .aft04 dl { margin-top: 26px; flex-flow: wrap;}
    .aft04 dl dd {     padding-left: 22px; padding-bottom: 22px; width: fit-content; margin-bottom: 30px; }
    .aft04 dl dd .bg {     width: 72px; bottom: 0px; }
    .aft04 dl dd .le .imgbox {    height: 153px; width: 123px;}
    .aft04 dl dd .ri .name { font-size: 14px; width: 114px; height: 33px; }
    .aft04 dl dd .ri .number { margin-top: 38px; }
    .aft04 dl dd .ri .number .t a { font-size: 24px; }
    .aft04 dl dd .ri .number .t .icon { width: 32px; margin-right: 6px; }
    .aft04 dl dd .ri .number span { font-size: 14px; }
    .aft04 dl dd .ri { width: 60%; margin-left: 8%; }
    .aft01 .box:hover .min:nth-of-type(1) { left: 168px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 168px; }
}

.custom-2 .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-2 .ui .top .left {
  padding-right: 65px;
}
.custom-2 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}
.custom-2 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}
.custom-2 .ui .bottom {
  /*background: #fff;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.custom-2 .ui .bottom .left {
  padding-right: 80px;
}
.custom-2 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-2 .ui .bottom .right {
  /*padding-right: 80px;*/
}
.custom-2 .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-2 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom-2 .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  font-family: "rom";
}
.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}
.custom-2 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px){
   .custom-2 .ui .bottom .left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px){
   .custom-2 .ui .bottom .right {
    padding-right: 0;
  }
  .custom-2 .ui .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px){
   .custom-2 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2 .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui .top .right {
    width: 100%;
  }
  .custom-2 .ui .bottom .right ul.list3 li .top{
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .custom-2 .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}

.contact2-page .contact-1 {
  padding: 150px 0 110px;
  text-align: center;
}
.contact2-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  /*max-width: 650px;*/
  display: block;
  margin: 1em auto 3em;
}
.contact2-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact2-page .contact-1 .list ul li {
  padding: 20px;
}
.contact2-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact2-page .contact-1 .list ul li .box i {
  display: block;
}
.contact2-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact2-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact2-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.contact2-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact2-page .form ul {
  margin: -15px -7px;
}
.contact2-page .form ul li {
  padding: 15px 7px;
}
.contact2-page .form ul li input,
.contact2-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.contact2-page .form ul li input::-webkit-input-placeholder, .contact2-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input:-moz-placeholder, .contact2-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::-moz-placeholder, .contact2-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input:-ms-input-placeholder, .contact2-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::placeholder,
.contact2-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li textarea {
  height: 150px;
}
.contact2-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;
  font-family: 'rom';
  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact2-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.contact2-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .contact2-page .form ul li {
    padding: 6px;
  }
  .contact2-page .form ul {
    margin: -6px;
  }
  .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media screen and (max-width: 1250px){
   .contact2-page .contact-1 {
        padding: 50px 0 80px;
    }
    .contact2-page .contact-1 .text {
        font-size: 16px;
    }
}

.history-page {
  background-image: url("../images/history-bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 6% 0;
}
.history-page .ui.container {
  width: auto;
  max-width: 1700px;
}
.history-page .left {
  width: 38%;
  padding-right: 4%;
  /*margin-top: 6%;*/
}

.history-page .left .i-title{
  color: #fff;
}
.history-page .left .i-tag {
    background: #ffffff3d;
    color: #fff;
}
.history-page .left .i-tag::before{
  background-color: #ae0001;
}

.history-page .right {
  width: 62%; 
}
.history-page .right .swiper {
  margin-right: -14%;
  overflow: hidden;
}
.history-page .right span.h6 {
  color: #ffffff;
  display: block;
  line-height: 1.4;
  font-weight: 500;
  font-size: 30px;
}
.history-page .right .text {
  margin: .5em 0 1.3em;
  color: #d7d7d7;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-wrapper .swiper-slide{
   padding: 25px;
   box-shadow: 0px 0px 4px 1px #eee;
   margin: 5px;
   border-radius: 10px;
   height: 360px;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  padding-top: 30%;
}
.history-page .bg i {
  font-size: 1.5vw;
  color: var(--color);
  z-index: 1;
  cursor: pointer;
  line-height: 1;
  background: #f6f5ff;
  padding: 30px;
  border-radius: 50px;
}
.history-page .bg i:hover{
  background:  var(--color);
  background: #f6f5ff;
  box-shadow: 0px 0px 5px 1px #eee;
}
@media screen and (max-width: 1000px) {
   .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  } 
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  } 
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px){
   .history-page .right .swiper {
    margin-right: 0;
  }
  .product-det2-page .prodet-22 .content .det{
    font-size: 16px;
    line-height: 30px;
  }
}

img.shuiyin{
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
#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;
}
#mobile3 .m-search form input[type=submit]{
  background: url(../images/search.png) center center no-repeat var(--color1);
}
.support1 .con{
  max-width: 900px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .box .right .list ul li span.h6{
    margin: 1em 0;
  }
  .about-page .about-2 .box .right .list ul li .text{
    font-size: 16px;
  }
  .history-page .right .swiper{
    margin-right: 0;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-2 .box .right .list ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-det2-page .product-det2-1 .left{
    position: sticky;
    top: 100px;
  }
}
@media screen and (max-width: 1250px) {
  .history-page .flex{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page .left{
    width: 100%;
  }
  .history-page .bg{
    padding-top: 60px;
  }
  .history-page .right{
    width: 100%;
    margin-top: 60px;
  }
   .aft02 .bot .box h5{
    width: 80%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-add .box .right .list ul li span.h6{
    font-size: 24px;
    line-height: 1.5;
    margin: .5em 0;
  }
  .about-page .about-add .box .right .list ul li .text{
    max-height: 280px;
    overflow-y: auto;
  }
  .history-page .right .swiper-wrapper .swiper-slide .text{
    max-height: 200px;
    overflow-y: auto;
  }
   .aft02 .bot .box h5{
    width: 100%;
    padding: 0 20px;
  }
  .product-det2-page .product-det2-1 .left{
    position: initial;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .box .right .list ul li{
    width: 100%;
  }
  .font-36{
    font-size: 30px;
  }
  .custom-2 .ui .bottom {
        padding: 30px 0;
        margin-top: 0;
    }
    .custom-2 .ui .bottom .right{
      margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
  .aft02 .bot .box h4{
    font-size: 20px;
     margin: 35px 20px 5px;
    }
    .font-36{
      font-size: 24px;
      line-height: 1.5;
    }
    .aft02{
      padding: 30px 0;
    }
}