@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot') format('eot'), url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot') format('eot'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot') format('eot'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.grid-box {
  font-size: 0;
}
.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.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.55%;
}
.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%;
  }
}
.set-position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.set-display-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #2fa352;
  --color: #2fa352;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Barlow';
  font-weight: 400;
}
.container {
  width: 1470px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
h1,
h2,
h3 {
  font-weight: bold;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.public-btn:hover {
  background-color: #000;
}
#header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 17px 0;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin: 0 1.4em;
  color: var(--white);
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
  line-height: 1;
  padding: 0 12px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 11px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  left: 12%;
  width: 76%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(1) a {
  padding: 0 34px 0 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(1) a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(1) a.active::after {
  left: -13px;
  width: 88%;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child a {
  border-right: 0;
  padding: 0 0 0 34px;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li:last-child a.active::after {
  left: 17%;
  width: 90%;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  margin-left: 61px;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 22px;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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(--primary);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header.inner,
#header.active {
  position: fixed;
  top: 0;
  background: #666;
  -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);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
  width: 100%;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 32%;
  left: 0;
  width: 100%;
  color: var(--white);
}
#banner ul li .text .left {
  width: 56%;
}
#banner ul li .text .left h3 {
  font-size: 94px;
  line-height: 1;
}
#banner ul li .text .left p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 14px;
  max-width: 751px;
}
#banner ul li .text .left .more {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 154px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 39px;
  background: var(--primary);
  color: var(--white);
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul li .text .left .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--white);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul li .text .left .more:hover {
  color: #111;
}
#banner ul li .text .left .more:hover::before {
  left: 0;
  width: 100%;
}
#banner ul li .text .left .more:last-child {
  margin-left: 16px;
  background: var(--white);
  color: #111;
}
#banner ul li .text .left .more:last-child:hover {
  color: var(--white);
}
#banner ul li .text .left .more:last-child::before {
  background: var(--primary);
}
#banner .info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -7%;
  z-index: 1;
}
#banner .info .box {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 33px 52px;
  max-width: 743px;
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--white);
}
#banner .info .box h3 {
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
  text-transform: uppercase;
}
#banner .info .box p {
  font-size: 18px;
  line-height: 1.5;
}
#banner .info .box .play {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#banner .info .box .play::before,
#banner .info .box .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#banner .info .box .play::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .more {
  width: 217px;
  height: 54px;
  background: var(--primary);
  display: inline-block;
  line-height: 54px;
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #0b0b0b;
}
#index-body .more:hover::before {
  left: 0;
  width: 100%;
}
#index-body span.tag {
  font-size: 18px;
  color: var(--primary);
  line-height: 1;
}
#index-body h3.title {
  font-size: 72px;
  line-height: 1;
  position: relative;
  font-weight: bold;
}
#index-body .product {
  padding: 156px 0 82px;
  position: relative;
}
#index-body .product .content {
  padding-top: 65px;
}
#index-body .product .content .ui.container {
  max-width: 1750px;
  width: 100%;
}
#index-body .product .content ul .slick-track {
  margin: 0;
}
#index-body .product .content ul li .img {
  background-color: #f1f1f1;
  position: relative;
  border: 1px solid #f1f1f1;
}
#index-body .product .content ul li .img em {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #111;
  position: absolute;
  top: 23px;
  left: 17px;
}
#index-body .product .content ul li .text {
  padding: 40px 0 0 2px;
}
#index-body .product .content ul li .text h3 {
  font-size: 28px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .content ul li .text h3:hover {
  color: var(--primary);
}
#index-body .product .content ul li .text .mores {
  display: inline-block;
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .content ul li .text .mores::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 2px;
  width: 82%;
  height: 9px;
  background: #d2d2d2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .content ul li .text .mores:hover::after {
  width: 100%;
}
#index-body .product .arrow {
  position: absolute;
  right: 12.5%;
  top: 18%;
}
#index-body .product .arrow .left,
#index-body .product .arrow .right {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d6d6d6;
  display: inline-block;
  color: var(--black);
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .arrow .left:hover,
#index-body .product .arrow .right:hover {
  background: var(--primary);
  color: var(--white);
}
#index-body .product .arrow .right {
  margin-left: 10px;
}
#index-body .i-product {
  padding: 67px 0 79px;
  z-index: 1;
}
#index-body .i-product .bg {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}
#index-body .i-product .header {
  text-align: right;
  position: relative;
  z-index: 2;
}
#index-body .i-product ul {
  position: relative;
  z-index: 2;
}
#index-body .i-product ul .slick-dots {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
#index-body .i-product ul .slick-dots li {
  background-color: var(--primary);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 16px;
  width: 16px;
  height: 15px;
  border-radius: 50%;
}
#index-body .i-product ul .slick-dots li:first-child {
  opacity: 0.3;
}
#index-body .i-product ul .slick-dots li:nth-child(2) {
  opacity: 0.5;
}
#index-body .i-product ul .slick-dots li:nth-child(4) {
  opacity: 0.5;
}
#index-body .i-product ul .slick-dots li:last-child {
  opacity: 0.3;
}
#index-body .i-product ul .slick-dots li button {
  display: none;
}
#index-body .i-product ul .slick-dots li.slick-active {
  opacity: 1;
}
#index-body .i-product ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
}
#index-body .i-product ul li .img {
  width: 45%;
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}
#index-body .i-product ul li .img span {
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 5px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  z-index: 1;
  margin-right: -15%;
}
#index-body .i-product ul li .img img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product ul li .img .img1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .i-product ul li .img .img1::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 88.8%;
  height: 100%;
  right: -27px;
  bottom: -24px;
  background: rgba(0, 0, 0, 0.4);
}
#index-body .i-product ul li .text h4 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
#index-body .i-product ul li .text h5 {
  font-size: 60px;
  letter-spacing: 4px;
  font-weight: 300;
  line-height: 1;
}
#index-body .i-product ul li .text p {
  font-size: 18px;
  line-height: 1.75;
  margin: 16px 0 0 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#index-body .i-product ul li .text .more {
  margin-top: 48px;
  background: #0b0b0b;
}
#index-body .i-product ul li .text .more::before {
  background: var(--primary);
}
#index-body .i-product ul li em {
  font-size: 277px;
  letter-spacing: -3px;
  color: #7c7c7c;
  font-weight: bold;
  position: absolute;
  bottom: -180px;
  opacity: 0.1;
  left: -71px;
  display: none;
}
#index-body .i-product::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 104px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ipg.png) no-repeat;
}
#index-body .i-product + .pin-spacer {
  background-color: #f7f7f7;
}
#index-body .about-name {
  z-index: 2;
}
#index-body .about {
  padding-top: 70px;
  padding-bottom: 102px;
  z-index: 5;
}
#index-body .about .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
#index-body .about .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
#index-body .about .container {
  z-index: 2;
}
#index-body .about .left {
  position: relative;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .about .right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#index-body .about .right h2 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}
#index-body .about .right h2 em {
  color: var(--primary);
}
#index-body .about .right h1 {
  display: inline;
  font-weight: 500;
}
#index-body .about .right .desc {
  font-size: 18px;
  line-height: 1.33333333;
  max-width: 643px;
}
#index-body .about .right ul {
  margin-top: 39px;
}
#index-body .about .right ul li {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .about .right ul li .img {
  width: 55px;
  display: inline-block;
  text-align: center;
}
#index-body .about .right ul li img {
  display: inline-block;
}
#index-body .about .right ul li .text {
  padding-left: 33px;
  display: inline-block;
  width: 89%;
}
#index-body .about .right ul li .text h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .about .right ul li .text p {
  font-size: 18px;
  margin-top: 10px;
}
#index-body .about .right ul li:first-child .text {
  max-width: 514px;
}
#index-body .about .right ul li:first-child .text p {
  line-height: 1.3;
}
#index-body .about .right ul li:last-child .text {
  max-width: 548px;
}
#index-body .about .right ul li:last-child .text p {
  margin-top: 8px;
  line-height: 1.7;
}
#index-body .about .right .more {
  width: 154px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  margin-top: 13px;
}
#index-body .advantage {
  z-index: 4;
  padding: 127px 0 118px;
}
#index-body .advantage .bg {
  left: 0;
  top: 0;
  width: 100%;
}
#index-body .advantage .header {
  text-align: center;
}
#index-body .advantage .header h3.title {
  font-size: 60px;
}
#index-body .advantage .content {
  margin-top: 48px;
  background: url(../images/adb.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 12px;
}
#index-body .advantage .content ul {
  margin-right: -28px;
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .advantage .content ul li {
  text-align: center;
  margin-right: 28px;
  background-color: #f1f1f1;
  padding: 79px 36px 114px;
}
#index-body .advantage .content ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 103px;
  height: 104px;
  background-color: #1e1e1e;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
}
#index-body .advantage .content ul li img {
  display: inline-block;
}
#index-body .advantage .content ul li .text {
  padding-top: 33px;
}
#index-body .advantage .content ul li .text h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  color: #272727;
}
#index-body .advantage .content ul li .text p {
  font-size: 18px;
  color: #272727;
  line-height: 1.77;
  margin-top: 12px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .advantage .content ul li:hover .img {
  background-color: var(--primary);
}
#index-body .news {
  padding: 0 0 102px;
  position: relative;
}
#index-body .news h3.title {
  font-size: 60px;
}
#index-body .news .content {
  margin-top: 79px;
}
#index-body .news .content ul {
  margin-right: -43px;
}
#index-body .news .content ul .slick-track {
  margin: 0;
}
#index-body .news .content ul li {
  padding-right: 43px;
}
#index-body .news .content ul li .text {
  padding-top: 25px;
}
#index-body .news .content ul li .text h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .news .content ul li .text p {
  font-size: 20px;
  color: #b9b9b9;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 19px;
}
#index-body .news .icon {
  position: absolute;
  top: -77px;
  right: 0;
}
#footer {
  background-color: #131313;
  position: relative;
  color: var(--white);
  padding: 116px 0 42px;
}
#footer .f-info h3 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1;
  margin-bottom: 33px;
}
#footer .f-info ul li {
  font-size: 18px;
  line-height: 2;
  color: #c0c0c0;
  margin-bottom: 8px;
}
#footer .f-info ul li:last-child {
  margin-bottom: 0;
}
#footer .f-info .f-form {
  width: 36%;
}
#footer .f-info .f-form h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: bold;
  padding-right: 58px;
}
#footer .f-info .f-form h2 em {
  color: var(--primary);
}
#footer .f-info .f-form form {
  padding-top: 39px;
}
#footer .f-info .f-form form ul {
  margin: 0 -10px -10px 0;
}
#footer .f-info .f-form form ul li {
  padding: 0 10px 10px 0;
  margin-bottom: 4px;
}
#footer .f-info .f-form form ul li input[type='text'],
#footer .f-info .f-form form ul li textarea {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  background: #282828;
  font-size: 18px;
  padding-left: 20px;
  color: var(--white);
}
#footer .f-info .f-form form ul li textarea {
  height: 78px;
}
#footer .f-info .f-form form ul li.wid-100 {
  width: 100%;
}
#footer .f-info .f-form form input[type='submit'] {
  margin-top: 16px;
  width: 157px;
  height: 45px;
  border: solid 1px rgb(47, 163, 82);
  color: var(--primary);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-info .f-form form input[type='submit']:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
