@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #8e8e8e;
}
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
input::-moz-placeholder {
  color: #8e8e8e;
}
input:-moz-placeholder {
  color: #8e8e8e;
}
input:-ms-input-placeholder {
  color: #8e8e8e;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #1662bc;
  --yellow: #fccf1b;
  font-family: 'Montserrat-Regular';
  --font: 'Montserrat-Bold';
  background-color: #fff;
  max-width: 1920px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1315px;
  margin: 0 auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav {
  position: relative;
  height: 110px;
  padding: 0 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu {
  height: 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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 55px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  font-family: Montserrat-Light;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s linear;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  max-height: 500px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 90px;
}
#header .nav .ui.menu .right .h-search {
  margin-left: 20px;
  cursor: pointer;
  margin-right: 30px;
}
#header .nav .ui.menu .right .h-inquiry {
  width: 110px;
  height: 35px;
  background-color: var(--color);
  color: white;
  border-radius: 35px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: #000;
}
.language-box .zhuyu img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
@-webkit-keyframes bth-float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bth-float {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bth-float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.submit input[type="submit"] {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'RanyBold';
  color: white;
  line-height: 55px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner {
  position: relative;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
#banner .banner-content ul li .content h3 {
  font-size: 58px;
  font-family: var(--font);
  line-height: 1.1;
  margin-bottom: 30px;
  max-width: 770px;
  color: white;
  font-weight: bold;
}
#banner .banner-content ul li .content h3 span {
  color: var(--color);
}
#banner .banner-content ul li .content .btn {
  display: block;
  padding: 22px 85px;
  font-size: 18px;
  background-color: var(--color);
  border-radius: 35px;
  color: white;
}
#banner .banner-content ul li .content h2 {
  font-size: 220px;
  font-family: var(--font);
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-transform: uppercase;
  position: absolute;
  right: -55px;
  bottom: 35px;
  line-height: 0.7;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content ul .slick-dots {
  width: 205px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  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;
}
#banner .banner-content ul .slick-dots li.slick-active {
  background-color: white;
  border: 2px solid var(--color);
}
#banner .banner-content ul .slick-dots li {
  margin-right: 35px;
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #bfbfbf;
  border: 2px solid transparent;
}
#banner .banner-content ul .slick-dots li:last-child {
  margin-right: 0;
}
#banner .banner-content ul .slick-dots li button {
  display: none;
}
#banner .banner-b {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 145px;
}
#banner .banner-b .text {
  width: 535px;
  height: 145px;
  position: absolute;
  right: -70px;
  bottom: 0;
  background-color: var(--color);
  border-radius: 65px;
  color: white;
  padding-left: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes img_fly {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@-moz-keyframes img_fly {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@keyframes img_fly {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(600px);
    -moz-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@-webkit-keyframes img_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes img_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes img_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.more {
  font-size: 14px;
  color: white;
  padding: 15px 35px;
  border-radius: 18px;
  background-color: var(--color);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more span {
  position: relative;
  z-index: 2;
}
.more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover::before {
  right: 0;
}
#index-body .application{
  padding-bottom:80px;
}
#index-body .application ul{
  margin:0 -15px;
}
#index-body .application ul li{
  padding:0 5px;
  margin: 15px 0;
}
#index-body .application ul li .img_box{
  width: 100%;
}
#index-body .application ul li .img_box img{
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#index-body .category {
  padding: 170px 0 145px;
  position: relative;
}
#index-body .category .category-content {
  margin-top: 20px;
}
#index-body .category .category-content ul {
  margin: 0 -20px;
}
#index-body .category .category-content ul li {
  margin: 30px 0;
  padding: 0 20px;
}
#index-body .category .category-content ul li .img_box {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .category .category-content ul li .img_box img{
border-radius: 20px;
}
#index-body .category .category-content ul li .img_box .icon {
  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;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#index-body .category .category-content ul li .con {
  padding: 0 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .about {
  padding: 110px 0 0;
  position: relative;
  background: url("../images/about.jpg") no-repeat;
  background-size: cover;
}
#index-body .about h2 {
  font-size: 155px;
  font-family: var(--font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 375px;
  line-height: 0.7;
}
#index-body .about .about-t {
  position: relative;
  margin-bottom: 180px;
}
#index-body .about .about-t .left {
  max-width: 525px;
  color: white;
}
#index-body .about .about-t .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .about-t .left ul li {
  margin: 15px 0;
  min-width: 180px;
}
#index-body .about .about-t .left ul li h4 {
  font-size: 72px;
  font-family: var(--font);
  line-height: 1.3;
}
#index-body .about .about-t .left ul li h4 span {
  font-size: 25px;
}
#index-body .about .about-t .right {
  max-width: 665px;
  color: white;
}
#index-body .about .about-t .right p {
  font-family: Poppins-Light;
}
#index-body .about .about-b {
  position: relative;
  height: 355px;
  background-color: var(--color);
  color: white;
}
#index-body .about .about-b .play {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 165px;
  height: 165px;
  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;
}
#index-body .about .about-b .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
#index-body .about .about-b .play:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 135px;
  height: 135px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
#index-body .about .about-b .play img {
  position: relative;
  z-index: 10;
}
#index-body .about .about-b .container {
  height: 355px;
}
#index-body .about .about-b .container .left p {
  max-width: 560px;
  font-family: Poppins-Light;
}
#index-body .about .about-b .container .right {
  width: 500px;
}
#index-body .about .about-b .container .right ul {
  margin-right: -13px;
}
#index-body .about .about-b .container .right ul li {
  padding: 0 13px;
}
#index-body .about .about-b .container .right ul li .img_box {
  width: 100%;
  height: 140px;
  background-color: white;
  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;
}
#index-body .advantage {
  padding: 150px 0 80px;
}
#index-body .advantage .advantage-content ul {
  margin: 60px -13px 0;
}
#index-body .advantage .advantage-content ul {
  margin: 60px -13px 0;
}
#index-body .advantage .advantage-content ul li {
  padding: 0 13px;
}
#index-body .advantage .advantage-content ul li img {
border-radius: 20px;
}

#index-body .advantage .advantage-content ul li p {
  max-width: 70%;
}
#index-body .init-4 {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  position: relative;
  color: white;
}
#index-body .init-4 .content {
  width: 1025px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-4 .content .more {
  margin: 0 auto;
}
#index-body .news {
  padding: 140px 0 95px;
  background-color: #f2f2f2;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
  z-index: 5;
}
#index-body .news .partner {
  width: 1340px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .news .partner ul li {
  height: 145px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}
