@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: '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;
}
body {
  --color: #6fa73b;
  font-family: 'Montserrat';
  font-weight: 500;
  max-width: 1920px;
  margin: 0 auto;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1756px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  border-radius: 34px;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover,
.more:focus {
  background: #000;
}
.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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 51px;
  height: 19px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.link img {
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.link img:first-child {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.link img:last-child {
  position: absolute;
  right: 150%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.link:hover img:first-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.link:hover img:last-child {
  right: 50%;
}
.link.white img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 29px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  color: #2d2d2d;
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #2d2d2d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li.active::after  {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .ui.menu .msg em {
  text-decoration: underline;
}
#header .nav .ui.menu .msg i {
  font-size: 18px;
  display: inline-block;
}
#header .nav .ui.menu .msg:hover i {
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 31px;
  right: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
.i-tag {
  display: block;
  color: var(--color);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.i-title {
  font-size: 48px;
  line-height: 1.25;
}
.i-title,
.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: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-bottom: 36px;
}
#banner ul li .text .box {
  width: 90%;
}
#banner ul li .text .box .t1 {
  line-height: 1.25;
}
#banner ul li .text .box .t2 {
  line-height: 1.1;
}
#banner ul li .text .title {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner .swiper-pagination {
  width: auto;
  left: initial;
  right: 99px;
  bottom: 51px;
  z-index: 1;
}
#banner .swiper-pagination span {
  width: 13px;
  height: 13px;
  background-color: #666666;
  opacity: 1;
  margin: 0 12px;
}
#banner .swiper-pagination span:first-child {
  margin-left: 0;
}
#banner .swiper-pagination span:last-child {
  margin-right: 0;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}