#footer .f-info .f-nav {
  padding-left: 10%;
}
#footer .f-info .f-nav h3 {
  margin-bottom: 19px;
}
#footer .f-info .f-nav ul li {
  margin-bottom: 5px;
}
#footer .f-info .f-nav ul li a {
  color: #c0c0c0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-info .f-nav ul li a:hover {
  color: var(--primary);
}
#footer .f-info .f-contact {
  padding-left: 3%;
  width: 26%;
}
#footer .f-info .f-contact h3 {
  margin-bottom: 15px;
}
#footer .f-info .f-contact ul li {
  margin-bottom: 7px;
}
#footer .f-info .f-code {
  width: 13%;
  padding-left: 4.6%;
}
#footer .f-info .f-code #ewm {
  width: 114px;
  border: 4px solid #fff;
}
#footer .footer-bottom {
  display: block;
  margin-top: 83px;
}
#footer .footer-bottom .box {
  color: #c0c0c0;
}
#footer .footer-bottom .left {
  vertical-align: middle;
  width: 80%;
  font-size: 18px;
}
#footer .footer-bottom .right {
  vertical-align: middle;
  text-align: right;
  width: 20%;
}
#footer .footer-bottom .right li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 10px;
  color: #7d7d7d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #7d7d7d;
  text-align: center;
  line-height: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-bottom .right li:last-child {
  margin-right: 0;
}
#footer .footer-bottom .right li:nth-child(3) {
  line-height: 34px;
}
#footer .footer-bottom .right li:nth-child(4) {
  line-height: 32px;
}
#footer .footer-bottom .right li:hover {
  background: #7d7d7d;
  color: var(--white);
}
#footer .footer-bottom .right li:hover svg {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#footer .footer-bottom p img {
  display: inline-block;
  vertical-align: top;
  max-height: 16px;
  margin-top: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-bottom p svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #c0c0c0;
}
#footer .footer-bottom p svg text {
  fill: #c0c0c0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .footer-bottom p svg:hover {
  fill: var(--primary);
}
#footer .footer-bottom p svg:hover text {
  fill: var(--primary);
}
#footer .footer-bottom p a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-bottom p a:hover {
  color: var(--primary);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .copy {
    display: block;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1700px) {
  #banner ul li .text .left h3 {
    font-size: 89px;
  }
  #banner .info {
    bottom: -10%;
  }
  #index-body .product .content ul li .img {
    padding-left: 6px;
  }
  #index-body .about .right ul li .text {
    width: 88%;
  }
  #footer .f-info .f-form h2 {
    padding-right: 50px;
  }
  #index-body .i-product .bg{
    height: 140%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 0.5em;
  }
  #banner ul li .text {
    top: 20%;
  }
  #banner ul li .text .left h3 {
    font-size: 80px;
  }
  #index-body .i-product ul li .img span {
    margin-right: -18%;
  }
  #index-body .i-product ul li .text p {
    width: 90%;
  }
  #index-body .i-product ul li .text h4,
  #index-body .i-product ul li .text h5 {
    font-size: 58px;
  }
  #index-body .about .right {
    padding-left: 80px;
  }
  #index-body .about .right ul li .text {
    width: 86%;
  }
  #footer .f-info .f-form h2 {
    font-size: 42px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  #index-body h3.title,
  #index-body .about .right h2,
  #index-body .advantage .header h3.title,
  #index-body .news h3.title {
    font-size: 45px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 0.5em;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:last-child a {
    padding: 0 0 0 30px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 40px;
  }
  #banner ul li .text .left h3 {
    font-size: 60px;
  }
  #banner ul li .text .left .more {
    margin-top: 27px;
  }
  #banner .info {
    bottom: -19%;
  }
  #header .nav .ui.menu .h-language span {
    font-size: 18px;
  }
  #index-body .i-product ul li .img span {
    margin-right: -19%;
    font-size: 55px;
  }
  #index-body .i-product ul li .text h4,
  #index-body .i-product ul li .text h5 {
    font-size: 50px;
  }
  #index-body .i-product ul li em {
    left: 0;
    font-size: 200px;
  }
  #index-body .about .bg{
    opacity: 1;
  }
  #index-body .about .left,
  #index-body .about .right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .about .right ul li .text {
    width: 85%;
    padding-left: 22px;
  }
  #index-body .advantage .content ul li {
    padding: 70px 20px 80px;
  }
  #index-body .news .icon {
    width: 30%;
  }
  #footer .f-info .f-form h2 {
    font-size: 37px;
  }
  #footer .f-info .f-nav {
    padding-left: 8%;
  }
  #footer .f-info .f-contact {
    padding-left: 1%;
  }
  #footer .f-info .f-code {
    padding-left: 2.2%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-language span {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 30px;
  }
  #banner ul li .text .left h3 {
    font-size: 52px;
  }
  #index-body .product .content ul li .text h3 {
    font-size: 24px;
  }
  #index-body .i-product ul li .img span {
    margin-right: -21%;
    font-size: 55px;
  }
  #index-body .i-product ul li .text h4,
  #index-body .i-product ul li .text h5 {
    font-size: 45px;
  }
  #index-body .about .left span {
    margin-left: 13%;
  }
  #index-body .about .right {
    padding-left: 40px;
  }
  #index-body .advantage .content ul li {
    padding: 50px 15px 60px;
  }
  #footer .footer-bottom .left {
    width: 75%;
  }
  #footer .footer-bottom .right {
    width: 25%;
  }
  #footer .f-info ul li {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body h3.title,
  #index-body .about .right h2,
  #index-body .advantage .header h3.title,
  #index-body .news h3.title {
    font-size: 35px;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav {
    background: #000;
  }
  #header.active .nav {
    padding: 0 !important;
  }
  #mobile {
    display: block;
  }
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #banner .info {
    position: static;
  }
  #banner ul li .text {
    top: 8%;
  }
  #banner ul li .text .left h3 {
    font-size: 36px;
  }
  #banner ul li .text .left p {
    font-size: 17px;
  }
  #banner ul li .text .left .more {
    font-size: 16px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .product .arrow {
    right: 8%;
  }
  #index-body .product .arrow .left,
  #index-body .product .arrow .right {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #index-body .product {
    padding: 80px 0 60px;
  }
  #index-body .product .content {
    padding-top: 60px;
  }
  #index-body .product .arrow {
    top: 14%;
  }
  #index-body .product .content ul li .text h3 {
    font-size: 22px;
  }
  #index-body .product .content ul li .text .mores {
    margin-top: 20px;
  }
  #index-body .i-product ul .slick-dots {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  #index-body .i-product::before,
  #index-body .i-product::after {
    display: none;
  }
  #index-body .i-product ul li {
    margin-bottom: 60px;
  }
  #index-body .i-product .content {
    margin-top: 60px;
  }
  #index-body .i-product ul li .img span {
    margin-right: -18%;
    font-size: 30px;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product ul li .text h4,
  #index-body .i-product ul li .text h5 {
    font-size: 31px;
  }
  #index-body .i-product ul li .text p {
    margin: 30px 0 0 auto;
    font-size: 17px;
  }
  #index-body .i-product ul li:nth-child(even) .text p {
    margin: 30px auto 0 0;
  }
  #index-body .more {
    width: 180px;
    font-size: 18px;
  }
  #index-body .i-product ul li em {
    font-size: 127px;
    bottom: -90px;
  }
  #index-body .about .left,
  #index-body .about .right {
    width: 100%;
  }
  #index-body .about .left span {
    margin-left: 8%;
    font-size: 90px;
  }
  #index-body .advantage {
    padding: 0px 0 60px;
  }
  #index-body .advantage .content ul {
    margin-right: -10px;
  }
  #index-body .advantage .content ul li {
    margin-right: 10px;
    padding: 30px 10px 40px;
  }
  #index-body .advantage .content ul li .text {
    padding-top: 20px;
  }
  #index-body .advantage .content ul li .text h4 {
    font-size: 22px;
  }
  #index-body .advantage .content ul li .text p {
    font-size: 14px;
  }
  #index-body .advantage .content {
    margin-top: 30px;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .icon {
    display: none;
  }
  #index-body .news .content {
    margin-top: 50px;
  }
  #index-body .news .content ul li .text {
    padding-top: 30px;
  }
  #index-body .news .content ul li .text h3 {
    font-size: 22px;
  }
  #index-body .news .content ul li .text p {
    font-size: 18px;
  }
  #footer {
    padding: 60px 0;
  }
  #footer .f-info .f-form {
    width: 42%;
  }
  #footer .f-info .f-nav {
    display: none;
  }
  #footer .f-info .f-contact {
    width: 42%;
  }
  #footer .f-info .f-form h2 {
    font-size: 30px;
  }
  #footer .f-info .f-code {
    width: 16%;
    padding-left: 0;
  }
  #footer .footer-bottom {
    margin-top: 50px;
  }
  #footer .footer-bottom .right li {
    margin-right: 1px;
  }
}
@media screen and (max-width: 700px) {
  #index-body h3.title,
  #index-body .about .right h2,
  #index-body .advantage .header h3.title,
  #index-body .news h3.title {
    font-size: 24px;
  }
  #banner ul li {
    height: 240px;
  }
  #banner ul li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
  }
  #index-body .more {
    height: 40px;
    line-height: 40px;
  }
  #banner .info {
    display: none;
  }
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .left p {
    display: none;
  }
  #index-body .product {
    padding: 35px 0;
  }
  #index-body .product .arrow {
    top: 18%;
  }
  #index-body .product .content ul li .img em {
    font-size: 24px;
    left: 8px;
  }
  #index-body .product .arrow {
    display: none;
  }
  #index-body .i-product ul li {
    display: block;
  }
  #index-body .i-product ul li .img {
    width: 100%;
  }
  #index-body .i-product ul li .img img {
    width: 100%;
  }
  #index-body .i-product ul li .img::after {
    display: none;
  }
  #index-body .i-product ul li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #index-body .i-product ul li .text p {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #index-body .i-product ul li .text .more {
    margin-top: 20px;
  }
  #index-body .i-product ul li:nth-child(even) .text {
    padding: 30px 0 0 0;
  }
  #index-body .i-product ul li:nth-child(even) .text p {
    margin: 20px 0 0 0;
  }
  #index-body .i-product ul li em {
    display: none;
  }
  #index-body .i-product ul li .img span {
    margin-right: -11%;
  }
  #index-body .i-product .content {
    margin-top: 0;
  }
  #index-body .i-product ul li {
    margin-bottom: 0;
  }
  #index-body .product .content ul li .text h3 {
    font-size: 20px;
  }
  #index-body .product .content ul li .text {
    padding: 20px 0 0 0;
  }
  #index-body .about {
    padding-bottom: 50px;
  }
  #index-body .about {
    padding-top: 35px;
  }
  #index-body .about .left {
    padding-left: 0;
  }
  #index-body .about .left span {
    display: none;
  }
  #index-body .about .right {
    padding: 30px 0 0 0;
  }
  #index-body .about .right ul {
    display: none;
  }
  #index-body .about .right .more {
    margin-top: 20px;
  }
  #index-body .advantage .content {
    background: none;
  }
  #index-body .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .advantage .content ul li {
    margin-bottom: 20px;
    width: 46%;
  }
  #index-body .advantage .content ul li:last-child {
    margin-bottom: 0;
  }
  #index-body .news {
    padding: 0 0 50px;
  }
  #index-body .news .content {
    margin-top: 30px;
  }
  #index-body .news .content ul li .text {
    padding-top: 20px;
  }
  #footer {
    padding: 35px 0;
  }
  #footer .f-info .f-form {
    width: 100%;
  }
  #footer .f-info .f-form ul li {
    width: 100%;
  }
  #footer .f-info .f-form ul li:last-child {
    margin-bottom: 0;
  }
  #footer .f-info .f-contact {
    width: 100%;
    padding-top: 20px;
  }
  #footer .f-info .f-code {
    display: none;
  }
  #footer .footer-bottom {
    margin-top: 20px;
  }
  #footer .footer-bottom .left {
    width: 100%;
  }
  #footer .footer-bottom .right {
    display: none;
  }
  #footer .f-info .f-form h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .left h3 {
    font-size: 24px;
  }
  #banner ul li .text .left p {
    font-size: 14px;
    margin-top: 15px;
  }
  #banner ul li .text .left .more {
    font-size: 14px;
    width: 115px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
  }
  #index-body .product .arrow {
    top: 15%;
  }
  #index-body .product .content ul li .img em {
    font-size: 30px;
  }
  #index-body .i-product ul li .text h4,
  #index-body .i-product ul li .text h5 {
    font-size: 28px;
  }
  #index-body .i-product ul li .text p {
    font-size: 16px;
  }
  #index-body .more {
    width: 135px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  #index-body .about .right .desc {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .about .right .more {
    width: 125px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  #index-body .news .content ul li .text h3 {
    font-size: 20px;
  }
  #index-body .news .content ul li .text p {
    font-size: 16px;
  }
  #index-body .advantage .content ul li {
    width: 100%;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