#index-body .news .news-content {
  margin-top: 25px;
}
#index-body .news .news-content ul {
  margin: 0 -36px;
}
#index-body .news .news-content ul li {
  padding: 0 36px;
  position: relative;
}
#index-body .news .news-content ul li:hover .news_category {
  border-color: var(--color);
}
#index-body .news .news-content ul li .news_category {
  font-size: 16px;
  border-top: 3px solid #000000;
  padding-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .date {
  font-size: 18px;
  color: var(--color);
  font-family: 'Poppins-Regular';
}
#index-body .news .news-content ul li h4 {
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  font-family: var(--font);
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  margin: 45px 0 10px;
  text-transform: uppercase;
}
#index-body .news .news-content ul li h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li p {
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.6;
  font-family: 'Poppins-Regular';
}
#footer {
  position: relative;
  background-color: #404040;
}
#footer.inner-footer .f-info{
  background-color: white;
}
#footer .f-info {
  background-color: #f2f2f2;
  position: relative;
  height: 260px;
  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;
}
#footer .f-info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: var(--color);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
#footer .f-info p {
  color: white;
  position: relative;
  z-index: 5;
  margin-top: 25px;
  font-family: Poppins-SemiBold;
}
#footer .f-info form {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-info form input[type='text'] {
  width: 200px;
  height: 55px;
  border: none;
  background-color: #78a4d8;
  padding: 0 15px;
  color: white;
  font-size: 16px;
  border-radius: 10px;
}
#footer .f-info form input[name='content'] {
  width: 480px;
}
#footer .f-info form input::-webkit-input-placeholder {
  color: #b4cde9;
}
#footer .f-info form input[type='submit'] {
  width: 160px;
  height: 55px;
  border-radius: 20px;
  color: var(--color);
  background-color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  font-family: var(--font);
}
#footer .f-info form input[type='submit']:hover {
  background-color: #000;
  color: white;
}
#footer .footer-t {
  padding-top: 90px;
  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;
}
#footer .footer-t .footer-t-gird {
  width: 100%;
  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;
  padding-bottom: 30px;
}
#footer .footer-t .footer-t-gird .contact {
  max-width: 360px;
}
#footer .footer-t .footer-t-gird .contact span {
  font-family: Montserrat-Light;
}
#footer .footer-t .footer-t-gird .t-list.link span {
  margin-bottom: 15px;
  line-height: 1;
  opacity: 0.6;
  border-bottom: 1px solid transparent;
}
#footer .footer-t .footer-t-gird .t-list.link span:hover {
  border-color: white;
}
#footer .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-t .footer-t-gird .t-list .logo {
  margin-bottom: 40px;
}
#footer .footer-t .footer-t-gird .t-list .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
#footer .footer-t .footer-t-gird .t-list .share a {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list .share a:last-child {
  margin-right: 0;
}
#footer .footer-t .footer-t-gird .t-list .share a:hover {
  background-color: #525a56;
  border: 1px solid transparent;
  color: #fff;
}
#footer .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 170px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list .line {
  width: 200px;
  height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin: 20px 0 35px;
}
#footer .footer-t .footer-t-gird .t-list .line::before {
  content: '';
  display: block;
  width: 30px;
  background-color: #fff;
  height: 4px;
}
#footer .footer-t .footer-t-gird .t-list p {
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
#footer .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  color: white;
  line-height: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: Poppins-Regular;
}
#footer .footer-b .footer-b-box {
  height: 55px;
  color: white;
  width: auto;
  padding: 0 80px 0 180px;
}
#footer .footer-b .footer-b-box .left span {
  display: block;
  font-size: 16px;
}
#footer .footer-b .footer-b-box .left img {
  width: 250px;
  height: auto;
  padding-top: 5px;
  margin-left: 5px;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1300px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .right {
    margin-left: 30px;
  }
  #banner .banner-b .text {
    right: 15px;
  }
  #banner .banner-content ul li .content h2 {
    right: 15px;
  }
  #index-body .about .about-b .container .right {
    width: 50%;
  }
  #index-body .about .about-b .container .left h3 {
    font-size: 40px;
  }
  #footer .f-info form input[name='content'] {
    width: -webkit-calc(100% - 900px);
    width: -moz-calc(100% - 900px);
    width: calc(100% - 900px);
  }
  #index-body .news .partner {
    width: 80%;
  }
  #footer .footer-b .footer-b-box {
    padding: 0 80px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
    font-size: 16px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 160px;
  }
  #banner .banner-b .text {
    border-radius: 35px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 40px;
    max-width: 50%;
  }
  #index-body .category {
    padding: 170px 0 75px;
    position: relative;
  }
  #index-body .about .about-t .right {
    max-width: 50%;
  }
  #index-body .about h2 {
    font-size: 105px;
  }
  #index-body .advantage {
    padding: 80px 0;
  }
  .font-55 {
    font-size: 40px;
  }
  #index-body .news .news-content ul li h4 {
    font-size: 24px;
  }
  #footer .footer-t .footer-t-gird .t-list:nth-last-child(2) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .logo {
    width: 120px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 34px;
  }
  #banner .banner-content ul li .content .btn {
    padding: 16px 50px;
    font-size: 16px;
    border-radius: 10px;
  }
  #header .nav {
    padding: 0px 20px;
  }
  #header .nav .ui.menu .right .h-inquiry {
    display: none;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 121px;
    bottom: 55px;
  }
  #index-body .category .category-content ul li {
    width: 50%;
  }
  #index-body .about .about-t .left {
    max-width: 45%;
  }
  #index-body .about .about-t .left ul li h4 {
    font-size: 60px;
  }
  #index-body .about .about-t {
    margin-bottom: 130px;
  }
  #index-body .about .about-b .container .left {
    width: 48%;
  }
  #index-body .about .about-b .container .left h3 {
    font-size: 30px;
  }
  .font-36 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 24px;
  }
  #index-body .advantage .advantage-content ul li p {
    max-width: 100%;
  }
  .font-48 {
    font-size: 36px;
  }
  .font-40 {
    font-size: 32px;
  }
  #index-body .init-4 {
    height: 500px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
  }
  #index-body .init-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .init-4 .content {
    width: 95%;
    top: 40%;
  }
  #footer .f-info form input[type='text'] {
    width: -webkit-calc((100% - 40px)/3);
    width: -moz-calc((100% - 40px)/3);
    width: calc((100% - 40px)/3);
    margin-bottom: 20px;
  }
  #footer .f-info form input[name='content'] {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  #footer .f-info {
    padding: 80px 0;
    height: auto;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    flex-direction: column;
  }
  #footer .footer-t .footer-t-gird .t-list .line {
    width: 150px;
  }
  #footer .footer-t .footer-t-gird .t-list .qc-img img,
  #footer .footer-t .footer-t-gird .t-list .qc-img canvas {
    width: 120px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block !important;
  }
  .ui.container {
    width: 700px;
  }
  #banner .banner-b {
    height: 100px;
  }
  #banner .banner-b .text {
    width: 380px;
    height: 100px;
    padding-left: 30px;
    border-radius: 20px;
  }
  #banner .banner-b .text p {
    font-size: 20px;
  }
  #banner .banner-b .text h3 {
    font-size: 24px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 76px;
    bottom: 35px;
  }
  #banner .banner-content ul li .content h3 {
    max-width: 100%;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .h-title br {
    display: none;
  }
  #index-body .category {
    padding: 100px 0 75px;
    position: relative;
  }
  #index-body .about .about-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .about .about-t .left {
    width: 100%;
    max-width: 100%;
  }
  #index-body .about .about-t .right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  #index-body .about .about-t .left ul li {
    width: 50%;
    text-align: center;
  }
  #index-body .about .about-b {
    height: unset;
    padding: 120px 0 60px;
  }
  #index-body .about .about-b .container {
    height: unset;
  }
  #index-body .about .about-b .container .left {
    width: 100%;
    max-width: 100%;
  }
  #index-body .about .about-b .container .right {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  #index-body .about .about-b .container .right ul {
    margin: 0 -13px;
  }
  #index-body .about .about-b .container .left p {
    max-width: 100%;
  }
  #index-body .about .about-b .container .left h3 br {
    display: none;
  }
  #footer .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-b .footer-b-box .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-b .text,
  #banner .banner-content ul li .content h2,
  #index-body .advantage,
  #index-body .init-4,
  #index-body .news .partner {
    display: none;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 24px;
  }
  #index-body .category .category-content ul li {
    width: 100%;
  }
  #index-body .about {
    padding: 60px 0 0;
    background-position: 30%;
  }
  #index-body .news {
    padding: 80px 0 95px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #footer .footer-b .footer-b-box .left span {
    text-align: center;
  }
  #footer .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-gird .contact {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .f-info form input[type='text'] {
    width: -webkit-calc((100% - 20px)/2) !important;
    width: -moz-calc((100% - 20px)/2) !important;
    width: calc((100% - 20px)/2) !important;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #footer .f-info form input[type='text'] {
    width: 100% !important;
  }
  #index-body .about .about-b .container .left h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  #index-body .about .about-t .left ul li {
    width: 100%;
  }
  #banner .banner-b {
    display: none;
  }
  #banner .banner-content ul li .content h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
  #banner .banner-content ul li .content .banner-btn {
    display: none;
  }
  #index-body .category {
    padding: 60px 0;
    position: relative;
  }
}





















/*inner-page*/
.i-title{
  font-family: var(--font);
}
.inner-banner {
  height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  color: #fff;
  text-align: center;
  position: relative;
   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;
}
.inner-banner .ui.container{
  width: 100%;
}
.inner-banner .bg{
  position: absolute;
  left: 0;
  bottom: -2px; 
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
 
.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  font-family: var(--font);
  margin-top: 17px;
}
.paralasic .tit {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--font);
  margin-top: 17px;
}

.inner-banner .search{
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}
.inner-banner .search form{
  width: 100%;
  position: relative;
}
.inner-banner .search input{
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}
.inner-banner .search input[type="submit"]{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/icon-search-black.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0,0,0,0.3);
  border-radius: 0;
}
.inner-banner .arrow{
  position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
    -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
    animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
}
.font-48 {
  font-size: 42px;
  line-height: 1.2;
}
.font-18 {
  line-height: 2;
}
.font-36 {
  line-height: 1.3;
}
.inner-page{
  background: url(../images/bg.png);
}
.inner-page .in-num { 
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--font);
  display: flex;
  align-items: center;
}
.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
    margin: 5px 15px 0 0;
}
.inner-page .title {
  font-family: var(--font);
}
.inner-page .m-page {
  margin-top: 110px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0,0,0,0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  font-family: var(--font); 
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
.about-page .title {
  margin-top: 30px;
}
.about-page .title em{
  color: var(--color);
}
.about-page .about-1 .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  background: url(../images/about-page-2.png) no-repeat;
}
.about-page .about-1 .img2 {
  position: absolute;
  right: 30px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}
