@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Coalition.eot');
  src: url('../fonts/Coalition.eot?#iefix') format('embedded-opentype'), url('../fonts/Coalition.woff2') format('woff2'), url('../fonts/Coalition.woff') format('woff'), url('../fonts/Coalition.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/GaboDrive.eot');
  src: url('../fonts/GaboDrive.eot?#iefix') format('embedded-opentype'), url('../fonts/GaboDrive.woff2') format('woff2'), url('../fonts/GaboDrive.woff') format('woff'), url('../fonts/GaboDrive.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
body {
  --color: #e60012;
  --color1: #00479d;
  font-family: 'Montserrat';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1540px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(var(--color1)), color-stop(rgba(0, 71, 157, 0.8)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color1), rgba(0, 71, 157, 0.8), transparent);
  background: -moz-linear-gradient(left, var(--color1), rgba(0, 71, 157, 0.8), transparent);
  background: linear-gradient(to right, var(--color1), rgba(0, 71, 157, 0.8), transparent);
  color: #fff;
  border-radius: 50px;
  padding: 10px 7px 10px 41px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more i {
  width: 55px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 54px;
  color: #012a38;
  margin-left: 23px;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 22px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 0 44px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 19px;
  margin-right: 46px;
  color: #fff;
  font-weight: 600;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active{
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search form {
  width: 120px;
  position: relative;
  padding-left: 32px;
}
#header .nav .ui.menu .h-search form input[type="search"] {
  width: 83px;
  background: transparent;
  border: none;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  color: rgba(255, 255, 255, 0.46);
}
#header .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.46);
}
#header .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.46);
}
#header .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.46);
}
#header .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.46);
}
#header .nav .ui.menu .h-search form input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.46);
}
#header .nav .ui.menu .h-search form input[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(../images/search.png) no-repeat center;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
}
#header.active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header.active .nav {
  padding: 11px 0;
}
#header.active .nav .ui.menu ul.menu > li {
  color: #000;
}
#header.active .nav .ui.menu .h-search form input[type="search"] {
  border-color: rgba(0, 0, 0, 0.46);
  color: rgba(0, 0, 0, 0.46);
}
#header.active .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.46);
}
#header.active .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.46);
}
#header.active .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.46);
}
#header.active .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.46);
}
#header.active .nav .ui.menu .h-search form input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.46);
}
#header.active .nav .ui.menu .h-search form input[type="submit"] {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav .ui.menu .yuy span img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.i-title {
  font-weight: 200;
}
.i-tag {
  display: block;
  opacity: 0.68;
  font-weight: 600;
  font-style: italic;
}
.i-title {
  line-height: 1.3;
  color: #252525;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#banner ul li video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner ul li::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
#banner ul li .text {
  text-align: left;
  color: #fff;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box .left {
  max-width: 708px;
}
#banner ul li .text .box .title {
  font-weight: 200;
  font-size: 140px;
  line-height: .96;
  padding-bottom: 38px;
}
#banner ul li .text .box .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: url(../images/b-line.png) no-repeat;
}
#banner ul li .text .box .con {
  font-weight: 500;
  line-height: 1.6;
}
#banner ul li .text .box .more::after {
  opacity: 0;
}
#banner ul li .text .box .more:hover::after {
  opacity: 1;
}
#banner ul li .text .box .right {
  max-width: 242px;
  margin-right: -35px;
}
#banner ul li .text .box .right dl dd {
  margin-bottom: 68px;
}
#banner ul li .text .box .right dl dd i {
  width: 76px;
}
#banner ul li .text .box .right dl dd span {
  margin-left: 28px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  line-height: 1.4;
}
#banner ul li .text .box .right dl dd:last-child {
  margin-bottom: 0;
}
#banner ul li .text .top,
#banner ul li .text .con,
#banner ul li .text .btn,
#banner ul li .text .right {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#banner ul .swiper-slide-active .text .top,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn,
#banner ul .swiper-slide-active .text .right {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .top {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .right {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner .change {
  top: 48%;
  right: -3%;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -moz-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  z-index: 1;
}
#banner .change span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
#banner .change .swiper-scrollbar {
  display: inline-block;
  position: relative;
  width: 154px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0;
  margin: 0 9px;
}
#banner .change .swiper-scrollbar-drag {
  top: -4px;
  width: 40px;
  height: 9px;
  border-radius: 0;
  background: var(--color);
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate2 {
  to {
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate2 {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#index-body .i-about {
  padding-bottom: 90px;
  background: url(../images/ab-rt.png) no-repeat right top, url(../images/ab-bg.jpg) no-repeat center bottom;
}
#index-body .i-about .img_father_box {
  padding-left: 7.1875%;
  -webkit-transform: translateY(92px);
  -moz-transform: translateY(92px);
  -ms-transform: translateY(92px);
  transform: translateY(92px);
}
#index-body .i-about .left {
  padding-right: 4%;
}
#index-body .i-about .left .title {
  line-height: 1.3;
  margin-top: 16px;
}
#index-body .i-about .left .content {
  font-weight: 500;
  opacity: 0.86;
}
#index-body .i-about .right {
  padding-left: 15px;
}
#index-body .i-about .right ul {
  margin: -15px;
}
#index-body .i-about .right ul li {
  padding: 15px;
}
#index-body .i-about .right ul li .box {
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  padding: 35px 30px 70px;
}
#index-body .i-about .right ul li .box .icon {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  display: inline-block;
  line-height: 84px;
}
#index-body .i-about .right ul li .box .icon img {
  vertical-align: middle;
}
#index-body .i-about .right ul li .box .h3 {
  z-index: 2;
  position: relative;
  margin-top: 40px;
}
#index-body .i-about .right ul li .box .h3 em {
  font-size: 43px;
  font-weight: bold;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-about .right ul li .box .h3 sub {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 15px;
}
#index-body .i-about .right ul li .box .h3 sup {
  font-size: 26px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  margin: 0 0 5px 15px;
}
#index-body .i-about .right ul li .box .h3 sup i {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
#index-body .i-about .right ul li .box p {
  font-size: 16px;
  line-height: 30px;
  color: #161616;
  opacity: 0.6;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  z-index: 2;
  position: relative;
}
#index-body .i-about .right ul li .box .bg {
  opacity: 0;
  position: absolute;
  top: 59%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  z-index: 1;
}
#index-body .i-about .right ul li .box:hover {
  background-image: -webkit-linear-gradient(201deg, #3d82d4 0%, var(--color1) 100%), -webkit-linear-gradient(#012a38, #012a38);
  background-image: -moz-linear-gradient(201deg, #3d82d4 0%, var(--color1) 100%), -moz-linear-gradient(#012a38, #012a38);
  background-image: linear-gradient(249deg, #3d82d4 0%, var(--color1) 100%), linear-gradient(#012a38, #012a38);
}
#index-body .i-about .right ul li .box:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .i-about .right ul li .box:hover .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-about .right ul li .box:hover .h3,
#index-body .i-about .right ul li .box:hover p {
  color: #fff;
}
#index-body .i-about .right ul li .box:hover .bg {
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#index-body .i-about .right ul li:nth-child(2n-1) {
  margin-top: -65px;
}
#index-body .i-category {
  padding: 5.834% 0 11.198%;
}
#index-body .i-category .content ul {
  margin: -19px;
}
#index-body .i-category .content ul li {
  padding: 138px 19px 19px;
}
#index-body .i-category .content ul li .ig {
  background-color: #f0f0f0;
  border-radius: 13px;
}
#index-body .i-category .content ul li .ig span {
  top: 32px;
  left: 41px;
  font-weight: 600;
  z-index: 1;
}
#index-body .i-category .content ul li .ig p {
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  z-index: 1;
  line-height: 1.6;
}
#index-body .i-category .content ul li .ig .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig .icon {
  top: -87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 31%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig:hover {
  -webkit-box-shadow: 0px 11px 36px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 11px 36px 2px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transform: translateY(-51px);
  -moz-transform: translateY(-51px);
  -ms-transform: translateY(-51px);
  transform: translateY(-51px);
}
#index-body .i-category .content ul li .ig:hover .bg,
#index-body .i-category .content ul li .ig:hover .icon {
  opacity: 1;
}
#index-body .i-advantage {
  background: url(../images/adbg.jpg) no-repeat left top;
  background-size: 100% 100%;
}
#index-body .i-advantage .left {
  padding-left: 10.78125%;
}
#index-body .i-advantage .left .bottom {
  line-height: 1.3;
  color: #2f2f2f;
  font-weight: 600;
  font-style: italic;
  max-width: 380px;
  padding-bottom: 159px;
}
#index-body .i-advantage .left .bottom p {
  margin-bottom: 36px;
}
#index-body .i-advantage .left .bottom p:last-child {
  margin-bottom: 0;
}
#index-body .i-advantage .right ul li {
  margin-bottom: 6px;
}
#index-body .i-advantage .right ul li .box {
  position: relative;
  padding: 13.96% 65px 23.021% 0;
}
#index-body .i-advantage .right ul li .box .content {
  text-align: right;
  width: 50%;
  margin-left: auto;
  z-index: 2;
  position: relative;
  color: #fff;
}
#index-body .i-advantage .right ul li .box .content .title {
  line-height: 1.6;
}
#index-body .i-advantage .right ul li .box .content .txt {
  line-height: 1.8;
}
#index-body .i-advantage .right ul li .box .content .link {
  text-decoration: underline;
  display: inline-block;
}
#index-body .i-advantage .right ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
}
#index-body .i-advantage .center {
  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%);
  border-radius: 100%;
  background-color: #fff;
  width: 800px;
  height: 800px;
  padding: 20px;
}
#index-body .i-advantage .center .big-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color1);
}
#index-body .i-advantage .center .logo {
  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%);
  border-radius: 50%;
  width: 522px;
  height: 522px;
}
#index-body .i-advantage .center .logo img {
  height: 100%;
  border-radius: 50%;
}
#index-body .i-advantage .center .logo::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 100%;
  border: 2px dashed rgba(0, 0, 0, 0.6);
  -webkit-animation: rotate2 75s 0.5s linear infinite;
  -moz-animation: rotate2 75s 0.5s linear infinite;
  animation: rotate2 75s 0.5s linear infinite;
}
#index-body .i-advantage .center::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 100%;
  border: 1px dashed white;
  z-index: -1;
  -webkit-animation: rotate 75s 0.5s linear infinite;
  -moz-animation: rotate 75s 0.5s linear infinite;
  animation: rotate 75s 0.5s linear infinite;
}
#index-body .i-advantage .img_father_box {
  position: absolute;
  left: 26.5%;
  bottom: 25%;
}
#index-body .i-why {
  padding: 6.146% 0 6.771%;
}
#index-body .i-why ul {
  margin-right: -70px;
}
#index-body .i-why ul li {
  padding: 82px 70px 0;
  position: relative;
}
#index-body .i-why ul li .num {
  font-size: 189px;
  color: var(--color1);
  line-height: 1;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .i-why ul li .num::after {
  content: '';
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 160px;
  height: 300px;
  background: url(../images/shadow-bg.png) no-repeat right bottom;
}
#index-body .i-why ul li .content {
  z-index: 4;
  position: relative;
  padding-left: 13px;
}
#index-body .i-why ul li .content .icon img {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
#index-body .i-why ul li .content .h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin: 26px 0 20px;
  color: #00040a;
  text-transform: uppercase;
}
#index-body .i-why ul li .content .txt {
  font-size: 16px;
  line-height: 1.8;
  color: #323232;
  opacity: 0.72;
}
#index-body .i-why ul li:hover .content .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .i-partner {
  background-color: #f9f9f9;
  padding-top: 4.0625%;
}
#index-body .i-partner p {
  color: #323232;
  line-height: 1.8;
}
#index-body .i-partner .content {
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  perspective: 1700px;
  z-index: 1;
}
#index-body .i-partner .content ul {
  background: #fbfbfb;
  margin-top: -7.8125vw;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, 45deg);
  -moz-transform: rotate3d(1, 0, 0, 45deg);
  transform: rotate3d(1, 0, 0, 45deg);
}
#index-body .i-partner .content ul .slick-track{
  display: block;
}
#index-body .i-partner .content ul .img {
  padding: 2.34375vw 5px;
  background-color: #fffeff;
  -webkit-box-shadow: 0px 5px 24px 0px rgba(208, 209, 226, 0.29);
  box-shadow: 0px 5px 24px 0px rgba(208, 209, 226, 0.29);
  border-radius: 24px;
  margin: 1vw 1vw;
  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;
}
#index-body .i-partner .content::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0.9)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0.9), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 0.9), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0.9), rgba(255, 255, 255, 0));
}
#index-body .i-news {
  padding: 3.28125% 0 8.125%;
}
#index-body .i-news .content {
  padding: 0 6.770833333333334vw;
}
#index-body .i-news .content .prev,
#index-body .i-news .content .next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: #f5f5f5;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content .prev i,
#index-body .i-news .content .next i {
  font-size: 23px;
  font-weight: bold;
}
#index-body .i-news .content .prev:hover,
#index-body .i-news .content .next:hover {
  background: var(--color1);
  color: #fff;
}
#index-body .i-news .content .prev {
  left: 1vw;
}
#index-body .i-news .content .next {
  right: 1vw;
}
#index-body .i-news .content ul {
  margin: 0 -4.94791667vw;
}
#index-body .i-news .content ul .slick-list {
  overflow: unset;
}
#index-body .i-news .content ul li {
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .ig {
  background-color: #f5f5f5;
  border-radius: 15px;
  margin: 0 4.947916666666667vw;
}
#index-body .i-news .content ul li .ig .text {
  padding: 66px 15px 15px 52px;
  overflow: hidden;
  width: 49.6%;
}
#index-body .i-news .content ul li .ig .text .title {
  color: #191919;
  font-weight: 600;
  line-height: 1.6;
}
#index-body .i-news .content ul li .ig .text .tag {
  color: var(--color1);
  line-height: 1.8;
  font-weight: 500;
}
#index-body .i-news .content ul li .ig .text .con {
  line-height: 1.8;
  color: #6f6f6f;
  width: 90%;
}
#index-body .i-news .content ul li .ig .img-box {
  width: 50.4%;
  border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
}
#index-body .i-news .content ul li .ig .img-box img{
  height: 100%;
}
#index-body .i-news .content ul li .ig .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .i-news .content ul .slick-current li {
  opacity: 1;
}
#footer {
  padding: 75px 0 32px;
  background-color: #232323;
  color: #fff;
}
#footer .top {
  padding-bottom: 75px;
}
#footer .top .h4 {
  font-size: 22px;
  font-weight: 600;
  line-height:40px;
  margin-bottom: 26px;
}
#footer .top form input {
  width: 15%;
  border-radius: 10px;
  background: rgba(166, 168, 172, 0.15);
  border: none;
  height: 75px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
