@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  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-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-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: 'Mayonice';
  src: url('../fonts/Mayonice.eot');
  src: url('../fonts/Mayonice.eot?#iefix') format('embedded-opentype'), url('../fonts/Mayonice.woff2') format('woff2'), url('../fonts/Mayonice.woff') format('woff'), url('../fonts/Mayonice.ttf') format('truetype');
  font-display: swap;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
body {
  --color: #85b642;
  font-family: 'Montserrat';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1810px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  border: 1px solid #999999;
  color: #333;
  padding: 14px 24px 13px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more::before,
.more::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
  background: #000;
}
.more::before {
  left: -10px;
}
.more::after {
  right: -10px;
}
.more:hover,
.more.active {
  color: white;
  border-color: #000;
}
.more:hover::before,
.more.active::before,
.more:hover::after,
.more.active::after {
  width: 58%;
}
.more.white {
  border-color: #fff;
  color: #fff;
}
.more.white::before,
.more.white::after {
  background: #fff;
}
.more.white:hover,
.more.white.active {
  color: #333;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  padding: 14px 0 16px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header .nav .menu-box {
  margin: 3px auto 0;
}
#header .nav .menu-box ul.menu > li {
  font-size: 21px;
  line-height: 1;
  margin-right: 56px;
  color: #fff;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover > a::after{
  width: 100%;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .msg {
  display: inline-block;
}
#header .nav .msg img {
  display: inline-block;
  vertical-align: middle;
}
.i-tag {
  display: inline-block;
  font-size: 16px;
  color: #03004f;
  line-height: 1.5;
  padding: 13px 24px 9px 29px;
  border-radius: 10px;
  text-transform: uppercase;
  background: rgba(3, 0, 79, 0.1);
  position: relative;
}
.i-tag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #03004f;
}
.i-title {
  font-size: 48px;
  line-height: 1.4;
  text-transform: uppercase;
}
.title,
.i-title {
  font-weight: 600;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  max-width: 1242px;
  color: #fefefe;
  margin: 0 auto;
  text-align: center;
}
#banner ul li .text .title {
  line-height: 1.1;
  font-weight: bold;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 59px;
}
#banner ul li .text .wz {
/*   content: attr(data-text);
  position: absolute;
  left: 0;
 width: 100%; */
	text-align:center;