.about-page .about-1 .img3 {
  position: absolute;
  right: 3px;
  top: 67%;
  width: 191px;
  height: 218px;
  background: url(../images/about-page-3.png) no-repeat;
}
.about-page .about-1 {
  padding-top: 3%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .ui.container{
  z-index: 3;
}
.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}
.about-page .about-1 .img .play{
  position: absolute;
  left: 50%;
  top: 50%;
   -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 ul{
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-page .about-1 ul li{
  position: relative;
  padding-left: 150px;
}
.about-page .about-1 ul li .icon{
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 ul li h3{
  font-size: 60px;
  font-family: var(--font);
  color: var(--color);
  line-height: 1;
}
.about-page .about-1 ul li h3 span{
  font-size: 22px;
}
.about-page .about-1 ul li p{
  font-size: 20px;
  color: #545252;
}
.about-page .about-1 ul li::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}
.about-page .about-1 ul li:last-child::after{
  content: none;
}
.about-page .about-1 ul li:nth-child(1){
  padding-left: 120px;
}
.about-page .about-1 ul li:nth-child(1) .icon{
  left: 0;
}
.about-page .about-2 {
  padding-top: 170px;
  position: relative;
}
.about-page .about-2 .img1{
  position: absolute;
  right: 0;
  top: 1%;
  width: 274px;
  height: 344px;
  background: url(../images/about-page-5.png) no-repeat;
}
.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: var(--color);
  font-family: var(--font);
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
    width: calc(100% - 6.25vw);
    border-radius: 0 300px 300px 0;
    position: relative;
    z-index: 2;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-22{
  padding-top: 120px;
  position: relative;
}
.about-page .about-22 .ui.container{
  z-index: 3;
}
.about-page .about-22 img{border-radius: 20px; margin-bottom: 20px;}
.about-page .about-22 .img1 {
  position: absolute;
  left: 0;
  top: 77%;
  width: 215px;
  height: 303px;
  background: url(../images/about-page-4.png) no-repeat;
}
.about-page .about-22 ul {
  margin-right: -75px;
  margin-top: 50px;
}
.about-page .about-22 ul li{
  
  position: relative;
  padding-right: 75px;
 
  text-align: center;
}
.about-page .about-22 ul li span{
  font-size: 109px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font);
}
.about-page .about-22 ul li span::after{
  content: "";
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}
.about-page .about-22 ul li h5{
  color: var(--color);
  font-size: 30px;
  font-family: var(--font);
  margin-bottom: 10px;
}
.about-page .about-22 ul li .des{
  font-size: 18px;
  line-height: 30px;
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
}
.about-page .about-22 ul .slick-dots{
  text-align: center;
  margin: 0;

}
.about-page .about-22 ul .slick-dots li{
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0,0,0,0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-22 ul .slick-dots li button{
  display: none;
}
.about-page .about-22 ul .slick-dots li.slick-active{
  background: var(--color);
}
.about-page .about-3 {
  padding: 5.573% 0 0;
}
.about-page .about-3 .ui.container { 
  z-index: 2;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-4 { 
  padding: 2% 0 11.146%; 
  position: relative;
}
.about-page .about-4 .ui.container{
  z-index: 3;
}
.about-page .about-4 .img1{
  position: absolute;
  left: 0;
  top: -5%;
  width: 244px;
  height: 236px;
  background: url(../images/about-page-6.png) no-repeat;
}
.about-page .about-4 .img2{
  position: absolute;
  right: 0;
  top: -11%;
  width: 258px;
  height: 838px;
  background: url(../images/about-page-7.png) no-repeat;
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin-right: -25px;
}
.about-page .about-4 .content ul li {
  padding-right: 25px;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
      border-radius: 0 100px 0 0;
}
.about-page .about-4 .content ul li .h5{
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.35);
  font-size: 24px;
  text-align: center;
  border-radius: 50px 0 0 0;
  z-index: 2;
  position: relative;
    -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  padding: 20px 15px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul li:hover .h5{
  background: var(--color);
  color: white;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5{
  background-color: #1662bc;
	border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 50px;
}
.about-page .about-5 .in-num::before{
  background: #fff;
}
.about-page .about-5 .left{
  width: 48%;
  vertical-align: top;
}
.about-page .about-5 .right{
  vertical-align: bottom;
  width: 52%;
  font-size: 18px;
  line-height: 2;
}
.about-page .about-6{
  padding: 7% 0;
}
.about-page .about-6 .title em{
  color: var(--color);
}
.about-page .about-6 .content{
  padding-top: 6.349%;
}
.about-page .about-6 .content ul{
  margin-right: -96px;
}
.about-page .about-6 .content ul li{
  padding-right: 96px;
}
.about-page .about-6 .content ul li .top {
  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;
}
.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);
  font-family: var(--font);
  display: inline-block;
  position: relative;
}
.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;
  font-family: var(--font);
  padding-left: 15px;
}
.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3 .ui.container{
    max-width: 1300px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-3 .ui.container{
    max-width: 1200px;
  }
  .about-page .about-6 .content ul{
    margin-right: -40px;
  }
  .about-page .about-6 .content ul li{
    padding-right: 40px;
  }
  .inner-banner{
    height: 570px;
  }
  .about-page .about-1 ul li .icon{
    width: 60px;
    left: 25px;
  }
  .about-page .about-1 ul li{
    padding-left: 110px;
  }
  .about-page .about-1 ul li h3{
    font-size: 50px;
  }
  .about-page .about-1 ul li p{
    font-size: 17px;
  }
  .about-page .about-22 ul li h5{
    font-size: 24px;
  }
  .about-page .about-22 ul li span{
    font-size: 76px;
  }
  .about-page .about-22 ul li span:after{
    width: 45px;
    right: 1px;
  }
  .about-page .about-22 ul{
    margin-right: -40px;
  }
  .about-page .about-22 ul li{
    padding-left: 95px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }
  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }
  .inner-banner{
    height: 540px;
  }
}
@media screen and (max-width: 1200px){
  .about-page .about-1 ul li{
    padding-left: 85px;
  }
      .about-page .about-1 ul li .icon {
        width: 50px;
        left: 18px;
    }
    .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
  /*.about-page .about-22 ul li{
    width: 50% !important;
  }*/
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px; 
    background-size: auto 50%;
    margin-top: 120px;
  }
  .inner-banner .tit {
    font-size: 30px;
  }
  .inner-banner .search input{
    height: 55px;
  }
  .inner-banner .search{
    margin-top: 10px;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5{
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left{
    width: 100%;
  }
  .about-page .about-5 .right{
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .font-48 {
    font-size: 36px;
  }
  .about-page .about-1 ul li{
    width: 50% !important;
  }
  .about-page .about-4 .content ul li .h5{
    border-radius: 25px 0 0 0;
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    background-size: auto 60%;
  }
   .inner-banner .tit{
     font-size: 25px;
     margin-top: 5px;
   }
   .inner-banner .bg{
     bottom: -1px;
   }
   .inner-banner .search{
     display: none;
   }
  .inner-banner .search input{
    padding-left: 30px;
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 60%;
    background-position: right top;
  }
  /*.about-page .about-22 ul li{
    width: 100% !important;
  }*/
  .about-page .about-4 .content ul li .img-box img{
    border-radius: 0 20px 0 0;
  }
  .about-page .about-5{
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }
  .inner-page .in-num:before{
    width: 12px;
    height: 12px;
  }
  .about-page .title{
    margin-top: 10px;
    margin-bottom: 20;
  }
  .about-page .about-2 .bottom{
    border-radius: 0;
  }
  .about-page .about-2 .img1{
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-2{
    padding-top: 50px;
  }
  .about-page .about-3 .content ul {
    margin: -5px;
  }
  .about-page .about-3 .content ul li{
    padding: 5px;
  }
  .about-page .about-3 .content ul li img{
    width: 100%;
  }
  .about-page .about-4 .img1{
    background-size: 48%;
    background-position: left top;
  }
  .about-page .about-4 .img2{
    background-size: 50%;
    background-position: right top;
  }
}
.about-page{
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .inner-banner{
    height: 180px;
    background-size: auto 43%;
  }
  .inner-banner.prodet-banner{
    /*background: white;
    color: black;
    background-image: none;*/
    height: 240px;
  }
  /*.inner-banner.product-banner{
    height: 240px;
  }*/
  .inner-banner .arrow{
    display: none;
  }
  .font-48 {
    font-size: 30px;
  }
  .inner-banner .mbx{
    font-size: 16px;
  }
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 46%;
    right: -20px;
  }
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-5{
    padding-top: 60px;
  }
  .about-page .about-5 .right{
    max-height: 300px;
    overflow: auto;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .about-page .about-2 .bottom {
    padding-right: 0;
  }
  .about-page .about-3{
    padding: 80px 0;
  }
  .about-page .about-4 {
    border-radius: 0;
  }
  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }
  .about-page .about-1 ul li{
    /*width: 100% !important;*/
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .about-page .about-1 ul li .icon{
    left: 0;
  }
  .about-page .about-1 ul li h3{
    font-size: 33px;
  }
  .about-page .about-1 ul li p{
    font-size: 14px;
  }
  .about-page .about-1 .con{
    line-height: 1.8;
  }
  .about-page .about-1 ul li:after{
    display: none;
  }
  .about-page .about-1 .img .play{
    width: 50px;
  }
  .about-page .about-22{
    padding-top: 60px;
  }
  .font-48{
    font-size: 25px;
  }
  .about-page .about-22 ul li{
    margin-bottom: 25px;
  }
  .about-page .about-4{
    padding-bottom: 100px;
  }
  .about-page .about-22 .img1,
  .about-page .about-1 .img1{
    background-size: 60%;
    background-position: left top;
  }
  .about-page .about-1 .img3{
    background-size: 70%;
    background-position: right top;
  }
  
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  font-family: var(--font);
  text-transform: uppercase;
}
.seo_content .title {
  text-transform: uppercase;
}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: var(--color);
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 8.282% 0 9.115%;
}
.seo_content .seo_about .con {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 5.782% 0 10.209%;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 5.834% 0 7.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-family: var(--font);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color);
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
}









.inner-page .sidebox {
  padding: 6rem 15px;
  max-width: 1400px;
  margin: auto;
}
.inner-page .sidebox .sideleft {
  width: 20%;
  position: sticky;
  top: 120px;
  background: #fff;
}
.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: var(--font);
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--red);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 20px;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--red);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideleft .widget .contact{
  background-color: var(--color);
  color: white;
  padding: 40px;
  border-radius: 20px;
}
.inner-page .sidebox .sideleft .widget .contact h2{
  font-family: var(--font);
}
.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i{
  font-size: 24px;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span{
  font-size: 20px;
}











.inner-page .sidebox .sideright {
  width: 80%;
  padding: 0 10px 50px 50px;
}





.product-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.product-page .Auxil-h1{
  font-size: 36px;
    color: var(--color);
}
.product-page .list .in-num {
  color: var(--color);
}
.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
}
.product-page .list .title:hover {
  color: var(--color);
}
.product-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
.product-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px;
}
.product-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.product-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}
.product-page .list ul li .ig .text .more:hover {
  color: #fff;
}
.product-page .list ul li .ig .text .more:hover::after {
  background: #000;
}
.product-page .list ul li .ig .text .more:hover i {
  color: #fff;
}
.product-page .list ul li .ig .img {
  width: 54.451%;
}
.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 774px;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0px 0px 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li:hover::after {
  background: var(--color);
}
.product-page .list ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0px 289px 289px 0px;
}
.product-page .list ul li:last-child {
  margin-bottom: 0;
}
.product-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product2-page #index-body .i-product.cat_pro .ui.container{
  max-width: 1530px;
}
.product2-page #index-body .i-product h1{
  text-transform: unset;
}
.product2-page #index-body .i-product h1:before{
  margin-top: 14px;
}
.product2-page #index-body .i-product .Auxil-catdes{
  font-size: 20px;
  padding-left: 30px;
}
.product2-page #index-body .i-partner{
  background: transparent;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
.product2-page #index-body .i-product{
  background: transparent;
}

.product2-page #index-body .i-product ul li .box .content{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product2-page #index-body .i-product ul li .box .content::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}
.product2-page #index-body .i-news .i-title{
  text-align: left;
}
.prodet-page #index-body .i-product .i-title em{
  color: var(--color);
}
.prodet-page .ui.container .content img{margin-bottom: 20px;}
@media screen and (max-width: 1680px) {
  .product-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}
@media screen and (max-width: 1440px) {
  .product-page .list ul li .ig .text {
    padding-right: 40px;
  }
  .product-page::after {
    font-size: 300px;
    top: -20px;
  }
  .product-page .list ul li::after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0px 0px 200px;
    top: 8%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 720px;
    height: 400px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  .product-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-page .list .title {
    width: 100%;
  }
  .product-page .list ul li::after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0px 0px 150px;
    top: 24%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 620px;
    height: 300px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .product-page .list ul li:nth-child(even)::after {
    width: 500px;
  }
  .font-36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page::after {
    display: none;
  }
  .product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
  }
  .product-page .list ul li .ig .img {
    width: 100%;
  }
  .product-page .list ul li::after {
    display: none;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
  .inner-page .sidebox{
    padding: 60px 15px;
  }
}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 20px;
  }
  .product2-page #index-body .i-product .Auxil-catdes{
    padding-left: 0;
  }
  .inner-page .in-num:before{
    display: none;
  }
  .font-40 {
        font-size: 24px;
  }
  .product-page .Auxil-h1{
    display: none!important;
  }
  .product-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }
  .font-36 {
    font-size: 30px;
  }
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .font-24 {
    font-size: 16px;
  }
  .product-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }
  .font-36 {
    font-size: 24px;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 19px;
  }
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
  .product2-page #index-body .i-product ul li{
    width: 50%;
  }
}