#index-body .font-14,
#footer .font-14,
#index-body .font-15,
#footer .font-15,
#index-body .font-16,
#footer .font-16,
#index-body .font-17,
#footer .font-17,
#index-body .font-18,
#footer .font-18,
#index-body .font-19,
#footer .font-19,
#index-body .font-20,
#footer .font-20,
#index-body .font-21,
#footer .font-21,
#index-body .font-22,
#footer .font-22,
#index-body .font-23,
#footer .font-23,
#index-body .font-24,
#footer .font-24,
#index-body .font-25,
#footer .font-25,
#index-body .font-26,
#footer .font-26,
#index-body .font-27,
#footer .font-27,
#index-body .font-28,
#footer .font-28,
#index-body .font-29,
#footer .font-29,
#index-body .font-30,
#footer .font-30,
#index-body .font-31,
#footer .font-31,
#index-body .font-32,
#footer .font-32 {
  line-height: 28px !important;
}
.font-21,
.font-22 {
  font-size: 16px;
}
.font-22,
.font-23,
.font-24,
.font-25 {
  font-size: 18px;
}
.font-26,
.font-27,
.font-28,
.font-29 {
  font-size: 20px;
}
.font-30,
.font-31,
.font-32 {
  font-size: 22px;
}

  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.f-color {
  color: var(--color);
}

.color-ff {
  color: #fff;
}

.color-66 {
  color: #666666;
  line-height: 1.8;
}

.color-33 {
  color: #333333;
}

.color-14 {
  color: #141414;
  line-height: 1.6;
}

.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.t_l {
  transition: all 0.5s;
}

.mk-desc {
    color: #666666;
    line-height: 1.8;
    font-size: 16px;
}

.mk-desc.white {
    color: #fff;
}

.mk-tt {
    line-height: 1.2;
    color: #141414;
}

.mk-tt.white {
    color: #fff;
}
.btn-more {
    width: 50px;
    height: 50px;
    background-color: var(--color);
    border: 1px solid transparent;
    transition: all 0.5s;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.btn-more i {
    font-size: 24px;
    color: #fff;
    transition: all 0.5s;
}
.btn-more:hover {
    border-color: var(--color);
    background-color: #fff;
}
.btn-more:hover i {
    color: var(--color);
}
/*=========== inner page===========*/

.btn-go {
    width: auto;
    min-width: 196px;
    background-color: var(--color);
    color: #fff;
    font-size: 16px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 25px 0px 25px;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
}
.btn-go span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 24px;
    color: var(--color);
    margin-top: -5px;
}
.btn-go em {
    width: calc(100% - 50px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-go::before {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background-color: #fff;
    border-radius: 0px 0px 0px 25px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    z-index: -1;
}
.btn-go:hover {
    color: var(--color);
}
.btn-go:hover::before {
    width: 100%;
    border-radius: 0px 25px 0px 25px;
}
.btn-go.black::before {
    background-color: #000318;
}
.btn-go.fcolor {
    background-color: #fff;
    color: var(--color);
}
.btn-go.fcolor span {
    color: #fff;
}
.btn-go.fcolor::before {
    background-color: var(--color);
}
.btn-go.fcolor:hover {
    color: #fff;
}
@media (max-width: 1000px) {
    .btn-go {
        zoom: 0.85;
    }
}
.btn-go02 {
    justify-content: center;
    min-width: 176px;
}

.btn-go02::before {
    display: none;
}

.btn-go02:hover {
    background-color: #fff;
}
#index-body .init-7 .news-list {
  padding: 0 11%;
}

#index-body .init-7 .news-list .zdy-switch > div {
  position: absolute;
  margin-top: -25px;
}