/*   -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
/*   bottom: 20%; */
  font-size: 110px;
  font-family: 'Mayonice';
	font-weight:400;
  white-space: nowrap;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #efe597), color-stop(35%, #d4ab57), color-stop(71%, #efe597), to(#d4ab57)), -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9f9f9));
  background: -webkit-linear-gradient(left, #efe597 0, #d4ab57 35%, #efe597 71%, #d4ab57 100%), -webkit-linear-gradient(#f9f9f9, #f9f9f9);
  background: -moz-linear-gradient(left, #efe597 0, #d4ab57 35%, #efe597 71%, #d4ab57 100%), -moz-linear-gradient(#f9f9f9, #f9f9f9);
  background: linear-gradient(90deg, #efe597 0, #d4ab57 35%, #efe597 71%, #d4ab57 100%), linear-gradient(#f9f9f9, #f9f9f9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: capitalize;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0);
	margin: -11% 0 0 0;
	position: relative;
	z-index: 1;
}
#banner ul li .text .more {
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 19px 12px 18px;
}
#banner ul li .text .title,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner .change {
  bottom: 0;
  right: 2.96875%;
  height: 100%;
  z-index: 2;
}
#banner .change .arrow {
  margin: 42px 0 46px;
}
#banner .change .line {
  width: 1px;
  height: -webkit-fill-available;
  background: #fff;
}
#banner .change .prev,
#banner .change .next {
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .change .prev:hover,
#banner .change .next:hover {
  background: #fff;
  color: #000;
}
#banner .change em {
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 10px auto 11px;
}
#banner .change .prev {
  border-radius: 10px 10px 0px 0px;
}
#banner .change .next {
  border-radius: 0px 0px 10px 10px;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-14 {
  line-height: 2;
}
@-webkit-keyframes updown {
  50% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
}
@-moz-keyframes updown {
  50% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
  }
}
@keyframes updown {
  50% {
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
  }
}
@-webkit-keyframes updown1 {
  50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes updown1 {
  50% {
    -moz-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes updown1 {
  50% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    transform: translateY(16px);
  }
}
#index-body .i-product {
  padding: 5.9375% 0 10.625%;
}
#index-body .i-product .content ul li .ig {
  background-color: #f7f7f7;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-product .content ul li .ig .i1{
	-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig .i2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig .xh {
  font-weight: 500;
  line-height: 1.2;
  display: block;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 2;
  opacity: 0;
  color: #fff;
/*   text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);	 */
 -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig .title {
  font-weight: 500;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.5;
  text-align: right;
  z-index: 2;
  opacity: 0;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pbg.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
}
#index-body .i-product .content ul li .ig:hover .i1 {
  opacity: 0;
}
#index-body .i-product .content ul li .ig:hover .i2 {
  opacity: 1;
}
#index-body .i-product .content ul li .ig:hover::after {
  opacity: 1;
}
#index-body .i-product .content ul li .ig:hover .xh{
  top: 0;
}
#index-body .i-product .content ul li .ig:hover .title{
  bottom: 0;
}
#index-body .i-product .content ul li .ig:hover .xh,
#index-body .i-product .content ul li .ig:hover .title{
  opacity: 1;
}
#index-body .i-product .content .item .left {
  width: 50%;
}
#index-body .i-product .content .item .right {
  width: 25%;
}
#index-body .i-product .content .middle .left,
#index-body .i-product .content .bottom .left {
  width: 75%;
}
#index-body .i-product .bottom {
  -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;
}
#index-body .i-product .bottom .arrow {
  padding: 0 27px 0 0;
}
#index-body .i-product .bottom .left {
  padding: 0 0 0 7px;
}
#index-body .i-product .arrow {
  width: 25%;
}
#index-body .i-product .arrow .cat {
  font-weight: 500;
}
#index-body .i-product .arrow .change a {
  display: inline-block;
}
#index-body .i-product .arrow .change a.next {
  margin-left: 9px;
}
#index-body .i-application .header .i-title {
  width: 20%;
}
#index-body .i-application .header .con {
  line-height: 1.6;
  color: #272727;
  width: 60%;
  margin-top: 9px;
}
#index-body .i-application .content ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-application .content ul li p {
  line-height: 1.6;
  margin-top: 1px;
  padding-left: 19px;
  position: relative;
}
#index-body .i-application .content ul li p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
/*   -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}
#index-body .i-about {
  padding: 11.823% 0 7.96875%;
}
#index-body .i-about .i-title {
  font-size: 80px;
  position: relative;
  z-index: 2;
}
/* #index-body .i-about .i-title span {
  margin-left: 10.5%;
} */
#index-body .i-about .i-title .icon {
  z-index: -1;
}
#index-body .i-about .i-title .icon.icon1 {
  left: 8.73%;
  bottom: -198px;
  -webkit-animation: updown1 6s ease-in-out infinite;
  -moz-animation: updown1 6s ease-in-out infinite;
  animation: updown1 6s ease-in-out infinite;
  width: 14.776%;
}
#index-body .i-about .i-title .icon.icon2 {
  right: 18%;
  top: -170px;
  -webkit-animation: updown 6s ease-in-out infinite;
  -moz-animation: updown 6s ease-in-out infinite;
  animation: updown 6s ease-in-out infinite;
  width: 16.63%;
}
#index-body .i-about .img {
  z-index: 1;
}
#index-body .i-about .img .number-Plus {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2% 42px;
  z-index: 2;
  color: #efebde;
}
#index-body .i-about .img .number-Plus ul {
  width: 73%;
  margin: 0 0 0 auto;
}
#index-body .i-about .img .number-Plus ul li .num {
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
}
#index-body .i-about .img .number-Plus ul li p {
  font-size: 21px;
  line-height: 1.2;
  width: 130px;
  margin-left: 9px;
}
#index-body .i-about .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#index-body .i-about .con {
  line-height: 1.6;
  color: #272727;
  width: 72%;
  margin: 29px 0 0 auto;
}
#index-body .i-about .con h1 {
  display: inline;
}
#index-body .i-advantage .header .i-title {
  text-transform: capitalize;
}
#index-body .i-advantage .content ul {
  margin: -31.5px;
}
#index-body .i-advantage .content ul li {
  padding: 31.5px;
}
#index-body .i-advantage .content ul li .text .con {
  color: #666666;
  line-height: 1.4;
}
#index-body .i-advantage .content ul li:first-child {
  width: 56.647%;
}
#index-body .i-advantage .content ul li:first-child .text .con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 9px;
}
#index-body .i-advantage .content ul li:last-child {
  width: 43.353%;
}
#index-body .i-advantage .content ul li:last-child .text .con {
  margin-top: 13px;
}
#index-body .i-advantage .list ul {
  margin: -21.5px;
}
#index-body .i-advantage .list ul li {
  padding: 21.5px;
}
#index-body .i-advantage .list ul li .ig {
  background-color: #f7f7f7;
  padding: 51px 66px 46px;
  height: 100%;
  color: #3f3e31;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .list ul li .ig i {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