.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-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
#index-body .i-product {
  padding: 6.71875% 0 7.8125%;
}
#index-body .i-product .content ul li .ig .text {
  width: 43.05%;
  background-color: #efefef;
  border-radius: 20px 0px 0px 20px;
}
#index-body .i-product .content ul li .ig .text .box {
  width: 100%;
  height: 100%;
}
#index-body .i-product .content ul li .ig .text .box .tit {
  font-weight: 500;
  line-height: 1.3;
  width: 60%;
}
#index-body .i-product .content ul li .ig .text .box .con {
  font-size: 18px;
  font-weight: 500;
}
#index-body .i-product .content ul li .ig .text .box .con table {
  overflow: hidden;
  border: 0;
}
#index-body .i-product .content ul li .ig .text .box .con table tbody {
  min-width: 100%;
}
#index-body .i-product .content ul li .ig .text .box .con table tr:first-child {
  color: #999999;
  font-size: 14px;
}
#index-body .i-product .content ul li .ig .text .box .con table tr:last-child {
  border-bottom: 1px solid #666;
}
#index-body .i-product .content ul li .ig .text .box .con table td {
  border: 0;
  padding: 3px 0;
  line-height: 1;
}
#index-body .i-product .content ul li .ig .img {
  width: 56.95%;
  border-radius: 0px 20px 20px 0px;
}
#index-body .i-product .content ul li .ig .img .img-box {
  height: 100%;
}
#index-body .i-product .content ul li .ig .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-product .content .slickBtn {
  position: absolute;
  top: 70px;
  left: 32%;
}
#index-body .i-product .content .slickBtn div {
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 51px;
  height: 19px;
  background: transparent;
  border-radius: 0;
  left: initial;
  top: initial;
  right: initial;
  overflow: hidden;
}
#index-body .i-product .content .slickBtn div img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#index-body .i-product .content .slickBtn div img:first-child {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-product .content .slickBtn div:hover img:first-child {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .i-product .content .slickBtn div:hover img:last-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
#index-body .i-product .content .slickBtn div.prev img:first-child {
  left: 100%;
  right: unset;
}
#index-body .i-product .content .slickBtn div.prev:hover img:first-child {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-product .content .slickBtn div.prev:hover img:last-child {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
#index-body .i-product .content .slickBtn i {
  margin: 0 8px 0 14px;
  width: 1px;
  height: 20px;
  background: #898989;
}
#index-body .i-category {
  background-color: #efefef;
  padding: 5.78125% 0 4.63542%;
}
#index-body .i-category .arrow a {
  width: 51px;
  height: 19px;
}
#index-body .i-category .arrow a img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#index-body .i-category .arrow a img:first-child {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-category .arrow a:hover img:first-child {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .i-category .arrow a:hover img:last-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
#index-body .i-category .arrow a.prev img:first-child {
  left: 100%;
  right: unset;
}
#index-body .i-category .arrow a.prev:hover img:first-child {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-category .arrow a.prev:hover img:last-child {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
#index-body .i-category .arrow i {
  margin: 0 8px 0 14px;
  width: 1px;
  height: 20px;
  background: #898989;
}
#index-body .i-category .content {
  margin-right: -100px;
}
#index-body .i-category .content ul .slick-list {
  padding-right: 227px !important;
}
#index-body .i-category .content ul li .img-box .text {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}
#index-body .i-category .content ul li .img-box .text .tit {
  font-weight: 500;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-category .content ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #000 100%);
}
#index-body .i-about {
  padding-top: 7.65625%;
}
#index-body .i-about .box {
  background-color: #efefef;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-about .box .text {
  width: 51.39%;
}
#index-body .i-about .box .text .con {
  line-height: 1.7;
  color: #666;
  font-weight: 400;
}
#index-body .i-about .box .text .con h1 {
  display: inline;
}
#index-body .i-about .box .text .bottom ul {
  margin-right: -77px;
}
#index-body .i-about .box .text .bottom ul li {
  padding-right: 77px;
}
#index-body .i-about .box .text .bottom ul li .ig {
  border-bottom: 1px solid #666;
  padding-bottom: 13px;
}
#index-body .i-about .box .text .bottom ul li .ig .left {
  margin-bottom: -9px;
}
#index-body .i-about .box .text .bottom ul li .ig .num {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
#index-body .i-about .box .text .bottom ul li .ig .num sup {
  font-size: 18px;
}
#index-body .i-about .box .text .bottom ul li .ig p {
  line-height: 1.3;
  letter-spacing: 1px;
  color: #666666;
  font-weight: 400;
}
#index-body .i-about .box .text .bottom ul li .ig .right {
  height: 71px;
  line-height: 71px;
}
#index-body .i-about .box .text .bottom ul li .ig .right img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-about .box .text .bottom ul li .ig:hover .right img{
  -webkit-filter: none;
  filter: none;  
}
#index-body .i-about .box .text .bottom ul li .ig:hover .num,
#index-body .i-about .box .text .bottom ul li .ig:hover p{
  color: var(--color);
}
#index-body .i-about .box .img {
  width: 48.61%;
}
#index-body .i-about .box .img span {
  bottom: 0;
  right: 41px;
  font-weight: 600;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(50%, #fafafa), to(rgba(250, 250, 250, 0)));
  background: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .i-advantage {
  padding-top: 7.45%;
}
#index-body .i-advantage ul li .ig {
  background-color: #efefef;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  text-align: center;
  position: relative;
}
#index-body .i-advantage ul li .ig i {
  line-height: 127px;
  display: block;
}
#index-body .i-advantage ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage 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;
  color: #fff;
  -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-advantage ul li .ig .bg .con {
  font-weight: 400;
  /*max-height: 130px;
  overflow-y: auto;*/
}
#index-body .i-advantage ul li .ig .bg::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#index-body .i-advantage ul li .ig:hover .bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-news {
  padding: 7.4% 0 7.1875%;
}
#index-body .i-news ul .slick-track {
  display: block;
}
#index-body .i-news ul li .ig {
  border-bottom: 1px solid #999;
  height: 227px;
}
#index-body .i-news ul li .ig .left span:first-child {
  width: 139px;
  height: 37px;
  background-color: #dddddd;
  border-radius: 5px;
  text-align: center;
  line-height: 39px;
  color: #999;
}
#index-body .i-news ul li .ig .left span:last-child {
  color: #999;
}
#index-body .i-news ul li .ig .title {
  max-width: 722px;
  color: #999;
}
#index-body .i-news ul li .ig .link {
  width: 115px;
  height: 45px;
  border-radius: 5px;
  border: solid 1px transparent;
}
#index-body .i-news ul li .ig:hover .title {
  color: #333;
}
#index-body .i-news ul li .ig:hover .link {
  border-color: #999;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 47px;
}
#footer ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #c3c3c3;
}
#footer ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer ul li a:hover {
  color: #fff;
}
#footer ul li i {
  width: 19px;
  margin-top: 6px;
}
#footer ul li span {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  display: none;
}
#footer .f-logo {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .f-content .f-form {
  width: 32.1%;
}
#footer .f-content .f-form .tit {
  width: 90%;
  margin-bottom: 20px;
}
#footer .f-content .f-form input[type="text"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
  padding: 0 0 5px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 32px;
}
#footer .f-content .f-form input[type="text"]::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
#footer .f-content .f-form input[type="text"]:-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
#footer .f-content .f-form input[type="text"]::-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
#footer .f-content .f-form input[type="text"]:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
#footer .f-content .f-form input[type="text"]::placeholder {
  color: rgba(153, 153, 153, 0.5);
}
#footer .f-content .f-form input[type="text"]:nth-child(4) {
  margin-bottom: 24px;
}
#footer .f-content .f-form input[type="submit"] {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  background: transparent;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form input[type="submit"]:hover {
  background: #fff;
  color: var(--color);
}
#footer .f-content .f-add {
  width: 16.34%;
}
#footer .f-content .f-add ul li {
  line-height: 1.3;
}
#footer .f-copy {
  background: rgba(190, 190, 190, 0.2);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(254, 254, 254, 0.5);
  padding: 8px 0;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(254, 254, 254, 0.5);
}
#footer .f-copy svg text {
  fill: rgba(254, 254, 254, 0.5);
}
#footer .f-copy .share a {
  color: rgba(254, 254, 254, 0.6);
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share a:nth-child(3) {
  font-size: 19px;
}
#footer .f-copy .share a:hover{
  color: #fff;
}
#footer::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1700px) {
  #index-body .i-product .content ul li .ig .text {
    padding: 40px 0;
  }
  #index-body .i-about .box .text {
    padding: 30px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .i-category .content ul li .img-box .text {
    padding: 0 20px 20px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-advantage ul li .ig {
    height: 420px;
    padding: 0 40px;
  }
  #index-body .i-advantage ul li .ig .bg .title {
    padding: 0;
  }
  #index-body .i-news ul li .ig .title {
    max-width: 620px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .swiper-pagination {
    right: 40px;
  }
  #index-body .i-product .content ul li .ig .text .box {
    padding: 0 20px;
  }
  #index-body .i-product .content ul li .ig .text .box .con {
    font-size: 16px;
  }
  #index-body .i-product .content .slickBtn {
    left: 29%;
  }
  #index-body .i-category .content ul li .img-box .text .tit {
    font-size: 30px;
  }
  #index-body .i-about .box .text .bottom ul {
    margin-right: -30px;
  }
  #index-body .i-about .box .text .bottom ul li {
    padding-right: 30px;
  }
  #index-body .i-about .box .text .bottom ul li .right {
    zoom: .8;
  }
  #index-body .i-news ul li .ig .title {
    max-width: 420px;
  }
  #footer ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .font-30 {
    font-size: 24px;
    line-height: 1.5;
  }
  #index-body .i-product .content ul li .ig .text {
    width: 50%;
  }
  #index-body .i-product .content ul li .ig .text .box .con {
    font-size: 14px;
  }
  #index-body .i-product .content ul li .ig .img {
    width: 50%;
  }
  #index-body .i-category .content ul .slick-list {
    padding-right: 100px !important;
  }
  #index-body .i-category .content ul li .img-box .text .tit {
    font-size: 24px;
  }
  #index-body .i-about .box .text {
    width: 100%;
  }
  #index-body .i-about .box .img {
    width: 100%;
  }
  #index-body .i-news .content {
    margin-top: 20px;
  }
  #index-body .i-news .content ul {
    margin: 0 -20px;
  }
  #index-body .i-news .content ul li {
    padding: 0 20px;
  }
  #index-body .i-news .content ul li .ig {
    height: auto;
    padding: 0 0 20px;
  }
  #index-body .i-news .content ul li .ig .title {
    margin-top: 10px;
    font-size: 20px;
  }
  #index-body .i-news .content ul li .ig .link {
    margin-top: 10px;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .tit {
    margin-bottom: 20px;
  }
  #footer .f-content ul li {
    line-height: 1.8;
  }
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-form {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .f-content .f-form .tit {
    width: 100%;
  }
  #footer .f-content .f-contact,
  #footer .f-content .f-add {
    width: 50%;
  }
  #footer .f-copy .share {
    display: none;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-pagination {
    bottom: 40px;
  }
  #banner .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-36 {
    font-size: 30px;
  }
  .font-16 {
    line-height: 2 !important;
  }
  #index-body .i-product .content ul li .ig .text {
    width: 100%;
  }
  #index-body .i-product .content ul li .ig .text .box .tit {
    width: 100%;
  }
  #index-body .i-product .content ul li .ig .img {
    display: none;
  }
  #index-body .i-product .content .slickBtn {
    top: initial;
    left: initial;
    bottom: 10px;
    right: 10px;
  }
  #index-body .i-category .content {
    margin-right: 0;
  }
  #index-body .i-category .content ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .i-category .content ul li .img-box .text {
    padding: 0 15px 15px;
  }
  #index-body .i-category .content ul li .img-box .text .title {
    font-size: 20px;
  }
  #index-body .i-about .box .text {
    padding: 30px 15px;
  }
  #index-body .i-advantage .content ul li .ig {
    padding: 0 20px;
    height: 360px;
  }
  #index-body .i-advantage .content ul li .ig .bg {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box {
    width: 100%;
  }
  #banner ul li .text .box .t1 {
    font-size: 16px;
    line-height: 1.8;
  }
  #banner ul li .text .box .t2 {
    font-size: 22px;
    line-height: 1.5;
  }
  #banner .swiper-pagination {
    right: initial;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .i-title {
    font-size: 30px;
    line-height: 1.3;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.5 !important;
  }
  #index-body .i-product .content ul li .ig .text {
    padding: 20px 0 40px;
  }
  #index-body .i-product .content ul li .ig .text .box .con table {
    overflow: auto;
  }
  #index-body .i-product .content ul li .ig .text .box .con table tbody {
    min-width: 400px;
  }
  #index-body .i-category .arrow {
    margin-top: 20px;
  }
  #index-body .i-about .box .text .bottom ul {
    margin-right: -12px;
  }
  #index-body .i-about .box .text .bottom ul li {
    padding-right: 12px;
  }
  #index-body .i-about .box .text .bottom ul li .right {
    margin-top: 20px;
    zoom: 1;
  }
  #footer .f-content {
    padding: 20px 0;
  }
  #footer .f-content .tit {
    font-size: 20px;
  }
  #footer .f-content ul li {
    font-size: 14px;
    line-height: 2 !important;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
  }
}
.inner-banner {
  height: 550px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.inner-banner::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.inner-banner .ui.container{
  position: absolute;
  left: 50%;
  bottom: 7%;
   -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.inner-banner .box .left {
  vertical-align: bottom;
  padding-right: 10%;
}
.inner-banner .box .left span.h2 {
  color: #ffffff;
}
.inner-banner .box .right {
  vertical-align: bottom;
}
.inner-banner .box .right .mbx {
  font-size: 20px;
  color: white;
  line-height: 1.6;
}
.about-page .about-1 {
  padding: 80px 0;
  text-align: center;
}
.about-page .about-1 .bottom ul {
  width: 100%;
  margin-top: 60px;
}
.about-page .about-1 .bottom ul li {
  color: black;
  padding-bottom: 10px;
   transition: all 0.5s;
}
.about-page .about-1 .bottom ul li h4 {
  font-size: 60px;
  font-weight: 600;
  line-height: 0.8;
   transition: all 0.5s;
}
.about-page .about-1 .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  transition: all 0.5s;
  margin-top:15px; 
}
.about-page .about-1 .bottom ul li:hover h4{
  color: var(--color);
}
.about-page .about-1 .bottom ul li:hover p{
  color: var(--color);
}
.about-page .about-1 .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em auto 1.5em;
  padding-right: 20px;
  max-width: 1360px;
}
.about-page .about-1 .text em {
  color: #242424;
  font-weight: 500;
}
.about-page .about-2 {
  padding:100px 0 80px;
}
.about-page .about-2 .list ul {
  margin: -20px;
}
.about-page .about-2 .list ul li {
  padding: 20px;
}
.about-page .about-2 .list ul li .box {
  text-align: center;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.about-page .about-2 .list ul li .box a.img {
  display: block;
}
.about-page .about-2 .list ul li .box a.img img {
  width: 100%;
}
.about-page .about-2 .list ul li .box .content {
  padding: 25px;
}
.about-page .about-2 .list ul li .box .content span.h3 {
  font-weight: 600;
  font-size: 26px;
  color: #242424;
  line-height: 1.4;
}
.about-page .about-2 .list ul li .box .content .text {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  margin-top: .5em;
  min-height: 3em;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .about-5 {
  padding: 50px 0 100px;
  text-align: center;
}
.about-page .about-5 .ret {
  margin-top: 55px;
  position: relative;
}
.about-page .about-5 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.about-page .about-5 .ret ul {
  margin: -8px;
}
.about-page .about-5 .ret ul li {
  padding: 8px;
}
.about-page .about-5 .ret ul li img {
  width: 100%;
}
.about-page .about-6 {
    padding: 0 0 6%;
}
.about-page .about-6 .top .left {
    width: 73%;
}
.about-page .about-6 .top .left .title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: #030303;
    text-transform: uppercase;
}
.about-page .about-6 .top .right {
    width: 53%;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    vertical-align: bottom;
    margin-bottom: 10px
}
.about-page .about-6 .bottom {
    padding: 0;
}
.about-page .about-6 .bottom .grid-box {
    padding-top: 50px;
    max-width: 100%;
}
.about-page .about-6 .bottom ul li {
    padding-right: 60px;
    width: 16.6666%;
}
.about-page .about-6 .bottom ul li .ig {
    position: relative;
    padding: 15px 20px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .bottom ul li .ig:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc
}
.about-page .about-6 .bottom ul li i {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}
.about-page .about-6 .bottom ul li .ig > p{
  min-height: 87px;
}
.about-page .about-6 .bottom ul li p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #030303;
    width: 78%;
    margin-top: 18px;
    text-align: left
}
.about-page .about-6 .bottom ul li .ig .link_icon i{
  font-size: 30px;
}
.about-page .about-6 .bottom ul li .content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: inherit;
    transition: .5s;
    opacity: 0;
    z-index: 2
}
.about-page .about-6 .bottom ul li:hover .content {
    opacity: 1
}
.about-page .about-6 .bottom ul li .text p {
    width: 100%;
    margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.about-page .about-6 .bottom ul li .mores {
    display: block;
    margin-top: 38px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    z-index: 1;
    font-size: 15px
}
.about-page .about-6 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    -ms-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease
}
.about-page .about-6 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-6 .bottom ul li .mores:hover .link_text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
}
.about-page .about-6 .bottom ul li:last-child {
    padding-right: 0;
    width: 16%;
}
.about-page .about-6 .bottom ul li:last-child .ig:after {
    display: none;
}
.about-page .about-6 .bottom ul li:hover i {
    filter: brightness(0);
}
.about-page .about-7 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
    margin-bottom: 60px;
}
.about-page .about-7 .left {
    width: 53.646%
}
.about-page .about-7 .right {
    width: 46.354%;
    color: #fff;
    padding: 38px 20px 0 0;
}
.about-page .about-7 .right .ig {
    max-width: 706px;
    padding-left: 57px;
}
.about-page .about-7 .right .header {
    text-align: right;
}
.about-page .about-7 .right .header .tag {
    color: #fff;
    padding-right: 138px;
}
.about-page .about-7 .right .header .tag:before {
    background: #fff;
    top: 8px;
}
.about-page .about-7 .right .header .title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 6px;
    margin-left: -132px;
}
.about-page .about-7 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left;
}
.about-page .about-7 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.about-page .about-7 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.about-page .about-7 .right .list ul li .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 1.6;
}
.about-page .about-7 .right .list ul li .tit em {
    width: 90%;
}
.about-page .about-7 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px;
}
.about-page .about-7 .right .list ul li .tit i:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-7 .right .list ul li .tit i:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-7 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0;
}
.about-page .about-7 .right .list ul li.active .tit i:after {
    opacity: 0;
}
.about-page .about-7:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background: url(../images/about2-bg.jpg) no-repeat center;
}
.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: 22px;
  font-weight: 600;
  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: 100px 0 70px;
}
.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;
}
.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: #ebebeb;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: 600;
  font-size: 18px;
  color: #242424;
  display: block;
  position: relative;
}
.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: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.news-page {
  padding: 60px 0 51px;
}
.news-page .ui.container ul.newslist {
  margin-top: 60px;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 600;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content{
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
    line-height: 2;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 0 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 24px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newdet-page{
  padding-top: 80px;
}
#index-body .i-news1 {
  background: #fafafa;
}
#index-body .i-news1 ul {
    margin: -17px;
}
#index-body .i-news1 ul li {
    padding: 17px;
}
#index-body .i-news1 ul li .box {
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 1px solid #ccc;
    padding: 35px 20px;
}
#index-body .i-news1 ul li .box .time {
    font-size: 18px;
    color: var(--color);
}
#index-body .i-news1 ul li .box .h4 {
    font-size: 24px;
    line-height: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 17px 0 23px;
}
#index-body .i-news1 ul li .box .des {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    margin-bottom: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#index-body .i-news1 ul li .box .mores {
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
#index-body .i-news1 ul li .box .mores img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 6px;
}
#index-body .i-news1 ul li .box .line i {
    position: absolute;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: var(--color);
}
#index-body .i-news1 ul li .box .line i:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
}
#index-body .i-news1 ul li .box .line i:nth-child(2) {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
#index-body .i-news1 ul li .box .line i:nth-child(3) {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
}
#index-body .i-news1 ul li .box .line i:nth-child(4) {
    right: 0;
    top: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s;
}
#index-body .i-news1 ul li .box:hover .h4 {
    color: var(--color);
}
#index-body .i-news1 ul li .box:hover .mores {
    color: var(--color);
}
#index-body .i-news1 ul li .box:hover .mores img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
#index-body .i-news1 ul li .box:hover .line i:nth-child(1) {
    height: 100%;
}
#index-body .i-news1 ul li .box:hover .line i:nth-child(2) {
    width: 100%;
}
#index-body .i-news1 ul li .box:hover .line i:nth-child(3) {
    height: 100%;
}
#index-body .i-news1 ul li .box:hover .line i:nth-child(4) {
    width: 100%;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  padding: .6em 1em;
  border: 1px solid #ccc;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: 600;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  max-width: 400px;
  margin: auto;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.proNav {
    padding: 100px 0;
     background-color: #f4f4f4;
}
/*.proNav .proNav_box{
  padding: 0 100px;
}*/
/*.proNav .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    background-color: var(--color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    transition: .5s;
    border-radius: 50px;
    z-index: 10;
}
.proNav .slick-arrow::before{
  content:"";
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family: 'iconfont';
  font-size: 20px;
  color: white;
}
.proNav .slick-arrow:hover {
    opacity: 1
}
.proNav .slick-arrow.slick-prev {
    left: 15px;
}
.proNav .slick-arrow.slick-prev::before {
  content: "\e76b";
}
.proNav .slick-arrow.slick-next::before {
  content: "\e769";
}
.proNav .slick-arrow.slick-next {
    right: 15px;
}*/
.proNav .arrow a {
  width: 51px;
  height: 19px;
}
.proNav .arrow a img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.proNav .arrow a img:first-child {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proNav .arrow a:hover img:first-child {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.proNav .arrow a:hover img:last-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.proNav .arrow a.prev img:first-child {
  left: 100%;
  right: unset;
}
.proNav .arrow a.prev:hover img:first-child {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.proNav .arrow a.prev:hover img:last-child {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.proNav .arrow i {
  margin: 0 8px 0 14px;
  width: 1px;
  height: 20px;
  background: #898989;
}
.proNav ul {
    margin: -10px;
    position: unset;
}
.proNav ul li {
    padding: 10px;
}
.proNav ul li a.img-box {
    display: block;
}
.proNav ul li a.img-box img{
  width:100%;
  max-height: 375px;
  object-fit: contain;
}
.proNav ul li span.h6 {
    display: block;
    font-size: 18px;
    margin-top: .5em
}
.product-page .marginBox {
  padding: 0 !important;
}
.product-page .marginTop {
  padding: 30px 7% 20px 3.5%;
  background: #e8e3e0;
}
.product-page .marginTop .left {
  width: 45%;
  vertical-align: middle;
}
.product-page .marginTop .left .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.product-page .marginTop .right {
  width: 55%;
  vertical-align: middle;
  padding-left: 2%;
}
.product-page .product-1 {
  padding: 100px 0 100px;
}
.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
}
.prodet-page .prodet-1 .left {
  width: 40%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .left img {
  border: 1px solid #ccc;
  width: 100%;
}
.prodet-page .prodet-1 .left .smallImg {
  padding-right: 24px;
  width: 20.5%;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .bigImg {
  width: 100%;
}
.prodet-page .prodet-1 .left .bigImg .img {
  position: relative;
  display: block;
  padding: 1px;
}
.prodet-page .prodet-1 .left .bigImg .img span {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 2;
  font-weight: 600;
}
.prodet-page .prodet-1 .right .text {
  font-size: 18px;
  color: #626262;
  padding-right: 1em;
  line-height: 1.6;
  margin: 1.5em 0;
  overflow: auto;
  max-height: 400px;
}
.prodet-page .prodet-1 .right .text table tbody{
  min-width: 500px;
}
.prodet-page .prodet-1 .right .share {
  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;
  color: #bfbfbf;
}
.prodet-page .prodet-1 .right .share span.h6 {
  font-size: 20px;
}
.prodet-page .prodet-1 .right .share a {
  font-size: 18px;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right a.more {
  margin-top: 1em;
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 .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;
}
.prodet-page .prodet-2 .options span {
  font-size: 22px;
  font-weight: 600;
  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 #ccc;
  cursor: pointer;
  
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span i {
  color: #bfbfbf;
}
.prodet-page .prodet-2 .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.prodet-page .prodet-2 .ret {
  margin-top: 60px;
  font-size: 20px;
  color: #242424;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: white;
}
.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid white;
  text-align: center;
  padding: .5em;
}
.prodet-page .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}
.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page .prodet-3 .list {
  margin: 45px 0;
}
.prodet-page .prodet-3 .dots {
  text-align: center;
}
.prodet-page .prodet-3 .dots ul {
  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;
}
.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.inner-page .m-page {
  margin-top: 50px;
  text-align: center;
  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;
}
.inner-page .m-page a,
.inner-page .m-page span,
.inner-page .m-page .next,
.inner-page .m-page .prev {
  margin: 0 15px;
  font-size: 20px;
  color: #242424;
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page .next,
.inner-page .m-page .prev {
  font-size: 35px;
  color: #666;
}
.inner-page .m-page > div {
  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;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-bottom-color: #242424;
}
.inner-page .m-page .prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.inner-page .m-page .next,
.inner-page .m-page .prev {
  border-color: #ccc;
  cursor: pointer;
}
.inner-page .m-page .next img,
.inner-page .m-page .prev img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page .next:hover,
.inner-page .m-page .prev:hover {
   border-color:#000;
}
.inner-page .m-page .next:hover img,
.inner-page .m-page .prev:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul{
  margin: -15px;
}
.inner-page #productList ul li {
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 15px;
}
.inner-page #productList ul li .box{
  border: 1px solid #ccc;
  overflow: hidden;
}
.inner-page #productList ul.relatedlist li{
  border: none;
}
.inner-page #productList ul li a.img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
   background: #ececec;
}
.inner-page #productList ul li a.img-box:hover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.inner-page #productList ul li .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul li span.h6 {
  font-weight: 600;
  font-size: 22px;
  color: #332f2c;
  line-height: 1.5;
  margin: .5em 0;
  display: block;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul.slick-slider li span.h6 {
  height: 4.2em;
  overflow: hidden;
}
.inner-page #productList ul li .link {
  font-size: 18px;
  color: white;
  height: 2.44444444em;
  text-align: center;
  background-color: #c1c1c1;
  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;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.inner-page #productList ul li .link em {
  position: relative;
  display: inline-block; 
  line-height: 1;
}
.inner-page #productList ul li .link:hover {
  background-color: var(--color);
}
.inner-page #productList ul li:hover {
  z-index: 1;
}
.inner-page #productList ul li:hover:after {
  opacity: 1;
}
.inner-page #productList ul li:hover .link {
  opacity: 1;
  bottom: 0;
}
.inner-page #productList ul li .line i{
  position: absolute;
      -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: var(--color);
    z-index: 4;
}
.inner-page #productList ul li .line i:nth-child(1){
      left: 0;
    top: 0;
    width: 1px;
    height: 0;
}
.inner-page #productList ul li .line i:nth-child(2){
  left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.inner-page #productList ul li .line i:nth-child(3){
      right: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
}
.inner-page #productList ul li .line i:nth-child(4){
      right: 0;
    top: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s;
}
.inner-page #productList ul li:hover .line i:nth-child(1) {
    height: 100%;
}
.inner-page #productList ul li:hover .line i:nth-child(2) {
    width: 100%;
}
.inner-page #productList ul li:hover .line i:nth-child(3) {
    height: 100%;
}
.inner-page #productList ul li:hover .line i:nth-child(4) {
    width: 100%;
}
.inner-page #productList ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
  display: none;
}
.inner-page #productList ul li .des{
  font-size: 16px;
  line-height: 2;
  padding: 0 1em;
  position: relative;
}
.m-link {
    font-size: 16px;
    padding-top: 15px;
}
@media (max-width: 1680px) {
  .inner-banner .box .right .mbx {
    font-size: 16px;
  }
  .inner-banner {
    height: 560px;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 18px;
  }
  .about-page .about-2 {
    padding-bottom: 60px;
  }
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }
  .about-page .about-6 .bottom ul li {
    padding-right: 40px;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  .testimonials-page .ret .list {
    margin: 50px 0;
  }
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .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;
  }
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  .about-page .about-1 .text,
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 18px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
   .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 16px;
  }
  .inner-page #productList ul li .link{
    font-size: 16px;
  }
  .inner-page #productList ul li .link em:after{
    border-width: 2px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .m-page .next,
  .inner-page .m-page .prev {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin: 0 5px;
  }
}
@media (max-width: 1450px) {
  .inner-banner {
     height: 470px;
  }
  .about-page .about-6 .bottom ul li p {
     width: 90%;
  }
  .about-page .about-7 .right .header .title {
     font-size: 78px;
     margin-left: -90px;
  }
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }
  .about-page .about-1 .text,
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text{
     font-size: 16px;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
  .news-page .ui.container ul.newslist li .date span{
    font-size: 60px;
  }
   .product-page .product-1 {
    padding: 0 0 60px;
  }
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .inner-banner {
    height: 330px;
  }
  .inner-banner .box .right .mbx {
    font-size: 14px;
  }
  .about-page .about-6 .top .left .title {
     font-size: 60px;
   }
    .about-page .about-6 .bottom {
        padding-left: 0;
    }
    .about-page .about-6 .bottom ul li p {
        width: 100%;
    }
    .about-page .about-7 {
        padding: 50px 0;
    }
    .about-page .about-7 .left,.about-page .about-7 .right {
        vertical-align: middle;
    }
    .about-page .about-7 .right {
        padding-top: 0;
    }
    .about-page .about-7 .right .ig {
        padding-left: 30px;
    }
    .about-page .about-7 .right .header .title {
        font-size: 62px;
        margin-left: 0;
    }
    .about-page .about-1 .text,
    .contact-page .contact-1 .list ul li .box span.h6,
    .contact-page .contact-1 .list ul li .box p,
    .contact-page .contact-1 .text {
      font-size: 14px;
    }
    .about-page .about-1 {
    padding: 40px 0;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 18px;
    line-height: 1.4;
    height: 50px;
    display: block;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .list ul {
    margin: -10px;
  }
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 200px;
  }
  .about-page .about-5 .ret {
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
  .testimonials-page .ret .list {
    margin: 30px 0;
  }
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
}
@media (max-width: 1100px) {
    .about-page .about-6 .top .left .title {
        font-size: 60px;
    }
    .about-page .about-6 .bottom ul li p {
        font-size: 21px;
    }
    .about-page .about-7 .right .header .title {
        font-size: 53px;
    }
    .about-page .about-7 .right .list {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-6 .top .left,.about-page .about-6 .top .right {
        width:100%;
    }
    .about-page .about-6 .top .right {
        margin-top: 20px;
    }
    .about-page .about-6 .bottom ul {
        margin-bottom: -20px;
    }
    .about-page .about-6 .bottom ul li:last-child {
        width: 33.3333%
    }
    .about-page .about-6 .bottom ul li {
        width: 33.3333%;
        margin-bottom: 20px;
    }
    .about-page .about-7 .left {
        display: none;
    }
    .about-page .about-7 .right {
        width: 100%;
    }
    .about-page .about-7:after {
        width: 100%;
    }
    .testimonials-page .options {
     display: none;
    }
    .faq-page .marginBox{
      padding: 60px 0;
    }
    .news-page .ui.container ul.newslist li .text {
      padding-left: 30px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea,
    .inner-page .form ul li input[type="submit"] {
     font-size: 14px;
     padding: .5em;
    }
    .proNav .proNav_box{
      padding: 0 15px;
    }
    .product-page .marginTop .left {
    width: 100%;
  }
  .product-page .marginTop .right {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .product-page .product-1 {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
  .inner-page #productList ul li a.img-box {
    padding: 20px 5% 0;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 14px;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .proNav,
  #index-body .i-news1{
    padding: 60px 0;
  }
  .flex-4 > *,
  .flex-5 > *{
    width: 33.3333%;
  }
  .seoPublic .Auxil-about .box .left .img{
    height: auto;
  }
}
@media (max-width: 700px) {
  .inner-banner{
     height: 220px;
   }
  .inner-banner .box .left{
     width: 100%;
     padding-right: 0;
   }
   .inner-banner .box .right{
     width: 100%;
     text-align: left;
   }
   .inner-banner .box .right .mbx{
     text-align: left;
   }
   .about-page .about-1 .bottom ul li{
      margin: 15px 0;
    }
    .about-page .about-6 .bottom ul li {
        width:50%;
        padding-right: 20px;
    }
    .about-page .about-6 .bottom ul li:last-child {
        width: 50%;
    }
    .about-page .about-6 .bottom ul li:nth-child(even) {
        padding-right: 0;
    }
    .about-page .about-7 .right .list ul li .tit {
        font-size: 22px;
    }
    .about-page .about-2 .list ul li .box .content .text {
    font-size: 14px;
  }
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 12px;
    width: 140px;
  }
  .faq-page .marginBox,
  .news-page{
    padding: 30px 0;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
  .news-page .ui.container ul.newslist{
    margin-top: 0;
  }
  .news-page .ui.container ul.newslist li .date span {
    font-size: 30px;
  }
  .news-page .ui.container ul.newslist li{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .newdet-page{
    padding-top: 30px;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .options span {
    font-size: 12px;
    width: 140px;
  }
  .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
  .prodet-page .prodet-3 .dots ul li button{
    width: auto;
    height: auto;
  }
  .proNav,
  #index-body .i-news1{
    padding: 30px 0;
  }
   .flex-3 > *,
   .flex-4 > *,
   .flex-5 > * {
     width: 50%;
   }
}
@media (max-width: 500px) {
  .inner-banner .box .right {
    margin-top: 5px;
  }
  .inner-banner .box .right,
  .inner-banner .box .right .mbx {
    text-align: left;
  }
  .about-page .about-1 .bottom ul li h4 {
      font-size: 40px;
    }
    .about-page .about-6 .top .left .title {
        font-size:50px;
    }
    .about-page .about-6 .top .right {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-6 .bottom ul li {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-6 .bottom ul li:last-child {
        width: 100%;
    }
    .about-page .about-6 .bottom ul li .ig {
        padding: 0;
    }
    .about-page .about-6 .bottom ul li .ig:after {
        display: none;
    }
    .about-page .about-7 .right {
        padding: 0 15px;
    }
    .about-page .about-7 .right .ig {
        padding-left: 0;
    }
    .about-page .about-7 .right .header .title {
        font-size: 40px;
    }
    .about-page .about-7 .right .header .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-7 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4;
    }
    .testimonials-page .ret .list ul li{
      width: 50%;
    }
    .testimonials-page .marginBox {
    padding: 30px 0;
  }
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
  .product-page .marginTop .left .text{
    font-size: 14px;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-4 > *,
  .flex-5 > * {
     width: 100%;
   }
}
.seoPublic .title,
.seoPublic .Auxil-about .box .right div.h3,
#index-body .i-news1 ul li .box .h4{
  font-weight: 600;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