#index-body .init-7 .news-list ul li .box .time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #e5e5e5;
}
@media (max-width: 700px) {
  #index-body .init-7 .news-list .zdy-switch > div {
    display: none;
  }
  #index-body .init-7 .news-list {
    padding: 0;
  }
}
.zdy-switch {
    display: flex;
    align-items: center;
    justify-content: center;
}
.zdy-switch>div {
    position: static;
    width: 50px;
    height: 50px;
    background-color: rgba(237, 237, 237, 0.1);
    border-radius: 50%;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 0.5s;
}
.zdy-switch>div::after {
    font-size: 16px;
    color: #b2b2b2;
    transition: all 0.5s;
}
.zdy-switch>div:hover {
    background-color: var(--color);
}
.zdy-switch>div:hover::after {
    color: #fff;
}
.zdy-switch.grey>div {
    background-color: #ededed;
}
.zdy-switch.grey>div:hover {
    background-color: var(--color);
}
.inner-page .mk-desc {
  line-height: 1.8;
}
.zdy-point {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zdy-point .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    border: 1px solid transparent;
    background-color: transparent;
}
.zdy-point .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #dbdad7;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 2px;
}
.zdy-point .swiper-pagination-bullet-active {
    border-color: var(--color);
}
.zdy-point .swiper-pagination-bullet-active::after {
    background-color: var(--color);
}
/*.seoPublic .text a {
    color: #666;
}*/
.seoPublic .seoIndustry .text h2 {
  font-size: 20px;
  line-height: 1.6;
  color: var(--color);
  font-weight: 600;
}
.seoPublic .seoIndustry .text h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  font-weight: 600;
}
.seoPublic .seoIndustry .text ol li,
.seoPublic .seoIndustry .text ul li {
  padding: 0 0 0 10px;
  list-style: disc;
  list-style-position: inside;
}
.bo-ra-20 {
  border-radius: 20px;
}

.inner-banner {
  margin-top: 170px;
  overflow: hidden;
}

.inner-banner .con {
  padding-left: 0px;
}

.inner-banner img.ban {
  position: absolute;
  left: 0;
  top: 10px;
}

.inner-banner .mbx {
  color: #666565;
}

.inner-banner .mbx span {
  color: var(--color);
}

.inner-banner .con .line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #b1b2b2;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}

/*=========== about page start===========*/
.about-page .about-1 .about-img img {
  border-radius: 20px;
}

.about-page .about-1 .about-txt {
  background-color: #f4f5f9;
  border-radius: 10px;
  width: 85%;
  margin: -5% auto 0;
  position: relative;
  z-index: 1;
}

.about-page .about-1 .about-txt .desc {
  color: #666666;
  line-height: 1.7;
}