#index-body .i-advantage .list ul li .ig i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #3f3e31;
}
#index-body .i-advantage .list ul li .ig .con {
  color: #999999;
  line-height: 1.4;
}
#index-body .i-advantage .list ul li .ig:hover {
  background: #000;
  color: #fff;
}
#index-body .i-advantage .list ul li .ig:hover i::after {
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .i-advantage .list ul li .ig:hover .con {
  color: #fff;
}
#index-body .i-news {
  padding: 5.89% 0 3.073%;
}
#index-body .i-news ul .slick-track{
  display: block;
}
#index-body .i-news ul li {
  border-top: 1px solid #666;
  color: #666;
}
#index-body .i-news ul li .top .tit {
  margin-left: 20%;
}
#index-body .i-news ul li .bottom .i-title {
  text-transform: capitalize;
  width: 40%;
}
#index-body .i-news ul li .bottom .con {
  width: 40%;
}
#index-body .i-news ul li:hover {
  color: #000;
  border-color: #000;
  border-width: 3px;
}
#footer {
  background: url(/wp-content/uploads/2026/02/foot-1.jpg) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  height: 46vw;
}
#footer .f-form .title {
  font-size: 120px;
  line-height: 1;
 margin-top: -18px;
}
#footer .f-form .form {
  width: 29.607%;
}
#footer .f-form .form form {
  position: relative;
}
#footer .f-form .form form ul {
  margin: -6px -5.5px;
}
#footer .f-form .form form ul li {
  padding: 6px 5.5px;
}
#footer .f-form .form form ul li input,
#footer .f-form .form form ul li textarea {
  width: 100%;
  height: 63px;
  background-color: #efebde;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 31px;
  border: 0;
}
#footer .f-form .form form ul li input::-webkit-input-placeholder, #footer .f-form .form form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-form .form form ul li input:-moz-placeholder, #footer .f-form .form form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-form .form form ul li input::-moz-placeholder, #footer .f-form .form form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-form .form form ul li input:-ms-input-placeholder, #footer .f-form .form form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-form .form form ul li input::placeholder,
#footer .f-form .form form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-form .form form ul li textarea {
  height: 138px;
  padding: 9px 56px 50px 31px;
}
#footer .f-form .form form p{
  position: absolute;
  right: 20px;
  bottom: 50px;
}
div.wpcf7-response-output{
 margin-top: 0;
}
#footer .f-form .form form input[type="submit"]{
  background: url(https://www.ajpartner.com/wp-content/uploads/2026/03/send.png) no-repeat center;
  background-size: 100% 100%;
  border: 0;
  width: 29px;
  height: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;	
  font-size: 0;
}
#footer .f-form .form form button {
  background: transparent;
  border: 0;
  font-size: 29px;
  color: #000;
  position: absolute;
  right: 20px;
  bottom: 80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-form .form form button:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .f-content .title {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 24px;
  color: #333;
}
#footer .f-content .f-add {
  width: 20%;
}
#footer .f-content .f-add p {
  font-size: 21px;
  font-weight: 500;
/*   color: rgba(51, 51, 51, 0.8); */
  line-height: 1.7;
}
#footer .f-content ul li {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
}
#footer .f-content ul li a {
	border-bottom: 1px solid transparent;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
/*   color: rgba(51, 51, 51, 0.8); */
}
#footer .f-content ul li a:hover {
  color: var(--color);
	border-color: currentcolor;
}
#footer .f-content ul li i {
  width: 22px;
}
#footer .f-content ul li span {
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content #ewm {
  width: 71px;
  border: 2px solid #fff;
}
#footer .f-content .f-ab {
  width: 25%;
}
#footer .f-content .f-ab p {
  line-height: 1.5;
}
#footer .f-content .f-contact {
  width: 23%;
}
#footer .f-copy {
  line-height: 1.4;
  font-size: 16px;
  position: absolute;
  font-weight: 500;
  bottom: 20px;
  left: 0;
  width: 100%;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #333;
}
#footer .f-copy svg text {
  fill: #333;
}
@media screen and (max-width: 1700px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 20px;
    margin-right: 40px;
  }
  #index-body .i-about .i-title {
    font-size: 66px;
  }
/*   #index-body .i-about .i-title span {
    margin-left: 6%;
  } */
  #index-body .i-about .i-title .icon.icon1 {
    bottom: -140px;
  }
  #index-body .i-about .i-title .icon.icon2 {
    top: -130px;
  }
  #index-body .i-about .img .number-Plus ul li .num {
    font-size: 56px;
  }
  #index-body .i-about .img .number-Plus ul li p {
    font-size: 18px;
  }
  #index-body .i-news ul li .bottom .i-title {
    width: 50%;
  }
  #footer .f-form .title {
    font-size: 87px;
  }
  #footer .f-form .form {
    width: 36%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
  #index-body .i-about .i-title {
    font-size: 56px;
  }
  #index-body .i-about .img .number-Plus ul {
    zoom: .9;
  }
  #index-body .i-advantage .list ul li .ig {
    padding: 51px 30px 46px;
  }
  #footer .f-form .title {
    font-size: 76px;
  }
  #footer .f-content .f-add p {
    font-size: 18px;
  }
  #footer .f-content ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
	#banner{
	  margin-top: 60px !important;	
	}	
  #index-body .i-about .i-title {
    font-size: 47px;
  }
/*   #index-body .i-about .i-title span {
    margin-left: 2%;
  } */
  #index-body .i-about .i-title .icon.icon1 {
    bottom: -102px;
  }
  #index-body .i-about .i-title .icon.icon2 {
    top: -70px;
  }
  .font-21 {
    font-size: 16px;
  }
  .ml-112 {
    margin-left: 40px;
  }
  .i-title {
    font-size: 40px;
  }
  #footer .f-form .title {
    font-size: 59px;
  }
  #footer .f-form .form {
    width: 40%;
  }
  #footer .f-form .form form ul li input,
  #footer .f-form .form form ul li textarea {
    font-size: 18px;
    padding: 0 15px;
  }
  #footer .f-form .form form ul li textarea {
    padding: 9px 56px 50px 15px;
  }
  #footer {
    height: auto;
  }
  #footer::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
  #footer .f-copy {
    position: initial;
  }
}
@media screen and (max-width: 1000px) {
  .font-24 {
    font-size: 18px;
  }
	#banner ul li .text .wz{
		font-size: 78px;
	}
  #index-body .i-product .content .item .left {
    width: 75%;
  }
  #index-body .i-product .content .item .right {
    display: none;
  }
  #index-body .i-product .content .middle .left {
    padding-right: 9px;
  }
  #index-body .i-product .content .bottom .left {
    padding: 0 0 0 9px;
  }
  #index-body .i-about .i-title {
    display: block;
  }