#footer .top form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .top form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .top form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .top form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .top form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .top form input[name="content"] {
  width: 37%;
}
#footer .top form input[type="submit"] {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  background: var(--color1);
  border-radius: 9px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .top form input[type="submit"]:hover {
  background: #fff;
  color: var(--color1);
}
#footer .bottom {
  padding-bottom: 65px;
}
#footer .bottom .h4 {
  font-size: 19px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
#footer .bottom .h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.66);
}
#footer .bottom .h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 4px;
  background: white;
}
#footer .bottom ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .bottom ul li:hover {
  color: #fff;
}
#footer .bottom .one {
  max-width: 370px;
}
#footer .bottom .one .h4 {
  max-width: 228px;
}
#footer .bottom .three {
  min-width: 195px;
}
#footer .bottom #ewm {
  width: 183px;
  border: 7px solid white;
}
#footer .f-copy {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-transform: uppercase;
}
#footer .f-copy img {
  height: 28px;
  vertical-align: middle;
  margin: 0 6px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media screen and (max-width: 1730px) {
  #index-body .i-advantage .img_father_box img {
    width: 580px;
  }
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
    font-size: 16px;
  }
  #index-body .i-advantage .left {
    padding-left: 3%;
  }
  #footer .f-bottom .title {
    font-size: 97px;
  }
}
@media screen and (max-width: 1600px) {
  #index-body .i-advantage .center {
    width: 520px;
    height: 520px;
  }
  #index-body .i-advantage .img_father_box img {
    width: 488px;
  }
  #index-body .i-advantage .left .bottom {
    padding-left: 30px;
  }
  #index-body .i-advantage .center .logo {
    width: 420px;
    height: 420px;
  }
  #index-body .i-advantage .img_father_box {
    position: absolute;
    left: 33.5%;
    bottom: 32%;
  }
  #index-body .i-advantage .right ul li .box .content .title {
    font-size: 24px;
    line-height: 30px;
  }
  #index-body .i-advantage .right ul li .box .content .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 20px;
    font-size: 14px;
  } 
  #banner ul li .text .box .title {
    font-size: 100px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  #banner .change {
    right: -7.6%;
  }
  #index-body .i-why ul li .num {
    font-size: 148px;
  }
  #index-body .i-why ul li .num::after {
    right: -19px;
    bottom: -28px;
  }
  #index-body .i-why ul {
    margin-right: -40px;
  }
  #index-body .i-why ul li {
    padding: 82px 40px 0;
    padding-left: 60px;
  }
  #index-body .i-advantage .center {
    width: 480px;
    height: 480px;
  }
  #index-body .i-advantage .center .logo {
    width: 320px;
    height: 320px;
  }
  #index-body .i-advantage .img_father_box img {
    width: 400px;
  }
  #index-body .i-news .right ul li .box .content {
    width: 56%;
  }
  #index-body .i-advantage .right ul li .box .content .txt {
    margin-bottom: 25px;
  }
  #index-body .i-advantage .right ul li .box .content .title {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .i-advantage .left .bottom .h3 {
    font-size: 26px;
    line-height: 28px;
  }
  #footer .bottom ul li {
    font-size: 16px;
  }
  #footer .bottom .one {
    max-width: 370px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #banner ul li .text .box .title {
    font-size: 81px;
  }
  #banner ul li .text .box .right dl dd {
    margin-bottom: 20px;
  }
  #banner .change {
    top: 53%;
    right: -9%;
  }
  .more {
    font-size: 17px;
  }
  .more i {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .font-23 {
    font-size: 22px;
  }
  #index-body .i-about .left {
    padding-right: 1%;
  }
  #index-body .i-about .right ul li .box {
    padding: 35px 10px 45px;
  }
  #index-body .i-about .right ul li .box .h3 em {
    font-size: 28px;
  }
  #index-body .i-about .right ul li .box .h3 {
    margin-top: 20px;
  }
  #index-body .i-advantage .left .bottom {
    padding-left: 0;
  }
  #index-body .i-why ul li .num {
    font-size: 115px;
  }
  #index-body .i-why ul li {
    padding-left: 48px;
  }
  #index-body .i-why ul li .num::after {
    background-size: 82%;
  }
  #index-body .i-why {
    background-size: contain;
  }
  #index-body .i-advantage .center {
    width: 300px;
    height: 300px;
  }
  #index-body .i-advantage .center .logo {
    width: 220px;
    height: 220px;
  }
  #index-body .i-advantage .img_father_box img {
    width: 233px;
  }
  #index-body .i-advantage .left .bottom .content {
    text-align: left;
  }
  #index-body .i-advantage .right ul li .box .content {
    width: 70%;
  }
  #index-body .i-advantage .right ul li .box .content .txt {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .i-advantage .img_father_box {
    left: 37%;
    bottom: 205px;
  }
  #index-body .i-advantage .right ul li .box {
    padding: 13.96% 30px 16.021% 0;
  }
  #footer .bottom .h4 {
    font-size: 15px;
    padding-bottom: 16px;
  }
  #footer .top form input {
    font-size: 16px;
  }
  #footer .top form input[type="submit"] {
    font-size: 24px;
  }
  #footer .bottom .one ul li,
  #footer .bottom ul li {
    font-size: 14px;
  }
  #footer .bottom .one {
    max-width: 305px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
  }
  #banner ul li .text .box .left {
    width: 100%;
  }
  #banner ul li .text .box .title {
    font-size: 60px;
    padding-bottom: 18px;
  }
  #banner ul li .text .box .con {
    width: 80%;
    margin-top: 12px;
  }
  #banner ul li .text .box .right {
    display: none;
  }
  .more {
    font-size: 16px;
    padding: 6px 7px 6px 26px;
  }
  .more i {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  #index-body .i-about {
    background: url(../images/ab-bg.jpg) no-repeat center bottom;
    background-size: 100% 100%;
  }
  #index-body .i-about .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 115px;
  }
  #index-body .i-advantage .right,
  #index-body .i-advantage .left {
    width: 100%;
  }
  #index-body .i-why ul {
    margin-right: -20px;
  }
  #index-body .i-why ul li {
    width: 50%;
    padding: 41px 20px 0;
    padding-left: 40px;
  }
  #index-body .i-advantage .center {
    display: none;
  }
  #index-body .i-advantage .img_father_box {
    left: auto;
    bottom: auto;
    top: 0;
    right: 17px;
    display: none;
  }
  #index-body .i-advantage .left .bottom {
    margin-top: 30px;
    padding-bottom: 0;
  }
  #index-body .i-advantage .right {
    margin-top: 30px;
  }
  #index-body .i-partner .header {
    padding: 0 15px;
  }
  #index-body .i-news .content {
    padding: 0 15px;
  }
  #index-body .i-news .content ul li .ig .text {
    padding: 32px 15px 15px 52px;
  }
  #index-body .i-news .content ul li .ig .text .con {
    width: 100%;
  }
  #footer .top {
    padding-bottom: 20px;
  }
  #footer .bottom .one {
    max-width: 100%;
  }
  #footer .bottom .two,
  #footer .bottom .three,
  #footer .bottom .four {
    display: none;
  }
  #footer .top form input {
    width: 32%;
    margin-bottom: 15px;
  }
  #footer .top form input[name="content"] {
    width: 66%;
  }
  #footer .bottom {
    padding-bottom: 20px;
  }
  #footer .bottom .one ul li,
  #footer .bottom ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  #banner .change {
    display: none;
  }
  #banner ul li .text .box .title {
    font-size: 40px;
  }
  #banner ul li .text .box .con {
    line-height: 1.6;
    width: 100%;
  }
  .font-56 {
    font-size: 32px;
  }
  .font-25 {
    font-size: 25px;
  }
  .font-20 {
    font-size: 18px;
    line-height: 32px;
  }
  .font-18 {
    line-height: 1.6;
  }
  #index-body .i-about .left .content {
    padding-right: 0;
  }
  #index-body .i-about .img_father_box {
    padding-left: 13px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  #index-body .i-why ul li {
    width: 100%;
  }
  #index-body .i-advantage .img_father_box {
    display: none;
  }
  #index-body .i-advantage .left .bottom {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .i-why ul li {
    padding-left: 70px;
  }
  #index-body .i-why ul li .num::after {
    right: -32px;
  }
  #index-body .i-advantage .right ul li .box .content {
    width: 90%;
  }
  #index-body .i-news .content ul li .ig .text {
    width: 100%;
  }
  #index-body .i-news .content ul li .ig .img-box {
    display: none;
  }
  #footer {
    padding: 30px 0;
  }
  #footer .bottom .one {
    max-width: 100%;
    padding-right: 0;
  }
  #footer .top form input {
    width: 48%;
  }
  #footer .top form input:nth-child(5) {
    width: 100%;
  }
  #footer .top form input[name="content"] {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .title {
    font-size: 28px;
  }
  #banner ul li .text .box .con {
    display: none;
  }
  .more {
    font-size: 14px;
    padding: 3px 6px 3px 20px;
  }
  .more i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  .font-56 {
    font-size: 27px;
    line-height: 1.6!important;
  }
  .font-25 {
    font-size: 21px;
  }
  #index-body .i-about {
    padding: 30px 0;
  }
  #index-body .i-about .right {
    display: none;
  }
  #index-body .i-category .content ul li .ig .icon {
    opacity: 1;
  }
  #index-body .i-about .img_father_box {
    display: none;
  }
  #index-body .i-why .top {
    margin-bottom: 45px;
  }
  #index-body .i-advantage .left .bottom {
    display: none;
  }
  #index-body .i-advantage .right ul li .box {
    padding: 30px 15px 30px 15px;
  }
  #index-body .i-advantage .right ul li .box .content {
    width: 100%;
  }
  #index-body .i-partner {
    display: none;
  }
  .font-23 {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .i-news .content ul li .ig .text {
    padding: 32px 15px 15px 26px;
  }
  #index-body .i-news .content .prev,
  #index-body .i-news .content .next {
    zoom: .7;
  }
  #index-body .i-news .content .prev {
    left: -15px;
  }
  #index-body .i-news .content .next {
    right: -15px;
  }
  #footer .top form input {
    width: 100%;
    font-size: 14px;
    height: 50px;
  }
  #footer .top form input[name="content"] {
    width: 100%;
  }
  #footer .top form input[type="submit"] {
    font-size: 20px;
  }
  #footer .bottom .h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .fixed-toolbar {
    zoom: .7;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 28px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-banner {
  height: 600px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
}
.inner-banner::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.mbx {
  padding: 12px 0;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
    padding-top: 100px;
  }
}
.production-sec .pur-sec {
  padding: 48px 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 100%;
  max-width: 50%;
  margin-top: 5%;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  max-width: 690px;
  letter-spacing: 0.2px;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 50%;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 38.4px;
  line-height: 1.2;
  color: var(--color);
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  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: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 200px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  color: var(--color);
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.production-sec .prints-sec {
  padding-bottom: 64px;
}
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 40%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 70%;
  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;
  max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  letter-spacing: 0.2px;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 32px;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 52px 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 32px;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(#000000));
  background-image: -webkit-linear-gradient(left, var(--color) 0%, #000000 100%);
  background-image: -moz-linear-gradient(left, var(--color) 0%, #000000 100%);
  background-image: linear-gradient(90deg, var(--color) 0%, #000000 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color);
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-weight: 200;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.inner-page h3.title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 200;
}
table tbody{
  line-height: 1.8;
}
.inner-page h3.title em {
  color: var(--color);
}
.seo_title {
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
}
#honor_list ul{
	margin: -15px;
}
#honor_list ul li{
	padding: 15px;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

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

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

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

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

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

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

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

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

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

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

.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap {
    width: 35%;
  }
  .prints-sec .text-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .text.mod-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .prints-sec .img-wrap {
    display: none;
  }
  .prints-sec .text-wrap {
    width: 100%;
  }
  .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.baseTit2 {
  font-size: 48px;
  font-weight: 600;
}
.baseTit2 img {
  float: left;
  margin-top: 10px;
}
.baseTit2 span {
  display: block;
  padding-left: 90px;
}
.manufacture-2 {
  padding: 70px 0 140px;
  background-color: #f6f6f6;
}
.manufacture-2 .left .images {
  position: relative;
  margin-right: 66px;
}
.manufacture-2 .left .images .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.manufacture-2 .left .images .img img {
  opacity: .3;
}
.manufacture-2 .left .images .img.img_2 {
  left: 33px;
  top: 33px;
  z-index: 2;
}
.manufacture-2 .left .images .img.img_2 img {
  opacity: .6;
}
.manufacture-2 .left .images .img.img_1 {
  left: 66px;
  top: 66px;
  z-index: 3;
}
.manufacture-2 .left .images .img.img_1 img {
  opacity: 1;
}
.manufacture-2 .right {
  margin-top: 40px;
}
.manufacture-2 .right ul {
  margin-top: 60px;
}
.manufacture-2 .right li {
  cursor: pointer;
  padding-bottom: 20px;
}
.manufacture-2 .right li:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.manufacture-2 .right li .name {
  margin: 20px 0;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.manufacture-2 .right li .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  display: none;
}
.manufacture-2 .right li .text p {
  line-height: 1.5;
  min-height: 4.5em;
}
.manufacture-2 .right li.active .name {
  color: #da1c28;
}
@media (max-width: 1550px) {
  .baseTit2 {
    font-size: 40px;
  }

  .manufacture-2 .right li .name {
    font-size: 24px;
  }
}
@media (max-width: 1240px) {
  .baseTit2 {
    font-size: 34px;
  }

  .manufacture-2 .left {
    padding: 0;
  }
  .manufacture-2 .right {
    margin-top: 0;
  }
  .manufacture-2 .right ul {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .baseTit2 {
    font-size: 24px;
  }
  .baseTit2 img {
    margin-top: 0;
  }
  
  .manufacture-2 {
    padding: 60px 0;
  }
  .manufacture-2 .left {
    display: none;
  }
  .manufacture-2 .right {
    width: 100%!important;
    padding: 0;
  }
  .manufacture-2 .right li .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .manufacture-2 .right li .name {
    margin: 10px 0;
  }
  .manufacture-2 .right li {
    padding-bottom: 10px;
  }
  .manufacture-2 .right li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.hose-page .hose-3 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
  background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 ul {
  margin: -10px;
}
.hose-page .hose-3 ul li {
  padding: 10px;
}
.hose-page .hose-3 ul li .content {
  background: white;
  padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
  font-size: 18px;
  line-height: 32px;
  color: #5e5e5e;
  margin-top: 10px;
}
.news-page {
    background-color: #f6f6f6;
    padding: 95px 0 145px;
}
.news-page .header {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 46px;
    border-bottom: 1px solid #b8b8bc;
}
.news-page .header span.tag {
    color: var(--color);
}
.news-page .header .title {
    margin-top: 21px;
}
.news-page .header .right {
    margin-bottom: 6px;
}
.news-page .header ul {
    margin-right: -45px;
}
.news-page .header ul li {
    display: inline-block;
    padding-right: 45px;
}
.news-page .header ul li .link {
    text-transform: capitalize;
}
.news-page .header ul li.active .link,
.news-page .header ul li:hover .link {
    background: var(--color);
    color: white;
}
.news-page .content {
    margin-top: 47px;
}
.news-page .content ul {
    margin: 0 -43px -79px 0;
}
.news-page .content ul li {
    padding: 0 43px 79px 0;
}
.news-page .content ul li .img-box {
    display: block;
    max-height: 300px;
}
.news-page .content ul li .img-box time {
  font-size: 16px;
  padding: .5em;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 1em;
  bottom: 1em;
  text-align: center;
}
.news-page .content ul li .img-box time em {
  font-size: 2em;
  display: block;
}
.news-page .content ul li .img-box img {
    width: 100%;
}
.news-page .content ul li .flex {
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  justify-content: space-between;
}
.news-page .content ul li .text {
    padding-top: 26px;
    font-size: 14px;
    line-height: 28px;
}
.news-page .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 2;
    display: block;
}
.news-page .content ul li .text .tit {
    display: block;
    font-size: 18px;
    color: #121212;
    line-height: 1.8;
    min-height: 4.3rem;
    margin-bottom: 9px;
    transition: .5s;
    font-weight: 600;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.inner-page .m-page {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.inner-page .m-page > div{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 3em;
  height: 3em;
  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;
  background-color: #f1f1f1;
  border-radius: 100%;
  margin-left: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span.current {
  background-color: transparent;
}
.inner-page .m-page a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page span.tag {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color1);
}
.inner-page span.h2 {
  font-size: 35px;
  line-height: 1.6;
  font-weight: 600;
  display: block;
}
.inner-page a.link {
  font-size: 16px;
  font-weight: bold;
  line-height: 3.125em;
  height: 3.125em;
  padding: 0 2em;
  border-radius: 1.5625em;
  background-color: white;
  color: black;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  margin-left: 1em;
  max-width: 1em;
  margin-top: -0.31em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  background-color: black;
  color: white;
}
.inner-page a.link:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.seoPublic .Auxil-related .list ul li .box .content a.link {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color1);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color1);
}
.seoPublic .Auxil-related .list ul li .box .content a.link{
  background: var(--color1);
  color: #fff;
}
@media screen and (max-width: 1000px) {
    .news-page {
        padding: 60px 0;
    }
    .news-page .header .left {
        width: 30%;
    }
    .news-page .header .right {
        width: 70%;
    }
    .news-page .header ul {
        margin-right: -10px;
    }
    .news-page .header ul li {
        padding-right: 10px;
    }
    .news-page .content ul {
        margin: 0 -20px -30px 0;
    }
    .news-page .content ul li {
        padding: 0 20px 30px 0;
    }
    .inner-page .m-page {
        margin-top: 60px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .news-page {
        padding: 30px 0;
    }
    .news-page .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .news-page .header .left {
        width: 100%;
    }
    .news-page .header .right {
        width: 100%;
        margin-top: 20px;
    }
    .news-page .header ul {
        margin-right: -10px;
    }
    .news-page .header ul li {
        padding-right: 10px;
    }
    .news-page .header .title {
        margin-top: 10px;
    }
    .news-page .content {
        margin-top: 20px;
    }
    .news-page .content ul {
        margin: 0 -20px -30px 0;
    }
    .news-page .content ul li {
        padding: 0 20px 30px 0;
    }
    .inner-page .m-page {
        margin-top: 30px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .news-page .header .right {
        display: none;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        margin-right: 10px;
    }
}
.newdet-page .newdet-content {
    padding-bottom: 101px;
}
.newdet-page .newdet-content .img img {
    width: 100%;
}
.newdet-page .newdet-content h1 {
    margin-top: 58px;
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    color: #121212;
}
.newdet-page .newdet-content .desc {
    display: inline-block;
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
    margin-top: 12px;
}
.newdet-page .newdet-content .con {
    margin-top: 17px;
    font-size: 18px;
    color: #474747;
    line-height: 32px;
    font-weight: 400;
}
.newdet-page .newdet-content .con strong {
    font-weight: bold;
}
.newdet-page .newdet-content .share {
    margin-top: 63px;
    padding-bottom: 21px;
    border-bottom: 1px solid #b8b8bc;
}
.newdet-page .newdet-content .share a {
    display: inline-block;
    margin-right: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    color: black;
}
.newdet-page .newdet-content .share a:last-child {
    margin-right: 0;
}
.newdet-page .newdet-content .share a:hover {
    color: var(--color);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.newdet-page .newdet-content .m-link {
    margin-top: 38px;
}
.newdet-page .newdet-content .m-link a {
    display: block;
    font-size: 20px;
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-content .m-link a:hover {
    text-decoration: underline;
    color: var(--color);
}
.newdet-page .newdet-list {
    background: #f6f6f6;
    padding: 134px 0 17.14%;
    margin-bottom: -9.9%;
}
.newdet-page .newdet-list .header span.tag {
    color: var(--color);
}
.newdet-page .newdet-list .header .title {
    margin-top: 20px;
}
.newdet-page .newdet-list .content {
    margin-top: 80px;
}
.newdet-page .newdet-list .content ul {
    margin-right: -43px;
}
.newdet-page .newdet-list .content ul li {
    padding-right: 43px;
}
.newdet-page .newdet-list .content ul li .img-box {
    display: block;
}
.newdet-page .newdet-list .content ul li .img-box img {
    width: 100%;
}
.newdet-page .newdet-list .content ul li .text {
    padding-top: 26px;
}
.newdet-page .newdet-list .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
}
.newdet-page .newdet-list .content ul li .text .tit {
    display: block;
    font-size: 18px;
    color: #121212;
    line-height: 1.5;
    margin-top: 9px;
}
@media screen and (max-width: 1000px) {
    .newdet-page .newdet-content {
        padding-bottom: 60px;
    }
    .newdet-page .newdet-content .share {
        margin-top: 40px;
    }
    .newdet-page .newdet-content h1 {
        font-size: 36px;
        margin-top: 30px;
    }
    .newdet-page .newdet-list {
        padding: 60px 0 17.14%;
    }
    .newdet-page .newdet-list .content {
        margin-top: 40px;
    }
    .newdet-page .newdet-list .content ul {
        margin-right: -20px;
    }
    .newdet-page .newdet-list .content ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .newdet-content {
        padding-bottom: 30px;
    }
    .newdet-page .newdet-content h1 {
        margin-top: 20px;
        font-size: 32px;
    }
    .newdet-page .newdet-content .con {
        font-size: 18px;
    }
    .newdet-page .newdet-content .share {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .newdet-page .newdet-content .m-link {
        margin-top: 15px;
    }
    .newdet-page .newdet-content .m-link a {
        font-size: 18px;
    }
    .newdet-page .newdet-list {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .newdet-page .newdet-list .header .title {
        margin-top: 10px;
    }
    .newdet-page .newdet-list .content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .newdet-content h1 {
        font-size: 26px;
        line-height: 1.6;
    }
    .newdet-page .newdet-content .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .newdet-page .newdet-content .m-link a {
        font-size: 16px;
    }
    .newdet-page .newdet-list .content ul li .text span {
        font-size: 14px;
        line-height: 2;
    }
    .newdet-page .newdet-list .content ul li .text .tit {
        font-size: 16px;
        line-height: 1.8;
    }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 37px;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 44%;
  padding-right: 1%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
      padding-left: 8%;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: var(--white);
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
  color: #fff;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  margin: 26px 0 0;
  padding: 41px 0 0;
}
.mana-page .mana-2 .bottom .ig ul{
  margin: 0 -12px;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding: 0 12px;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  text-align: center;
  margin-top: 20px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
      color: #fff;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  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;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/gou.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--primary);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: var(--white);
}
.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 50px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 0 40px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.6;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-page span.h2,
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title,
  .mana-page .mana-3 ul li .text .title {
    font-size: 26px;
  }
  .mana-page .mana-3 ul li .text dl dd{
    font-size: 15px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 0 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .text {
  max-width: 1339px;
  width: 100%;
  margin: -70px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 85px 68px 108px;
}
.about-page .about-1 .top .text .title{
  line-height: 1.6;
}
.about-page .about-1 .top .text .con {
  margin-top: 21px;
  font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: var(--color1);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.about-page .about-2 {
  margin-top: 137px;
}
.about-page .about-2 .box {
  padding: 122px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 720px;
  padding-left: 64px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 24px;
}
.about-page .about-2 .box .text .header .left{
  width: 100%;
}
.about-page .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}
.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}
.about-page .about-2 .box .text .con {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 41px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 88.05%;
  height: 100%;
  background: var(--color1);
}
.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 12% 0 7%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color1);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content 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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -37px -37px 0;
}
.about-page .about-3 .content ul li {
  margin: 0 37px 37px 0;
  background: #fff;
  padding: 39px 35px 30px;
  width: 30.3%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #121212;
  /*height: 250px;*/
}
.about-page .about-3 .content ul li .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-3 .content ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.about-page .about-3 .content ul li:hover {
  background: var(--color1); 
}
.about-page .about-3 .content ul li:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p{
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color1);
}
.about-page .about-4 {
  background: var(--color1);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color1);
}
.about-page .about-5 {
  padding: 120px 0 180px;
}
.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color1);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin-right: -42px;
}
.about-page .about-5 .content ul li {
  padding-right: 42px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color1);
}
.i-tag {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
   
  .about-page .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }
  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
  .about-page .about-3 .content ul li {
    width: 29.9%;
    padding: 39px 15px;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }
  .about-page .about-4 {
    max-width: 800px;
  }
}
@media screen and (max-width: 1100px) {
   
  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -40px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 40px;
  }
  .about-page .about-3 .content ul {
    margin: 0 -20px -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 20px 20px 0;
    width: 31.3%;
  }
  .about-page .about-4 {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-1 .top .text {
    padding: 50px 30px;
  }
  .about-page .about-1 .top .text .con {
    font-size: 18px;
  }
  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -20px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 50px;
  }
  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
line-height: 30px;
  }
  .about-page .about-2 {
    margin-top: 60px;
  }
  .about-page .about-2 .box {
    padding: 0 0 60px;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box::after {
    width: 100%;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul li {
    width: 47%;
  }
  .about-page .about-3 .list {
    margin-top: 60px;
  }
  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }
  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }
  .about-page .about-5 .header {
    padding-bottom: 30px;
  }
  .about-page .about-5 .header .left {
    width: 52%;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .about-page .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    bottom: 20px;
  }
  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-2 {
    margin-top: 30px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .content ul li {
    width: 45.9%;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 {
    padding: 30px 15px;
  }
  .about-page .about-5 {
    padding: 30px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
}
@media screen and (max-width: 500px) {
   
  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
    line-height: 1.6;
  }
  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .about-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .header {
    padding-bottom: 10px;
  }
  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height:30px;
  }
  .about-page .about-3 .content ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-4 .box .title {
    margin-top: 10px;
  }
  .about-page .about-4 .box .con {
    margin-top: 10px;
  }
  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-4 .box .info .left {
    width: 100%;
  }
  .about-page .about-4 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .box .more {
    margin-top: 20px;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}
.faq-page .marginBox {
  padding: 0px 0 100px;
  text-align: center;
}
.faq-page .marginBox .h2{
  line-height: 1.2;
  margin-top: 12px;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #eeeeee;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
font-size: 18px;
line-height: 32px;
  color: #242424;
  text-align: left;
  display: block;
  position: relative;
  /*padding-left: 25px;*/
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -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 .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .faq-page .marginBox .box .left{
    display: none;
  }
  .faq-page .marginBox .box .right{
    width: 100%;
    padding-left: 0;
  }
}
.product2-page {
  padding: 50px 0;
}
 
.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 37px;
}
.product2-page .product-list ul li .img {
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: #f7f7f7;
  position: relative;
}
.product2-page .product-list ul li .img img {
  width: 100%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li .img:hover img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}