.prodet-page .prodet-1 {
    padding:30px 0 80px
}

.prodet-page .prodet-1 .left {
    width: 46%
}

.prodet-page .prodet-1 .left a {
   
    
    display: block;
    text-align: center;

}
.prodet-page .prodet-1 .left a img{border-radius: 30px;}
.prodet-page .prodet-1 .right {
    width: 50%;
    padding-left: 80px;
    position: relative;
    font-size: 16px;
}

.prodet-page .prodet-1 .right table{
  width:100%;
} 

.prodet-page .prodet-1 .right .content {
    font-size: 18px;
    line-height: 30px;
    opacity: .51;
    margin: 25px 0 60px
}

.prodet-page .prodet-1 .left .gallery {
    margin-bottom: 40px;
    margin-top: 30px;
    padding:0 30px;
}

.prodet-page .prodet-1 .left .gallery ul {
    margin: -10px;
    position: relative;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow{
  position: absolute;
  top:10px;
  width: 15px;
  height: calc(100% - 20px);
  background-color: #c5c5c5;
  color: transparent;
  left: -15px;
  border-radius: 5px; 
  border: none;
  overflow: hidden;
  transition: all 0.5s;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow:hover{
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow::before{
  content:"\f104";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: white;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
} 
.prodet-page .prodet-1 .left .gallery ul .slick-arrow.slick-next{
  right:-15px;
  left: unset;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow.slick-next::before{
  content:"\f105";
}
.prodet-page .prodet-1 .left .gallery ul .slick-track {
    margin-left: 0
}

.prodet-page .prodet-1 .left .gallery ul li {
    padding: 10px
}

.prodet-page .prodet-1 .left .gallery ul li .img {
    border-radius: 10px;
    display: block;
    overflow: hidden;
  cursor: pointer;
}

.prodet-page .prodet-1 .left .gallery ul li .img img {
    width: auto;
    margin: auto
}

.prodet-page .prodet-1 .right .more_btn .more:after {
    color: #000
}

.prodet-page .prodet-2 ul.options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prodet-page .prodet-2 ul.options li {
    font-size: 18px;
    padding: 0 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 50px;
    position: relative
}

.prodet-page .prodet-2 ul.options li a {
    position: relative
}

.prodet-page .prodet-2 ul.options li a:after {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #1662bc
}

.prodet-page .prodet-2 ul.options li.active {
    background: #1662bc;
    color: #fff
}

.prodet-page .prodet-2 ul.options li.active a:after {
    background: #fff
}

.prodet-page .prodet-2 .box {
    padding: 70px 0
}

.prodet-page .prodet-2 .box .content {
    font-size: 18px
}

.prodet-page .prodet-2 .list {
    padding: 70px 0
}

.prodet-page .prodet-2 .list ul {
    margin: -15px
}

.prodet-page .prodet-2 .list ul li {
    padding: 15px;
    text-align: center
}

.prodet-page .prodet-2 .list ul li .img-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 50px
}

.prodet-page .prodet-2 .list ul li p {
    font-size: 18px;
    line-height: 2;
    margin-top: 15px;
    opacity: .51
}

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

    .prodet-page .prodet-1 .left a {
        padding: 0
    }

    .prodet-page .prodet-1 .right .more_btn {
        position: relative;
        left: 0
    }

    .prodet-page .prodet-1 .right h1 {
        padding-right: 0
    }
}

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

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

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

    .prodet-page .prodet-2 ul.options {
        flex-wrap: wrap;
        height: auto
    }

    .prodet-page .prodet-2 .box .seoPublic {
        display: block!important
    }
}






.news-page {
  padding: 65px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: var(--font);
}
.news-page .header ul li:first-child {
  padding-left: 0;
}
.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}
.news-page .content {
  margin-top: 65px;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-family: var(--font);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 60px;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
  .news-page .content ul li {
    width: 50% !important;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: 20px;
  }
  .news-page .content ul li {
    width: 100% !important;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info h1 {
  /*font-family: var(--font);*/
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
  .m-link a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
  .font-18 {
    line-height: 1.8;
  }
}
 
.faq-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.faq-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.faq-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.faq-page .box {
  padding: 1.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 24px 41px 28px 50px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--font);
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
   
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
  .faq-page{
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}
.font-72 {
  font-size: 72px;
}
.contact-page {
  padding-top: 80px;
  position: relative;  
}
.contact-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.contact-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.contact-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.contact-page .title em{
  color: var(--color);
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  line-height: 1.3;
  margin: 19px 0 11px;
      font-family: var(--font);
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 6.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
/*.contact-page .contact-3 {
  padding-top: 5.1045%;
  margin-bottom: -125px;
}*/
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 50px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
  .contact-page .img2{
    background-size: 50%;
    right: -30px;
    top: -2%;
    background-position: right top;
  }
  .contact-page .img1{
    background-size: 60%;
    background-position: left top;
  }
  .contact-page .img3{
    background-size: 60%; 
    background-position: right top;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-family: var(--font);
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  display: block; 
  font-size: 18px; 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0; 
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.35);
  background: white;
  padding: 30px 10px;
  font-family: var(--font);
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    /*width: 100%;*/
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5{
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div{
    margin-top: 0;
  }
  .gallery-page{
    padding-top: 30px;
  }
  .product2-page #index-body .i-product ul li .box .content .title{
    min-height: 90px;
  }
}
.advantages-page{
  position: relative;
  z-index: 1;
  padding: 7.877% 0 11.1112%;
}
.advantages-page::after{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -30px;
  right: 0;
  font-size: 280px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
  background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.advantages-page .header span{
  color: var(--color);
  font-family: var(--font);
}
.advantages-page .header .title{
  margin-top: 10px;
}
.advantages-page .content{
  padding-top: 6.61%;
}
.advantages-page .content ul li{
  padding-bottom: 7.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .img{
  width: 41%;
  padding: 0 24px 19px 0;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .img::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 192px;
	height: 183px;
	background-color: var(--color);
}
.advantages-page .content ul li .text{
  width: 59%;
  padding-left: 70px;
}
.advantages-page .content ul li .text .top {
  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;
}
.advantages-page .content ul li .text .top span{
   font-size: 95px;
  line-height: 1;
  color: var(--color);
  font-family: var(--font);
  display: inline-block;
  position: relative;
}
.advantages-page .content ul li .text .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.advantages-page .content ul li .text .top em {
  font-size: 36px;
  line-height: 1.2;
  font-family: var(--font);
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .text .con{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0,0,0,0.8);
}
.advantages-page .content ul li:last-child{
  padding-bottom: 0;
}
.advantages-page .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.advantages-page .content ul li:nth-child(odd) .img img{
  border-radius: 189px 0px 0px 189px;
}
.advantages-page .content ul li:nth-child(even) .img{
  padding: 0 0 19px 24px;
}
.advantages-page .content ul li:nth-child(even) .img img{
  border-radius: 0px 189px 189px 0px;
}
.advantages-page .content ul li:nth-child(even) .img::after{
  left: 0;
  right: initial;
}
.advantages-page .content ul li:nth-child(even) .text{
  padding: 0 70px 0 0;
}
strong,
b{
  font-family: var(--font);
}
@media screen and (max-width: 1680px) {
  .advantages-page:after{
    font-size: 220px;
    top: -22px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages-page:after{
    display: none;
  }
  .advantages-page .content ul li .img{
    width: 100%;
  }
  .advantages-page .content ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .advantages-page .content ul li:nth-child(even) .text{
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .advantages-page .content ul li .text .top em{
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .advantages-page .content ul li .text .top em{
    font-size: 24px;
    line-height: 1.3;
  }
  .advantages-page .content ul li .text .con{
    font-size: 16px;
    line-height: 1.8;
  }
}


.Auxil-industry{
  padding-bottom: 60px;
}


.custom-page .custom-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: url(../images/custom-bg1.png) no-repeat center;
}
.custom-page .custom-1 .ui.container {
  z-index: 3;
}
.custom-page .custom-1 .tag {
  display: block;
  text-align: center;
  font-size: 24px;
}
.custom-page .custom-1 .h2 {
  font-size: 40px;
  font-family: var(--font);
  text-align: center;
  margin: auto;
  width: 75%;
  margin-top: 16px;
}
.custom-page .custom-1 .h2 em {
  color: var(--color);
}
.custom-page .custom-1 .h4 {
  font-size: 28px;
  position: relative;
  padding-left: 45px;
  font-family: var(--font);
  margin-bottom: 30px;
}
.custom-page .custom-1 .h4 em {
  color: var(--color);
}
.custom-page .custom-1 .h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: var(--color);
}
.custom-page .custom-1 ul {
  margin: -33px;
}
.custom-page .custom-1 ul li {
  padding: 33px;
  z-index: 1;
  position: relative;
}
.custom-page .custom-1 ul li .img-box {
  border-radius: 60px 60px 0 0;
}
.custom-page .custom-1 ul li p {
  background-color: var(--color);
  color: white;
  border-radius: 60px 60px 0 0;
  height: 154px;
  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;
  padding: 15px;
  margin-top: -60px;
  z-index: 1;
  position: relative;
  font-size: 24px;
}
.custom-page .custom-1 ul li p::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -30px;
  width: 296px;
  height: 161px;
  background: url(../images/custom-2.png) no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.custom-page .custom-1 ul li:hover {
  z-index: 3;
}
.custom-page .custom-1 ul li:hover p::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom-page .custom-1 .img1 {
  position: absolute;
  right: 0;
  top: 2%;
  width: 246px;
  height: 385px;
  background: url(../images/custom-1-right.png) no-repeat;
}
.custom-page .custom-2 {
  position: relative;
  background: url(../images/custom-bg2.png) no-repeat center top;
  padding-bottom: 200px;
  padding-top: 60px;
}
.custom-page .custom-2 .h4 {
  font-size: 36px;
  position: relative;
  padding-left: 45px;
  font-family: var(--font);
  margin-bottom: 30px;
}
.custom-page .custom-2 .h4 em {
  color: var(--color);
}
.custom-page .custom-2 .h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: var(--color);
}
.custom-page .custom-2 .h5 {
  font-size: 26px;
  padding-left: 45px;
  font-family: var(--font);
}
.custom-page .custom-2 .txt {
  font-size: 20px;
  padding-left: 45px;
  margin-top: 30px;
      color: rgba(0, 0, 0, .6);
}
.custom-page .custom-2 ul {
  margin: -25px;
}
.custom-page .custom-2 ul li {
  padding: 25px;
}
.custom-page .custom-2 ul li .img-box {
  position: relative;
  padding: 30px 0;
   width: 426px;
  height: 426px;
  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;
}
.custom-page .custom-2 ul li .img-box:hover img{
  transform: scale(1);
}
.custom-page .custom-2 ul li .img-box img {
  width: auto;
  display: block;
  margin: auto;
  z-index: 1;
  position: relative;
  /*width: 259px;*/
  height: 100%;
}
.custom-page .custom-2 ul li .img-box .icon {
  width: 154px;
  height: 154px;
  border-radius: 100%;
  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;
  color: white;
  background: url(../images/cus-icon-bg.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-family: var(--font);
  z-index: 1;
}
.custom-page .custom-2 ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 426px;
  height: 426px;
  border-radius: 100%;
  background: -webkit-radial-gradient(#cf2638 0%, #fff 60%);
  background: -moz-radial-gradient(#cf2638 0%, #fff 60%);
  background: radial-gradient(#cf2638 0%, #fff 60%);
}
.custom-page .custom-2 ul li p {
  text-align: center;
  font-size: 22px;
  font-family: var(--font);
   color: rgba(0, 0, 0, .6);
}
.custom-page .custom-2 .content {
  font-size: 20px;
  line-height: 40px;
  margin-top: 200px;
      color: rgba(0, 0, 0, .6);
}
.custom-page .custom-2 .img1 {
  position: absolute;
  left: 0;
  top: 17%;
  width: 207px;
  height: 386px;
  background: url(../images/cus-2-img1.png) no-repeat;
}
.custom-page .custom-2 .img2 {
  position: absolute;
  right: 0;
  top: 49%;
  width: 222px;
  height: 339px;
  background: url(../images/cus-2-img2.png) no-repeat;
}


@media screen and (max-width: 1500px) {
  .custom-page .custom-1 .h2 {
    font-size: 40px;
  }
  .custom-page .custom-2 ul li .img-box,
  .custom-page .custom-2 ul li .img-box::after {
    width: 410px;
    height: 410px;
  }
  .custom-page .custom-2 ul li .img-box {
    padding: 48px 0;
  }
}
@media screen and (max-width: 1400px) {
  .custom-page .custom-1 .h4 {
    font-size: 30px;
  }
  .custom-page .custom-1 ul li p {
    height: 120px;
    font-size: 24px;
  }
  .custom-page .custom-1 ul li p::after {
    background-size: 70%;
    background-position: left bottom;
  }
  .custom-page .custom-2 .h4 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .custom-page .custom-2 .h5 {
    font-size: 22px;
  }
  /*.custom-page .custom-2 ul li .img-box img {
    width: 140px;
  }*/
  .custom-page .custom-2 ul li .img-box,
  .custom-page .custom-2 ul li .img-box::after {
    width: 350px;
    height: 350px;
  }
  .custom-page .custom-2 ul li .img-box .icon {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .i-product ul li{
    width: 50%;
  }
  .custom-page .custom-1 .h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .custom-page .custom-1 .img1,
  .custom-page .custom-2 .img2 {
    background-size: 60%;
    background-position: right;
  }
  .custom-page .custom-2 .img1 {
    background-size: 60%;
    background-position: left;
  }
  .custom-page .custom-1 ul li p {
    height: 85px;
    font-size: 20px;
    border-radius: 30px 30px 0 0;
    margin-top: -35px;
  }
  .custom-page .custom-1 ul li p::after {
    background-size: 56%;
  }
  .custom-page .custom-1 .h4::after,
  .custom-page .custom-2 .h4::after {
    width: 16px;
    height: 16px;
  }
  .custom-page .custom-2 .txt,
  .custom-page .custom-2 .h5,
  .custom-page .custom-2 .h4,
  .custom-page .custom-1 .h4 {
    padding-left: 30px;
  }
  .custom-page .custom-2 ul li .img-box,
  .custom-page .custom-2 ul li .img-box::after {
    width: 280px;
    height: 280px;
  }
  /*.custom-page .custom-2 ul li .img-box img {
    width: 110px;
  }*/
  .custom-page .custom-2 ul li .img-box {
    padding: 34px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft{
    display: none;
  }
  .inner-page .sidebox .sideright{
    width: 100%;
    padding: 0;
  }
  .custom-page .custom-1 .tag {
    font-size: 18px;
  }
  .custom-page .custom-1 .h2 {
    font-size: 25px;
  }
  .custom-page .custom-1 ul li p::after {
    display: none;
  }
  .custom-page .custom-1 ul li {
    padding: 15px;
  }
  .custom-page .custom-1 ul {
    margin: -15px;
  }
  .custom-page .custom-2 ul li {
    width: 50% !important;
  }
  .custom-page .custom-2 {
    padding-top: 30px;
    padding-bottom: 65px;
  }
  .custom-page .custom-2 .content {
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (max-width: 700px) {
  .product2-page #index-body .i-product ul li{
    width: 100%;
  }
  .custom-page .custom-1 .h2 {
    width: 100%;
    font-size: 22px;
  }
  .custom-page .custom-1 .h4 {
    font-size: 24px;
  }
  .custom-page .custom-1 ul li {
    width: 100% !important;
  }
  
  .custom-page .custom-2 ul li .img-box::after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width:500px){
  .custom-page .custom-2 ul li {
    width: 100% !important;
  }
  .custom-page .custom-2 ul li .img-box{
    margin: auto;
  }
  .custom-page .custom-2 ul li .img-box .icon{
    font-size: 16px;
  }
  .custom-page .custom-2 .content{
    margin-top: 40px;
  }
}

.map{ 
  margin-top: 70px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}

.video-page{
  padding-bottom: 80px;
  padding-top: 80px;
}
.video-page ul{
  margin: -15px;
}
.video-page ul li{
  padding: 15px;
}
.video-page ul li .box{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video-page ul li .box .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%); 
  transform: translate(-50%,-50%);
  width: 60px;
}

@media screen and (max-width:500px){
  .video-page{
    padding: 40px 0;
  }
  .video-page ul li{
    width: 50% !important;
    padding: 5px;
  }
  .video-page ul {
    margin: -5px;
  }
  .video-page ul li .box .play{
    width: 45px;
  }
  .inner-banner{
    /*-webkit-background-size: auto 43%;*/
    /*background-size: contain;*/
    /*background-image: url(../images/inner-banner-sj.jpg) !important;*/
  }
  .news-page .content ul li .img time{
    width: 105px;
  }
}
h1.hhh {
    display: inline;
}
p.foot {
    width: 1228px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.jiyuo {
    font-size: 15px;
    line-height: 2;
}

@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


.transition_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.pb-150 {
    padding-bottom: 150px
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-90 {
    padding-top: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-80 {
    padding-bottom: 80px
}

.pt-80 {
    padding-top: 80px
}

.pb-70 {
    padding-bottom: 70px
}

.sustainable-page .init-1 .container .left {
    font-weight: 700;
    width: 530px;
    padding-right: 10px
}

.sustainable-page .init-1 .container .right {
    width: -webkit-calc(-430%);
    width: -moz-calc(-430%);
    width: calc(100% - 530px);
    color: #838383
}

.sustainable-page .init-1 .container .content {
    margin: 10px -25px 0
}

.sustainable-page .init-1 .container .content .list {
    margin-top: 40px;
    padding: 0 25px
}

.sustainable-page .init-1 .container .content .list .box {
    display: block;
    background-color: #f9f9f9;
    padding: 16px 60px 16px 16px
}

.sustainable-page .init-1 .container .content .list .box .img {
    width: 166px;
    height: 166px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.sustainable-page .init-1 .container .content .list .box .img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sustainable-page .init-1 .container .content .list .box .text {
    width: -webkit-calc(-66%);
    width: -moz-calc(-66%);
    width: calc(100% - 166px);
    padding-left: 34px
}

.sustainable-page .init-1 .container .content .list .box .text .title {
    font-weight: 500;
    margin-top: 10px
}

.sustainable-page .init-1 .container .content .list .box .text .des {
    color: #898989;
    margin-top: 10px;
    line-height: 1.6
}

.sustainable-page .init-1 .container .content .list .box:hover {
    background-color: #245e3e;
    color: #fff
}

.sustainable-page .init-1 .container .content .list .box:hover .text .title {
    color: #ffff
}

.sustainable-page .init-1 .container .content .list .box:hover .text .des {
    color: #fff
}

.sustainable-page .init-2 {
    text-align: center;
    -o-background-size: cover;
    background-size: cover;
    padding: 200px 0;
    color: #fff
}

.sustainable-page .init-2 .container .tips {
    font-weight: 500
}

.sustainable-page .init-2 .container .des {
    max-width: 660px;
    margin: 30px auto 0
}

.sustainable-page .init-3 .container .left {
    width: -webkit-calc(-410%);
    width: -moz-calc(-410%);
    width: calc(100% - 567px);
    padding-right: 90px
}

.sustainable-page .init-3 .container .left .list {
    margin-top: 50px
}

.sustainable-page .init-3 .container .left .list .img {
    width: 50px
}

.sustainable-page .init-3 .container .left .list .text {
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(100% - 50px);
    padding-left: 40px
}

.sustainable-page .init-3 .container .left .list .text .title {
    font-weight: 700
}

.sustainable-page .init-3 .container .left .list .text .des {
    margin-top: 10px;
    color: #8d8d8d;
    line-height: 1.6
}

.sustainable-page .init-3 .container .left .list:first-child {
    margin-top: 0
}

.sustainable-page .init-3 .container .left .list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.sustainable-page .init-3 .container .left .list:hover .img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sustainable-page .init-3 .container .right {
    width: 567px
}

.sustainable-page .init-3 .container .right img {
    width: 100%;
    border-radius: 20px;
}

.sustainable-page .init-4 {
    background-color: #f9f9f9
}

.sustainable-page .init-4 .container .img {
    width: 40%
}

.sustainable-page .init-4 .container .right {
    width: 60%;
    padding-left: 120px
}

.sustainable-page .init-4 .container .right .title {
    font-weight: 700
}

.sustainable-page .init-4 .container .right .des {
    color: #878787;
    margin-top: 20px
}

.sustainable-page .init-6 {
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-bottom: 230px
}

.sustainable-page .init-6 .container .left {
    width: 410px
}

.sustainable-page .init-6 .container .left .tips {
    font-weight: 500
}

.sustainable-page .init-6 .container .left .des {
    margin-top: 20px
}

.sustainable-page .init-6 .container .right {
    width: -webkit-calc(-310%);
    width: -moz-calc(-310%);
    width: calc(100% - 410px);
    padding-left: 280px
}

.sustainable-page .init-6 .container .right .list {
    cursor: pointer;
    position: relative;
    margin-top: 36px
}

.sustainable-page .init-6 .container .right .list .line_cont {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px
}

.sustainable-page .init-6 .container .right .list .line_cont .line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #000
}

.sustainable-page .init-6 .container .right .list .line_cont .line1 {
    width: 14px;
    height: 2px
}

.sustainable-page .init-6 .container .right .list .line_cont .line2 {
    width: 2px;
    height: 14px;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top
}

.sustainable-page .init-6 .container .right .list .text {
    padding-left: 40px
}

.sustainable-page .init-6 .container .right .list .text .title {
    font-weight: 500
}

.sustainable-page .init-6 .container .right .list .des {
    display: none;
    margin-top: 20px
}

.sustainable-page .init-6 .container .right .list:first-child {
    margin-top: 0
}

.sustainable-page .init-6 .container .right .list.active .line_cont .line2 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
}

.sustainable-page .init-7 {
    position: relative;
    z-index: 2;
    margin-top: -150px
}

.sustainable-page .init-7 .container .cont {
    background-color: #fff;
    padding: 60px 180px 100px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.sustainable-page .init-7 .container .cont .tips {
    font-weight: 500;
    text-align: center
}

.sustainable-page .init-7 .container .cont .tips_des {
    margin: 10px auto 0;
    color: #8e8e8e;
    text-align: center;
    max-width: 640px
}

.sustainable-page .init-7 .container .cont .img {
    margin-top: 30px;
    display: block;
    width: 100%
}

.sustainable-page .init-8 .container .tips {
    font-weight: 500;
    text-align: center
}

.service-page .service-3 .top .img {
    vertical-align: middle
}

.service-page .service-3 .top .img .info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.service-page .service-3 .top .img img {
    margin-right: 20px;
    border-radius: 20px;
}

.service-page .service-3 .top .text {
    padding-left: 90px;
    vertical-align: middle
}

.service-page .service-3 .top .text .box {
    width: 100%
}

.service-page .service-3 .top .text .box h2.title {
    line-height: 2;
    width: 90%
}

.service-page .service-3 .top .text .box p {
    font-size: 17px;
    line-height: 1.6;
    color: #83827f;
    margin-top: 20px
}

.service-page .service-3 .top .text .box .more {
    padding: 21px 29px 20px 28px;
    margin-top: 45px
}

.service-page .service-3 .bottom {
    padding-top: 120px
}

.service-page .service-3 .bottom ul {
    margin-right: -60px
}

.service-page .service-3 .bottom ul li {
    text-align: center;
    padding-right: 60px
}

.service-page .service-3 .bottom ul li i {
    display: inline-block;
    height: 69px
}

.service-page .service-3 .bottom ul li i img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-3 .bottom ul li i:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.service-page .service-3 .bottom ul li .text {
    padding-top: 21px
}

.service-page .service-3 .bottom ul li .text h3 {
    font-size: 26px;
    line-height: 1.1
}

.service-page .service-3 .bottom ul li .text p {
    font-size: 17px;
    line-height: 1.6;
    color: #83827f;
    margin-top: 20px
}

.service-page .service-3 .bottom ul li .text .mores {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden
}

.service-page .service-3 .bottom ul li .text .mores span {
    margin-top: 5px;
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    -moz-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    will-change: visibility,margin-right,text-indent,opacity
}

.service-page .service-3 .bottom ul li .text .mores em {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    line-height: 21px
}

.service-page .service-3 .bottom ul li .text .mores em img {
    display: inline-block;
    vertical-align: middle
}

.service-page .service-3 .bottom ul li .text .mores:hover span {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
    -moz-transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease
}
@media (max-width: 1500px) {
    .sustainable-page .init-5 .container .top_c .left {
        width:500px;
        padding-right: 20px
    }

    .sustainable-page .init-5 .container .top_c .right {
        width: -webkit-calc(-400%);
        width: -moz-calc(-400%);
        width: calc(100% - 500px)
    }
}

@media (max-width: 1250px) {
    .sustainable-page .init-6 .container .right {
        padding-left:20px
    }

    .sustainable-page .init-8 .container .content .slick li .box {
        padding: 20px
    }

    .sustainable-page .init-3 .container .left {
        width: 55%;
        padding-right: 50px
    }

    .sustainable-page .init-3 .container .right {
        width: 45%
    }

}

@media (max-width: 1000px) {
    .service-page .service-3 .top .text {
      width: 100%;
      padding-left: 0;
      margin-top: 60px;
    }
    .service-page .service-3 .top .img {
      width: 100%;
    }
    .sustainable-page .init-1 .container .left {
        padding:0;
        width: 100%;
        text-align: center
    }

    .sustainable-page .init-1 .container .right {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }

    .sustainable-page .init-1 .container .content .list {
        width: 100%
    }

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

    .sustainable-page .init-3 .container .right {
        display: none
    }

    .sustainable-page .init-4 .container .img {
        display: none
    }

    .sustainable-page .init-4 .container .right {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .sustainable-page .init-5 .container .top_c .left {
        padding: 0;
        width: 100%;
        text-align: center
    }

    .sustainable-page .init-5 .container .top_c .right {
        width: 100%
    }

    .sustainable-page .init-5 .container .top_c .right .list {
        margin-top: 20px
    }

    .sustainable-page .init-5 .container .content .slick li .box {
        text-align: center
    }

    .sustainable-page .init-5 .container .content .slick li .box .left {
        width: 100%;
        max-width: 420px;
        margin-top: 20px
    }

    .sustainable-page .init-5 .container .content .slick li .box .right {
        width: 100%
    }

    .sustainable-page .init-6 .container .left {
        width: 100%
    }

    .sustainable-page .init-6 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 30px
    }

    .sustainable-page .init-7 .container .cont {
        padding: 16px
    }

}

@media (max-width: 700px) {
    .sustainable-page .init-6 {
        padding:40px 0
    }

    .sustainable-page .init-7 {
        display: none
    }

}

@media (max-width: 500px) {
    .sustainable-page .init-1 .container .content .list {
        margin-top:20px
    }

    .sustainable-page .init-1 .container .content .list .box {
        text-align: center;
        padding: 20px 16px
    }

    .sustainable-page .init-1 .container .content .list .box .text {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .sustainable-page .init-2 {
        padding: 40px 0
    }

    .sustainable-page .init-3 .container .left .list {
        text-align: center
    }

    .sustainable-page .init-3 .container .left .list .text {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .sustainable-page .init-5 .container .top_c .right .list_cont .list {
        width: 50%;
        padding: 0 5px
    }

    .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
        margin-top: 10px
    }

    .sustainable-page .init-5 .container .content .slick li .box .right {
        padding: 16px
    }

    .sustainable-page .init-5 .container .content .slick li .box .right .des {
        margin-top: 10px
    }
}








@-webkit-keyframes kz {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg)
    }
}

@-moz-keyframes kz {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg)
    }
}

@keyframes kz {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg)
    }
}

@-webkit-keyframes kzs {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@-moz-keyframes kzs {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes kzs {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes mover {
    40% {
        opacity: 1;
        color: #fff
    }

    60% {
        color: #fff
    }
}

@-moz-keyframes mover {
    40% {
        opacity: 1;
        color: #fff
    }

    60% {
        color: #fff
    }

    80% {
        opacity: .8
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes mover {
    40% {
        opacity: 1;
        color: #fff
    }

    60% {
        color: #fff
    }

    80% {
        opacity: .8
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes yz {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes yz {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes yz {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.sustainable-page .about-4 {
    padding: 10rem 0 10rem;
    background: url(/template/en/images/about-4-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed
}

.sustainable-page .about-4 .container {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sustainable-page .about-4 .container .left {
    width: 50%;
    text-align: center
}

.sustainable-page .about-4 .container .left .content {
    display: inline-block;
    position: relative
}

.sustainable-page .about-4 .container .left .content .ball {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.sustainable-page .about-4 .container .left .content .ball .box {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -webkit-animation: kz 20s infinite linear;
    -moz-animation: kz 20s infinite linear;
    animation: kz 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: relative
}

.sustainable-page .about-4 .container .left .content .ball .box .text1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -20px;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    line-height: 28px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: url(/template/en/images/text1.png) no-repeat center center
}

.sustainable-page .about-4 .container .left .content .ball .box .text2 {
    position: absolute;
    top: -40px;
    right: 65px;
    border-radius: 100%;
    width: 125px;
    height: 125px;
    line-height: 125px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: url(/template/en/images/text2.png) no-repeat center center
}

.sustainable-page .about-4 .container .left .content .ball .box .text3 {
    position: absolute;
    top: 155px;
    right: -75px;
    border-radius: 100%;
    width: 175px;
    height: 175px;
    line-height: 175px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: url(/template/en/images/text3.png) no-repeat center center
}

.sustainable-page .about-4 .container .left .content .ball .box .text4 {
    position: absolute;
    bottom: -40px;
    right: 35px;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    line-height: 170px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: url(/template/en/images/text4.png) no-repeat center center
}

.sustainable-page .about-4 .container .left .content .ball .box .text5 {
    position: absolute;
    bottom: 32px;
    left: -50px;
    border-radius: 100%;
    width: 195px;
    height: 195px;
    line-height: 195px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: url(/template/en/images/text5.png) no-repeat center center
}

.sustainable-page .about-4 .container .right {
    width: 50%;
    padding-right: 18%
}

.sustainable-page .about-4 .container .right .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sustainable-page .about-4 .container .right h2 {
    font-size: 150px;
    line-height: .8;
    color: #fff;
    font-weight: 700
}

.sustainable-page .about-4 .container .right h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-family: var(--font);
}

.sustainable-page .about-4 .container .right p {
    font-size: 16px;
    line-height: 2;
    color: rgba(255,255,255,.9);
    margin-top: 4rem
}
.sustainable-page .about-3 .container ul{
  margin: 0 -15px;
}
.sustainable-page .about-3 .container ul li{
  padding: 0 15px;
}
@media screen and (max-width: 1230px) {
    .sustainable-page .about-4 .container .right h2 {
        font-size:12rem
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text3 {
        width: 140px;
        height: 140px;
        line-height: 140px
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text5 {
        width: 150px;
        height: 150px;
        line-height: 150px
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text4 {
        width: 120px;
        height: 120px;
        font-size: 15px;
        line-height: 120px
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text2 {
        width: 110px;
        height: 110px;
        line-height: 110px
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text1 {
        width: 100px;
        height: 100px;
        line-height: 100px
    }
}

@media screen and (max-width: 1000px) {
    .sustainable-page .about-4 .container .right p {
        font-size:14px
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text3 {
        display: none
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text2 {
        display: none
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text1 {
        display: none
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text4 {
        display: none
    }

    .sustainable-page .about-4 .container .left .content .ball .box .text5 {
        display: none
    }

    .honorlist li {
        width: 50% !important;
        padding: 0 20px
    }
}

@media screen and (max-width: 700px) {
    .sustainable-page .about-4 .container .left {
        display:none
    }

    .sustainable-page .about-4 .container .right {
        width: 100%
    }

}

@media screen and (max-width: 500px) {
    .honorlist li {
        width:100% !important;
        padding: 0 20px
    }

    .font-26 {
        font-size: 26px;
        line-height: 1.4
    }
}






.design-page {
    padding: 0
}

.design-page .init-1 {
    padding: 50px 0
}

.design-page .init-1 h2 {
    line-height: 2;
    margin-bottom: 6px;
    font-size: 48px;
    font-family: var(--font);
    font-style: normal;
    font-weight: bold;
}

.design-page .init-1 p {
    font-size: 16px;
    color: #777;
    line-height: 2
}

.design-page .init-1 #carousel {
    padding: 50px 10%
}

.design-page .init-1 .ft {
    padding-top: 60px
}

.design-page .init-1 .btn a {
    display: block;
    width: fit-content;
    padding:10px 35px;
    font-size: 18px;
    line-height: 2;
    color: #fff !important;
    background: var(--color);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
}
.design-page .init-1 .btn a:hover{
  background: black;
}
.design-page .init-1 ul li img {
    width: 100%;
   
}

.design-page .init-1 ul .slick-slide li {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    z-index: 0;
    background: #333;
    padding: 0 10%;
     border-radius: 20px;
}

.design-page .init-1 ul .slick-slide.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 0;
    z-index: 1
}

.design-page .init-1 ul .slick-slide.slick-current+div li {
    left: -25%
}

.design-page .init-2 {
    padding: 120px 0;
    background: #ededed;
}

.design-page .init-2 .grid-box .column {
    vertical-align: middle
}
.design-page .init-2 .grid-box .column img{border-radius: 40px;}
.design-page .init-2 .grid-box .column:nth-child(1) {
    padding-right: 5%
}

.design-page .init-2 .grid-box .column:nth-child(1) h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-family: var(--font);
    line-height: 2;
}

.design-page .init-2 .grid-box .column:nth-child(1) h2 {
    font-family: var(--font);
    font-size: 48px;
    line-height: 1.6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px
}

.design-page .init-2 .grid-box .column:nth-child(1) p {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 2;
    color: #777 !important
}

.design-page .tit {
    text-align: center
}

.design-page .tit h3 {
     font-family: var(--font);
    font-size: 48px;
    line-height: 1.7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 20px;
    font-weight: bold;
}

.design-page .tit p {
    font-size: 16px;
    color: #777;
    font-weight: 300;
    font-style: normal;
    line-height: 2
}

.design-page .init-3 {
    padding: 100px 0
}

.design-page .init-3 .init-3-list {
    padding-top: 60px;
    padding-left: 12%
}

.design-page .init-3 .init-3-list ul li {
    padding: 0 20px;
    padding-top: 80px
}

.design-page .init-3 .init-3-list ul li .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 40px;
    background-color: #f3f3f3;
}

.design-page .init-3 .init-3-list ul li .item .pic {
    position: relative;
    z-index: 10;
    max-width: 500px;
    width: 100%;
    -webkit-transform: translate(0,-80px);
    -ms-transform: translate(0,-80px);
    transform: translate(0,-80px)
}
.design-page .init-3 .init-3-list ul li .item .pic img{border-radius: 20px;}

.design-page .init-3 .init-3-list ul li .item .text {
    position: relative;
    max-width: 420px;
    width: 100%;
    padding-bottom: 50px;
    color: #fff
}

.design-page .init-3 .init-3-list ul li .item .text .text-main {
    max-width: 380px;
    margin: 0 auto;
    margin-right: 0;
    padding-top: 54px;
    padding-left: 30px
}

.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
    margin-bottom: 22px;
    font-size: 24px;
    color: #464444;
    font-family: var(--font);
    font-style: normal
}

.design-page .init-3 .init-3-list ul li .item .text .text-main p {
    color: #464444!important;
    font-size: 16px;
    line-height: 2
}

.design-page .init-4 {
    padding-top: 80px;
}

.design-page .init-5 {
    padding: 40px 0 80px;
    text-align: center;
}

.design-page .init-5 p {
    max-width: 760px;
    margin: 0 auto 52px
}

.design-page .init-5 .section-link {
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #017bc5 !important;
    text-decoration: underline!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.strength-page h2.title {
  text-transform: none;
}
.strength-page h2.title.ttr {
  font-size: 44px;
  font-family: var(--font);
}
.strength-page .strength-img{
  padding: 4rem 0;
  text-align: center;
  background: #d8d8d8;
}
.strength-page .strength-1 {
  padding: 80px 0 0px;
  text-align: center;
}
.strength-page .strength-1 .text {
    font-size: 18px;
    line-height: 2;
    display: block;
    margin: 40px auto 0;
    max-width: 1070px;
}
.strength-page .strength-2 a.img-box {
  display: block;
}
.strength-page .strength-3 {
  padding: 100px 0 150px;
  background-color: #1662bc;
}
.strength-page .strength-3 h2 {
  text-align: center;
  color: #fff;
}
.strength-page .strength-3 .box {
  padding-top: 100px;
}
.strength-page .strength-3 .box ul {
  margin: -15px 0;
}
.strength-page .strength-3 .box ul li {
      background: #1662bc;
}
.strength-page .strength-3 .box ul li .img {
  vertical-align: middle;
  position: relative;
 
}
.strength-page .strength-3 .box ul li .img img{   max-width: 90%;border-radius: 20px;}
.strength-page .strength-3 .box ul li .img a {
  display: block;
}
.strength-page .strength-3 .box ul li .text {
  vertical-align: middle;
  padding: 0 40px;
  position: relative;
}
.strength-page .strength-3 .box ul li .text h3 {
    font-size: 32px;
    color: #4e4243;
    font-weight: 600;
}
.strength-page .strength-3 .box ul li .text .content {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  margin-top: 15px;
}
.strength-page .strength-3 .box ul li:nth-child(even) .img {
  left: 50%;
}
.strength-page .strength-3 .box ul li:nth-child(even) .text {
  left: -50%;
}
.strength-page .strength-4 {
  padding: 100px 0 100px;
  text-align: center;
  background: #eee;
}
.strength-page .strength-4 .text {
    font-size: 18px;
    line-height: 2;
    color: #4e4243;
    max-width: 1070px;
    margin: 40px auto;
        margin-bottom: 100px;
}
/*.strength-page .strength-4 .text p {
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}*/
.strength-page .strength-4 .text a.more2 {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    background: #7bc21f;
    color: white;
    padding: 0 10px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    margin-top: 10px;
}
.strength-page .strength-4 .text a.more2:hover {
  background: #222;
}
.strength-page .strength-4 .box ul {
  margin: -10px;
}
.strength-page .strength-4 .box ul li {
  padding: 10px;
}
.strength-page .strength-4 .box ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.strength-page .strength-4 .box ul li a.img-box img {
  width: 1005px;
}
.strength-page .strength-4 .box ul li h4 {
  display: block;
  font-size: 18px;
  color: #4e4243;
  margin-top: 10px;
      font-weight: 600;
}
.strength-page .strength-4 a.more {
display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    background: #7bc21f;
    color: white;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    margin-top: 50px;
}
.strength-page .strength-4 a.more:hover {
  background: #111;
}
.strength-gallery-page {
    padding: 80px 0;
}
.strength-gallery-page ul {
    margin: -10px;
}
.strength-gallery-page ul li {
    padding: 10px;
}
.strength-gallery-page ul li a.img-box {
    display: block;
    -moz-box-shadow: -2 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: -1 0 10px rgba(0, 0, 0, 0.05);
}
.strength-gallery-page ul li a.img-box img{
  width: 100%;
  border-radius: 20px;
}
.strength-gallery-page ul li h5 {
    position: relative;
    z-index: 1;
    
    padding: 6px 10px;
    font-size: 16px;
    line-height: 2;
}

.production-page .production-1 {
  padding: 5.2rem 0 12rem;
 
  background-size: cover;
  position: relative;
  z-index: 2;
}
.production-page .production-1::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 118px;
  border-right: 1px solid #a5a5a5;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.production-page .production-1 .production-box h2 {
  font-size: 3.8rem;
  line-height: 1;
  color: #202020;
  text-align: center;
  font-weight: bold;
}
.production-page .production-1 .production-box .content-box {
  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;
  margin-top: 5.5rem;
}
.production-page .production-1 .production-box .content-box h4 {
  font-size: 20px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.production-page .production-1 .production-box .content-box .box {
  width: 185px;
  height: 185px;
  font-size: 16px;
  padding: 20px;
  line-height: 1;
  text-align: center;
  color: #191919;
  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;
  font-weight: bold;
  border: 5px solid #1662bc;
  outline: 2px solid rgba(0, 0, 0, 0.2);
  outline-offset: -20px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 6;
}
.production-page .production-1 .production-box .content-box .box:hover {
  color: #fff;
  background: #1662bc;
  outline: 0px solid rgba(0, 0, 0, 0.2);
}
.production-page .production-1 .production-box .content-box .box:hover::before {
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
}
.production-page .production-1 .production-box .content-box .box:hover::after {
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.production-page .production-1 .production-box .content-box .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(46, 46, 46, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.production-page .production-1 .production-box .content-box .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(46, 46, 46, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.production-page .production-1 .production-box .content-box .left {
  padding-right: 6rem;
  position: relative;
}
.production-page .production-1 .production-box .content-box .right {
  padding-left: 6rem;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.8rem;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 8rem;
  border-left: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.production-page .production-1 .production-box .content-box .centre ul::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 8rem;
  border-left: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.production-page .production-1 .production-box .content-box .centre ul li {
  padding: 0 2.2rem;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul li .box {
  background: #f0f0f0;
}
.production-page .production-1 .production-box .content-box .centre ul li .box:hover {
  background: #1662bc;
  outline: 0px solid rgba(0, 0, 0, 0.2);
}
.production-page .production-1 .production-box .content-box .centre ul li:last-child::after {
  display: none;
}
.production-page .production-1 .production-box .content-box .centre ul li::after {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2px;
  border-bottom: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.2rem;
}
.production-page .production-1 .production-box p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #191919;
  margin-top: 4.3rem;
}
.production-page .production-2 {
  padding: 8.5rem 0 20rem;
  position: relative;
  background: url(../images/production-2-bg.jpg) no-repeat center center;
  background-size: cover;
}
.production-page .production-2 .container {
  max-width: 1375px;
}
.production-page .production-2::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 118px;
  border-right: 1px solid #a5a5a5;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.production-page .production-2 h2 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 4rem;
}
.production-page .production-2 .item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.production-page .production-2 .item .left {
  width: 50%;
  position: relative;
  z-index: 5;
}
.production-page .production-2 .item .left h3 {
  font-size: 6.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding-bottom: 9rem;
  position: relative;
}
.production-page .production-2 .item .left h3::after {
  content: attr(data-shadow);
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  font-size: 8.8rem;
  line-height: 1;
  font-weight: bold;
}
.production-page .production-2 .item .left h4 {
  font-size: 2.8rem;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.production-page .production-2 .item .left p {
  font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 580px;
  margin-top: 1.5rem;
}
.production-page .production-2 .item .left .more {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4.5rem;
}
.production-page .production-2 .item .right {
  width: 50%;
  text-align: right;
  position: relative;
  z-index: 2;
}
.production-page .production-2 .item .right .e-img {
  padding: 0 2.7rem 3rem 0;
  position: relative;
  display: inline-block;
}
.production-page .production-2 .item .right .e-img .box {
  position: relative;
}
.production-page .production-2 .item .right .e-img .box::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 95%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  right: -2.7rem;
  bottom: -3rem;
}
.production-page .production-2 .tit {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  margin: 8.8rem 0 9.5rem;
}
.production-page .production-2 .item.item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.production-page .production-2 .item.item2 .left {
  padding-left: 11rem;
}
.production-page .production-2 .item.item2 .left h4 {
  line-height: 1.4;
}
.production-page .production-2 .item.item2 .right {
  text-align: left;
}
.production-page .production-2 .item.item2 .right .e-img {
  padding: 2.5rem 2.2rem 0 0;
}
.production-page .production-2 .item.item2 .right .e-img .box::after {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  right: -2.2rem;
  bottom: auto;
  top: -2.5rem;
}
.production-page .production-3 {
  padding: 10.5rem 0 15rem;
}
.production-page .production-3 .container {
  max-width: 1360px;
}
.production-page .production-3 .container h2 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 5.3rem;
}
.production-page .production-3 .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.production-page .production-3 .container .box .left {
  width: 44%;
  padding-right: 5rem;
}
.production-page .production-3 .container .box .left p {
  font-size: 16px;
  line-height: 1.8;
  color: #202020;
  max-width: 475px;
  margin-bottom: 3.5rem;
 
}
.production-page .production-3 .container .box .right {
  width: 56%;
}
.production-page .production-3 .container .box .right .swiper-slide a {
  display: block;
  overflow: hidden;
}
.production-page .production-3 .container .box .right .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.production-page .production-3 .container .box .right .swiper-slide a img {
  width: 100%;
}
.production-page .production-4 {
  background: #040404;
}
.production-page .production-4 h2 {
  width: 25%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 8rem;
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}
.production-page .production-4 .honorBox {
  position: relative;
}
.production-page .production-4 .honorBox .swiper-slide {
  background: url(../images/honor-bg.png) no-repeat center center;
  background-size: cover;
  padding: 18rem 2rem 6.5rem;
}
.production-page .production-4 .honorBox .swiper-slide a {
  display: block;
  text-align: center;
}
.production-page .production-4 .honorBox .swiper-slide a:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.production-page .production-4 .honorBox .swiper-slide a:hover .see {
  color: #fff;
}
.production-page .production-4 .honorBox .swiper-slide a:hover .see::after {
  width: 7rem;
}
.production-page .production-4 .honorBox .swiper-slide a span {
  display: inline-block;
  margin-bottom: 3rem;
}
.production-page .production-4 .honorBox .swiper-slide a span img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.production-page .production-4 .honorBox .swiper-slide a p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.production-page .production-4 .honorBox .swiper-slide a .see {
  display: inline-block;
  padding-top: 3rem;
  margin-top: 4rem;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.production-page .production-4 .honorBox .swiper-slide a .see::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.production-page .production-4 .honorBox .swiper-slide a .see::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.production-page .production-4 .honorBox .swiper-button-prev,
.production-page .production-4 .honorBox .swiper-button-next {
  width: 7rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.production-page .production-4 .honorBox .swiper-button-prev {
  left: -5rem;
}
.production-page .production-4 .honorBox .swiper-button-next {
  right: -5rem;
}
@media (max-width: 1600px) {
  .strength-page .strength-3 .box{
    padding-top: 60px;
  }
  .strength-page .strength-3 {
    padding: 50px 0;
  }
  .strength-page .strength-1 .text,.strength-page .strength-3 .box ul li .text .content,.strength-page .strength-4 .text,.team-page .top h4{
    font-size: 16px;
    line-height: 1.8;
  }
  .strength-page .strength-1 .text {
    margin-top: 20px;
  }
  .strength-page .strength-3 .box, .test-page .test-1 .box {
    padding-top: 40px;
  }
  .strength-page .strength-4 {
    padding: 60px 0;
  }
}

@media (max-width: 1450px) {
  .strength-page .strength-4 .text {
    margin: 20px 0 60px;
  }
  .prodet-page .prodet-2 ul.options li {
    padding: 0 40px;
  }
}
@media (max-width: 1250px) {
  .strength-page .strength-3 .box ul li .text h3 {
    font-size: 30px;
  }
  .strength-page .strength-3 .box ul li .text .content {
    font-size: 16px;
    line-height: 24px;
  }
      .gallery-page {
        padding: 40px 0;
    }
    .strength-gallery-page ul li h5 {
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    .design-page .init-1 h2,.design-page .init-2 .grid-box .column:nth-child(1) h2,.design-page .tit h3 {
        line-height:30px;
        font-size: 25px
    }

    .design-page .init-3,#banner .text p {
        display: none
    }
    .strength-page .strength-3 .box ul li .text{
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }
  .strength-page .strength-3 .box ul li .img{
     width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .strength-page .strength-3 .box ul li .text{
    padding: 20px 0 0!important;
  }
  .strength-page .strength-3 .box ul li{
    border-bottom: 1px #eee dashed;
  }
  .strength-page .strength-3 .box ul li:last-child{
     border-bottom: none;
  }
  .strength-page .strength-3 .box ul li .text h3 {
    font-size: 24px;
  }
  .strength-page .strength-4 .text {
    margin: 30px auto;
    font-size: 16px;
  }
  .strength-page .strength-1 .text{
    font-size: 16px;
    line-height: 24px;
  }
  .strength-page .strength-3 .box ul li .text {
    padding: 25px !important;
  }
  .strength-page .strength-4 a.more {
    margin-top: 20px;
  }
  .strength-page .strength-4 .text {
    font-size: 14px;
  }
  
.prodet-page .prodet-2 ul.options li {

    padding: 10px 60px;
  }
  .inner-banner{
    height: auto;
    padding: 60px 0 100px;
    /*background-position: bottom;
    background-size: auto;*/
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .right table{
    overflow-x: auto;
    table-layout: unset;
  }
  .prodet-page .prodet-1 .right table tr td{
    min-width: 150px;
  }
      .strength-page h2.title.ttr {
    font-size: 30px;
  }
  .strength-gallery-page h3{
  font-size: 34px;
}
    .design-page .init-2 .grid-box .column:nth-child(1) h3 {
        font-size:20px
    }

    .design-page .init-2 .grid-box .column {
        width: 100%
    }

    .design-page .init-2 {
        padding: 30px 0
    }
    .strength-page .strength-1 .text, 
  .strength-page .strength-3 .box ul li .text .content, 
  .strength-page .strength-4 .text{
    font-size: 14px;
  }
}
    .seoPublic .title {
        font-size: 32px;
        font-family: var(--font);
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

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

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

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

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

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

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

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

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    