/*   #index-body .i-about .i-title span {
    margin-left: 0;
  } */
  #index-body .i-about .i-title .icon {
    display: none;
  }
  #index-body .i-about .img .number-Plus {
    padding: 0 2% 20px;
  }
  #index-body .i-about .img .number-Plus ul {
    width: 100%;
  }
  #index-body .i-about .img .number-Plus ul li .num {
    font-size: 36px;
  }
  #index-body .i-about .img .number-Plus ul li p {
    font-size: 16px;
    width: 125px;
  }
  #index-body .i-about .con {
    width: 100%;
  }
  #index-body .i-advantage .content ul {
    margin: -12px;
  }
  #index-body .i-advantage .content ul li {
    padding: 12px;
  }
  #index-body .i-advantage .list ul {
    margin: -12px;
  }
  #index-body .i-advantage .list ul li {
    padding: 12px;
  }
  #index-body .i-advantage .list ul li .ig {
    padding: 26px 15px 23px;
  }
  #index-body .i-news ul li .bottom .i-title {
    font-size: 25px;
    width: 52%;
  }
  #footer .f-form .title {
    font-size: 60px;
    width: 100%;
  }
  #footer .f-form .title em {
    margin: 0;
  }
  #footer .f-form .title span {
    margin-left: 0;
  }
  #footer .f-form .form {
    width: 100%;
  }
  #footer .f-content {
    padding: 20px 0;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-add,
  #footer .f-content .f-contact {
    width: 46%;
  }
  #footer .f-copy .container {
    display: block;
  }
  #footer .f-copy .container p {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .title {
    padding-bottom: 30px;
  }
	#banner ul li .text .wz{
		font-size:50px;
	}
  .more {
    font-size: 16px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-40 {
    font-size: 26px;
  }
  #index-body .i-product .content .item .left,
  #index-body .i-product .content .middle .left,
  #index-body .i-product .content .bottom .left {
    width: 60%;
  }
  #index-body .i-product .content .arrow {
    width: 40%;
  }
  #index-body .i-application .header .i-title {
    width: 100%;
  }
  #index-body .i-application .header .con {
    width: 100%;
  }
  #index-body .i-application .content {
    margin-top: 30px;
  }
  #index-body .i-about .i-title {
    font-size: 36px;
  }
  #index-body .i-about .img .number-Plus {
    zoom: .7;
  }
  #index-body .i-advantage .content ul li {
    width: 100% !important;
  }
  #index-body .i-advantage .list {
    margin-top: 20px;
  }
  #index-body .i-advantage .list ul li {
    width: 50%;
  }
  #index-body .i-news ul li .bottom .i-title {
    width: 100%;
  }
  #index-body .i-news ul li .bottom .con {
    width: 100%;
  }
  #footer .f-form .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 24px;
    padding-bottom: 12px;
  }
	#banner ul li .text .wz{
		font-size: 37px;
	}
	#banner ul li .text .more{
		font-size:14px;
		padding: 12px 20px;
	}
  .more {
    font-size: 14px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-21 {
    line-height: 1.8 !important;
  }
  .font-32 {
    font-size: 24px;
    line-height: 1.5;
  }
  #index-body .i-product .content .item,
  #index-body .i-product .content .middle,
  #index-body .i-product .content .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .i-product .content .item .left,
  #index-body .i-product .content .middle .left,
  #index-body .i-product .content .bottom .left {
    width: 100%;
    padding: 0 !important;
  }
  #index-body .i-product .content .arrow {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-about .i-title {
    font-size: 30px;
  }
  #index-body .i-about .img .number-Plus {
    position: initial;
    margin-top: 20px;
    color: #000;
    zoom: 1;
    padding: 0;
  }
  #index-body .i-about .img .number-Plus ul li p {
    width: 100%;
  }
  #index-body .i-about .img::after {
    display: none;
  }
  #index-body .i-advantage .content ul li:first-child .text {
    display: block;
  }
  #index-body .i-advantage .content ul li:first-child .text .con {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-left: 0;
  }
  #index-body .i-advantage .list ul li {
    width: 100%;
  }
  #index-body .i-news .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-news .header .i-title {
    width: 100%;
  }
  #index-body .i-news ul li .top .tit {
    margin-left: 0;
  }
  #footer .f-form .title {
    font-size: 32px;
  }
  #footer .f-form .form form ul li {
    width: 100%;
  }
  #footer .f-form .form form ul li input,
  #footer .f-form .form form ul li textarea {
    font-size: 16px;
  }
  #footer .f-content .title {
    margin-bottom: 12px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-content .f-add p {
    font-size: 16px;
  }
  #footer .f-content .f-add,
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-contact {
    margin-top: 20px;
  }
  .fixed-toolbar {
    zoom: .8;
  }
}
.page-header01{
	position: fixed;
	width: 100%;
}
.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 600px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f3f3f3;
  color: black;
}
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
}
.inner-banner .text .mbx { 
  font-size: 14px;
  margin-top: 12px;
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner.factory_banner::after{
  content: none;
}
.product-cat-page {
  padding: 5% 0 8.81%;
}
.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  transition: .5s
}
.product-cat-page .list ul li .text .title:hover{
  color: var(--color)
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 1.6;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-left: 38px;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .img .img-box {
  display: block;
  overflow: visible
}
.product-cat-page .list ul li .img .img-box{
  padding: 40px 0
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .text .title {
    font-size: 36px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    padding-left: 0;
    position: absolute;
    right: 0;
    width: 32%;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .text .title {
    font-size: 30px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 48%;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 240px;
  }
  .inner-banner .text .title {
    display: none;
  }
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}
.inner-page .m-page {
 margin-top: 5%;
 margin-bottom: 7%;
 text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  border-color: #474747;
}
.inner-page .m-page span.current {
  border-color: #474747;
}
.product-page {
  padding: 4.74% 0 0%;
}
.product-page .category {
  text-align: center;
}
.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}
.product-page .category ul {
  margin-right: -40px;
}
.product-page .category ul li {
  padding-right: 40px;
}
.product-page .category ul li .img-box {
  display: block;
  overflow: visible
}
.product-page .category ul li .img-box img {
  display: inline-block;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
}
.product-page .category ul li.active .tit{
  color: var(--color);
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  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;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}
.product-page .info .ui.container {
  max-width: 1273px;
}
.product-page .info h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8; 
  margin-top: 1%;
}
.product-page .list {
  margin-top: 3.25%;
}
.product-page .list ul {
  margin: 0 -52px -89px 0;
}
.product-page .list ul li {
  padding: 0 52px 89px 0;
}
.product-page .list ul li .img-box {
 display: block;
 padding: 30px 0;
 z-index: 1;
 background: #f7f7f7;
}
.product-page .list ul li .img-box img {
  display: inline-block;
}
.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li .img-box:hover .i1 {
  opacity: 0;
}
.product-page .list ul li .img-box:hover .i2 {
  opacity: 1;
}
.product-page .list ul li .nr{
  border-bottom: 2px solid var(--color);	
}
.product-page .list ul li .desc{
	font-weight:500;
	line-height: 1;
}
.product-page .list ul li .name{
	color: #999;
	line-height: 1.1;
	-webkit-box-flex: 1;
   -webkit-flex: 1;
   -moz-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.product-page .list ul li .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.product-page .list ul li .tit span{
	width: 86%;
	padding-right: 20px;
}
.product-page .container .con ul {
	margin: 0;
	padding-left: 40px;
}
.product-page .container .con ul li{
	padding:10px;
	list-style-type: disc;
}
@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }
  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }
  .product-page .list ul li .tit {
    font-size: 19px;
  }
	.product-page .list ul li .desc{
		font-size:25px;
	}	
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }
  .product-page .top .product-search {
    margin-left: 26px;
  }
  .product-page .top .product-search form {
    width: 320px;
  }
  .product-page .list ul {
    margin: 0 -15px -30px 0;
  }
  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }
   
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
	.product-page .list ul li .desc {
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }
  .product-page .info h1 {
    font-size: 36px;
  }
	.product-page .list ul li .nr{
		-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.product-page .list ul li .name{
	 -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
	 width: 100%;
	 text-align: left;	
	}
}
@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 1.6;
  }
}
.prodet-page {
  padding: 134px 0 0px;
}
.prodet-page .prodet-1 .left {
  text-align: center;
  width: 41.24%;
  position: sticky;
  top: 100px; 
}
.prodet-page .prodet-1 .left .big{
  background: #f7f7f7;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  padding-left: 72px;
  vertical-align:middle;
}
.prodet-page .prodet-1 .right span {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-top: 27px;
}
.prodet-page .prodet-1 .left .gallery {
  margin-top: 50px;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin-right: -33px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding-right: 33px;
}
.prodet-page .prodet-1 .left .gallery ul li a {
  display: block;
  background: #f7f7f7;
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: var(--color);
  color: white;
  padding: 12px 37px 11px 36px;
  margin-top: 49px;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .right a.mores::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right a.mores:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right .m-link {
  margin-top: 52px;
}
.prodet-page .prodet-1 .right .m-link a {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  color: #474747; 
  font-weight: 600;
}
.prodet-page .prodet-2 {
  margin-top: 70px;
}
.prodet-page .prodet-2 .top {
  padding-bottom: 27px;
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  margin-right: 105px;
  color: #474747;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.prodet-page .prodet-2 .top ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 8px 12px 0 0;
  display: none;
}
.prodet-page .prodet-2 .top ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .top ul li.active::before {
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 26px;
  color: #474747;
  font-size: 18px;
  line-height: 1.6; 
}
.prodet-page .prodet-2 .content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: none;
}
.prodet-page .prodet-2 .content .title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 14px 12px 0 0;
}
.prodet-page .prodet-2 .content strong {
  font-weight: bold;
}
.prodet-page .prodet-2 .content ul li{
	list-style: disc;
   list-style-position: inside;
}
.prodet-page .prodet-3 {
  margin-top: 130px;
}
.prodet-page .prodet-3 .title{
  display: inline-block;
  margin-right: 105px;
  color: #474747;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.prodet-page .prodet-3 .title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 8px 12px 0 0;
  display: inline-block;
}
.prodet-page .prodet-3 ul {
  margin-right: -54px;
}
.prodet-page .prodet-3 ul li {
  padding-right: 54px;
}
.prodet-page .prodet-3 ul li .nr{
  border-bottom: 2px solid var(--color);	
}
.prodet-page .prodet-3 ul li .desc{
	font-weight:500;
	line-height: 1;
}
.prodet-page .prodet-3 ul li .name{
	color: #999;
	line-height: 1.1;
	-webkit-box-flex: 1;
   -webkit-flex: 1;
   -moz-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.prodet-page .prodet-3 ul li .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.prodet-page .prodet-3 ul li .tit span{
	width: 86%;
	padding-right: 20px;
}
.prodet-page .prodet-3 ul li .img-box {
 display: block;
 background:#f7f7f7;
}
.prodet-page .prodet-3 ul li .img-box .i2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-3 ul li .img-box:hover .i1 {
  opacity: 0;
}
.prodet-page .prodet-3 ul li .img-box:hover .i2 {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 36px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right span {
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .left .gallery {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right a.mores {
    margin-top: 25px;
  }
  .prodet-page .prodet-1 .right .m-link {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 ul li {
    padding-right: 20px;
  }
	.prodet-page .prodet-3 ul li .tit {
    font-size: 19px;
  }
	.prodet-page .prodet-3 ul li .desc{
		font-size:25px;
	}	
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
	 position: initial;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 60px;
  }
  .prodet-page .prodet-3 ul li .tit {
    padding: 15px 0 0 0;
  }
	.prodet-page .prodet-3 ul li .desc {
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .top ul li {
    margin-right: 50px;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
	.prodet-page .prodet-3 ul li .nr{
		-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.prodet-page .prodet-3 ul li .name{
	 -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
	 width: 100%;
	 text-align: left;	
	}
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right span {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .top {
    display: none;
  }
  .prodet-page .prodet-2 .content .title {
    display: block;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .content .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content .slide:first-child {
    margin-top: 0;
  }
	.prodet-page .prodet-3 ul li .tit {
    font-size: 18px;
    line-height: 1.6;
  }
}
.contact-page {
  padding: 150px 0 0;
}
.contact-page .contact-1 .left {
  width: 43.35%;
}
.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}
.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}
.contact-page .contact-1 .left ul li span:first-child {
  position: absolute;
  left: 0;
  top: 32px;
  z-index: 1;	
}
.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px; 
  line-height: 1.8;
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}
.contact-page .contact-1 .left ul li input::-webkit-input-placeholder, .contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-moz-placeholder, .contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::-moz-placeholder, .contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-ms-input-placeholder, .contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}
.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .left ul li.wid-100 span:first-child {
  top: 21px;
}
.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}
.contact-page .contact-1 .left .bottom button {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  position: relative;
  z-index: 1;
  border: 0;
}
.contact-page .contact-1 .left .bottom .more{
	display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  position: relative;
  z-index: 1;
  border: 0;
}
.contact-page .contact-1 .left .bottom .more:hover{
	background: #000;
}
.contact-page .contact-1 .left .bottom button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .bottom button:hover::after {
  width: 100%;
}
.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  font-size: 14px;
  color: #9d9d9d;
}
.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}
.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  padding-left: 11px;
}
.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}
.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
.contact-page .contact-1 .right .con {
  font-size: 16px;
  line-height: 1.8;  
  margin-top: 23px;
}
.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}
.contact-page .contact-1 .right ul li p {
  font-size: 20px;
  line-height: 1.5;
}
.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}
.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contact-page .contact-2 #mapContainer {
  height: 526px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }
  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }
  .contact-page .contact-1 .left ul {
    margin: 0 -40px -34px 0;
  }
  .contact-page .contact-1 .left ul li {
    padding: 0 40px 34px 0;
  }
  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }
  .contact-page .contact-2 {
    margin-top: 80px;
  }
  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .lh-1{
    line-height: 1.3;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .contact-page .contact-2 {
    margin-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px ;
  }
  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }
  .contact-page .contact-1 .left .bottom button {
    padding: 15px 25px;
    font-size: 18px;
  }
  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }
  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }
  .contact-page .contact-2 {
    margin-top: 30px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.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: var(--color);
}
.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: 1.7;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.7;
}
.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%;
}
.custom-page .faq-page .marginBox .box .right {
  width: 100%;
  padding-left: 0;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  color: #242424;
  display: block;
  position: relative;
  cursor: pointer;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.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: 1.7;
  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;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 1.5;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search3.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 1.7;
  color: #8e8e8e;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
  margin-top: .6em;
  vertical-align: top;	
  display: inline-block;
}
.inner-page .sideBarBox .sideBarRight .nav ul li ul li{
	font-size: 16px;
	padding-left: 20px;
}
.inner-page .sideBarBox .sideBarRight .nav ul li ul li:before{
	display: none;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  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;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.6;
  margin-top: .3em;
  display: block;
  font-weight: 600;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  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;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 1.8;
  padding: 2em;
}
.news-page .marginBox {
  padding: 90px 0 70px 0;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  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;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li{
  border-bottom:  1px solid #000;
  margin-bottom: 40px
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h1{
  transition: .5s;
  line-height: 1.5;
}
.news-page .sideBarLeft .list ul li .content span.h1:hover{
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.3;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding: 90px 0;
}
.newdet-page .sideBarLeft time {
  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;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.5;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.7;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 1.5;
  margin-top: 1em;
  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;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link .next {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link a.link {
  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;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.6;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.3;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
span.txt {
  font-size: 24px;
  color: var(--color);
  display: block;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
span.h2 {
  font-size: 60px;
  color: #242424;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}
span.h2 i {
  font-size: 83.33333333%;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.8;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 1.8;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 1.5;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 1.8;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .newdwt-page .form ul li {
    padding: 6px;
  }
  .newdwt-page .form ul {
    margin: -6px;
  }
  .newdwt-page .form ul li input,
  .newdwt-page .form ul li textarea,
  .newdwt-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  span.txt {
    font-size: 20px;
  }
  span.h2{
    font-size: 48px;
  }
}
@media screen and (max-width: 1450px) {
  span.txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1000px) {
   .body-overflow-box{
      overflow: hidden !important;
   }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
   span.txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 1.8;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}
@media screen and (max-width: 1000px){
  .foot-links {
    display: none !important;
  }
  h1.Auxil-h1.wow.fadeInUp {
    display: none;
  }
  .con.Auxil-catdes.wow.fadeInUp {
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .sideBarLeft .list ul li a.img-box img{
    height: auto!important;
 }
}
.about-page .about-1 {
  margin-top: 100px;
      margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #999999;
  line-height: 1.8;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .img-box:hover img{
      -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05, 1.05);
}
.about-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}
.about-page .about-1 .play:hover{
  background: var(--color)
}
.about-page .about-1 .play i{
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  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;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
}
.about-page .about-1 .right .data ul li span {
  line-height: 1.7;
}
.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: .5s;
  margin-top: 10px
}
.about-page .about-1 .right .data ul li:hover .num{
  color: var(--color)
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-5 {
  padding: 8.5% 0 0%;
}
.about-page .about-5 .ui.container{
  width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  color: #323232;
}
.about-page .about-5 .content {
  margin-top: 101px;
}
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
.about-page .about-6 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-6 ul li{
  width: 33%;
  position: relative;
}
.about-page .about-6 ul li img{
  min-height: 500px;
  object-fit: cover;
}
.about-page .about-6 ul li .text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px ;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-6 ul li .text .box{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-6 ul li .text .box .cont{
  display: none;
}
.about-page .about-7{
  position: relative;
}
.about-page .about-7 .text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
  color: #fff
}
.about-page .about-7 .text .box{
  width: 50%;
  margin: 0 0 0 auto
}
.about-page .about_process{
  padding-top: 80px;
}
.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 1680px) {
  .about-page .about-6 ul li .text{
    padding: 80px 
  }
}
@media screen and (max-width: 1440px) {
   .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 60px 
  }
}
@media screen and (max-width: 1280px) {
   .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 40px 
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
    .about-page .about-6 ul li .text{
    padding: 80px 20px 
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-7 .text .box{
    width: 100%
  }
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
  .about-page .about-6 ul li{
    width: 50%
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-6 {
    display: none
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
  .about-page .about-7>img{
    height: 320px;
    object-fit: cover;
  }
  .about-page .about-7 .text{
    bottom: 40px
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-7>img{
    height: 420px
  }
  .about-page .about-5 .title {
    font-size: 27px;
  }
}
#index-body .i-why {
  padding-top: 117px;
  padding-bottom: 130px;
  background: #f5f5f5
}
#index-body .i-why .top {
  margin-bottom: 54px;
}
#index-body .i-why .top .left .i-title {
  display: inline-block;
}
#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}
#index-body .i-why .top .right {
  padding-left: 70px;
}
#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 1.7;
  color: #494949;
  display: none
}
#index-body .i-why .top .right .des.active{
  display: block
}
#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}
#index-body .i-why .wrap .left ul {
  margin: -13px;
}
#index-body .i-why .wrap .left ul li {
  padding: 13px;
}
#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}
#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
}
#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}
#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}
#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: #000;
  color: #fff;
}
#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}
#index-body .i-why .wrap .right ul li {
  height: 415px;
}
#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px){
    #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px){
    #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px){
    #index-body .i-why .wrap .right {
    display: none;
  }
  #index-body .i-why .wrap .left {
    width: 100%;
  }
  #index-body .i-why {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px){
    #index-body .i-why .top .left {
    width: 100%;
  }
  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-why {
    padding: 50px 0;
  }
  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px){
   #index-body .i-why .top .right .des {
    font-size: 16px;
  }
}
.advantage .pr {
  position: relative;
}
.advantage .top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage .top .btn .more {
  position: relative;
}
.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage .header {
  text-align: left;
}
.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 600;
  margin-top: 5px;
}
.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage2 .content ul li{
 width:20%;
}
.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 425px;
}
.advantage .content ul li .ig i {
  display: block;
}
.advantage .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage .content ul li.active {
  width: 60%;
}
.advantage .content ul li.active .box .t1{
  line-height: 1.2
}
.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1280px) {
  .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage .content ul li .ig .tit {
    display: none;
  }
  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage .content ul li.active {
    width: 50%;
  }
  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 700px) {
  .advantage {
    display: none;
  }
}
.custom-page .custom-1{
  padding: 70px 0;
  text-align: center;
}
.custom-page .custom-1 .more{
  margin: 0 auto
}
.custom-page .custom-1 .more span:last-child{
	display:none;
}
.custom-page .custom-1 .more:hover span:first-child{
  display:none;	 
}
.custom-page .custom-1 .more:hover span:last-child{
  display:block;	 
}
.custom-page .custom-1 .ui.container{
  max-width: 1210px;
}
.custom-page .custom-1 .des{
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 ul{
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
  padding: 0 45px;
  text-align: center;
}
.custom-page .custom-1 ul li .num{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}
.custom-page .custom-1 ul li .title{
  font-size: 18px;
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
#index-body .type {
  text-align: center;
}
#index-body .type .process{
  position: relative
}
#index-body .type .process .pag{
  width: 80%;
  height: 3px;
  background-color: #bebebe;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translatex(-50%)
}
#index-body .type .process .pag p{
  height: 100%;
  width: 0;
  background-color: #333333;
  transition: .5s
}
#index-body .type .process ul.op1 li{
  opacity: 0
}
#index-body .type .process ul{
  position: relative;
  z-index: 4
}
#index-body .type .process ul .slick-track{
      -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