.product2-page .product-list ul li.wid-100 {
  width: 100%;
}
.product2-page .product-list ul li .pro-box .imgbox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}
.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product2-page .product-list ul li .text {
  /*background: #f7f7f7;*/
  margin-top: 0;
  padding: 10px;
}
.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}
.product2-page .product-list ul li .text h2 {
  font-weight: bold;
  margin-top: 10px;
  line-height: 32px;
  text-transform: capitalize;
  text-align: center;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*.product2-page .product-list ul li:hover .text h2{
  color: var(--color1);
}*/
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 100px;
  padding-right: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color1);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color1);
}
 
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
  display: none;
}*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color1);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}
.product2-page .sidebar-right h1{
  margin-bottom: 50px;
    font-size: 30px;
    color: var(--color1);
    font-weight: 700; 
}
.product2-page .sidebar-right .Auxil-catdes{
    color: #7b7b7b;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 18px;
    max-height: 300px;
    overflow: auto;
}
.prodet-page {
  padding: 80px 0 125px;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  /*height: 800px;*/
  overflow: hidden;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .img .big-img img {
  /*width: 100%;*/
  position: relative;
  max-height: 600px;
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-left: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 17px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: var(--color1);
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  margin-top: 35px;
}
.prodet-page .prodet-1 .img .gallery-img .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin-right: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding-right: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: white;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: block; 
  max-height: 130px;
  margin: auto;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid transparent;
  font-weight: bold;
  background: white;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: var(--color1);
  border-top-color: #181818;
  color: white;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: var(--color1);
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more{
  padding: 0;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  padding: 0 45px;
  width: 100%;
  border: none;
}
.prodet-page .prodet-3 {
  padding-top: 75px;
}
.prodet-page .prodet-3 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.prodet-page .prodet-3 .content ul li:hover h3{
  color: var(--color1);
}
.seoPublic .title{
  font-weight: 200;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-weight: 600;
}
.seoPublic .Auxil-news .list ul li .content p{
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left,
  .inner-page.product2-page .sidebar-left{
    display: none;
  }
  .Auxil-catdes{
        display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
    /*padding: 15px 30px;*/
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}
.contact-page {
  padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more input[type="submit"]{
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title{
  line-height: 1.4;
}
.contact-page .contact-1 .right p {
font-size: 16px;
line-height: 30px;
  color: #83827F;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: #83827F;
font-size: 16px;
line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 2px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.product-page .init-1 {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.product-page .init-1 .container .tips {
  font-weight: 700; 
  text-align: center;
}
.product-page .init-1 .container .list_cont {
  margin-top: 20px;
}
.product-page .init-1 .container .list_cont .list {
  margin-top: 10px;
  width: 33.33%;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700; 
  padding: 0 12px;
}
.product-page .init-1 .container .list_cont.list_cont2 .list{
  width: 20%;
}
.product-page .init-1 .container .list_cont .list a {
  color: #000;
  display: block;
  padding: 14px 6px;
  background-color: #fff;
  border: 1px solid #878787;
  position: relative;
  z-index: 1;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .init-1 .container .list_cont .list a::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #3a3a3a;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}
.product-page .init-1 .container .list_cont .list a:hover,
.product-page .init-1 .container .list_cont .list a.active {
  color: #fff;
  border: 1px solid #3a3a3a;
}
.product-page .init-1 .container .list_cont .list a.active::before,
.product-page .init-1 .container .list_cont .list a:hover::before{
   -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}
.product-page .init-2 {
  margin-top: 60px;
}
.product-page .init-2 .container .left {
  font-weight: 700;
  width: 560px;
  text-transform: uppercase;
  padding-right: 20px;
}
.product-page .init-2 .container .right {
  width: -webkit-calc(-460%);
  width: -moz-calc(-460%);
  width: calc(100% - 560px);
  color: #838383;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
  overflow-x: hidden;
  line-height: 1.8;
}
.product-page .init-2 .container .right table td:nth-child(1){
  white-space: nowrap;
}
.product-page .init-3 {
  margin-top: 60px;
}
.product-page .init-3 .container ul li {
  margin: 10px 0 0 -1px;
  width: auto;
  position: relative;
  padding: 0 62px;
}
.product-page .init-3 .container ul li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #848484;
}
.product-page .init-3 .container ul li::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #848484;
}
.product-page .init-3 .container ul li .box a {
  color: #828282;
  display: inline-block;
  position: relative;
}
.product-page .init-3 .container ul li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.product-page .init-3 .container ul li .box a:hover,
.product-page .init-3 .container ul li .box a.active {
  color: #000;
}
.product-page .init-3 .container ul li .box a:hover::before,
.product-page .init-3 .container ul li .box a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.product-page .init-4 {
  margin-top: 30px;
}
.product-page .init-4 .container {
  border-bottom: 1px solid #9e9e9e;
}
.product-page .init-4 .container ul {
  margin: 0 -25px;
}
.product-page .init-4 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .init-4 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.product-page .init-4 .container ul li .box a {
  display: block;
}
.product-page .init-4 .container ul li .box a i{
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .init-4 .container ul li .box a i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .init-4 .container ul li .box a i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .init-4 .container ul li .box a i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .init-4 .container ul li .box a i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .init-4 .container ul li:hover a i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .init-4 .container ul li:hover a i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .init-4 .container ul li:hover a i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .init-4 .container ul li:hover a i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product-page .init-4 .container ul li .box .img img {
  width: 100%;
      border: 1px solid #eee;
}
.product-page .init-4 .container ul li .box .title {
  color: #4a4949;
  margin-top: 10px;
  line-height: 1.8;
}
.product-page .init-4 .container ul li .box .title:hover {
  color: #212122;
}
.product-page .init-4 .container ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}
.product-page .init-4 .container ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-4 .container ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 70px;
  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%);
}
.product-page .init-4 .container ul li .content_cont .content_c .close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.product-page .init-4 .container ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page .init-4 .container ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .big_img {
  width: 380px;
  height: 388px;
  border: 1px solid #f5f5f5;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle {
  width: 110px;
  padding-left: 10px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick {
  height: 354px;
  width: 100%;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick .slick-list {
  width: 100%;
  height: 100% !important;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick li {
  height: 116px;
  padding-bottom: 14px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick li .box2 {
  height: 100%;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick li .box2 a {
  display: block;
  height: 100%;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 15px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .next {
  left: 56px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right {
  width: calc(100% - 490px);
  padding-left: 40px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .title {
  font-weight: bold;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .des {
  color: #515151;
  margin-top: 20px;
  /*max-height: 160px;*/
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .des table td{
  width: 100px !important;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  padding: 10px 30px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right table{
  width: 100% !important;
}
.product-page .init-4 .container ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.product-page .init-4 .container ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}
.product-page .init-4 .container ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .name,
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .submit_btn {
  margin-top: 10px;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #212122;
  font-size: 16px;
  font-weight: 500;
  width: 160px;
  background-color: #212122;
  color: #fff;
  margin-left: 30px;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .submit_btn:hover {
  color: #212122;
  background-color: #fff;
}
@media (max-width: 1500px) {
  .product-page .init-4 .container ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right {
    width: 540px;
  }
}
@media (max-width: 1250px) {
  .product-page .init-1 .container .list_cont .list {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .init-2 .container .left {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .product-page .init-2 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .product-page .init-2 .container .right{
    display: none;
  }
  .product-page .init-3 .container ul li {
    padding: 0 30px;
  }
  .product-page .init-3 .container ul li .box {
    font-size: 16px;
  }
    .product-page .init-4 .container ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top {
    text-align: center;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .bottom {
    display: none;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .name,
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 {
    display: none;
  }
  .product-page .init-3 {
    display: none;
  }
  .product-page .init-4 .container ul {
    margin: 0 -10px;
  }
  .product-page .init-4 .container ul li {
    padding: 0 10px;
  }
  .product-page .init-4 .container ul li .box .title {
    text-align: center;
  }
    .product-page .init-4 .container ul li .content_cont .content_c {
    width: 700px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
}
@media (max-width: 700px) {
  .product-page .init-4 .container ul li .content_cont .content_c {
    width: 96%;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }
  .product-page .init-4 .container ul li .content_cont .content_c {
    padding-right: 10px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 500px) {
  .product-page .init-2 .container .left .Auxil-h1{
    font-size: 22px;
    line-height: 40px;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .right {
    margin-top: 10px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .more {
    width: 100%;
    text-align: center;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .name,
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
  .product-page .init-4 .container ul li {
    margin-top: 20px;
  }
}
.factory-page .factory-1 .ui.container {
  width: auto;
  max-width: 1510px;
}
.factory-page .factory-1 img{
  width: 100%;
}
.factory-page .factory-2 .top .left span.h6 {
  color: var(--color);
  line-height: 1.1;
}
.factory-page .factory-2 .top .left span.h6 .text {
  font-size: 16px;
  padding-top: 20px;

}
.factory-page .factory-2 .top .left span.h6 sub {
  font-size: 0.6em;
  vertical-align: baseline;
}
.factory-page .factory-2 .top .right {
  max-width: 53%;
}
.factory-page .factory-2 .top .right .text {
  margin-bottom: 3.75em;
}
.factory-page .factory-2 .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-2 .swiper-wrapper a.img-box {
  border-radius: 18px;
}
.factory-page .factory-2 .swiper-wrapper span.h6 {
  margin: .5em 0;
  display: block;
  text-align: center;
}
.factory-page .factory-3 span.h2 {
  margin-bottom: 1.2em;
}
.factory-page .factory-3 span.h6 {
  margin: .9em 0;
  display: block;
  line-height: 36px;
}
.factory-page .factory-3 .swiper {
  position: relative;
  padding-bottom: 10px;
}
/*.factory-page .factory-3 .swiper:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.factory-page .factory-3 .swiper-slide:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e60012;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}*/
@media (max-width: 1000px) {
  .factory-page .factory-2 .top .right {
    max-width: 65%;
  }
}
@media (max-width: 700px) {
    .factory-page .factory-2 .top .right {
    max-width: none;
    width: 100%;
  }
  .factory-page .factory-2 .top .left {
    width: 100%;
  }
  .factory-page .factory-2 .top .left .slide {
    margin-bottom: 15px;
  }
  .factory-page .factory-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.customized-page{
  padding-bottom: 9.011%;
}
.customized-page .cus-1 .text{
  max-width: 909px;
  margin: 83px auto 0;
  text-align: center;
}
.customized-page .cus-1 .text .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  padding-top: 22px;
  position: relative;
}
.customized-page .cus-1 .text .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: var(--color);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customized-page .cus-1 .text .con{
  line-height: 1.8;
  color: #0b0b0b;
  margin-top: 28px;
}
.customized-page .cus-1 .text .more{
  margin-top: 46px;
  background: var(--color);
  padding: 10px 24px;
}
.customized-page .cus-1 .img{
  margin-top: 83px;
  position: relative;
}
.customized-page .cus-1 .img .text{
  bottom: 12%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  padding: 0 6%;
}
.customized-page .cus-1 .img .text .ig{
  max-width: 500;
}
.customized-page .cus-1 .img .text .title{
  text-align: left;
}
.customized-page .cus-1 .img .text .title::before{
  display: none;
}
.customized-page .cus-1 .img .text .con{
  color: #fff;
  text-align: left;
}
.customized-page .cus-1 .img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.customized-page .cus-1 .img img{
  width: 100%;
}
.customized-page .cus-3{
  background-color: #ffffff;
  padding: 9% 20px 0;
}
.customized-page .cus-3 .box{
  font-size: 35px;
  line-height: 1.6;
  font-weight: bold;
  max-width: 860px;
}
.customized-page .cus-4{
  padding: 59px 20px 30px;
  background: #ffffff;
}
.customized-page .cus-4 .form ul {
  margin: -7px -10px;
  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;
}
.customized-page .cus-4 .form ul li {
  padding: 7px 10px;
}
.customized-page .cus-4 .form ul li input,
.customized-page .cus-4 .form ul li textarea,
.customized-page .cus-4 .form ul li label,
.customized-page .cus-4 .form ul li button {
  width: 100%;
  background-color: white;
  border: none;
  border-bottom: 1px solid #2a2a2d;
  font-size: 14px;
  line-height: 2;
  color: #6f6f6f;
  padding: 1em;
  display: block;
  height: 100%;
}
.customized-page .cus-4 .form ul li input[hidden] {
  display: none;
}
.customized-page .cus-4 .form ul li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customized-page .cus-4 .form ul li label.tag {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.customized-page .cus-4 .form ul li label.tag em {
  margin-right: 0.71428571em;
}
.customized-page .cus-4 .form ul li label.tag div {
  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;
  gap: 0.71428571em;
  max-width: 100%;
}
.customized-page .cus-4 .form ul li label.tag span {
  padding: 0.5em 0.71428571em;
  background-color: #f2f2f2;
  color: #6f6f6f;
  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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.customized-page .cus-4 .form ul li label.tag span i {
  margin-left: 0.71428571em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: white;
  position: relative;
  cursor: pointer;
}
.customized-page .cus-4 .form ul li label.tag span i:before,
.customized-page .cus-4 .form ul li label.tag span i:after {
  content: '';
  width: 60%;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.customized-page .cus-4 .form ul li label.tag span i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.customized-page .cus-4 .form ul li textarea {
  height: 100px;
}
.customized-page .cus-4 .form ul li p {
  font-size: 14px;
  line-height: 2;
  color: #bebebe;
  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;
}
.customized-page .cus-4 .form ul li button {
  border-bottom: none;
  font-weight: bold;
  font-size: 18px;
  color: white;
  background: var(--color);
  padding: .8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customized-page .cus-4 .form ul li.wid-100 {
  width: 100%;
}
.p04-custom-parts {
  padding: 60px 0 100px;
  background-color: #f6f7f9;
}
.p04-custom-parts .text h3 {
  margin: 25px 0 5px;
}
.p04-custom-parts .mml-row {
  position: relative;
  padding: 0;
  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;
}
.p04-custom-parts .item {
  /*max-width: 340px;*/
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  margin: 0 10px 20px;
  padding: 35px 40px 35px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .item h3 {
    color: #00479d;
    font-size: 24px;
    line-height: 44px;
    margin: 25px 0 5px;
    font-weight: bold;
}
.p04-custom-parts .icon {
  max-width: 60px;
  overflow: hidden;
}
.p04-custom-parts .title {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .title h2 {
  margin-bottom: 15px;
}
.p04-custom-parts .line {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 1px;
  height: 360px;
  /*background-color: #f63f06;*/
}
.p04-custom-parts .line::before {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 80px;
  /*background-color: #f63f06;*/
}
.text.mod-1 h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 p {
 font-size: 18px;
    line-height: 32px;
    /*color: #242424;*/
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.oem-page .oem-7 {
  padding: 140px 0;
}
.oem-page .oem-7 .box {
  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;
}
.oem-page .oem-7 .box .left {
  padding-right: 4%;
}
.oem-page .oem-7 .box .left .img {
  height: 620px;
  background-size: cover;
  background-position: center bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oem-page .oem-7 .box .left .img span {
  position: relative;
  -webkit-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
}
.oem-page .oem-7 .box .left .img span i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.oem-page .oem-7 .box .left .img span i img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oem-page .oem-7 .box .left .img span i img.active {
  position: static;
  opacity: 1;
}
.oem-page .oem-7 .box .right ul {
  font-size: 10px;
  margin-top: 6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
  text-align: center;
}
.oem-page .oem-7 .box .right ul li {
  width: 25%;
  cursor: pointer;
  cursor: hand;
}
.oem-page .oem-7 .box .right ul li span {
  border-radius: 100%;
  background-color: #f8f8f8;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oem-page .oem-7 .box .right ul li span img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oem-page .oem-7 .box .right ul li p {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 1.25em;
}
.oem-page .oem-7 .box .right ul li.active span {
  background-color: var(--color);
}
.oem-page .oem-7 .box .right ul li.active span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1450px) {
  .oem-page .oem-7{
    padding: 70px 0;
  }
  .oem-page .oem-7 .box .right ul li p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1em;
  }
  .oem-page .oem-7 .box .right ul {
    margin-top: 4em;
  }
  .oem-page .oem-7 .box .left .img {
    height: 480px;
  }
  .oem-page .oem-7 .box .left .img span {
    max-width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .p04-custom-parts .title{
    width: calc(50% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(50% - 20px);
  }
  .p04-custom-parts{
    padding: 20px 0!important;
  }
   .oem-page .oem-7 .box .right ul {
    gap: 2em;
  }
  .oem-page .oem-7 .box .left .img {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .customized-page .cus-1 .text{
    margin: 30px auto 0;
  }
  .customized-page .cus-1 .img{
    margin-top: 30px;
  }
  .customized-page .cus-3{
    padding: 30px 0;
  }
  .oem-page .oem-7 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .oem-page .oem-7 .box .right {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
  .oem-page .oem-7 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-7 .box .left .img span {
    max-width: 35%;
  }
}
@media screen and (max-width: 500px) {
   .customized-page .cus-4 .form ul li label.tag {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .cus-4 .form ul li label.tag em {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .customized-page .cus-1 .text .title{
    font-size: 30px;
  }
  .customized-page .cus-1 .text .con{
    line-height: 2;
    margin-top: 14px;
  }
  .customized-page .cus-1 .text .more{
    margin-top: 20px;
  }
  .customized-page .cus-4{
    padding: 30px 0;
  }
  .customized-page .cus-3 .box{
    font-size: 24px;
    line-height: 1.5;
  }
  .p04-custom-parts .title{
    width: calc(100% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(100% - 20px);
  }
  .oem-page .oem-7 .box .left .img {
    height: 280px;
  }
  .oem-page .oem-7 .box .left .img span {
    max-width: 40%;
  }
  .oem-page .oem-7 .box .right ul li {
    width: 48%;
    margin-top: 15px;
  }
  .oem-page .oem-7 .box .right ul {
    gap: 2%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.rn_case1 .box .list{
  margin: -12px;
}
.rn_case1 .box .list .item{
  padding: 12px;
}
.rn_case1 .box .list .item .text{
  text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  .news-page .content ul li .flex{
    display: block;
  }
  .news-page .header{
    display: block;
  }
  .news-page .header .left,
  .news-page .header .right{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .customized-page .cus-1 .img img{
    min-height: 300px;
  }
  .customized-page .cus-1 .img .text{
    bottom: 6%;
  }
  .customized-page .cus-1 .text .title{
    font-size: 22px;
    line-height: 1.4;
  }
  .customized-page .cus-1 .img .text .con{
    max-height: 160px;
    overflow-y: auto;
  }
  .p04-custom-parts .item{
    padding: 20px;
  }
  .text.mod-1 h2{
    font-size: 35px;
  }
}

/*seo加*/
.shouye{
  font-weight: 500;
  opacity: 0.86;
  font-size: 18px;
  line-height: 32px;
  padding-top: 47px;
  padding-right: 41px;
}
.shouye h1{
  display: inline!important;
  font: inherit;
}
.seoPublic .Auxil-about .box .right div.h3{
  line-height: 40px!important;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
    line-height: 40px!important;
    min-height: 5.5rem!important;
}
.seoPublic .Auxil-news .list ul li .content time{
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p{
  line-height: 2!important;
}
.font-16{
  font-size: 16px;
  line-height: 30px!important;
}
.font-24{
  font-size: 24px;
  line-height: 44px;
}
.seoPublic .Auxil-related .list ul li .box .content p{
  line-height: 1.8!important;
}

@media screen and (max-width: 1000px){
  .seoPublic .Auxil-about .box .right div.h3{
    font-size: 18px;
    line-height: 32px;
  }
  .seoPublic .Auxil-about .box .right .text{
    font-size: 14px;
    line-height: 28px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .about-1 .top .text .title{
    font-size: 20px;
    line-height: 36px;
  }
  .font-48{
    font-size: 22px!important;
    line-height: 40px!important;
  }
}