.about-page .about-2 {
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .swiper {
  padding: 60px 0;
  margin: 0 150px;
}
.about-page .about-2 .mk-tt {
  color: #fff;
}
.about-page .about-2 .swiper .h6 {
  line-height: 2;
  color: #fff;
}

.about-page .about-2 .swiper .text {
  line-height: 2;
  padding-right: 20px;
  color: #fff;
  max-height: calc(2em * 4);
  overflow-y: auto;
}
.about-page .about-2 .swiper .swiper-wrapper {
  align-items: flex-end;
}
.about-page .about-2 .swiper .swiper-slide .box {
  position: relative;
}
.about-page .about-2 .swiper .swiper-slide .box .line {
  display: block;
  height: 1px;
  background: #dcdcdc;
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
}
.about-page .about-2 .swiper .swiper-slide .box .line:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: 6.5s linear;
  -moz-transition: 6.5s linear;
  transition: 6.5s linear;
}
.about-page .about-2 .swiper .swiper-slide .box .line i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #787878;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 .swiper .swiper-slide .box .line i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line:before {
  width: 100%;
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i {
  left: 3px;
  background-color: var(--color);
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i:after {
  opacity: 0.5;
}

.about-page .about-2 .zdy-switch > div {
  position: absolute;
  margin-top: -25px;
  background-color: #fff;
}
.about-page .about-2 .zdy-switch > div:hover {
  background-color: var(--color);
}
.about-page .about-3 .brands-list ul li .box {
  background-color: #f4f5f9;
  border-radius: 5px;
  padding: 30px;
  transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box .txtbox .desc {
  height: 158px;
  overflow-y: auto;
  line-height: 1.7;
  transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box:hover {
  background-color: var(--color);
}

.about-page .about-3 .brands-list ul li .box:hover .tt {
  color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc {
  color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
  background-color: #000;
}

.about-page .about-4 {
  background-color: #f4f5f9;
}

.about-page .about-4 .list {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 20% 2.5%;
}

.about-page .about-4 .list ul li {
  padding-top: 130px;
  transition: all 0.5s;
}

.about-page .about-4 .list ul li .box {
  transform-origin: bottom;
  transition: all 0.5s;
}

.about-page .about-4 .list ul li.swiper-slide {
  opacity: 0;
}

.about-page .about-4 .list ul li.swiper-slide-prev .box {
  transform: scale(1.2) translateX(-20px);
}

.about-page .about-4 .list ul li.swiper-slide-next {
  z-index: 9;
}

.about-page .about-4 .list ul li.swiper-slide-next .box {
  transform: scale(1.2) translateX(20px);
}

.about-page .about-4 .list ul li.swiper-slide-active {
  z-index: 10;
}

.about-page .about-4 .list ul li.swiper-slide-active .box {
  transform: scale(1.4);
}

.about-page .about-4 .list .zdy-switch > div {
  position: absolute;
  background-color: #ededed;
}

.about-page .about-4 .list .zdy-switch > div:hover {
  background-color: var(--color);
}

.about-page .about-4 .list .zdy-switch > div.swiper-button-prev {
  left: 13%;
}

.about-page .about-4 .list .zdy-switch > div.swiper-button-next {
  right: 13%;
}

@media (max-width: 1450px) {
  .about-page .about-4 .list {
    padding: 0 10% 2.5%;
  }

  .about-page .about-4 .list .zdy-switch > div.swiper-button-prev {
    left: 2%;
  }

  .about-page .about-4 .list .zdy-switch > div.swiper-button-next {
    right: 2%;
  }
}

@media (max-width: 1250px) {
  .about-page .about-2 .swiper .swiper-slide::after {
    height: 150px;
  }
  .about-page .about-3 .brands-list ul li .box {
    padding: 20px 15px;
  }

  .about-page .about-4 .list {
    padding: 0 0 2.5%;
  }

  .about-page .about-4 .list .zdy-switch > div.swiper-button-prev {
    left: -9%;
  }

  .about-page .about-4 .list .zdy-switch > div.swiper-button-next {
    right: -9%;
  }

  .about-page .about-4 .list ul li.swiper-slide-prev .box {
    transform: none;
  }

  .about-page .about-4 .list ul li.swiper-slide-next .box {
    transform: none;
  }

  .about-page .about-4 .list ul li.swiper-slide-active .box {
    transform: scale(1.2);
  }

  .about-page .about-4 .list ul li {
    padding-top: 70px;
  }
}

@media (max-width: 1000px) {
  .about-page .about-1 .about-txt {
    width: 100%;
    margin-top: 5%;
  }
  .about-page .about-2 .swiper {
    padding: 30px 0;
    margin: 0 66px;
  }
  .about-page .about-2 .swiper .swiper-slide .box {
    padding: 0 10px;
  }
}

@media (max-width: 700px) {
  .about-page .about-1 .about-img img {
    height: 360px;
    object-fit: cover;
  }
  .about-page .about-2 .swiper {
    padding: 20px 0;
  }

  .about-page .about-4 .list {
    background-image: none !important;
  }

  .about-page .about-4 .list .zdy-switch {
    display: none;
  }

  .about-page .about-4 .list ul li.swiper-slide-active .box {
    transform: none;
  }

  .about-page .about-4 .list ul li {
    padding-top: 0;
  }
}

/*=========== about page end===========*/
/*=========== sustanibility-page start===========*/
.sustanibility-page .sustanibility-1 .img-box {
  border-radius: 20px;
  overflow: hidden;
}

.sustanibility-page .sustanibility-1 .img-box img {
  min-height: 300px;
  object-fit: cover;
}

.sustanibility-page .sustanibility-2 .what {
  background-color: #f4f5f9;
  border-radius: 20px;
}

.sustanibility-page .sustanibility-2 .what .mk-tt {
  color: #333333;
}

.sustanibility-page .sustanibility-2 .what .left {
  width: 40%;
  padding-left: 5%;
}

.sustanibility-page .sustanibility-2 .what .right {
  width: 60%;
  padding-left: 5%;
  padding-right: 5%;
}

.sustanibility-page .sustanibility-2 .what .right ul li {
  padding: 5px 0;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .top {
  padding: 25px 35px 20px;
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li .box p {
  width: 100%;
  padding: 0 20px;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .content {
  padding: 25px 35px 40px;
  line-height: 1.7;
  display: none;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box {
  background-color: var(--color);
  border-radius: 10px;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .top {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .tt {
  color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .content {
  color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box span.ico img {
  filter: brightness(0) invert(1);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box i {
  color: #fff;
  transform: rotate(90deg);
}

.sustanibility-page .sustanibility-3 .zs-list ul {
  margin: 0 -20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li {
  width: 50%;
  padding: 0 20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box {
  position: relative;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
  width: 100%;
  object-fit: cover;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
  opacity: 0.8;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
  opacity: 1;
  transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
  opacity: 0;
  transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
  opacity: 0;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
  opacity: 1;
}

@media (max-width: 1250px) {
  .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 20px 15px;
  }

  .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 20px 15px;
  }
}

@media (max-width: 1000px) {
  .sustanibility-page .sustanibility-2 .what .left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sustanibility-page .sustanibility-2 .what .right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5%;
  }

  .sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 100%;
    padding: 10px 20px;
  }
}

@media (max-width: 700px) {
  .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 10px;
  }

  .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
    zoom: 0.85;
  }
}

/*=========== sustanibility-page end===========*/
/*=========== oem-page start===========*/
.oem-page .oem-1 .mk-tt {
  line-height: 1.5;
}

.oem-page .oem-1 .mk-desc {
  max-width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.oem-page .oem-1 .zs-list {
  position: relative;
}

.oem-page .oem-1 .zs-list .imgbox {
  border-radius: 20px;
  overflow: hidden;
}

.oem-page .oem-1 .zs-list .imgbox img {
  min-height: 300px;
  object-fit: cover;
}

.oem-page .oem-1 .zs-list ul {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 35px 0;
  width: 100%;
  background-color: rgba(0, 3, 24, 0.7);
  border-radius: 0 0 20px 20px;
}

.oem-page .oem-1 .zs-list ul li {
  padding: 0 75px;
}

.oem-page .oem-2 .strength-list ul li {
  margin-top: 70px;
}

.oem-page .oem-2 .strength-list ul li .box .img-box {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}

.oem-page .oem-2 .strength-list ul li .box .img-box img {
  border-radius: 30px;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox {
  background-color: #f4f5f9;
  border-radius: 30px;
  width: calc(50% + 40px);
  margin-left: -40px;
  padding: 90px 6%;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .tag .line {
  width: 65px;
  height: 1px;
  background-color: #333333;
  display: block;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .tt {
  line-height: 1.2;
  color: #333333;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .desc {
  line-height: 1.8;
  max-height: 80px;
  overflow-y: auto;
}

.oem-page .oem-2 .strength-list ul li:nth-child(odd) .box {
  flex-direction: row-reverse;
}

.oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
  margin-right: -40px;
  margin-left: 0;
}

.oem-page .oem-3 .laboratory-list ul li .box .img-box {
  border-radius: 10px;
  overflow: hidden;
}

.oem-page .oem-4 .mk-desc {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.oem-page .oem-4 .partner-list ul {
  margin: 0 8%;
  position: relative;
  height: 455px;
}

.oem-page .oem-4 .partner-list ul li {
  position: absolute;
  left: 0;
  top: 0;
  animation: fd1 4s linear infinite;
}

.oem-page .oem-4 .partner-list ul li .box {
  border-radius: 50%;
  width: 245px;
  height: 245px;
  background-color: rgba(58, 58, 58, 0.68);
  border: solid 1px rgba(255, 255, 255, 0.932);
}

.oem-page .oem-4 .partner-list ul li.num0 {
  zoom: 0.98;
  left: 0;
  top: 8%;
}

.oem-page .oem-4 .partner-list ul li.num1 {
  zoom: 0.48;
  left: 22%;
  top: 5%;
}

.oem-page .oem-4 .partner-list ul li.num2 {
  zoom: 0.48;
  animation: fd2 4s linear infinite;
  left: 18%;
  top: 52%;
}

.oem-page .oem-4 .partner-list ul li.num3 {
  left: 31%;
  top: 20%;
}

.oem-page .oem-4 .partner-list ul li.num4 {
  zoom: 0.48;
  left: 49%;
  top: 0%;
}

.oem-page .oem-4 .partner-list ul li.num5 {
  left: 56%;
  animation: fd2 4s linear infinite;
  top: 21%;
}

.oem-page .oem-4 .partner-list ul li.num6 {
  zoom: 0.48;
  animation: fd2 4s linear infinite;
  left: 77%;
  top: 52%;
}

.oem-page .oem-4 .partner-list ul li.num7 {
  left: auto;
  right: 0;
  top: 0%;
}

.oem-page .oem-5 .list ul li .box {
  background-color: #f4f5f9;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s;
}

.oem-page .oem-5 .list ul li .box .tt {
  transition: all 0.5s;
  line-height: 1.2;
  min-height: 48px;
}

.oem-page .oem-5 .list ul li .box img {
  transition: all 0.5s;
}

.oem-page .oem-5 .list ul li .box:hover {
  background-color: var(--color);
}

.oem-page .oem-5 .list ul li .box:hover .tt {
  color: #fff;
}

.oem-page .oem-5 .list ul li .box:hover img {
  filter: brightness(0) invert(1);
}

.oem-page .oem-6 .con {
  border-radius: 30px;
  height: 400px;
  padding: 0 20px;
  text-align: center;
}

.btn-go02 {
  justify-content: center;
  min-width: 176px;
}

.btn-go02::before {
  display: none;
}

.btn-go02:hover {
  background-color: #fff;
}

@keyframes fd1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fd2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1700px) {
  .oem-page .oem-2 .strength-list ul li .box .txtbox {
    padding: 50px 6%;
  }
}

@media (max-width: 1450px) {
  .oem-page .oem-1 .zs-list ul li {
    padding: 0 50px;
  }

  .oem-page .oem-2 .strength-list ul li .box .txtbox {
    padding: 20px 6%;
  }

  .oem-page .oem-2 .strength-list ul li {
    margin-top: 50px;
  }

  .oem-page .oem-4 .partner-list ul {
    zoom: 0.8;
  }
}

@media (max-width: 1250px) {
  .oem-page .oem-1 .zs-list ul li {
    padding: 10px 20px;
  }

  .oem-page .oem-1 .zs-list ul {
    padding: 10px 0px;
  }

  .oem-page .oem-2 .strength-list ul li .box .txtbox {
    padding: 20px 2% 20px 7%;
  }

  .oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    padding: 20px 7% 20px 2%;
  }

  .oem-page .oem-2 .strength-list ul li {
    margin-top: 40px;
  }

  .oem-page .oem-4 .partner-list ul {
    zoom: 0.6;
  }
}

@media (max-width: 1000px) {
  .oem-page .oem-2 .strength-list ul li {
    margin-top: 30px;
  }

  .oem-page .oem-2 .strength-list ul li .box .img-box {
    width: 100%;
  }

  .oem-page .oem-2 .strength-list ul li .box .txtbox {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: 0;
  }

  .oem-page .oem-4 .partner-list ul {
    margin: 0 0%;
  }

  .oem-page .oem-4 .partner-list ul {
    zoom: 0.45;
  }
}

@media (max-width: 700px) {
  .oem-page .oem-4 .partner-list {
    overflow-x: auto;
  }

  .oem-page .oem-4 .partner-list ul {
    width: 1600px;
  }

  .oem-page .oem-4 .partner-list::-webkit-scrollbar {
    height: 3px;
  }
}

/*=========== oem-page end===========*/
/*=========== odm-page start===========*/
.odm-page .odm-1 .left {
  width: 43%;
}

.odm-page .odm-1 .right {
  width: 50%;
}

.odm-page .odm-1 .img-box {
  border-radius: 20px;
}

.odm-page .odm-2 .con {
  position: relative;
}

.odm-page .odm-2 .con .anniu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.odm-page .odm-2 .con .anniu .play {
  width: 152px;
  height: 152px;
  background-color: #000000;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.odm-page .odm-2 .con .anniu p {
  max-width: 722px;
  padding: 0 20px;
}

.odm-page .odm-3 {
  background-color: #f4f5f9;
}

.odm-page .odm-3 .list ul li .box {
  position: relative;
}

.odm-page .odm-3 .list ul li .box .imgbox {
  position: relative;
}

.odm-page .odm-3 .list ul li .box .imgbox img {
  transition: all 0.5s;
}

.odm-page .odm-3 .list ul li .box .imgbox img.cur {
  opacity: 1;
}

.odm-page .odm-3 .list ul li .box .imgbox img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.odm-page .odm-3 .list ul li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.odm-page .odm-3 .list ul li .box .txtbox i {
  width: 92px;
  height: 92px;
  background-color: var(--color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.odm-page .odm-3 .list ul li .box .txtbox .tt {
  transition: all 0.5s;
}

.odm-page .odm-3 .list ul li .box:hover .imgbox img.cur {
  opacity: 0;
}

.odm-page .odm-3 .list ul li .box:hover .imgbox img.hover {
  opacity: 1;
}

.odm-page .odm-3 .list ul li .box:hover .txtbox i {
  background-color: #000318;
}

.odm-page .odm-3 .list ul li .box:hover .txtbox .tt {
  color: #fff;
}

.odm-page .odm-4 .con {
  border-radius: 30px;
  height: 400px;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 1000px) {
  .odm-page .odm-1 .left {
    width: 100%;
  }

  .odm-page .odm-1 .right {
    width: 100%;
    margin-top: 5%;
  }

  .odm-page .odm-2 .con .anniu .play {
    zoom: 0.8;
  }
}

@media (max-width: 700px) {
  .odm-page .odm-2 .con > img {
    min-height: 290px;
    object-fit: cover;
  }

  .odm-page .odm-3 .list ul li .box .imgbox img {
    min-height: 202px;
    object-fit: cover;
  }
}

/*=========== odm-page end===========*/
/*=========== markets-page start===========*/
.markets-page .markets-1 .mar-navli {
  background-color: #f4f5f9;
  border-radius: 20px;
  overflow: hidden;
}

.markets-page .markets-1 .mar-navli ul li .box {
  padding: 0 20px;
  height: 210px;
  transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box img {
  transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box .tt {
  transition: all 0.5s;
  text-align: center;
}

.markets-page .markets-1 .mar-navli ul li .box:hover,
.markets-page .markets-1 .mar-navli ul li.active .box {
  background-color: var(--color);
}

.markets-page .markets-1 .mar-navli ul li .box:hover .tt,
.markets-page .markets-1 .mar-navli ul li.active .box .tt {
  color: #fff;
}

.markets-page .markets-1 .mar-navli ul li .box:hover img,
.markets-page .markets-1 .mar-navli ul li.active .box img {
  filter: brightness(0) invert(1);
}

.markets-page .markets-2 .mar-artli ul li .box {
  background-color: #f4f5f9;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box .img-box {
  border-radius: 10px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox .tt {
  padding: 0 10px;
  transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box:hover {
  background-color: var(--color);
}

.markets-page .markets-2 .mar-artli ul li .box:hover .tt {
  color: #fff;
}

/*=========== markets-page end===========*/
/*=========== factory-page start===========*/
.factory-page .factory-1 .con {
  position: relative;
}

.factory-page .factory-1 .con .anniu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
}

.factory-page .factory-1 .con .anniu .mktt-box {
  margin-top: -80px;
}

.factory-page .factory-1 .con .anniu .mk-desc {
  max-width: 1430px;
  color: rgba(255, 255, 255, 0.7);
}

.factory-page .factory-2 {
  background-color: #f4f5f9;
}

.factory-page .factory-2 .left {
  width: 50%;
  padding-right: 5%;
}

.factory-page .factory-2 .left .datashow ul li {
  width: 50%;
  padding: 10px 0;
}

.factory-page .factory-2 .left .datashow ul li h4 {
  transition: all 0.5s;
}

.factory-page .factory-2 .left .datashow ul li:hover h4 {
  color: var(--color);
}

.factory-page .factory-2 .right {
  width: 50%;
  padding-left: 5%;
}

.factory-page .factory-2 .right .img-box {
  border-radius: 20px;
}

.factory-page .factory-3 .left {
  width: 50%;
  padding-right: 3%;
}

.factory-page .factory-3 .right {
  width: 50%;
  padding-left: 5%;
}

.factory-page .factory-3 .right .btn-go02 {
  border: 1px solid transparent;
}

.factory-page .factory-3 .right .btn-go02:hover {
  border-color: var(--color);
}

.factory-page .factory-4 .brands-list ul li .box {
  background-color: #f4f5f9;
  border-radius: 5px;
  padding: 30px;
  transition: all 0.5s;
}

.factory-page .factory-4 .brands-list ul li .box .txtbox .desc {
  height: 158px;
  overflow-y: auto;
  line-height: 1.7;
  transition: all 0.5s;
}

.factory-page .factory-4 .brands-list ul li .box:hover {
  background-color: var(--color);
}

.factory-page .factory-4 .brands-list ul li .box:hover .tt {
  color: #fff;
}

.factory-page .factory-4 .brands-list ul li .box:hover .desc {
  color: #fff;
}

.factory-page .factory-4 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
  background-color: #000;
}

.zdy-dots02 ul li {
  width: 93px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  border: 0;
}

.zdy-dots02 ul li.slick-active {
  background-color: var(--color);
}

@media (max-width: 1250px) {
  .factory-page .factory-4 .brands-list ul li .box {
    padding: 20px 15px;
  }

  .factory-page .factory-1 .con .anniu .mktt-box {
    margin-top: 0;
  }

  .factory-page .factory-1 .con > img {
    min-height: 250px;
    object-fit: cover;
  }
}

@media (max-width: 1000px) {
  .factory-page .factory-2 .left {
    width: 100%;
    padding-right: 0;
  }

  .factory-page .factory-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .factory-page .factory-3 .left {
    width: 100%;
    padding-right: 0;
  }

  .factory-page .factory-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
}

@media (max-width: 500px) {
  .factory-page .factory-2 .left .datashow ul li {
    width: 100%;
  }
}

/*=========== factory-page end===========*/
/*=========== cnas-page start===========*/
.cnas-page .cnas-1 .left {
  width: 50%;
}

.cnas-page .cnas-1 .right {
  width: 50%;
  padding-left: 9%;
}

.cnas-page .cnas-2 {
  background-color: #f4f5f9;
}

.cnas-page .cnas-2 .mk-desc {
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
}

.cnas-page .cnas-2 .brands-list ul li .box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  transition: all 0.5s;
}

.cnas-page .cnas-2 .brands-list ul li .box:hover {
  background-color: var(--color);
}

.cnas-page .cnas-2 .brands-list ul li .box:hover .tt {
  color: #fff;
}

@media (max-width: 1000px) {
  .cnas-page .cnas-1 .left {
    width: 100%;
  }

  .cnas-page .cnas-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
}

/*=========== cnas-page end===========*/
/*=========== chain-page start===========*/
.chain-page .chain-1 .img-box {
  border-radius: 20px;
  overflow: hidden;
}

.chain-page .chain-1 .img-box img {
  min-height: 300px;
  object-fit: cover;
}

.chain-page .chain-2 .strength-list ul li {
  margin-top: 70px;
}

.chain-page .chain-2 .strength-list ul li .box .img-box {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}

.chain-page .chain-2 .strength-list ul li .box .img-box img {
  border-radius: 30px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox {
  background-color: #f4f5f9;
  border-radius: 30px;
  width: calc(50% + 40px);
  padding-left: 10%;
  padding-right: 6%;
  margin-left: -40px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
  width: 65px;
  height: 1px;
  background-color: #333333;
  display: block;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
  line-height: 1.4;
  color: #333333;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
  line-height: 1.8;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
  flex-direction: row-reverse;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
  margin-right: -40px;
  margin-left: 0;
  padding-left: 6%;
  padding-right: 10%;
}

.chain-page .chain-3 {
  background-color: #f4f5f9;
}

.chain-page .chain-3 .process-li {
  padding: 0 10%;
}

.chain-page .chain-3 .process-li .swiper {
  padding: 25px 0;
  margin: 0 -1px;
}

.chain-page .chain-3 .process-li ul li .in {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.chain-page .chain-3 .process-li ul li .box {
  height: 405px;
  padding: 15px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0 20px;
}

.chain-page .chain-3 .process-li ul li .box .num {
  width: 50px;
  height: 50px;
  background-color: #f4f5f9;
  border: solid 1px #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 10px;
  width: 92px;
  height: 92px;
  transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box:hover .num {
  background-color: #000318;
  color: var(--color);
}

.chain-page .chain-3 .process-li ul li .box:hover i {
  background-color: #000;
}

.chain-page .chain-3 .process-li ul li .box:hover i img {
  filter: none;
}

.chain-page .chain-3 .process-li ul li .in-yj {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.zs {
  left: 0;
  top: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.ys {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.yx {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.zx {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}

.chain-page .chain-3 .process-li ul li.odd .box {
  border-top: 1px solid #cccccc;
  border-bottom: 0;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.zs {
  opacity: 1;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.ys {
  opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .box {
  border-top: 0;
  border-bottom: 1px solid #cccccc;
}

.chain-page .chain-3 .process-li ul li.even .num {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.chain-page .chain-3 .process-li ul li.even .in-yj.yx {
  opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .in-yj.zx {
  opacity: 1;
}

.chain-page .chain-3 .process-li .zdy-switch > div {
  background-color: #fff;
  position: absolute;
  transform: translateY(-50%);
}

.chain-page .chain-3 .process-li .zdy-switch > div:hover {
  background-color: var(--color);
}

.chain-page .oem-6 .con {
  border-radius: 30px;
  height: 400px;
}

@media (max-width: 1000px) {
  .chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 100%;
  }

  .chain-page .chain-2 .strength-list ul li .box .txtbox {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .chain-page .chain-2 .strength-list ul li {
    margin-top: 30px;
  }
}

/*=========== chain-page end===========*/
/*=========== product-yd-pagee start===========*/
.product-yd-page .procate-list.pro-even {
  background-color: #f3f3f3;
}

.product-yd-page .procate-list.pro-odd {
  background-color: #ededed;
}

.product-yd-page .procate-list .box ul {
  margin: 0 -12px;
}

.product-yd-page .procate-list .box ul li {
  width: 25%;
  padding: 12px;
}

.product-yd-page .procate-list .box ul li .ig {
  padding: 8px;
  width: 100%;
}

.product-yd-page .procate-list .box ul li .ig {
  background-color: var(--color);
  position: relative;
}
.product-yd-page .procate-list .box ul li .ig .play1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 10px;
}
.product-yd-page .procate-list .box ul li .ig .play1 img {
  width: 13px;
}
.product-yd-page .procate-list .box ul li .ig .play1::before {
  content: '';
  width: 60%;
  height: 60%;
  position: absolute;
  left: 20%;
  top: 20%;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  z-index: -1;
  pointer-events: none;
}
.product-yd-page .procate-list .box ul li .ig .play1::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
  pointer-events: none;
}

.product-yd-page .procate-list .box ul li .ig img {
  margin: auto;
}

.product-yd-page .procate-list .box ul li h4 {
  text-align: center;
  color: #fff;
  padding-top: 0px;
  padding: 20px 10px;
  background: var(--color);
}

.product-yd-page .procate-list .box ul li h4 a {
  display: block;
}
.product-yd-page .procate-list .box ul li h4 .btn-more {
  display: inline-flex;
  background-color: #000423;
  width: 40px;
  height: 40px;
}
.product-yd-page .procate-list .box ul li h4 .btn-more:hover {
  background-color: #fff;
}

.product-yd-page .procate-list .box ul li h4 img {
  margin: 5px auto;
  max-width: 50px;
  filter: invert(1) brightness(40);
}

@media screen and (max-width: 1250px) {
  .product-yd-page .procate-list .box ul li {
    width: 33.3333%;
  }
  .pt-250 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .product-yd-page .procate-list .box ul li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .product-yd-page .procate-list .box ul li {
    width: 100%;
    text-align: center;
  }
}

/*=========== .product-yd-page end===========*/
/*=========== .product-link-page start===========*/
.product-link-page .sidebar-box {
  border-bottom: 1px solid #eee;
}

.inner-page .sidebar-left {
  width: 25%;
}

.inner-page .sidebar-left .box {
  margin-bottom: 30px;
}
.inner-page .sidebar-left .box.contact ul li {
  font-size: 18px;
  font-weight: 300;
}
.inner-page .sidebar-left .box.contact ul li a {
  color: #666;
  word-break: break-all;
}
.inner-page .sidebar-left .box:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-left .box h3 {
  font-size: 26px;
  line-height: 1.8;
  color: var(--color);
  margin-bottom: 10px;
  font-weight: 600;
}

.inner-page .sidebar-left .box ul li {
  font-size: 20px;
  line-height: 2;
  color: #666;
  border-bottom: solid 1px #e5e5e5;
  padding: 3px;
  margin-bottom: 5px;
  width: 80%;
  position: relative;
  font-weight: bold;
}

.inner-page .sidebar-left .box ul li > a {
  padding-right: 20px;
}

.inner-page .sidebar-left .box ul li i {
  position: absolute;
  top: 12px;
  right: 0;
}

.inner-page .sidebar-left .box ul li li {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.inner-page .sidebar-left .box ul li li li {
  font-size: 16px;
  font-weight: 300;
}
.inner-page .sidebar-left .box ul li ul li:last-child {
  border-bottom: none;
}

.inner-page .sidebar-left .box ul li a.child:after {
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  right: 0;
  font-size: 16px;
}

.inner-page .sidebar-left .box ul li:hover > a,
.inner-page .sidebar-left .box ul li.active > a {
  color: var(--color);
}

.inner-page .sidebar-left .box ul li ul {
  padding-left: 10px;
  display: none;
}
.inner-page .sidebar-left .box ul li.active ul {
  display: block;
}
.inner-page .sidebar-left .box ul li.active a.child {
  color: var(--color);
}

.inner-page .sidebar-left .box ul li.active a.child:after {
  content: '\f107';
}

.inner-page .sidebar-left .box .share ul li a {
  display: block;
  padding: 5px 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.inner-page .sidebar-right {
  width: 75%;
}

.product-page .sidebar-right ul {
  text-align: left;
  margin: -10px;
}

.product-page .sidebar-right ul.sharelist {
  display: flex;
  justify-content: flex-start;
}

.product-page .sidebar-right ul li {
  padding: 10px;
}

.product-page .sidebar-right ul li .box {
  border: solid 1px #97c5a9;
  padding: 10px;
}

.product-page .sidebar-right ul li a.img-box {
  width: 100%;
  display: block;
}

.product-page .sidebar-right ul li a.img-box img {
  width: 100%;
}

.product-page .sidebar-right ul li .content {
  display: block;
  margin-top: 10px;
}

.inner-page.product-link-page .pro-1 {
  background-color: #ffffff;
}

.inner-page.product-link-page .pro-1 .box ul {
  margin: 0 -12px;
}

.inner-page.product-link-page .pro-1 .box ul li {
  width: 25%;
  padding: 12px;
}

.inner-page.product-link-page .pro-1 .box ul li .ig {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 20px;
}

.inner-page.product-link-page .pro-1 .box ul li .ig img {
  margin: auto;
}

.inner-page.product-link-page .pro-1 .box ul li h4 {
  text-align: center;
  color: #383737;
  padding-top: 10px;
  line-height: 1.6;
}

.inner-page.product-link-page .pro-1 .m-page a {
  color: #000;
}

.inner-page.product-link-page .pro-1 .m-page a:hover {
  color: #fff;
  background: var(--color);
}

@media screen and (max-width: 1450px) {
  .inner-page.product-link-page .pro-1 .box ul li {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-left {
    display: none;
  }

  .inner-page.product-link-page .pro-1 .box ul li {
    width: 50%;
  }

  .inner-page .sidebar-right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .inner-page.product-link-page .pro-1 .box ul li {
    width: 100%;
    text-align: center;
  }
}

/*=========== .product-link-page end===========*/
.m-page {
  text-align: center;
  float: none;
  margin: 30px -5px 0;
}

.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 36px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}

.m-page span,
.m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .m-page {
    margin: 15px -5px 0;
  }
}

/*=========== prodet-page start===========*/
.inner-page.prodet-page .pro-1 .grid1 {
  font-size: 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 20px 0 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left .prev,
.inner-page.prodet-page .pro-1 .grid1 .left .next {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #525252;
  background-color: #262626;
  cursor: pointer;
  padding: 10px 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left ul li {
  padding: 5px 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left ul li a {
  display: inline-block;
  background-color: #ebeaea;
  padding: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right {
  display: inline-block;
  vertical-align: top;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 {
  color: #282828;
  background-color: #fafafa;
  padding: 40px 30px;
  margin-bottom: 15px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
  width: 62%;
  padding: 0 2%;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left span {
  font-size: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left .contact {
  font-size: 16px;
  padding: 60px 0;
  color: #666;
}

/*.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left a {
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--color);
    padding: 5px 10px;
}*/

/*.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left a i {
    margin-left: 80px;
}*/

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
  width: 38%;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right img {
  background-color: #fff;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-2 {
  font-size: 16px;
  background-color: #fff;
  color: #666;
  padding-top: 50px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options span {
  padding-right: 20px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options span.active {
  color: var(--color);
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret {
  margin-top: 15px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide > span {
  display: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-3 {
  font-size: 16px;
  background-color: #fff;
  color: #666;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 {
  background-color: #1c1c1c;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title {
  color: #fff;
  padding: 26px 40px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title h4 {
  font-size: 38px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title span {
  font-size: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form {
  background-color: #2d2d2d;
  padding: 54px 80px 30px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li {
  font-size: 14px;
  padding-bottom: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li h6 {
  text-transform: uppercase;
  color: #bcbcbc;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li p {
  font-size: 16px;
  color: #bcbcbc;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li p span {
  color: var(--color);
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li input {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 10px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li input[type='submit'] {
  display: inherit;
  width: auto;
  font-size: 15px;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color);
  padding: 20px 36px;
  margin: auto;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li textarea {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
    width: 100%;
  }

  .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
    width: 100%;
    margin-top: 5%;
  }

  .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left .contact {
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .inner-page.prodet-page .pro-1 .grid1 > .left {
    display: none;
  }

  .inner-page.prodet-page .pro-1 .grid1 > .right {
    width: 100%;
  }

  .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options {
    display: none;
  }
  .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide > span {
    display: block;
  }
  .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide {
    display: block !important;
    margin: 10px 0;
  }
  .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide > div {
    margin-top: 10px;
  }
  .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
    width: 100%;
  }

  .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
    width: 100%;
  }

  .inner-page .sol-form .form,
  .inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form {
    padding: 30px 20px 10px;
  }
}

.con-5 {
  padding: 40px;
  background: #c2c2c2;
}

.con-5 ul li {
  padding: 20px;
  text-align: center;
}

.con-5 ul li h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}

.con-5 ul li {
  font-size: 16px !important;
  line-height: 1.5;
}

.con-6 {
  background: #c2c2c2;
}

.con-7 table td,
.con-7 table th {
  border: none;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.con-7 h2,
.con-7 h1 {
  color: var(--base-color);
  font-weight: 700;
}

.con-7 h3 {
  margin: 10px 0;
}

/*=========== prodet-page end===========*/
/*=========== news-page start===========*/
.news-page .news-1 .box {
  padding: 3% 5%;
  background-color: var(--color);
  color: white;
}

.news-page .news-1 .box form {
  height: 3.75em;
  border: 1px solid white;
}

.news-page .news-1 .box form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.8em;
}

.news-page .news-1 .box form input::-webkit-input-placeholder {
  color: white;
}

.news-page .news-1 .box form input:-moz-placeholder {
  color: white;
}

.news-page .news-1 .box form input::-moz-placeholder {
  color: white;
}

.news-page .news-1 .box form input:-ms-input-placeholder {
  color: white;
}

.news-page .news-1 .box form input::placeholder {
  color: white;
}

.news-page .news-1 .box form button {
  width: 5.625em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  background-color: transparent;
}

.news-page .news-1 .box form button i {
  font-size: 2em;
}

.news-page .news-2 ul {
  /*background-color: #f0f0f0;
  border: 1px solid #ccc;*/
}

.news-page .news-2 ul li {
  padding: 6% 10%;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.news-page .news-2 ul li:hover {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  z-index: 1;
}
.news-page .news-2 ul li .h6 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1000px) {
  .news-page .news-1 .box i img {
    max-height: 40px;
  }
  .news-page .news-2 ul li {
    padding: 5%;
  }
}
/*=========== news-page end===========*/

.newdet-page h1 {
  line-height: 1.4;
}

.newdet-page .text {
  color: #666;
  line-height: 2;
}
.newdet-page .text h2 {
  font-size: 20px;
  line-height: 1.6;
  color: var(--color);
  font-weight: 600;
}
.newdet-page .text h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  font-weight: 600;
}
.newdet-page .text ol li,
.newdet-page .text ul li {
  padding: 0 0 0 10px;
  list-style: square;
  list-style-position: inside;
}
.newdet-page .text strong {
  color: black;
}

/*.newdet-page .text p {
  margin-top: 1.5em;
}*/

.newdet-page .text p:first-child {
  margin-top: 0;
}

.newdet-page .m-link a {
  height: 2em;
  padding: 0 2.5em;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.newdet-page .m-link a:hover {
  background-color: black;
}

.newdet-page .form input,
.newdet-page .form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  padding: 0.9em 1.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.newdet-page .form input::-webkit-input-placeholder,
.newdet-page .form textarea::-webkit-input-placeholder {
  color: black;
}

.newdet-page .form input:-moz-placeholder,
.newdet-page .form textarea:-moz-placeholder {
  color: black;
}

.newdet-page .form input::-moz-placeholder,
.newdet-page .form textarea::-moz-placeholder {
  color: black;
}

.newdet-page .form input:-ms-input-placeholder,
.newdet-page .form textarea:-ms-input-placeholder {
  color: black;
}

.newdet-page .form input::placeholder,
.newdet-page .form textarea::placeholder {
  color: black;
}

.newdet-page .form input:focus,
.newdet-page .form textarea:focus {
  border-color: var(--color);
}

.newdet-page .form textarea {
  height: 230px;
}

.newdet-page .form input[type='submit'] {
  padding: 0.45em 2em;
  width: auto;
  height: auto;
  border: none;
  margin-left: auto;
  background-color: var(--color);
  color: #fff;
  transition: all 0.5s;
}
.newdet-page .form input[type='submit']:hover {
  background-color: #000;
}

.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}

.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}

.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: 0.5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}

.inner-page .sidebarLeft .slide ul li.active i:before {
  opacity: 1;
}

.inner-page .sidebarLeft .info {
  background-color: #010731;
  padding: 15% 10%;
  border-radius: 10px;
}
.inner-page .sidebarLeft .info .text {
  color: #fff;
}
.inner-page .sidebarLeft .info .share a i {
  color: #fff;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
  border-radius: 10px;
}

.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.inner-page .sidebarLeft .nav > ul > li {
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}

.inner-page .sidebarLeft .nav ul li a {
  padding: 0.8em 20px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sidebarLeft .nav ul li i {
  position: absolute;
  top: 21px;
  right: 14px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.inner-page .sidebarLeft .nav ul li ul {
  padding-left: 10px;
}
.inner-page .sidebarLeft .nav ul li li {
  font-size: 18px;
  font-weight: 300;
  color: #666;
}
.inner-page .sidebarLeft .nav ul li li li {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .newdet-page h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.4;
  }
  .inner-page .sidebarLeft {
    display: none;
  }
}

.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}

.contact-page .contact-1 .left .text span {
  color: black;
}

.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}

.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}

.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: 0.2em;
  opacity: 0.8;
}

.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color);
}

.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: 0.9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right input[type='submit'] {
  width: 196px;
  background-color: var(--color);
}
.contact-page .contact-1 .right input[type='submit']:hover {
  background-color: #000;
  color: #fff;
}
.contact-page .contact-1 .right textarea {
  height: 110px;
}

.contact-page .contact-1 .right select {
  padding: 1em;
}

.contact-page .contact-1 .right button {
  width: auto;
  border: none;
}

.contact-page iframe {
  border: none;
  display: block;
}
@media screen and (max-width: 1250px) {
  .contact-page iframe {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    position: static;
  }
}

.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: 0.8em 2em 0.8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}

.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}

.faq-page .faq-2 .form form button i {
  font-size: 2em;
}

.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 0.5%;
}

.faq-page .faq-2 .form form ul li {
  width: 100%;
}

.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0.4em 1.2em;
  border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}

.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: 0.5em 0;
  }

  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }

  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }

  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: 0.5em;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}

.gallery-page .wrap {
  margin: -18px;
}
.gallery-page .wrap li {
  padding: 18px;
}

.gallery-page .wrap li .img-box {
  border-radius: 10px;
  overflow: hidden;
}

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

.gallery-page.partner .wrap li {
  width: 20%;
}
@media screen and (max-width: 1450px) {
  .gallery-page.partner .wrap li {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page.partner .wrap li {
    width: 33.3%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page.partner .wrap li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page.partner .wrap li {
    width: 100%;
  }
}

.seoPublic .Auxil-through a {
  margin: 2px 0;
  white-space: normal;
  height: auto;
  min-height: 40px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
  color: #666;
}

.seoPublic .Auxil-related .list ul li .box {
  border-radius: 10px;
}

.about2-page .about-7 {
  padding: 80px 0;
}
.about2-page .about-7 .list {
  overflow: hidden;
}
.about2-page .about-7 .list ul {
  margin: -15px;
}
.about2-page .about-7 .list ul li {
  padding: 15px;
}
.about2-page .about-7 .list ul li img {
  width: 100%;
}
.about2-page .about-7 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  width: 28px;
  height: 56px;
  border: none;
  background-color: #ffffff;
}
.about2-page .about-7 .list .slick-arrow.slick-prev {
  left: 115px;
}
.about2-page .about-7 .list .slick-arrow.slick-next {
  right: 115px;
}
@media screen and (max-width: 1000px) {
  .about2-page .about-7 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .about2-page .about-7 .list .slick-arrow.slick-prev {
    left: 30px;
  }
  .about2-page .about-7 .list .slick-arrow.slick-next {
    right: 30px;
  }
}
.technology .about2-page .about-7 .list .three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology .about2-page .about-7 .list .three .column {
  margin-bottom: 20px;
}

.i-advantage {
  margin-top: 70px;
  margin-bottom: 80px;
}
.i-advantage .left {
  width: 55%;
}
.i-advantage .right {
  width: 45%;
}
.i-advantage h6 {
  color: var(--color);
}
.i-advantage p {
  line-height: 2;
}
.i-advantage .tab {
  margin-top: 50px;
}
.i-advantage .tab ul {
  margin: -3px;
  max-width: 650px;
}
.i-advantage .tab ul li {
  margin-bottom: 15px;
  padding-right: 20px;
}
.i-advantage .tab ul li a {
  padding: 0 20px;
  line-height: 1.2;
  color: #afafaf;
  border-radius: 5px;
  border: 1px solid currentcolor;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  height: 70px;
}
.i-advantage .tab ul li span {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin-right: 5px;
}
.i-advantage .tab ul li.active a,
.i-advantage .tab ul li:hover a {
  color: #000000;
}
.i-advantage .bag {
  border-radius: 50%;
  border: 1px dashed black;
  padding: 10%;
}
.i-advantage .bag .img {
  border-radius: 50%;
  overflow: hidden;
}
.i-advantage .bag .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-advantage .bag .num span {
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  border: 4px solid currentcolor;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.i-advantage .bag .num span.active {
  color: var(--color);
}
.i-advantage .bag .num span:nth-of-type(1) {
  left: 45%;
    top: -4%;
}
.i-advantage .bag .num span:nth-of-type(2) {
  left: -25px;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
}
.i-advantage .bag .num span:nth-of-type(3) {
      left: 96%;
    top: 45%;
}
.i-advantage .bag .num span:nth-of-type(4) {
  right: 10%;
  top: 81%;
}
.i-advantage .bag .num span:nth-of-type(5) {
  right: -25px;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
}
.i-advantage .bag .num span:nth-of-type(6) {
  right: 10%;
  top: 12%;
}
.i-advantage .bag .text {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.i-advantage .bag .text .mml-text {
  display: none;
}
.i-advantage .bag .text h4 {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .i-advantage p br {
    display: none;
  }
  .i-advantage .tab ul li a {
    line-height: 50px;
    padding: 0 10px;
  }
  .i-advantage .bag {
    padding: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .i-advantage .left {
    width: 100%;
    padding: 0;
  }
  .i-advantage .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .i-advantage .tab ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .i-advantage {
    margin-top: 0;
  }
  .i-advantage .tab ul li a{
    height: auto;
  }
}
@media screen and (max-width: 1250px) {
  .i-advantage .bag .text {
    /*zoom: 0.7;*/
    width: 290px;
    top:15%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .i-advantage p{
    max-height: calc(2em * 4);
    overflow-y: auto;
  }
  .i-advantage .bag .num span {
    zoom: 0.7;
  }
  .i-advantage .tab ul li a {
    line-height: normal;
  }
}
@media screen and (max-width: 700px) {
  .i-advantage {
    display: block;
  }
}