#index-body .type .process ul li{
  max-width: 210px
}
.custom-page #index-body .type .process ul li{
  max-width: 300px;
}
.custom-page #index-body .type .process ul li .cont{
  height: 200px;
  overflow-y: auto;
  opacity: 0.6;
  line-height: 2;
}
#index-body .type .num {
  width: 79px;
  height: 79px;
  background-color: #f4f4f4;
  border: solid 1px #999999;
  border-radius: 50%;
  margin: 0 auto;
  transition: .5s;
  position: relative;
  z-index: 7
}
#index-body .type  ul .slick-active li  .num::after{
  opacity: 1;
}
#index-body .type  ul .slick-active:last-child li .num::after{
  opacity: 0;
}
#index-body .type ul .slick-active:last-child li .num::before{
  opacity: 0;
}
@keyframes lineHeight{
  0%{
    width: 0;
  }
  100%{
    width: 250px;
  }
}
#index-body .type .num::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 2px;
  background: #bebebe;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index-body .type .num::before {
  content: '';
  position: absolute;
  /*width: 1px;
  height: 0;*/
   width: 0%;
  height: 2px;
  background: #000;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3
}
#index-body .type  ul .slick-current li  .num::before{
  animation: lineHeight 5s forwards linear;
}
#index-body .type .process ul li:hover .num,#index-body .type ul  .slick-current li  .num{
  background-color: #333333;
  color: #ffffff;
}
#index-body .type .swiper {
  overflow: hidden;
  position: relative;
}
#index-body .type .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: 38px;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #bebebe;
  height: 3px;
}
#index-body .type .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #333333;
}
.test-page .text-3 .swiper .swiper-slide {
  padding: 106px 3%;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.test-page .text-3 .swiper .swiper-slide .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
.test-page .text-3 .list{
  margin-top: 50px;
}
.test-page .text-3 .list .swiper {
  overflow: hidden
}
.test-page .text-3 .swiper .swiper-slide i {
  display: block;
}
.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.test-page .text-3 .swiper .swiper-slide span.h6_2{
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.test-page .text-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}
.test-page .text-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: var(--color);
}
.test-page .text-3 .swiper .swiper-slide:hover .bg{
  opacity: 1;
}
.test-page .text-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.test-page .text-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.test-page .text-3 .sPage{
  margin-top: 60px;
}
.test-page .text-3 .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.test-page .text-3 .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active{
  border: 1px solid var(--color);
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
.testimonials-page .marginBox {
  padding: 100px 0 65px;
  text-align: center;
}
.testimonials-page .options {
  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;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}
.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 0;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -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: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .testimonials-page .options span {
    font-size: 18px;
     line-height: 32px;
    width: 280px;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
   .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px) {
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .test-page .text-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .test-page .text-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}
@media screen and (max-width: 1000px) {
   #index-body .type {
    display: none;
  }
  .test-page .text-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }
  .test-page .solution-3 .box .list ul li .text{
    height: 10em
  }
   .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
   .testimonials-page .options {
    display: none;
  }
   .testimonials-page .ret .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
   .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .test-page .text-3 .list{
    margin-top: 20px;
  }
  .test-page .text-3 .sPage{
    margin-top: 20px;
  }
   .testimonials-page .ret .list ul li {
    width: 50%;
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  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;
}
#index-body .i-advantage1 {
  padding-top: 7.45%;
}
#index-body .i-advantage1 ul li .ig {
  background-color: #efefef;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  text-align: center;
  position: relative;
}
#index-body .i-advantage1 ul li .ig i {
  line-height: 127px;
  display: block;
}
#index-body .i-advantage1 ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage1 ul li .ig .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background: #eee;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage1 ul li .ig .bg .con {
  font-weight: 400;
  /*max-height: 130px;
  overflow-y: auto;*/
}
#index-body .i-advantage1 ul li .ig:hover .bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-advantage1 ul li .ig:hover .bg .title{
	color:var(--color);
}
.seoPublic .Auxil-about{
	background: #fff !important;
}