@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Italic.eot");
  src: url("../fonts/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quentin";
  src: url("../fonts/Quentin.eot");
  src: url("../fonts/Quentin.eot?#iefix") format("embedded-opentype"), url("../fonts/Quentin.woff2") format("woff2"), url("../fonts/Quentin.woff") format("woff"), url("../fonts/Quentin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-PD {
  font-family: "PlayfairDisplay";
}
.font-Q {
  font-family: "Quentin";
}
.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.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;
}

/* 栅格 */
.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%;
    }
}
#innerMobileBanner{
  margin-top: 60px;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #d0111b;
  --color1: #eb000b;
  font-weight: normal;
  margin: 0 auto;
  background-color: #fff; 
}
.container {
  width: 1820px;
}
.public-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}
.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;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  background-color: #000000;
  border-radius: 33px;
  padding-left: 45px;
  padding-right: 46px;
}
.public-btn span {
  line-height: 65px;
}
.public-btn i {
  font-size: 22px;
}
.public-btn:focus,
.public-btn:hover {
  background-color: var(--color);
}
.public-btn1 {
  color: #010101;
  line-height: 55px;
  padding-left: 31px;
  padding-right: 31px;
  border-radius: 28px;
  background-color: #f8f8f8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.public-btn1:hover {
  background-color: var(--color);
  color: #f8f8f8;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
#header.active,
#header.inner {
  background-color: rgba(0, 0, 0, 0.6);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -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;
  vertical-align: middle;
  margin-top: 52px;
  margin-bottom: 30px;
  transition: .3s;
}
#header.active .nav .ui.menu .logo{
  margin-top: 42px;
  margin-bottom: 20px;
  transform: scale(.9);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box.menu-box1 ul.menu > li {
  margin-right: 104px;
}
#header .nav .ui.menu .menu-box.menu-box1 ul.menu > li:nth-child(4) {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box.menu-box1 ul.menu > li:nth-child(n + 5) {
  display: none!important;
}
#header .nav .ui.menu .menu-box.menu-box2 ul.menu > li {
  margin-right: 94px;
}
#header .nav .ui.menu .menu-box.menu-box2 ul.menu > li:nth-child(1),
#header .nav .ui.menu .menu-box.menu-box2 ul.menu > li:nth-child(2),
#header .nav .ui.menu .menu-box.menu-box2 ul.menu > li:nth-child(3),
#header .nav .ui.menu .menu-box.menu-box2 ul.menu > li:nth-child(4){
  display: none!important;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) ul.sub-menu{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  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(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#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 .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  width: 38px;
  height: 38px;
  border: solid 1px rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  cursor: pointer;
  width: 38px;
  height: 37px;
  border: solid 1px rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header .nav .ui.menu .h-language span {
  color: #fff;
  font-weight: 300;
}
#header .nav .ui.menu .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#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: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  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: var(--color);
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  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.banner-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.banner-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.banner-slick-dots li button {
  display: none;
}
#banner ul.banner-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;
}
#banner ul.banner-slick li {
  position: relative;
  max-height: 939px;
  height: inherit;
}
#banner ul.banner-slick li video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#banner ul.banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*display: none;*/
}
#banner ul.banner-slick li .content .text-box {
  color: #fff;
}
#banner ul.banner-slick li .content .text-box h2 {
  line-height: 1.2;
}
#banner ul.banner-slick li .content .text-box h2 .span1,
#banner ul.banner-slick li .content .text-box h2 .span2 {
  font-weight: 600;
}
#banner ul.banner-slick li .content .text-box .btn-box {
  position: relative;
  z-index: 1;
}
#banner ul.banner-slick li .content .text-box .btn-box .line {
  height: 1px;
  background-color: #f8f8f8;
  opacity: 0.52;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
#index-body .category .category-top .public-title {
  max-width: 695px;
}
#index-body .category .category-top .right {
  max-width: 455px;
}
#index-body .category .category-top .right .category-intro {
  line-height: 1.6666;
  color: #2f2f2f;
}
#index-body .category .category-list > li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 788px;
  width: 23%;
  position: relative;
}
#index-body .category .category-list > li.active {
  width: 54%;
}
#index-body .category .category-list > li.active .box {
  opacity: 1;
}
#index-body .category .category-list > li.active .little-title {
  opacity: 0;
}
#index-body .category .category-list .box {
  height: 100%;
  opacity: 0;
}
#index-body .category .category-list .box .box-top .second-list {
  min-width: 62%;
  width: 62.5%;
  max-height: 252px;
  overflow-y: auto;
}
#index-body .category .category-list .box .box-top .second-list li a {
  display: block;
  line-height: 41px;
  border-radius: 22px;
  border: solid 1px #fbfbf3;
  color: #fbfbf3;
  padding: 0 26px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  white-space: nowrap;
}
#index-body .category .category-list .box .box-top .second-list li a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .category .category-list .box .box-top .category-link {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: var(--color);
  border: solid 1px var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #f3f3f3;
}
#index-body .category .category-list .box .box-top .category-link i {
  font-size: 32px;
}
#index-body .category .category-list .box .box-top .category-link:hover {
  border-color: #f3f3f3;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .category .category-list .box .box-bottom {
  color: #fbfbf3;
}
#index-body .category .category-list .box .box-bottom .title {
  font-weight: 500;
}
#index-body .category .category-list .box .box-bottom .intro {
  max-width: 455px;
}
#index-body .category .category-list .little-title {
  color: #fbfbf3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
}
#index-body .advantage .content {
  padding-right: 9%;
}
#index-body .advantage .content .left {
  width: 62.5%;
}
#index-body .advantage .content .left .advantage-images-list {
  position: relative;
}
#index-body .advantage .content .left .advantage-images-list li {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
#index-body .advantage .content .left .advantage-images-list li:nth-child(n + 2) {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
#index-body .advantage .content .left .advantage-images-list li.active {
  opacity: 1;
  z-index: 3;
}
#index-body .advantage .content .right {
  width: 37.5%;
}
#index-body .advantage .content .right .advantage-text-list li {
  cursor: pointer;
}
#index-body .advantage .content .right .advantage-text-list li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .content .right .advantage-text-list li .order {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  min-width: 98px;
}
#index-body .advantage .content .right .advantage-text-list li .text-right {
  margin-top: 23px;
}
#index-body .advantage .content .right .advantage-text-list li .text-right .title {
  font-weight: 600;
}
#index-body .advantage .content .right .advantage-text-list li .text-right .intro {
  line-height: 1.625;
}
#index-body .advantage .content .right .advantage-text-list li.active .order,
#index-body .advantage .content .right .advantage-text-list li:hover .order {
  color: var(--color);
}
#index-body .about {
  position: relative;
}
#index-body .about .left .public-title {
  color: #ffffff;
}
#index-body .about .left .number-Plus li {
  color: #ffffff;
  max-width: 466px;
  border-bottom: 1px solid #fff;
}
#index-body .about .left .number-Plus li .num em {
  font-size: 80px;
  line-height: 1.1;
  white-space: nowrap;
}
#index-body .about .right {
  max-width: 722px;
}
#index-body .about .right .intro {
  font-weight: 300;
  color: #fff;
  line-height: 2.25;
  max-height: -webkit-calc(2.25em * 9);
  max-height: -moz-calc(2.25em * 9);
  max-height: calc(2.25em * 9);
  word-break: word-break;
  overflow-y: auto;
}
#index-body .about .right .name {
  font-size: 135px;
  line-height: 1.2;
  color: var(--color);
}
#index-body .about .right .about-more {
  background-color: #ffffff;
  color: #000000;
}
#index-body .about .right .about-more:hover {
  background-color: var(--color);
  color: #ffffff;
}
#index-body .about .about-advantage .advantage-list {
  margin-right: -18px;
}
#index-body .about .about-advantage .advantage-list li {
  width: 25%;
}
#index-body .about .about-advantage .advantage-list li .box {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 18px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  mix-blend-mode: hard-light;
}
#index-body .about .about-advantage .advantage-list li .box .icon {
  height: 62px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .about-advantage .advantage-list li .box .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .about-advantage .advantage-list li .box .title {
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .about-advantage .advantage-list li .box .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.69;
  height: -webkit-calc(1.733em * 4);
  height: -moz-calc(1.733em * 4);
  height: calc(1.733em * 4);
  overflow-y: auto;
}
#index-body .about .about-advantage .advantage-list li .box:hover {
  background-color: rgba(208, 17, 27, 0.85);
  color: #ffff;
}
#index-body .about .about-advantage .advantage-list li .box:hover .icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .about .about-advantage .advantage-list li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .product {
  background-color: #f8f8f8;
}
#index-body .product .public-title {
  position: relative;
  z-index: 1;
}
#index-body .product .public-title span {
  position: relative;
  z-index: 1;
  display: block;
}
#index-body .product .public-title .bg-text {
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20%;
  width: 100%;
  color: var(--color);
  font-family: "Quentin";
  line-height: 1.2;
}
#index-body .product .product-slick {
  margin-left: -37px;
  margin-right: -37px;
}
#index-body .product .product-slick .slick-slide {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick .slick-slide:nth-child(even) {
  margin-top: 83px;
}
#index-body .product .product-slick li .slide-box {
  margin: 0 37px;
  /*height: 550px;*/
  background-color: #ebebeb;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .product .product-slick li .slide-box {
  position: relative;
}
#index-body .product .product-slick li .slide-box .img {
  position: relative;
}
/*#index-body .product .product-slick li .slide-box .img img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}*/
#index-body .product .product-slick li .slide-box:hover{
  background-color: #f3f3f3;
}
#index-body .product .product-slick li .slide-box .img:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .product .product-slick li .slide-box .img:hover .public-btn1 {
  opacity: 1;
}
#index-body .product .product-slick li .slide-box:hover .title {
  opacity: 0;
}
#index-body .product .product-slick li .slide-box .public-btn1 {
  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%);
  opacity: 0;
  white-space: nowrap;
}
#index-body .product .product-slick li .slide-box .title {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 5%;
  /*color: #ffffff;*/
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .pagination .slick-dots {
  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;
  width: 218px;
  margin-top: 5px;
}
#index-body .product .pagination .slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  /*opacity: 0.2;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .pagination .slick-dots li.slick-active {
  /*opacity: 1;*/
  background-color: var(--color);
}
#index-body .product .pagination .slick-dots li button {
  display: none;
}
#index-body .product .pagination .current,
#index-body .product .pagination .total {
  color: #000;
  line-height: 1.2;
}
#index-body .news .news-box li {
  width: 850px;
}
#index-body .news .news-box .swiper-slide-shadow-left,
#index-body .news .news-box .swiper-slide-shadow-right {
  background-image: none !important;
}
#index-body .news .news-box .bottom {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-box .bottom .title {
  font-weight: 600;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-box .bottom .title:hover {
  color: var(--color);
}
#index-body .news .news-box .bottom .intro {
  color: #101010;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}
#index-body .news .news-box .bottom .public-btn1 {
  background-color: #000;
  color: #fff;
}
#index-body .news .news-box .bottom .public-btn1:hover {
  background-color: var(--color);
}
#index-body .news .news-box .swiper-slide-active .bottom {
  opacity: 1;
}
#footer {
  background-color: #000000;
  color: #fff;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  font-weight: 600;
}
#footer .f-content dl dd {
  opacity: 0.5;
}
#footer .f-content .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .f-content .items .f-form {
  width: 463px;
}
#footer .f-content .items .f-form input {
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}
#footer .f-content .items .f-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content .items .f-form input:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content .items .f-form input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content .items .f-form input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content .items .f-form input::placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content .items .f-form a.submit {
  background-color: var(--color);
  line-height: 46px;
  border: 2px solid var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
#footer .f-content .items .f-form a.submit:hover {
  background-color: transparent;
}
#footer .f-content .f-links dd,
#footer .f-content .f-product dd {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .f-links dd:hover,
#footer .f-content .f-product dd:hover {
  opacity: 1;
  color: var(--color);
}
#footer .f-content .f-contact li {
  max-width: 240px;
  line-height: 1.4;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 14px 0;
  opacity: 0.5;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 4px;
  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;
  /*display: none;*/
}
.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: 1700px) {
  #header .nav .ui.menu .menu-box.menu-box1 ul.menu > li,
  #header .nav .ui.menu .menu-box.menu-box2 ul.menu > li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 45px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #index-body .advantage .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  #index-body .advantage .content .left {
    width: 100%;
  }
  #index-body .advantage .content .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 25px;
  }
  #index-body .about .right .name {
    font-size: 80px;
  }
  #index-body .news .news-box li {
    width: 500px;
  }
  #footer .f-content .container .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .container .content dl {
    margin-top: 15px;
  }
  #footer .f-content .f-contact li {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #index-body .category .category-list > li {
    width: 100%;
    height: 450px;
  }
  #index-body .category .category-list > li.active {
    width: 100%;
  }
  #index-body .about .content .left {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #index-body .about .left .number-Plus li {
    max-width: 100%;
  }
  #index-body .about .about-advantage .advantage-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .about-advantage .advantage-list li {
    width: 50%;
    margin-bottom: 15px;
  }
  #index-body .about .left .number-Plus li .num em {
    font-size: 40px;
  }
  #index-body .product .product-slick {
    margin-left: -10px;
    margin-right: -10px;
  }
  #index-body .product .product-slick li .slide-box {
    margin-left: 10px;
    margin-right: 10px;
  }
  #index-body .product .product-slick li .slide-box{
    height: auto;
  }
  #footer .f-content .items,
  #footer .f-content .items .f-form {
    width: 100%;
  }
  #footer .f-content .container .content .f-links {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 30px;
  }
  .mobile-display-none {
    display: none;
  }
  .public-btn1 {
    line-height: 40px;
  }
  .public-btn span {
    line-height: 40px;
  }
  #index-body .category .category-list .little-title {
    display: none;
  }
  #index-body .category .category-list > li .box {
    opacity: 1;
  }
  #index-body .category .category-list .box .box-top .category-link {
    zoom: 0.7;
  }
  #index-body .category .category-list .box .box-top .second-list li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .advantage .content .right .advantage-text-list li .order {
    min-width: 50px;
  }
  #index-body .about .about-content {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .about .about-advantage .advantage-list li {
    width: 100%;
  }
  #index-body .about .right .name {
    font-size: 50px;
  }
  #index-body .product .product-slick .slick-slide:nth-child(even) {
    margin-top: 0;
  }
  #index-body .product .product-slick li .slide-box .title {
    display: none;
  }
  #index-body .product .product-slick li .slide-box .public-btn1 {
    opacity: 1;
  }
  #index-body .news .news-box li {
    width: 400px;
  }
  #index-body .news .news-box li {
    width: 85%;
  }
  #footer .f-content .container .content {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .f-content .container .content .f-product,
  #footer .f-content .container .content .f-links {
    margin-left: 0;
    display: none;
  }
  #footer .f-content .items .f-form a.submit {
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #banner ul.banner-slick li {
    height: 300px;
  }
  #banner ul.banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
/*
#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>*!
}*/
#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 tr:nth-child(even){
  background-color: #fff;
}
body {
  --font: "Montserrat";
}
.seoPublic .seoIndustry {
  display: none;
}
.seoPublic .Auxil-form .form ul li input[type=submit]{
  background: transparent!important;
  color: #333;
  padding: 0;
}
.seoPublic .Auxil-form .form ul li .more{
 padding: 0;
}
.seoPublic .Auxil-form .form ul li .more input[type=submit]{
   height: 49px;
   padding: 0 20px;
   position: relative;
   z-index: 2;
}
.seoPublic .Auxil-form .form ul li .more:hover input[type=submit]{
  color: #fff;
  background: #333;
}
.inner-page span.txt { 
  margin-bottom: .5em;
}
@media screen and (max-width: 1600px) {
  span.txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  span.txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  span.txt {
    font-size: 14px;
  }
}
.i-tag {
    font-size: 18px;
    display: inline-block;
    position: relative
}
.i-tag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#000;
}
.more.black {
  border-color: #333;
}
.more.black span {
  color: #333;
}
.more.black::before {
  background: #333;
}
.more.black:hover span {
  color: white;
}
.more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid white;
}
.more:hover::before {
  right: 0;
}
.more:hover span {
  color: #000;
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  text-transform: uppercase;
   
}
.inner-banner {
  height: 550px;
  background-size: cover;
  background-position: center center;
  /*padding-top: 170px;
  padding-bottom: 280px; */
  position: relative;
}
.inner-banner::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.inner-banner .ui.container{
  position: absolute;
  left: 50%;
  bottom: 7%;
   -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.inner-banner .box .left {
  vertical-align: bottom;
  padding-right: 10%;
}
.inner-banner .box .left span.h2 {
  color: #ffffff;
}
.inner-banner .box .right {
  vertical-align: bottom;
}
.inner-banner .box .right .mbx {
  text-align: right;
  font-size: 20px;
  color: white;
  /*margin-bottom: 1.5em;*/
  line-height: 1.6;
}
.inner-page span.txt { 
  margin-bottom: .5em;
}
.inner-page .marginBox {
  background: white;
  position: relative;
  z-index: 1;
  width: 100%;
}
.inner-page.newdet-page .marginBox,
.inner-page.news-page .marginBox{
  margin-top: -330px;
}
.inner-page .marginBox:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  background: inherit;
}
.inner-page .marginTop {
  width: 118%;
}
.inner-page .m-page {
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span,
.inner-page .m-page .next,
.inner-page .m-page .prev {
  margin: 0 15px;
  font-size: 20px;
  color: #242424;
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page .next,
.inner-page .m-page .prev {
  font-size: 35px;
  color: #666;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-bottom-color: #242424;
}
.inner-page .m-page .prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.inner-page .m-page .next,
.inner-page .m-page .prev {
  border-color: #ccc;
  cursor: pointer;
  cursor: hand;
}
.inner-page .m-page .next img,
.inner-page .m-page .prev img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page .next:hover,
.inner-page .m-page .prev:hover {
   border-color:#000;
}
.inner-page .m-page .next:hover img,
.inner-page .m-page .prev:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  /*border-left: 1px solid #bfbfbf;*/
  margin: 0 -15px;
}
/*.inner-page #productList ul {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li {
  text-align: center;
  
  overflow: hidden;
  
  position: relative;
    
  padding: 15px;
  
}
.inner-page #productList ul li .box{
  border: 1px solid #ccc;
  overflow: hidden;
}
 
.inner-page #productList ul.relatedlist li{
 
  border: none;
}
.inner-page #productList ul.relatedlist li .box1{
  border: 1px solid #ccc;
  margin-right: -2px;
}
/*.inner-page #productList ul.relatedlist li .box1:hover{
  border-color: var(--color);
  z-index: 5;
  position: relative;
}*/
/*.inner-page #productList ul li:nth-child(4n-3){
  border-left: 1px solid #bfbfbf;
}*/
/*.inner-page #productList ul.banner-slick-slider {
  border-bottom: none;
}
.inner-page #productList ul.banner-slick-slider li {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
  display: none;
}
.inner-page #productList ul li a.img-box {
  display: block;
  /*padding: 50px 5% 0;*/
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
   background: #ececec;
}
.inner-page #productList ul li a.img-box:hover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.inner-page #productList ul li .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul li span.h6 {
  font-family:var(--font);
  font-size: 22px;
  color: #332f2c;
  line-height: 2;
  margin: 1.5em 0 0;
  display: block;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul.banner-slick-slider li span.h6 {
  min-height: 2.1em;
  overflow: hidden;
}
.inner-page #productList ul li a.link {
  font-size: 18px;
  color: white;
  height: 2.44444444em;
  text-align: center;
  background-color: #c1c1c1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  width: 100%;
  z-index: 2;
}
.inner-page #productList ul li a.link em {
  position: relative;
  display: inline-block; 
  line-height: 1;
}
 
.inner-page #productList ul li a.link:hover {
  background-color: var(--color);
}
.inner-page #productList ul li:hover {
  z-index: 1;
  /*border-color: var(--color);*/
}
.inner-page #productList ul li:hover:after {
  opacity: 1;
}
.inner-page #productList ul li:hover a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.inner-page #productList ul li .line i{
  position: absolute;
      -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: var(--color);
    z-index: 4;
}
.inner-page #productList ul li .line i:nth-child(1){
      left: 0;
    top: 0;
    width: 1px;
    height: 0;
}
.inner-page #productList ul li .line i:nth-child(2){
  left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.inner-page #productList ul li .line i:nth-child(3){
      right: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
}
.inner-page #productList ul li .line i:nth-child(4){
      right: 0;
    top: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s;
}
.inner-page #productList ul li:hover .line i:nth-child(1) {
    height: 100%;
}
.inner-page #productList ul li:hover .line i:nth-child(2) {
    width: 100%;
}
.inner-page #productList ul li:hover .line i:nth-child(3) {
    height: 100%;
}
.inner-page #productList ul li:hover .line i:nth-child(4) {
    width: 100%;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #eee;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-family:var(--font);
  color: #242424;
  line-height: 1.2;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search3.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 1.2;
  color: #8e8e8e;
  padding: .5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  width: 34%;
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  padding: .6em 1em;
  border: 1px solid #ccc;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  /*font-family:var(--font);*/
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.seoBox span.txt {
  letter-spacing: .2em;
  margin-bottom: .5em;
}
.seoBox span.h3 {
  font-family:var(--font);
  font-size: 50px;
  color: #242424;
  line-height: 1.8;
}
.seoBox .seoAbout .left {
  width: 45%;
  padding-right: 3%;
}
.seoBox .seoAbout .right {
  width: 55%;
}
.seoBox .seoAbout .right .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.seoBox .seoHonor {
  padding: 65px 0 100px;
}
.seoBox .seoHonor .list ul {
  margin: -15px;
}
.seoBox .seoHonor .list ul li {
  padding: 15px;
}
.seoBox .seoHonor .list ul li a {
  display: block;
  position: relative;
}
.seoBox .seoHonor .list ul li a img {
  display: block;
  width: 100%;
}
.seoBox .seoHonor .list ul li a span {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seoHonor .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.seoBox .seoHonor .list ul li a:hover span {
  opacity: 1;
}
.seoBox .seoNews {
  padding-bottom: 80px;
}
.seoBox .seoNews .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.seoBox .seoNews .top .btn {
  margin-right: -12px;
}
.seoBox .seoNews .top .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seoNews .top .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seoNews .top .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.seoBox .seoNews .top .btn div:hover {
  background: var(--color);
  border-color: var(--color);
}
.seoBox .seoNews .top .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.seoBox .seoNews .bottom {
  margin-top: 50px;
}
.seoBox .seoNews .bottom .list ul {
  margin: -18px;
}
.seoBox .seoNews .bottom .list ul li {
  padding: 18px;
}
.seoBox .seoNews .bottom .list ul li .box {
  padding: 22px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seoNews .bottom .list ul li .box a.img-box {
  display: block;
}
.seoBox .seoNews .bottom .list ul li .box a.img-box span {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background-color: var(--color);
  line-height: 2em;
  height: 2em;
  padding: 0 1.2em;
  border-radius: 1em;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 1em;
}
.seoBox .seoNews .bottom .list ul li .box time {
  font-size: 16px;
  display: block;
  color: #8e8e8e;
  line-height: 2;
  margin: 1.3em 0;
}
.seoBox .seoNews .bottom .list ul li .box span.h6 {
  font-family:var(--font);
  font-size: 24px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:400px;
  display:inline-block;
  max-width: 100%;
}
.seoBox .seoNews .bottom .list ul li .box span.h6:hover {
  color: var(--color);
}
.seoBox .seoNews .bottom .list ul li .box a.link {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
  position: relative;
}
.seoBox .seoNews .bottom .list ul li .box a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.seoBox .seoNews .bottom .list ul li .box:hover {
  border-color: var(--color);
}
.product-cat-page {
  padding-bottom: 95px;
}
.product-cat-page .marginBox {
  display: inline-block;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.product-cat-page .slide {
  margin-top: 90px;
}
.product-cat-page .slide .left {
  vertical-align: middle;
  padding-right: 3%;
  position: relative;
}
.product-cat-page .slide .left span.tag {
  line-height: 1;
  display: block;
}
.product-cat-page .slide .left span.h2 {
  margin-top: -2.2em;
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
.product-cat-page .slide .left .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  padding-right: 1em;
  max-height: 320px;
  overflow: auto;
  margin: 1em 0 3em;
}
.product-cat-page .slide .left a.more {
  background: #242424;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .slide .left a.more:hover {
  background: var(--color);
}
.product-cat-page .slide .right {
  vertical-align: middle;
  padding-left: 3%;
  position: relative;
}
.product-cat-page .slide .right a.img {
  display: block;
  height: 800px;
  background-size: cover;
  background-position: center center;
}
.product-cat-page .slide:nth-child(even) .left {
  padding-right: 0;
  padding-left: 3%;
  left: 50%;
}
.product-cat-page .slide:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 3%;
}
.proNav {
    padding: 100px 0;
     background-color: #f4f4f4;
}
.proNav .proNav_box{
  padding: 0 15px;
}
.proNav .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    background-color: var(--color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    transition: .5s;
    border-radius: 50px;
    z-index: 10;
}
.proNav .slick-arrow::before{
  content:"";
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family: 'FontAwesome';
  font-size: 20px;
  color: white;
}
.proNav .slick-arrow:hover {
    opacity: 1
}

.proNav .slick-arrow.slick-prev {
    left: 15px;
}
.proNav .slick-arrow.slick-prev::before {
  content:"\f104";
}
.proNav .slick-arrow.slick-next::before {
  content:"\f105";
}
.proNav .slick-arrow.slick-next {
    right: 15px;
}
.proNav ul {
    margin: -10px;
    position: unset;
}
.proNav ul li {
    padding: 10px;
}
.proNav ul li a.img-box {
    display: block;
}
.proNav ul li a.img-box img{
  width:100%;
  /*max-height: 375px;*/
  /*object-fit: contain;*/
}
.proNav ul li span.h6 {
    display: block;
    font-size: 18px;
    margin-top: .5em
}
@media (max-width: 1000px){
  .proNav .proNav_box{
    padding: 0 15px;
  }
}
.product-page .marginBox {
  padding: 0 !important;
}
.product-page .marginTop {
  padding: 30px 7% 20px 3.5%;
  background: #e8e3e0;
}
.product-page .marginTop .left {
  width: 45%;
  vertical-align: middle;
}
.product-page .marginTop .left .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.product-page .marginTop .right {
  width: 55%;
  vertical-align: middle;
  padding-left: 2%;
}
.product-page .product-1 {
  padding: 100px 0 100px;
}
.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
}
.prodet-page .prodet-1 .left {
  width: 45%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .left img {
  border: 1px solid #ccc;
  width: 100%;
}
.prodet-page .prodet-1 .left .smallImg {
  padding-right: 24px;
  width: 26%;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .bigImg {
  width: 74%;
}
.prodet-page .prodet-1 .left .bigImg .img {
  position: relative;
  display: block;
  padding: 1px;
}
.prodet-page .prodet-1 .left .bigImg .img span {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page .prodet-1 .right {
  width: 55%;
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 2;
  font-family:var(--font);
}
.prodet-page .prodet-1 .right .text {
  font-size: 20px;
  color: #626262;
  padding-right: 1em;
  line-height: 1.6;
  margin: 1.5em 0;
  overflow: auto;
  /*max-height: 8.4em;*/
}
.prodet-page .prodet-1 .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bfbfbf;
}
.prodet-page .prodet-1 .right .share span.h6 {
  font-size: 20px;
}
.prodet-page .prodet-1 .right .share a {
  font-size: 18px;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right a.more {
  margin-top: 1em;
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .prodet-2 .options span {
  font-size: 22px;
  font-family:var(--font);
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #ccc;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span i {
  color: #bfbfbf;
}
.prodet-page .prodet-2 .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.prodet-page .prodet-2 .ret {
  margin-top: 60px;
  font-size: 20px;
  color: #242424;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: white;
}
.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid white;
  text-align: center;
  padding: .5em;
}
.prodet-page .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}
.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page .prodet-3 .list {
  margin: 45px 0;
  /*border-right: 1px solid #bfbfbf;*/
}
.prodet-page .prodet-3 .dots {
  text-align: center;
}
.prodet-page .prodet-3 .dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.advantage-page .marginBox {
  padding: 0 !important;
}
.advantage-page .advantage-1 {
  padding-top: 90px;
}
.advantage-page .advantage-1 .left {
  width: 45%;
  padding-right: 5%;
}
.advantage-page .advantage-1 .left span.h1 {
  font-family:var(--font);
  font-size: 217px;
  color: var(--color);
  line-height: 1;
  display: block;
  margin-left: -0.08em;
}
.advantage-page .advantage-1 .left span.h5 {
  font-size: 30px;
  font-family:var(--font);
  color: #242424;
  line-height: 2;
  max-width: 390px;
  display: block;
}
.advantage-page .advantage-1 .right {
  width: 55%;
}
.advantage-page .advantage-1 .right .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  margin-bottom: 2.5em;
}
.advantage-page .advantage-1 .right a.more {
  background-color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.advantage-page .advantage-1 .right a.more:hover {
  background-color: var(--color);
}
.advantage-page .advantage-2 {
  padding: 115px 0 100px;
}
.advantage-page .advantage-2 .list ul {
  margin: 0 -20px;
}
.advantage-page .advantage-2 .list ul li {
  padding: 0 20px;
}
.advantage-page .advantage-2 .list ul li img {
  display: block;
  margin: 0 auto;
}
.advantage-page .advantage-3 .left {
  vertical-align: middle;
  width: 45%;
  padding-right: 5%;
}
.advantage-page .advantage-3 .left .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  margin-top: 1.6em;
}
.advantage-page .advantage-3 .right {
  width: 55%;
  vertical-align: middle;
}
.advantage-page .advantage-3 .right .img {
  height: 470px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.advantage-page .advantage-4 {
  padding-top: 130px;
  text-align: center;
}
.advantage-page .advantage-4 .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  max-width: 1060px;
  margin: 1em auto 2.2em;
}
.advantage-page .advantage-4 .list ul {
  margin: -8px;
}
.advantage-page .advantage-4 .list ul li {
  padding: 8px;
}
.advantage-page .advantage-4 .list ul li img {
  display: block;
  width: 100%;
}
.advantage-page .advantage-5 {
  padding: 85px 0 100px;
}
.advantage-page .advantage-5 .list ul {
  margin: 0 -20px;
}
.advantage-page .advantage-5 .list ul li {
  padding: 0 20px;
}
.advantage-page .advantage-5 .list ul li img {
  display: block;
  margin: 0 auto;
}
.advantage-page .advantage-6 {
  padding-bottom: 80px;
  text-align: center;
}
.advantage-page .advantage-6 .list {
  margin: 60px 0 30px;
}
.advantage-page .advantage-6 .list ul li {
  padding: 30px 0;
  border-top: 1px solid #bfbfbf;
  width: 100% !important;
}
.advantage-page .advantage-6 .list ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.advantage-page .advantage-6 .list ul li .box .left {
  width: 25%;
  padding-right: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage-page .advantage-6 .list ul li .box .left .img {
  width: 105px;
  height: 105px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}
.advantage-page .advantage-6 .list ul li .box .left .content span.h6 {
  font-family:var(--font);
  font-size: 18px;
  color: #242424;
  display: block;
  line-height: 1.2;
}
.advantage-page .advantage-6 .list ul li .box .left .content span.em {
  font-size: 20px;
  color: var(--color);
  margin-top: .3em;
  display: block;
  line-height: 1.2;
}
.advantage-page .advantage-6 .list ul li .box .right {
  width: 75%;
}
.advantage-page .advantage-6 .list ul li .box .right .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
}
.advantage-page .advantage-6 .dots {
  text-align: center;
}
.advantage-page .advantage-6 .dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage-page .advantage-6 .dots ul li {
  margin: 0 7px;
}
.advantage-page .advantage-6 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.advantage-page .advantage-6 .dots ul li.slick-active button {
  border-color: #242424;
}
.about-his .ui.container span.gd {
    color: #000;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 120px;
    width: 25%;
    text-align: right;
    display: block;
    font-family: var(--font);
    line-height: 1
}
.about-his .ui.container span.gd.active {
    position: absolute;
    top: 20px;
    left: 0
}
.about-his .ui.container .yearbox {
    width: 75%;
    margin-left: auto;
    margin-right: 0
}
.about-his .ui.container .yearbox ul {
    width: 100%
}
.about-his .ui.container .yearbox ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.about-his .ui.container .yearbox ul li.active h4 {
    color: #000;
}
.about-his .ui.container .yearbox ul li h4 {
    color: #a9a9a9;
     
    line-height: 1;
}
.about-his .ui.container .yearbox ul li .textbox {
    max-width: 480px;
    padding:0;
}
.about-his .ui.container .yearbox ul li .textbox span {
    color: #a9a9a9
}
.about-his .ui.container .yearbox ul li .textbox h5 {
    margin-top: 20px
}
.font-260 {
    font-size: 260px
}
@media screen and (max-width: 1800px) {
  .font-260 {
        font-size:190px;
        line-height: 210px!important
    }
}
@media screen and (max-width: 1400px) {
  
    .font-260 {
        font-size: 150px;
        line-height: 165px!important
    }
}
@media screen and (max-width: 1200px) {
   .font-260 {
        font-size: 110px;
        line-height: 120px!important
    }
}
@media screen and (max-width: 1000px) {
  
}
@media screen and (max-width: 700px) {
    .about-his .ui.container span.gd {
        display:none
    }

    .about-his .ui.container .yearbox ul li h4 {
        display: none
    }

    .about-his .ui.container .yearbox {
        width: 100%
    }

    .about-his .ui.container .yearbox ul li .textbox {
        padding: 20px 0
    }
}
@-webkit-keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
@-moz-keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
@keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
.sustainablity-page .marginBox {
  padding: 0 !important;
}
.sustainablity-page .sustainablity-1 {
  padding: 100px 0 120px;
}
.sustainablity-page .sustainablity-1 .left {
  width: 55%;
  vertical-align: middle;
}
.sustainablity-page .sustainablity-1 .left .list ul {
  margin: -12px;
}
.sustainablity-page .sustainablity-1 .left .list ul li {
  padding: 12px;
}
.sustainablity-page .sustainablity-1 .right {
  width: 45%; 
  vertical-align: middle;
  text-align: left;
  padding-left: 50px;
}
.sustainablity-page .sustainablity-1 .right.ab-r{
  width: 100%; 
  vertical-align: middle;
  text-align: center;
  padding-left: 0;
}
.sustainablity-page .sustainablity-1 .right span.h3 {
  font-family:var(--font);
  font-size: 40px;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .5em;
}
.sustainablity-page .sustainablity-1 .right .slide {
  margin-top: 20px;
}
.sustainablity-page .sustainablity-1 .right .slide span.h5 {
  font-size: 22px;
  color: var(--color);
  margin-bottom: .5em;
  display: block;
}
.sustainablity-page .sustainablity-1 .right .slide .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
    max-width: 1000px;
    padding-top: 30px;
    margin: auto;
}
.sustainablity-page .sustainablity-2 {
  text-align: center;
}
.sustainablity-page .sustainablity-2 .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
  max-width: 1250px;
  display: block;
  margin: 1.5em auto 2em;
}
.sustainablity-page .sustainablity-2 .list ul {
  margin: -23px;
}
.sustainablity-page .sustainablity-2 .list ul li {
  padding: 23px;
}
.sustainablity-page .sustainablity-2 .list ul li a {
  display: block;
}
.sustainablity-page .sustainablity-2 .list ul li a img {
  display: block;
  width: 100%;
}
.sustainablity-page .sustainablity-2 .list ul li a span {
  display: block;
  font-size: 20px;
  padding: .5em;
  text-align: center;
  background-color: var(--color);
  color: white;
}
.sustainablity-page .sustainablity-3 {
  padding: 140px 0 90px;
  text-align: center;
}
.sustainablity-page .sustainablity-3 .list {
  margin-top: 50px;
  padding: 0 10%;
  overflow: hidden;
}
.sustainablity-page .sustainablity-3 .list ul .slick-list {
  overflow: unset;
}
.sustainablity-page .sustainablity-3 .list ul li a {
  display: block;
  position: relative;
}
.sustainablity-page .sustainablity-3 .list ul li a img {
  width: 100%;
}
.sustainablity-page .sustainablity-3 .list ul li a span {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.sustainablity-page .sustainablity-3 .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sustainablity-page .sustainablity-3 .list ul li a:hover span {
  opacity: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-slide {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.sustainablity-page .sustainablity-3 .list ul .slick-slide li {
  -webkit-transform: translateX(65%);
  -moz-transform: translateX(65%);
  -ms-transform: translateX(65%);
  transform: translateX(65%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active li {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current + div {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current + div li {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current + div + div {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current + div + div li {
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
}
.testimonials-page .marginBox {
  padding: 100px 0 65px;
  text-align: center;
}
.testimonials-page .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}
.testimonials-page .options span {
  font-size: 22px;
  font-family:var(--font);
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 100px 0 70px;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
.news-page .marginBox {
  padding: 90px 6% 70px;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 50px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-family:var(--font);
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding: 90px 6%;
}
.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-family:var(--font);
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family:var(--font);
  font-size: 20px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-family:var(--font);
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.service-page .marginBox {
  padding: 110px 6%;
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-1 .bottom {
  margin-top: 70px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 0%;
}
.service-page .service-1 .bottom .left .list ul li {
  font-family:var(--font);
  font-size: 28px;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}
.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
}
.service-page .service-1 .bottom .left .list ul li .des{
  font-size: 20px;
  color: black;
  font-weight: normal;
  padding-left: 45px;
  margin-top: 15px;
  display: none;
}
.service-page .service-1 .bottom .left .list ul li.active,
.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}
.service-page .service-1 .bottom .right {
  margin-top: 35px;
  margin-right: 45px;
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-1 .bottom .right .img {
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.service-page .service-2 {
  padding: 60px 0 110px;
}
.service-page .service-2 .list {
  margin-top: 50px;
}
.service-page .service-2 .list ul {
  margin: 0 -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-2 .list ul li {
  padding: 0 40px;
}
.service-page .service-2 .list ul li .box {
  height: 100%;
  padding: 30px 10% 20px;
  background: #f6f1ea;
}
.service-page .service-2 .list ul li .box i {
  display: block;
  height: 60px;
}
.service-page .service-2 .list ul li .box span.h6 {
  display: block;
  font-family:var(--font);
  font-size: 24px;
  color: #242424;
  margin: .5em 0;
}
.service-page .service-2 .list ul li .box .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
}
.service-page .service-3 .form {
  margin-top: 40px;
}
.service-page .service-4 {
  padding-top: 120px;
}
.service-page .service-4 .left {
  width: 47%;
  vertical-align: middle;
}
.service-page .service-4 .left .img {
  height: 370px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.service-page .service-4 .right {
  width: 53%;
  padding-left: 2%;
  vertical-align: middle;
}
.service-page .service-4 .right .list ul {
  margin: -25px;
}
.service-page .service-4 .right .list ul li {
  padding: 25px;
}
.service-page .service-4 .right .list ul li span.h6 {
  font-family:var(--font);
  font-size: 24px;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
}
.service-page .service-4 .right .list ul li .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
}
.service-page .service-4 .right .list ul li.wid-100 {
  width: 100%;
}
.download-page .ret .list ul li em {
  font-size: 18px;
  color: var(--color);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid var(--color);
  margin-top: 1.2em;
  display: inline-block;
}
.download-page .ret .list ul li em:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.download-page .ret .list ul li em:after {
  border-width: 2px;
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #ebebeb;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-family:var(--font);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-family:var(--font);
  font-size: 18px;
  color: #242424;
  /*text-align: right;*/
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}




.service-page .service-6 .ui.container {
    width: auto;
    max-width: 1700px
}

.service-page .service-6 .box {
    height: 700px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%
}

.service-page .service-6 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-6 .box .mask i.active {
    opacity: 1
}

.service-page .service-6 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.service-page .service-6 .box .content span.tag {
    display: block;
    color: var(--color);
    margin-bottom: .5em;
    font-weight: 500
}

.service-page .service-6 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%
}

.service-page .service-6 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}

.slickBtn {
    font-size: 30px
}

.slickBtn div {
    background-color: #eaf5fa;
    color: var(--color)
}

.slickBtn div:hover {
    color: #fff;
    background-color: var(--color)
}

@media screen and (max-width: 1450px) {
    .service-page .service-6 .box {
        height: 600px
    }
}

@media screen and (max-width: 1250px) {
    .service-page .service-6 .box {
        height: 500px
    }
}


@media screen and (max-width: 1000px) {
    .service-page .service-6 .box {
        height: 420px
    }
}

@media screen and (max-width: 700px) {
    .service-page .service-6 .box .content {
        max-width: 100%
    }

    .service-page .service-6 .box {
        height: auto
    }

    .service-page .service-6 .box .content {
        background-color: rgba(255,255,255,.6)
    }
}



.slickBtn {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.slickBtn div {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.slickBtn div:hover {
    background-color: #000
}

.slickBtn div.next {
    margin-left: 1em
}

.slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.slickBtn.pos div.prev {
    right: 102%
}

.slickBtn.pos div.next {
    left: 102%;
    margin-left: 0
}

.slickDots {
    font-size: 10px
}

.slickDots ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slickDots ul li {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 1px solid var(--color);
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    margin: 0 .5em
}

.slickDots ul li.slick-active {
    background-color: transparent
}

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

    .slickBtn {
        font-size: 14px
    }

    .slickBtn.pos div.prev {
        left: auto;
        right: auto
    }

    .slickBtn.pos div.next {
        right: 0;
        left: auto
    }

    .slickDots {
        font-size: 7px
    }
}

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

    .slickBtn {
        font-size: 12px
    }

    .slickDots {
        font-size: 5px
    }
}
.contact-page .marginBox {
  padding-bottom: 90px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-family:var(--font);
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  max-width: 400px;
  margin: auto;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.news-page {
  padding: 60px 0 51px;
}
.news-page .ui.container ul.newslist {
  margin-top: 60px;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content{
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
    line-height: 2;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 100px 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
  display: inline-flex;
}
/*.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}*/
/*.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}*/
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 24px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.newdet-page .ui.container .bottom .tabbox .mores:hover i img {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}*/
.newdet-page{
  padding-top: 80px;
}
@media screen and (max-width: 1600px) {
  span.txt {
    font-size: 20px;
  }
  span.h2{
    font-size: 48px;
  }
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text,
  .sustainablity-page .sustainablity-1 .right .slide .text,
  .sustainablity-page .sustainablity-2 .text,
  .advantage-page .advantage-1 .right .text,
  .advantage-page .advantage-3 .left .text,
  .advantage-page .advantage-4 .text,
  .advantage-page .advantage-6 .list ul li .box .right .text,
  .contact-page .contact-1 .text {
    font-size: 18px;
  }
  .inner-banner .box .right .mbx {
    font-size: 16px;
  }
  .inner-banner {
    height: 560px;
  }
  .seoBox .seoNews .top .btn div {
    line-height: 36px;
    height: 36px;
  }
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 160px;
  }
  .advantage-page .advantage-1 .left span.h5 {
    font-size: 24px;
  }
  .advantage-page .advantage-1 {
    padding-top: 50px;
  }
  .advantage-page .advantage-2 {
    padding: 50px 0;
  }
  .advantage-page .advantage-5 {
    padding: 60px 0;
  }
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
  #mapContainer {
    height: 380px !important;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  .testimonials-page .ret .list {
    margin: 50px 0;
  }
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .download-page .ret .list ul li em {
    font-size: 16px;
    margin-top: .6em;
  }
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 24px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
  .inner-page .sideBarBox .sideBarRight span.h5 {
    font-size: 18px;
    margin-top: 1.5em;
  }
  .inner-page .sideBarBox .sideBarRight form.search,
  .inner-page .sideBarBox .sideBarRight .nav ul li {
    font-size: 16px;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
    font-size: 16px;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li {
    padding: 10px 0;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox {
    height: 380px;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox .text {
    padding: 1em;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
  .inner-page #productList ul li a.link,
  .seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  }
  .inner-page #productList ul li a.link em:after,
  .seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  }
  .seoBox span.h3 {
    font-size: 38px;
  }
  .seoBox .seoAbout .right .text,
  .product-page .marginTop .left .text,
  .product-cat-page .slide .left .text {
    font-size: 16px;
  }
  .seoBox .seoHonor {
    padding: 50px 0;
  }
  .seoBox .seoNews .bottom .list ul li .box time {
    margin: 1em 0;
  }
  .seoBox .seoNews .bottom .list ul li .box span.h6 {
    font-size: 20px;
  }
  .seoBox .seoNews .bottom {
    margin-top: 30px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .m-page .next,
  .inner-page .m-page .prev {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin: 0 5px;
  }
  .product-cat-page .slide .right a.img {
    height: 600px;
  }
  .product-cat-page .slide {
    margin-top: 50px;
  }
  .service-page .marginBox {
    padding: 80px 6%;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 24px;
  }
  .service-page .service-1 .bottom .right {
    width: 27%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }
  .service-page .service-1 .bottom {
    margin-top: 40px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  }
  .service-page .service-2 .list ul li .box i {
    height: 40px;
  }
  .service-page .service-2 .list ul li .box i img {
    max-height: 100%;
  }
  .service-page .service-2 .list ul li .box span.h6,
  .service-page .service-4 .right .list ul li span.h6 {
    font-size: 20px;
  }
  .service-page .service-2 {
    padding: 50px 0;
  }
  .service-page .service-4 {
    padding-top: 60px;
  }
  .service-page .service-4 .right .list ul li {
    padding: 15px;
  }
  .service-page .service-4 .right .list ul {
    margin: -15px;
  }
  .service-page .service-4 .left .img {
    height: 320px;
  }
  .sustainablity-page .sustainablity-1 {
    padding: 70px 0;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 28px;
  }
  .sustainablity-page .sustainablity-1 .right .slide {
    margin-top: 20px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 24px;
  }
  .sustainablity-page .sustainablity-2 .list ul li a span {
    font-size: 16px;
  }
  .sustainablity-page .sustainablity-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .marginBox {
    padding: 50px 0;
  }
  .inner-banner {
     height: 470px;
  }
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  span.h2 {
    font-size: 38px;
  }
  span.txt {
    font-size: 16px;
  }
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 24px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 20px;
  }
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text,
  .sustainablity-page .sustainablity-1 .right .slide .text,
  .sustainablity-page .sustainablity-2 .text,
  .advantage-page .advantage-1 .right .text,
  .advantage-page .advantage-3 .left .text,
  .advantage-page .advantage-4 .text,
  .advantage-page .advantage-6 .list ul li .box .right .text,
  .contact-page .contact-1 .text {
    font-size: 16px;
  }
  .sustainablity-page .sustainablity-2 .list ul li {
    padding: 10px;
  }
  .sustainablity-page .sustainablity-2 .list ul {
    margin: -10px;
  }
  .sustainablity-page .sustainablity-3 .list {
    margin-top: 30px;
  }
  .service-page .marginBox {
    padding: 60px 4%;
  }
  
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 20px;
  }
  .service-page .service-1 .bottom .right {
    width: 24%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 300px;
  }
  .service-page .service-2 .list ul li {
    padding: 0 15px;
  }
  .service-page .service-2 .list ul {
    margin: 0 -15px;
  }
  .service-page .service-2 .list ul li .box {
    padding: 15px;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 14px;
  }
  .product-page .product-1 {
    padding: 0 0 60px;
  }
  .seoBox .seoNews .bottom .list ul li .box span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
  .seoBox span.h3 {
    font-size: 32px;
  }
  .seoBox .seoNews .bottom .list ul li,
  .seoBox .seoHonor .list ul li{
    padding: 10px;
  }
  .seoBox .seoNews .bottom .list ul,
  .seoBox .seoHonor .list ul {
    margin: -10px;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
  .contact-page .contact-1 {
    padding-top: 10px;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 120px;
  }
  .advantage-page .advantage-1 .left span.h5 {
    font-size: 20px;
  }
  .advantage-page .advantage-3 .right .img {
    height: 380px;
  }
   
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text,
  .sustainablity-page .sustainablity-1 .right .slide .text,
  .sustainablity-page .sustainablity-2 .text,
  .advantage-page .advantage-1 .right .text,
  .advantage-page .advantage-3 .left .text,
  .advantage-page .advantage-4 .text,
  .advantage-page .advantage-6 .list ul li .box .right .text,
  .contact-page .contact-1 .text {
    font-size: 14px;
  }
   
  span.h2 {
    font-size: 28px;
  }
   
  .inner-banner {
   height: 330px;
  }
  .inner-banner .box .right .mbx {
    font-size: 14px;
  }
  .seoBox .seoNews .top .btn div {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
  }
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 200px;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 90px;
  }
  .advantage-page .advantage-3 .right .img {
    height: 300px;
  }
  .advantage-page .advantage-4 {
    padding-top: 60px;
  }
  .advantage-page .advantage-6 .list {
    margin: 30px 0;
  }
  .advantage-page .advantage-6 .list ul li {
    padding: 15px 0;
  }
  .advantage-page .advantage-6 .list ul li .box .left .content span.h6 {
    font-size: 16px;
  }
  .advantage-page .advantage-6 .list ul li .box .left .content span.em {
    font-size: 18px;
  }
  .advantage-page .advantage-6 .list ul li .box .left {
    width: 35%;
    padding-right: 1%;
  }
  .advantage-page .advantage-6 .list ul li .box .left .img {
    margin-right: 10px;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
  .testimonials-page .ret .list {
    margin: 30px 0;
  }
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
  }
  .product-cat-page .slide .right a.img {
    height: 500px;
  }
  .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 20px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
   
  .testimonials-page .options {
    display: none;
  }
  .sustainablity-page .sustainablity-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sustainablity-page .sustainablity-1 .left {
    width: 100%;
  }
  .sustainablity-page .sustainablity-1 {
    padding: 30px 0;
  }
  .sustainablity-page .sustainablity-3 {
    padding: 40px 0;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 18px;
  }
  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
  .service-page .service-2 .list ul li {
    padding: 0 5px;
  }
  .service-page .service-2 .list ul {
    margin: 0 -5px;
  }
  .service-page .service-2 .list ul li .box span.h6,
  .service-page .service-4 .right .list ul li span.h6 {
    font-size: 16px;
  }
  span.h2{
    font-size: 24px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
  .product-cat-page .slide .left {
    width: 100%;
    padding-right: 0;
    left: 0 !important;
    padding: 0 !important;
  }
  .product-cat-page .slide .right {
    display: none !important;
  }
  .product-cat-page .slide .left .text {
    max-height: none;
    margin: 1em 0;
  }
  .product-cat-page {
    padding-bottom: 50px;
  }
  .product-page .marginTop .left {
    width: 100%;
  }
  .product-page .marginTop .right {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .inner-page #productList ul li a.img-box {
    padding: 20px 5% 0;
  }
  .product-page .product-1 {
    padding: 0 0 30px;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .seoBox .seoAbout .left {
    width: 100%;
    padding-right: 0;
  }
  .seoBox .seoAbout .right {
    width: 100%;
    margin-top: 20px;
  }
  .seoBox span.h3 {
    font-size: 28px;
  }
  .seoBox .seoNews .bottom .list ul li .box span.h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  #index-body .init-6 .top .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 60px;
  }
  .advantage-page .advantage-1 .left span.h5 {
    font-size: 16px;
  }
  .advantage-page .advantage-1 .right .text {
    margin-bottom: 1em;
  }
  .advantage-page .advantage-5 {
    padding: 30px 0;
  }
  .advantage-page .advantage-6 .list ul li .box .left .content span.h6 {
    font-size: 14px;
  }
  .advantage-page .advantage-6 .list ul li .box .left .content span.em {
    font-size: 16px;
  }
  .advantage-page .advantage-6 .list ul li .box .left {
    width: 40%;
  }
  .advantage-page .advantage-6 .list ul li .box .right {
    width: 60%;
  }
  .advantage-page .advantage-6 .dots ul li button {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .advantage-page .advantage-6 {
    padding-bottom: 40px;
  }
  span.txt {
    font-size: 14px;
  }
   
   
}
@media screen and (max-width: 700px) {
   .inner-banner{
     height: 220px;
   }
   .inner-banner .box .left{
     width: 100%;
     padding-right: 0;
   }
   .inner-banner .box .right{
     width: 100%;
     text-align: left;
   }
   .inner-banner .box .right .mbx{
     text-align: left;
   }
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 12px;
    width: 140px;
  }
  .advantage-page .advantage-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .advantage-page .advantage-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 40px;
  }
  .advantage-page .advantage-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .advantage-page .advantage-3 .right {
    width: 100%;
    margin-top: 20px;
  }
  .advantage-page .advantage-3 .right .img {
    height: 200px;
  }
  .advantage-page .advantage-6 .list ul li .box .left {
    width: 100%;
  }
  .advantage-page .advantage-6 .list ul li .box .right {
    width: 100%;
    margin-top: 10px;
  }
  .advantage-page .advantage-6 .list ul li .box {
    display: block;
  }
   
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  #mapContainer {
    height: 280px !important;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
  .seoBox span.h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
  .seoBox .seoNews .bottom .list ul li .box {
    padding: 10px;
  }
  .seoBox .seoNews .bottom .list ul li .box span.h6 {
    font-size: 14px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    width:320px;
    display:inline-block;
  }
  .seoBox .seoNews .bottom .list ul li .box time {
    font-size: 12px;
  }
  .inner-page .marginTop {
    width: 103%;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
    padding: 5px;
  }
  .service-page .service-2 .list ul {
    display: block;
    margin: -5px;
  }
  .service-page .service-3 .form {
    margin-top: 20px;
  }
  .service-page .service-4 .right {
    width: 100%;
    padding-left: 0;
  }
  .service-page .service-4 .left {
    display: none;
  }
  .sustainablity-page .sustainablity-3 .list {
    padding: 0;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 16px;
  }
   .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .dots ul li button{
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .testimonials-page .ret .list ul li,
  .sustainablity-page .sustainablity-1 .left .list ul li {
    width: 50%;
  }
  .knowledge{
    display: none!important;
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 14px;
  }
  .service-page .service-1 .bottom {
    display: block;
  }
  .service-page .service-1 .bottom .right {
    width: 100%;
  }
  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }
  .service-page .service-1 .top {
    display: block;
  }
  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
  .service-page .marginBox {
    padding: 30px 4%;
  }
  .product-cat-page .slide .left span.h2 {
    margin-top: -1.5em;
  }
  .seoBox .seoAbout .right .text,
  .product-page .marginTop .left .text,
  .product-cat-page .slide .left .text {
    font-size: 14px;
  }
  .seoBox .seoNews .top {
    display: block;
  }
  .seoBox .seoNews .top .right {
    margin-top: 10px;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
  .seoBox .seoHonor {
    padding: 25px 0;
  }
  .seoBox .seoNews {
    padding-bottom: 40px;
  }
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  } 
  .inner-banner .box .right {
    margin-top: 5px;
  }
  .inner-banner .box .right,
  .inner-banner .box .right .mbx {
    text-align: left;
  }
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
   
}
 
.seoBox .seoNews .bottom .list ul li .box a.link:hover,
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
 
.seoBox .seoNews .bottom .list ul li .box a.link:hover:after,
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}

/*#Pop_UpsBtn{
  display: none!important;
}*/
.xinwennr{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.erdftghjk h1{
  display: inline;
}
.fenleiyedsd{
  font-size:36px;
  font-family:var(--font);
}
.gfdgdgd{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:600px;
  display:inline-block;
  vertical-align: middle;
}
.vfdgdgrd{
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
.vfdgdgrd span{
  font-size: 20px;
  line-height: 2;
  font-family:var(--font);
}

.inner-page #productList ul li .des{
  font-size: 16px;
    line-height: 2;
   padding: 0 1em;
    position: relative;

}

.m-link{
  font-size: 16px; 
  padding-top: 15px;
}
.why-page .service-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.why-page .service-1 .left {
  vertical-align: middle;
}
.why-page .service-1 .left .img {
  height: 620px;
  display: block;
  -webkit-mask-image: url("../images/service-1-mask.png");
  mask-image: url("../images/service-1-mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 5%;
}
.why-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.why-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}
.why-page .service-1 .right a.more {
  margin-top: 2em;
  font-size: 18px;
}
.why-page .service-2 {
  padding: 80px 0 10px;
  text-align: center;
}
.why-page .service-2 .list {
  margin-top: 80px;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box{
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: 50px;
  font-weight: 900;
  color: var(--color);
  display: inline-block;
  
  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.why-page .service-2 .list ul li .num_box::before{
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before{
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after{
  display: none;
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: 24px;
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
}
.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text{
  font-size: 18px;
}
.why-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: white;
  background-image: url("../images/service-3-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.why-page .service-3 span.h2 {
  margin-bottom: 1.2em;
  line-height: 1.4;
    font-size: 48px;
}
.why-page .service-3 a.more {
    color: #ffffff;
    font-size: 18px;
}
.why-page .service-3 a.more:hover {
  color: white;
}
.why-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}
.why-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.why-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.why-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.why-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.why-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
  font-size: 18px;
}
.why-page .service-4 ul li:last-child {
  border-right: none;
}
.chainList {
  padding: 80px 0 100px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
  text-align: right;
}
/*.chainList .top .right a.more {
  background-color: #f3f3f3;
}*/
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: var(--color);
}

#index-body .i-news {
    padding: 100px 0 110px
}

#index-body .i-news .i-title {
    max-width: 400px;
    margin: 17px auto 50px;
    text-align: center;
    color: #332f2c
}

#index-body .i-news ul {
    margin: -17px
}

#index-body .i-news ul li {
    padding: 17px
}

#index-body .i-news ul li .box {
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 1px solid #ccc;
    padding: 35px 20px
}

#index-body .i-news ul li .box .time {
    font-size: 18px;
    color: var(--color)
}

#index-body .i-news ul li .box .h4 {
    font-size: 24px;
    line-height: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 17px 0 23px;
    min-height: calc(30px * 3);
}

#index-body .i-news ul li .box .des {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    margin-bottom: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

#index-body .i-news ul li .box .mores {
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

#index-body .i-news ul li .box .mores img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 6px
}

#index-body .i-news ul li .box .line i {
    position: absolute;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: var(--color)
}

#index-body .i-news ul li .box .line i:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 0
}

#index-body .i-news ul li .box .line i:nth-child(2) {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}
#index-body .i-news ul li .box .line i:nth-child(3) {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}
#index-body .i-news ul li .box .line i:nth-child(4) {
    right: 0;
    top: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}
/*#index-body .i-news ul li .box:hover .h4 {
    color: var(--color)
}
#index-body .i-news ul li .box:hover .mores {
    color: var(--color)
}*/
#index-body .i-news ul li .box:hover .mores img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px)
}
#index-body .i-news ul li .box:hover .line i:nth-child(1) {
    height: 100%
}
#index-body .i-news ul li .box:hover .line i:nth-child(2) {
    width: 100%
}
#index-body .i-news ul li .box:hover .line i:nth-child(3) {
    height: 100%
}
#index-body .i-news ul li .box:hover .line i:nth-child(4) {
    width: 100%
}
@media screen and (max-width: 1600px){
   .why-page .service-1 {
    padding-top: 80px;
  }
   .why-page .service-2,
  .why-page .service-3 {
    padding: 80px 0;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 20px;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .why-page .service-2 .list {
    margin-top: 50px;
  }
  .why-page .service-4 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1450px){
  .why-page .service-1 .left .img {
    height: 600px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .why-page .service-2 .list {
    margin-top: 30px;
  } 
  .why-page .service-1 {
    padding-top: 60px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 60px 0;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 36px;
  } 
  .why-page .service-2 .list ul li span.h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px){
   .why-page .service-2 .list ul li span.h6 {
    font-size: 14px;
    line-height: 28px;
  }
  .why-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px){
   .why-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .why-page .service-1 .left {
    display: none;
  }
  .why-page .service-2 .list ul li {
    width: 25%;
  }
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px){
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why-page .service-4 ul li {
    width: 100%;
    border: none;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px){
  .why-page .service-1 {
    padding-top: 40px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 40px 0;
  }
  .why-page .service-2 .list ul li {
    width: 100%;
  }

  .why-page .service-2 .list ul li .num_box:before, 
  .why-page .service-2 .list ul li .num_box:after{
    display: none;
  }
  .why-page .service-4 ul li {
    width: 50% !important;
  }
   .chainList .top .right {
    text-align: left;
    margin-top: 10px;
  }
  .fenleiyedsd{
  font-size:24px;
 line-height: 40px;
}
.Auxil-industry{
  display:none;
}
}
.fancybox-can-drag .fancybox-content,
.fancybox-can-drag .fancybox-content .fancybox-image,
.fancybox-image,
.fancybox-can-zoomIn .fancybox-content .fancybox-image{
  background: #ececec;
}
#odm .aft02 .top{
  margin-bottom: 12px;
}
.aft02 {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden
}
.aft02 .bg_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    overflow: hidden;
}
.aft02 .bg_fix:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0
}
.aft02 .bg_fix img {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.aft02 .bg_fix video{
  margin-top: -6%;
}
.aft02 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 47px;
    z-index: 1;
    position: relative
}

.aft02 .top .hu_h3 {
    color: #fff;
    font-family: var(--font);
}

.aft02 .top p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-top: 10px
}

.aft02 .top .line {
    height: 75px;
    width: 1px;
    background-color: rgba(255,255,255,.4);
    margin: 28px 0;
    position: relative
}

.aft02 .top .line:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    animation: 2s linear .5s infinite hua2
}

@keyframes hua2 {
    from {
        top: 0
    }

    to {
        top: 95%
    }
}

.aft02 .top h4 {
    color: #fff;
    font-family: var(--font);
}

.aft02 .botF {
    position: relative
}

.aft02 .botF .fa {
    background-image: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 74px;
    color: #cbcbcb;
    outline: none
}
.aft02 .botF .fa:hover {
    color: var(--color)
}
.aft02 .bot {
    position: relative;
    overflow: hidden;
    margin: auto
}
.aft02 .bot1 .prev{
  left: 0;
}
.aft02 .bot1 .next{
  right: 0;
}
.aft02 .bot1 .prev,
.aft02 .bot1 .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.aft02 .bot1 .prev i,
.aft02 .bot1 .next i{
  font-size: 40px;
  color: #cbcbcb;
  transition: .3s;
}
.aft02 .bot1 .prev:hover i,
.aft02 .bot1 .next:hover i{
  color: var(--color);
}
.aft02 .bot .swiper-slide{
  padding: 15px 10px;
}
.aft02 .bot .box {
    background-color: #fff;
    padding: 50px 30px 50px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgb(102 102 102/30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.aft02 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px
}

.aft02 .bot .box:hover .icon:before {
    animation: img01anime 10s 0s linear infinite
}

.aft02 .bot .box:hover .icon:after {
    animation: img02anime 10s 0s linear infinite
}

.aft02 .bot .box .icon:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

.aft02 .bot .box .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

@keyframes img01anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes img02anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.aft02 .bot .box .icon img {
    width: 56px;
    transition: 0s
}

.aft02 .bot .box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    margin-top: 54px;
    min-height: 72px;
}

.aft02 .bot .box h5 {
    width: 239px;
    font-size: 18px;
    position: relative;
    color: #666;
    text-align: center;
    line-height: 26px;
    height: 52px
}

.aft02 .bot .box h5:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: var(--color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.aft02 .bot .box p {
    padding: 0 40px;
    font-size: 18px;
    height: 135px;
    overflow-y: auto;
}

.aft02 .bot .box:hover h5:after {
    background-color: #fff
}

.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p {
    color: #fff
}

.aft02 .bot .box:hover .icon img {
    filter: grayscale(10) brightness(10)
}

.aft02 .bot .box:hover .icon,.aft02 .bot .box:hover .icon:before,.aft02 .bot .box:hover .icon:after {
    border-color: #fff
}

.aft02 .bot .box:hover {
    background-color: var(--color)
}

.aft02 .bot .aft02Swiper {
    margin: auto;
    /*display: none;*/
}
.aft02 .bot .aft02Swiper2{
  margin-left: 5%;
  margin-right: 5%;
}
.aft02 .bot {
    margin: auto;
    padding: 22px 0
}

.aft03 {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}
.aft03-1{
  margin-top: 0;
}
.aft03 .icenter2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.aft03 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 45%;
    height: 695px
}

.aft03 .icenter2 .le:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    z-index: 1
}

.aft03 .icenter2 .le:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0)
}

.aft03 .icenter2 .le img {
    height: 100%
}

.aft03 .icenter2 .le:hover img {
    transform: scale(1.1)
}

.aft03 .icenter2 .ri {
    width: 50%
}

.aft03 .icenter2 .ri>ul {
    margin: 20px 0 0
}

.aft03 .icenter2 .ri>ul li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.aft03 .icenter2 .ri>ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 13px;
    content: ""
}
.aft03 dl dd {
    padding-top: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5
}
.aft03 dl dd .icon {
    width: 86px;
    margin-right: 58px
}
.aft03 dl dd .text h4 {
    position: relative;
    padding-bottom: 0;
    font-size: 18px;
    color: #333;
    width: fit-content;
    margin-bottom: 10px
}

.aft03 dl dd .text h4 strong {
    font-size: 70px;
    font-weight: 700
}

.aft03 dl dd .text h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: var(--color)
}

.aft03 dl dd .text p {
    font-size: 18px;
    color: #666
}

.custom-2 .ui .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-2 .ui .top .left {
    padding-right: 65px
}

.custom-2 .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color)
}

.custom-2 .ui .top .left p {
    line-height: 2;
    margin-top: 35px
}

.custom-2 .ui .bottom {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.custom-2 .ui .bottom .left {
    padding-right: 80px
}

.custom-2 .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px
}
.custom-2 .ui .bottom .right ul.list3 li.active, 
.custom-2 .ui .bottom .right ul.list3 li:hover {
    background: #f3f3f3;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.custom-2 .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee
}

.custom-2 .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
       
}

.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px
}

.custom-2 .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px;
    line-height: 1.8;
    display: none;
    font-size: 16px
}

@media screen and (max-width: 1250px) {
    .custom-2 .ui .bottom .left {
        padding-right: 0
    }
}

@media screen and (max-width: 1000px) {
    .custom-1 .btm ul.list2 li.item {
        width: 120px;
        height: 120px
    }

    .custom-2 .ui .bottom .right {
        padding-right: 0
    }

    .custom-2 .ui .bottom {
        padding: 30px 25px
    }
}

@media screen and (max-width: 700px) {
    .custom-2 .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .custom-2 .ui .top .left {
        padding-right: 0;
        width: 100%
    }

    .custom-2 .ui .top .right {
        width: 100%
    }

    .custom-2 .ui .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 16px
    }

    .custom-2 .ui .bottom .left {
        padding-right: 0;
        width: 100%
    }

    .custom-2 .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px
    }
}
.contact2-page .marginBox {
    padding-top: 0
}
.contact2-page .contact-1 {
    padding: 150px 0 110px;
    text-align: center
}
.contact2-page .contact-1 .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    max-width: 650px;
    display: block;
    margin: 1em auto 3em
}
.contact2-page .contact-1 .list ul {
    margin: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.contact2-page .contact-1 .list ul li {
    padding: 20px
}
.contact2-page .contact-1 .list ul li .box {
    padding: 35px 5% 35px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0
}
.contact2-page .contact-1 .list ul li .box i {
    display: block
}
.contact2-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto
}
.contact2-page .contact-1 .list ul li .box span.h6 {
    font-weight: 500;
    font-size: 24px;
    color: #242424;
    margin: 1em 0 .5em;
    display: block
}
.contact2-page .contact-1 .list ul li .box p {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 2
}
.contact2-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px
}
.contact2-page .map {
    position: relative;
    z-index: 1
}
.contact2-page .form ul {
    margin: -15px -7px
}
.contact2-page .form ul li {
    padding: 15px 7px
}
.contact2-page .form ul li input,.contact2-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .6em 1em;
    border: 1px solid #bfbfbf
}
.contact2-page .form ul li input::-webkit-input-placeholder,.contact2-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li input:-moz-placeholder,.contact2-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li input::-moz-placeholder,.contact2-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li input:-ms-input-placeholder,.contact2-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li input::placeholder,.contact2-page .form ul li textarea::placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li textarea {
    height: 150px
}
.contact2-page .form ul li input[type=submit] {
    border: none;
    background: var(--color);
    color: #fff;
    font-size: 20px;
     
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.contact2-page .form ul li input[type=submit]:hover {
    background: #242424
}
.contact2-page .form ul li.wid-100 {
    width: 100%
}
.related-application{
  margin-bottom: 80px;
}
.related-application .list ul{
  margin: 0 -10px;
}
.related-application .list ul li{
  padding: 0 10px;
}
.related-application .list ul li .box .img-box{
    display: block;
}
.related-application .list ul li .box h4{
  font-size: 24px;
  font-family: var(--font);
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
    .contact2-page .form ul li {
        padding:6px
    }
    .contact2-page .form ul {
        margin: -6px
    }
    .contact2-page .form ul li input,.contact2-page .form ul li textarea,.contact2-page .form ul li input[type=submit] {
        font-size: 16px
    }
}
@media screen and (max-width: 1000px) {
  .contact2-page .form ul li input,.contact2-page .form ul li textarea,.contact2-page .form ul li input[type=submit] {
    font-size:14px;
    padding: .5em
  }
  .aft02 {
    padding: 80px 0;
    
  }
  .aft03 .icenter2 .le {
      width: 100%;
      height: auto;
  }
  .aft03 .icenter2{
    flex-direction: column;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
    margin-top: 60px;
  } 
  .aft02 .bg_fix {
    height: 100%;
  }
  .aft02 .bot .box p {
    height: auto;
  }
  .aft02 .bot .box {
    padding: 50px 30px;
  }
  .custom-2 .ui .bottom {
    padding: 30px 0;
  }
  .custom-2 .ui .bottom {
    padding: 0;
    margin: 0;
  }
  .contact2-page .contact-1 {
    padding: 80px 0;
  }
  .custom-2 .ui .bottom .right ul.list3 li .top {
    padding: 15px;
  }
}
/*-------------------seo start-------------------*/
.con.font-18.white h1 {
    display: inline;
}
a.yejiaoloo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}
.Auxil-catdes.font-18.mt-20.mb-20 {
    line-height: 2;
}
.advantage1 .top .btn .m1{
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage1 .more1 {
  width: 155px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  background: url(../images/more1.png) no-repeat center center / 100% 100%;
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.advantage1 .more1:hover {
  background-image: url(../images/more2.png);
  color: #fff;
}
.advantage1 .pr {
  position: relative;
}
.advantage1 .top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage1 .top .btn .more {
  position: relative;
}
.advantage1 .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage1 .header {
  text-align: left;
}
.advantage1 .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage1 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage1 .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage12 .content ul li {
  width: 16%;
}
.advantage1 .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 425px;
}
.advantage1 .content ul li .ig i {
  display: block;
}
.advantage1 .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage1 .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out,
    -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage1 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage1 .content ul li.active {
  width: 50%;
}
.advantage1 .content ul li.active .box .t1 {
  line-height: 1.2;
}
.advantage1 .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage1 .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .advantage1 .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1280px) {
  .advantage1 .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .advantage1 .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage1 .content ul li .ig .tit {
    display: none;
  }
  .advantage1 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage1 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage1 .content ul li.active {
    width: 50%;
  }
  .advantage1 .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage1 .content ul li .ig {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 700px) {
  .advantage1 {
    display: none;
  }
  .advantage1 .content ul li,
  .advantage1 .content ul li.active {
    width: 100%;
  }
  .advantage1 .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .advantage1 .content ul li .ig .tit {
    line-height: 1.5;
  }
  .advantage1 .content ul li .ig .box {
    line-height: 1.8;
  }
}
.service-page1 .service-4 {
  padding-bottom: 70px;
  position: relative;
  background: #111;
}
.service-page1 .service-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1570px;
  background: url(../images/inner-about-22.png) right center no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.service-page1 .service-4 .ui.container .h3 {
  display: inline-;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  color: #fff;
}
.service-page1 .service-4 .ui.container .h3 a {
  height: 94px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: var(--color);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
    
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
.service-page1 .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
.service-page1 .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .service-page1 .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    text-align: center;
  }
  .service-page1 .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto;
  }
  .service-page1 .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-page1 .service-4 {
    padding-bottom: 60px;
  }
  .service-page1 .service-4 .ui.container .h3 a {
    font-size: 16px;
  }
}
.factory-page .navList {
  margin-top: 10px;
}
.factory-page .navList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.factory-page .navList ul li {
  font-weight: 300;
  font-size: 24px;
  color: #373330;
  width: auto;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 80px;
}
.factory-page .navList ul li a {
  display: block;
  padding: 0 30px;
  position: relative;
  font-size: 18px;
  transition: 0.5s;
}
.factory-page .navList ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  top: 110%;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.factory-page .navList ul li a:hover:after,
.factory-page .navList ul li a.active:after {
  width: 100%;
}
.factory-page .navList ul.icon li a:after {
  display: none;
}
.factory-page .navList ul.icon li a {
  padding: 0.5em;
  text-align: center;
  min-width: 160px;
}
.factory-page .navList ul.icon li a i {
  display: block;
  width: 100%;
  margin-bottom: 0.9em;
}
.factory-page .navList ul.icon li a img {
  display: block;
  margin: 0 auto;
  transition: 0.5s;
  max-height: 65px;
}
.factory-page .navList ul.icon li a.active {
  background-color: var(--color);
  color: white;
}
.factory-page .navList ul.icon li a.active img {
  filter: brightness(0) invert(1);
}
.factory-page .imgList {
  padding: 60px 0 120px;
}
.factory-page .imgList .list ul {
  margin: -10px;
}
.factory-page .imgList .list ul li {
  padding: 10px;
}menu-box1
.factory-page .imgList .list ul li a {
  display: block;
  position: relative;
}
.factory-page .imgList .list ul li a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.factory-page .imgList .list ul li a img {
  display: block;
  width: 100%;
}
.factory-page .imgList .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1500px) {
  .factory-page .navList {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
    .factory-page .navList {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
  .seoPublic .Auxil-about .box .left .img{
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .proNav{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .seoPublic .Auxil-form .form ul li .more input[type=submit]{
    height: 29px;
  }
  #index-body .i-news{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #index-body .i-news ul li .box .h4{
    font-size: 16px;
  }
  .aft02{
    padding-top: 60px;
    padding-bottom: 0;
  }
  .contact2-page .contact-1{
    padding-bottom: 0;
  }
  .aft02 .bot{
    padding-top: 0;
  }
  .aft03{
    margin-top: 60px;
  }
  .factory-page .imgList{
    padding-top: 0;
    padding-bottom: 60px;
  }
  .service-page1 .service-4 .ui.container .h3 a{
    line-height: 45px;
    height: 45px;
  }
  .news-page .ui.container ul.newslist{
    margin-top: 0;
  }
  .news-page .ui.container ul.newslist li{
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .news-page .ui.container ul.newslist li .date span{
    font-size: 45px;
  }
  .newdet-page{
    padding-top: 60px;
  }
  .newdet-page .ui.container h1{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .newdet-page .ui.container .bottom{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-page .contact-1{
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #odm .aft02 .top{
    margin-bottom: 20px;
  }
}

.history-page {
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
.history-page:before {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url('../images/icon-meiluo2.png') center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.history-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url('../images/icon-meiluo2.png') center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 8%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-page .list {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}
.history-page .list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #bebebe;
  z-index: -1;
}
.history-page .list li {
  padding: 25px 0;
}
.history-page .list li .box .left {
  vertical-align: middle;
  padding: 0 8%;
  position: relative;
}
.history-page .list li .box .left .img {
  /*height: 250px;*/
  background-size: cover;
  background-position: center;
}
.history-page .list li .box .right {
  vertical-align: middle;
  padding: 0 8%;
  text-align: left;
  position: relative;
}
.history-page .list li .box .right .line {
  width: 14%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 25px;
}
.history-page .list li .box .right .line i {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: inherit;
}
.history-page .list li .box .right .line i:after,
.history-page .list li .box .right .line i:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: inherit;
}
.history-page .list li .box .right .line i:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.history-page .list li .box .right .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .list li .box .right .content span.h2 {
  color: var(--color);
  white-space: nowrap;
}
.history-page .list li .box .right .content .text {
  margin-left: 1.5em;
  font-weight: normal;
  line-height: 1.6;
}
.history-page .list li:nth-child(even) .box .left {
  left: 50%;
}
.history-page .list li:nth-child(even) .box .right {
  left: -50%;
  text-align: right;
  direction: rtl;
  padding-left: 0;
}
.history-page .list li:nth-child(odd) .box .right {
  padding-right: 0;
}
.history-page .list li:nth-child(even) .box .right .line {
  left: auto;
  right: 0;
}
.history-page .list li:nth-child(even) .box .right .line i {
  left: 100%;
}
.history-page .list li:nth-child(even) .box .right .text {
  margin-left: 0;
  margin-right: 1.5em;
  direction: ltr;
}
.history-page .cursor {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 0;
  background-color: white;
  width: 100%;
  bottom: 0;
}
.history-page .cursor span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #120c0b;
}
.history-page .cursor span.hand {
  display: inline-block;
  position: relative;
  margin-bottom: 0.7em;
}
.history-page .cursor span.hand:before {
  content: '';
  width: 3px;
  height: 10px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: sx 0.8s linear infinite alternate;
  -moz-animation: sx 0.8s linear infinite alternate;
  animation: sx 0.8s linear infinite alternate;
}
@media screen and (max-width: 1600px) {
  .history-page .cursor span {
    font-size: 16px;
    line-height: 30px;
  }
  .history-page {
    padding-top: 80px;
  }
  .history-page .cursor {
    padding: 10px 0;
  }
  .history-page .cursor {
    position: static;
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .history-page {
    padding-top: 60px;
  }
  .history-page .list li .box .left .img {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .history-page .list li .box .right .line {
    top: 12px;
  }
  .history-page .list {
    margin: 40px 0 30px;
  }
  .history-page .list li .box .right,
  .history-page .list li .box .left {
    padding: 0 4%;
  }
  .history-page .list li .box .right .line {
    width: 6%;
  }
  .history-page .list li .box .left .img {
    height: 140px;
  }
  .history-page .list li {
    padding: 10px 0;
  }
  .history-page .cursor span {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 700px) {
  .history-page .list li .box .right,
  .history-page .list li .box .left {
    width: 100%;
    left: 0 !important;
  }
  .history-page .list li .box .right {
    margin-top: 20px;
  }
  .history-page .list li:nth-child(even) .box .right .line {
    left: 0;
    right: auto;
  }
  .history-page .list li:nth-child(even) .box .right .line i {
    left: auto;
    left: 0;
  }
  .history-page .list li:nth-child(even) .box .right {
    direction: ltr;
    text-align: left;
  }
  .history-page .list li:nth-child(even) .box .right .text {
    margin-left: 1.5em;
    margin-right: 0;
  }
  .history-page .list:after {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .history-page {
    padding-top: 40px;
  }
}
.history-page {
  /*background-image: url("../images/history-bg.jpg");*/
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.history-page .ui.container {
  width: auto;
  max-width: 1700px;
}
.history-page .left {
  width: 38%;
  padding-right: 4%;
  /*margin-top: 6%;*/
}
.history-page .left .h2{
  text-transform: uppercase;
}
.history-page .right {
  width: 62%;
}
.history-page .right .swiper {
  margin-right: -14%;
  overflow: hidden;
}
.history-page .right span.h6 {
  color: var(--color);
  display: block;
  line-height: 1.4;
  font-weight: 500;
  font-size: 30px;
}
.history-page .right .text {
  margin: 0.5em 0 1.3em;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*border-radius: 15px;*/
  background-size: cover;
  max-width: 420px;
  margin-bottom: 100px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: 0;
  left: 8%;
  -webkit-transform: translate(0%, -47%);
  -moz-transform: translate(0%, -47%);
  -ms-transform: translate(0%, -47%);
  transform: translate(0%, -47%);
  color: var(--color);
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*background-image: url("../images/icon-history.png");*/
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1450px) {
  .history-page .right .img {
    height: 200px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .history-page .right .swiper {
    margin-right: 0;
  }
}
.inner-public-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.inner-public-title.title1 {
  font-size: 43px;
}
.product-c-page .left {
  position: sticky;
  top:140px;
}
.product-c-page .left .category-title {
  font-weight: 600;
}
.product-c-page .left .category-list1 > li {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.product-c-page .left .category-list1 > li > .link-box a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
}
.product-c-page .left .category-list1 > li > .link-box i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.product-c-page .left .category-list1 > li > .link-box:hover {
  color: var(--color);
}
.product-c-page .left .category-list1 > li .category-list2 {
  display: none;
}
.product-c-page .left .category-list1 > li .category-list2 > li {
  color: rgba(0, 0, 0, 0.6);
}
.product-c-page .left .category-list1 > li .category-list2 > li > .link-box a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
}
.product-c-page .left .category-list1 > li .category-list2 > li > .link-box i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-c-page .left .category-list1 > li .category-list2 > li > .link-box:hover {
  color: var(--color);
}
.product-c-page .left .category-list1 > li .category-list2 > li:last-child {
  margin-bottom: 0;
}
.product-c-page .left .category-list1 > li .category-list2 > li.active > .link-box {
  color: var(--color);
}
.product-c-page .left .category-list1 > li.active > .link-box {
  color: var(--color);
}
.product-c-page .left .category-list1 > li.active .category-list2 {
  display: block;
}
.product-c-page .left .left-form {
  background: url(../images/left-form-bg.jpg) no-repeat;
  background-size: cover;
}
.product-c-page .left .left-form .form-title {
  color: #ffffff;
  font-weight: 500;
}
.product-c-page .left .left-form .form-title span {
  font-family: 'PlayfairDisplay';
}
.product-c-page .left .left-form .form-intro {
  color: #ffffff;
  opacity: 0.8;
  line-height: 1.6;
}
.product-c-page .left .left-form form input {
  background: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.42);
  width: 100%;
  color: #fff;
  height: 42px;
  display: block;
}
.product-c-page .left .left-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input.content {
  padding-right: 35px;
}
.product-c-page .left .left-form form .submit {
  right: 0;
  bottom: 11px;
  cursor: pointer;
}
.product-c-page .right .r-wrap1 {
  z-index: 1;
}
.product-c-page .right .r-wrap1 .r-wrap1-title {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
.product-c-page .right .r-wrap1 .r-wrap1-title span {
  font-family: 'PlayfairDisplay';
  font-style: italic;
}
.product-c-page .right .r-wrap1 .r-wrap1-title .bg-text {
  right: 0;
  top: 50%;
  font-family: 'Quentin';
  color: var(--color);
  font-size: 135px;
  z-index: -1;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-c-page .right .r-wrap1 .r-wrap1-slick li .intro {
  color: #ffffff;
  line-height: 28px;
  max-width: 85%;
  left: 0;
  bottom: 0;
}
.product-c-page .right .r-wrap1 .r-wrap1-slick li img{
  width: 100%;
}
.product-c-page .right .r-wrap2 .r-wrap2-intro {
  font-weight: 600;
  line-height: 1.3;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick {
  margin-right: -16px;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick li .slide-box {
  margin-left: 16px;
  margin-right: 16px;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick li .slide-box .img{
  border-radius: 50%;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick li .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick li .title:hover {
  color: var(--color);
}
.product-c-page .right .r-wrap3 {
  background-color: #f8f8f8;
}
.product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box {
  margin-left: 25px;
  margin-right: 25px;
}
.product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box .order-title .order {
  font-family: 'PlayfairDisplay';
  color: var(--color);
  font-style: italic;
  line-height: 1.2;
}
.product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box .order-title .title {
  font-weight: 600;
}
.product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box .intro {
  font-weight: 600;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li {
  height: inherit;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box {
  height: inherit;
  z-index: 1;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 26px;
  font-weight: 500;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box .bg {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box:hover .title {
  color: var(--color);
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box:hover .intro {
  color: #fff;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box:hover .bg {
  opacity: 1;
}
.product-c-page .right .r-wrap5 .r-wrap4-top .title {
  font-weight: 500;
}
.product-c-page .right .r-wrap5 .r-wrap4-top .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-c-page .right .r-wrap5 .r-wrap5-list {
  margin-right: -38px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li {
  width: 33.333%;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 {
  margin-right: 38px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more {
  bottom: 0;
  right: 11px;
  left: 11px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more span {
  margin-right: 18.5%;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more i {
  font-size: 20px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more:hover {
  background-color: var(--color);
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .intro {
  color: #000000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 28px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1:hover .img .box1-more {
  opacity: 1;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1:hover .title {
  color: var(--color);
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 38px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .title {
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .title:hover {
  color: var(--color);
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .box2-more {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .box2-more span {
  margin-right: 10px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .box2-more i {
  font-size: 18px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .box2-more:hover {
  background-color: var(--color);
}
.product-c-page .right .r-wrap5 .r-wrap5-list.active li {
  width: 100%;
}
.product-c-page .right .r-wrap5 .r-wrap5-list.active li .box1 {
  display: none;
}
.product-c-page .right .r-wrap5 .r-wrap5-list.active li .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-c-page .right .r-wrap5 .r-wrap5-list.active + .m-page {
  margin-top: 60px;
}
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi a,
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi span{
  display: inline-flex;
  margin: 0 21px;
  transition: .3s;
}
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi a:hover,
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi span:hover{
  color: var(--color1);
}
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi .current{
  color: var(--color1);
}
@media screen and (max-width: 1450px) {
  .product-c-page .left {
    padding-right: 15px;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-title .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-public-title {
    font-size: 35px;
  }
  .inner-public-title.title1 {
    font-size: 35px;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-title .bg-text {
    font-size: 60px;
  }
  .product-c-page .left {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-public-title {
    font-size: 30px;
  }
  .inner-public-title.title1 {
    font-size: 30px;
  }
  .product-c-page .left {
    display: none;
  }
  .product-c-page .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-public-title {
    font-size: 25px;
  }
  .inner-public-title.title1 {
    font-size: 25px;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-title .bg-text {
    font-size: 40px;
    opacity: 0.5;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-slick li > img {
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .product-c-page .right .r-wrap2 .r-wrap2-slick li .title {
    max-width: 100%;
  }
  .product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box .order-title .order {
    line-height: 1.5;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list.active li .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list.active li .box2 .box2-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list.active li .box2 .box2-right {
    width: 100%;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list.active + .m-page {
    margin-top: 30px;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list li {
    width: 50%;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .inner-public-title {
    font-size: 20px;
  }
  .inner-public-title.title1 {
    font-size: 20px;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list{
    /*margin-right: 0;*/
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list li {
    width: 100%;
  }
}
.product-d-page .r-wrap1 .r-wrap1-left {
  width: 44.6%;
}
.product-d-page .r-wrap1 .r-wrap1-left .big-slick li .slide-box {
  border: solid 1px #b8b8b8;
  margin-right: 1px;
}
.product-d-page .r-wrap1 .r-wrap1-left .small-slick {
  margin-left: -5px;
  margin-right: -5px;
}
.product-d-page .r-wrap1 .r-wrap1-left .small-slick li .slide-box {
  margin-left: 5px;
  margin-right: 5px;
  border: solid 1px #b8b8b8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .r-wrap1 .r-wrap1-left .small-slick li .slide-box:hover {
  border-color: var(--color);
}
.product-d-page .r-wrap1 .r-wrap1-left .small-slick .slick-current .slide-box {
  border-color: var(--color);
}
/*下面两个模块一块删除*/
.product-d-page .r-wrap1 .r-wrap1-right .Auxil-through{
  padding-right: 100px;
}
.product-d-page .r-wrap1 .r-wrap1-right #ewm1{
  right: 0;
  bottom: 0;
  width: 100px;
  border: 1px solid #000;
  padding: 5px;
  background: #fff;
}
@media screen and (max-width: 1250px) {
  .product-d-page .r-wrap1 .r-wrap1-right .Auxil-through{
    padding-right: 0;
  }
  .product-d-page .r-wrap1 .r-wrap1-right #ewm1{
    display: none;
  }
}
.product-d-page .r-wrap1 .r-wrap1-right {
  width: 55.4%;
  z-index: 1;
}
.product-d-page .r-wrap1 .r-wrap1-right .product-table table th,
.product-d-page .r-wrap1 .r-wrap1-right .product-table table td{
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-d-page .r-wrap1 .r-wrap1-right .product-table table tbody{
   min-width: 630px;
} 
.product-d-page .r-wrap1 .r-wrap1-right .bg-text {
  right: 0;
  top: 0;
  font-family: 'Quentin';
  color: var(--color);
  font-size: 135px;
  z-index: -1;
  line-height: 1.2;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
.product-d-page .r-wrap1 .r-wrap1-right .product-name {
  font-weight: 500;
}
.product-d-page .r-wrap1 .r-wrap1-right .public-btn {
  padding-left: 31px;
  padding-right: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color1);
}
.product-d-page .r-wrap1 .r-wrap1-right .public-btn span {
  line-height: 1.5;
}
.product-d-page .r-wrap1 .r-wrap1-right .public-btn i {
  font-size: 16px;
}
.product-d-page .r-wrap1 .r-wrap1-right .public-btn:hover {
  background-color: #000000;
}
.product-d-page .r-wrap1 .r-wrap1-right .share span {
  font-weight: 500;
}
.product-d-page .r-wrap1 .r-wrap1-right .share ul li {
  margin-right: 16px;
}
.product-d-page .r-wrap1 .r-wrap1-right .share ul li a i {
  font-size: 22px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .r-wrap1 .r-wrap1-right .share ul li:nth-child(3) a i{
  font-size: 26px;
}
.product-d-page .r-wrap1 .r-wrap1-right .share ul li a:hover {
  color: var(--color);
}
.product-d-page .r-wrap1 .r-wrap1-right .seoPublic .Auxil-through a {
  height: auto;
  line-height: 1.5;
  padding: 0;
  background: none;
  border: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
.product-d-page .r-wrap1 .r-wrap1-right .seoPublic .Auxil-through a:hover {
  background-color: none;
  color: var(--color);
}
.product-d-page .r-product-details .right-public-title {
  border-top: 1px solid #dcdcdc;
  font-weight: 600;
    color: #d0111b;
}
.product-d-page .r-product-details .right-public-title span {
  color: #8d8f91;
}
.product-d-page .r-product-details .product-detail2 .detail-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
.product-d-page .r-product-details .product-detail2 .detail-content ul li {
  padding: 0 15px;
}
.product-d-page .r-product-details .product-detail3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-d-page .r-product-details .product-detail3 ul li {
  width: 25%;
}
.product-d-page .r-product-details .product-detail3 ul li .slide-box {
  z-index: 1;
  position: relative;
  height: 100%;
}
.product-d-page .r-product-details .product-detail3 ul li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  color: var(--color1);
}
.product-d-page .r-product-details .product-detail3 ul li .slide-box .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 26px;
  font-weight: 500;
}
.product-d-page .r-product-details .product-detail3 ul li .bg{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}
.product-d-page .r-product-details .product-detail3 ul li .slide-box:hover .bg{
  opacity: 1;
}
.product-d-page .r-product-details .product-detail3 ul li .bg>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.product-d-page .r-product-details .product-detail2 table tr:nth-child(even),
.product-d-page .r-product-details .product-detail3 table tr:nth-child(even){
  background: none;
}

.product-d-page .r-product-details .product-detail2 table td, 
.product-d-page .r-product-details .product-detail2 table th,
.product-d-page .r-product-details .product-detail3 table td, 
.product-d-page .r-product-details .product-detail3 table th{
  /*padding: 5px 10px;*/
  border: none;
}
.product-d-page .r-product-details .product-detail3 table td,
.product-d-page .r-product-details .product-detail3 table th{
  width: 24.7404%!important;
}   
.product-d-page .r-related-product {
  margin-right: -38px;
}
.product-d-page .r-related-product .big-title {
  font-weight: 500;
}
.product-d-page .r-related-product .product-slick li .box1 {
  margin-right: 38px;
}
.product-d-page .r-related-product .product-slick li .box1 .img .box1-more {
  bottom: 0;
  right: 11px;
  left: 11px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.product-d-page .r-related-product .product-slick li .box1 .img .box1-more span {
  margin-right: 18.5%;
}
.product-d-page .r-related-product .product-slick li .box1 .img .box1-more i {
  font-size: 20px;
}
.product-d-page .r-related-product .product-slick li .box1 .img .box1-more:hover {
  background-color: var(--color);
}
.product-d-page .r-related-product .product-slick li .box1 .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.product-d-page .r-related-product .product-slick li .box1 .intro {
  color: #000000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 28px;
}
.product-d-page .r-related-product .product-slick li .box1:hover .img .box1-more {
  opacity: 1;
}
.product-d-page .r-related-product .product-slick li .box1:hover .title {
  color: var(--color);
}
@media screen and (max-width: 1700px) {
  .product-d-page .r-wrap1 .r-wrap1-right .bg-text {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .product-d-page .r-wrap1 .r-wrap1-right .bg-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .product-c-page .right .r-wrap1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-d-page .r-wrap1 .r-wrap1-left {
    width: 100%;
  }
  .product-d-page .r-wrap1 .r-wrap1-right {
    width: 100%;
    padding-left: 0;
  }
  .product-d-page .r-wrap1 .r-wrap1-right .bg-text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5;
  }
  .product-d-page .r-product-details .product-detail3 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-d-page .r-product-details .product-detail2 .detail-content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-d-page .r-product-details .product-detail2 .detail-content ul li {
    width: 100%;
  }
  .product-d-page .r-product-details .product-detail2 .detail-content ul li .title {
    margin-bottom: 10px;
  }
}

.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
@-webkit-keyframes about-about1-play {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@-moz-keyframes about-about1-play {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes about-about1-play {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.about-page .container {
  max-width: 1590px;
}
.about-page .marginBox {
  padding: 0 !important;
}
.about-page .marginBox .marginTop {
  position: relative;
}
.about-page .marginBox .marginTop > img {
  width: 100%;
}
.about-page .marginBox .marginTop .play {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1;
  border: 1px solid white;
  cursor: pointer;
  cursor: hand;
}
.about-page .marginBox .marginTop .play i {
  border-left: 20px solid white;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .marginBox .marginTop .play:after,
.about-page .marginBox .marginTop .play:before {
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0 solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: bks 2s linear infinite;
  -moz-animation: bks 2s linear infinite;
  animation: bks 2s linear infinite;
}
.about-page .marginBox .marginTop .play:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-page .about-1 {
  padding: 73px 0 64px;
  text-align: center;
}
.about-page .about-1 .about-img a.play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation: about-about1-play 1s linear infinite alternate;
  -moz-animation: about-about1-play 1s linear infinite alternate;
  animation: about-about1-play 1s linear infinite alternate;
}
.about-page .about-1 .bottom ul {
  width: 100%;
  margin-top: 49px;
}
.about-page .about-1 .bottom ul li {
  color: black;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-1 .bottom ul li h4 {
  font-size: 80px;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
}
.about-page .about-1 .bottom ul li p {
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 1px;
  color: #171616;
}
.about-page .about-1 .bottom ul li:hover h4 {
  color: var(--color);
}
.about-page .about-1 .text {
  line-height: 1.6;
  max-width: 1331px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-1 a.more {
  margin: 0 auto;
}
.about-page .about-1 .text em {
  color: #242424;
  font-weight: 500;
}
.about-page .about-1 .logo-list {
  max-width: 1485px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(56, 48, 48, 0.11);
  box-shadow: 0px 0px 20px 1px rgba(56, 48, 48, 0.11);
  border-radius: 8px;
  margin-top: -62px;
  position: relative;
  z-index: 3;
}
.about-page .about-advantage {
  background-color: #f8f8f8;
}
.about-page .about-advantage .about-advantage-list li {
  width: 33.33%;
}
.about-page .about-advantage .about-advantage-list li .box {
  border: dashed 1px rgba(0, 0, 0, 0.32);
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-advantage .about-advantage-list li .box .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 99px;
  height: 99px;
  background-color: #e1e1e1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
}
.about-page .about-advantage .about-advantage-list li .box .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-advantage .about-advantage-list li .box .line {
  background-color: var(--color1);
  width: 46px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-advantage .about-advantage-list li .box .intro {
  color: #000000;
  opacity: 0.8;
  line-height: 1.75;
  height: -webkit-calc(8.75em);
  height: -moz-calc(8.75em);
  height: calc(8.75em);
  overflow-y: auto;
}
.about-page .about-advantage .about-advantage-list li .box:hover {
  background-color: #ffffff;
  border-color: #fff;
}
.about-page .about-advantage .about-advantage-list li .box:hover .icon {
  background-color: var(--color);
}
.about-page .about-advantage .about-advantage-list li .box:hover .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about-page .about-core-person .left {
  width: 23.7%;
}
.about-page .about-core-person .left .big-title {
  font-size: 267px;
  line-height: 0.9;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.about-page .about-core-person .left .big-title span {
  color: var(--color1);
}
.about-page .about-core-person .left .subtitle {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.about-page .about-core-person .right {
  width: 76.3%;
}
.about-page .about-core-person .right .core-person-list .list-right {
  background-color: #f8f8f8;
}
.about-page .about-core-person .right .core-person-list .list-right .position {
  color: var(--color);
}
.about-page .about-core-person .right .core-person-list .list-right .intro {
  color: #000000;
  opacity: 0.8;
  line-height: 1.75;
}
.about-page .about-2 {
  padding: 100px 0 80px;
}
.about-page .about-2 .list ul {
  margin: -20px;
}
.about-page .about-2 .list ul li {
  padding: 20px;
}
.about-page .about-2 .list ul li .box {
  text-align: center;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.about-page .about-2 .list ul li .box a.img {
  display: block;
}
.about-page .about-2 .list ul li .box a.img img {
  width: 100%;
}
.about-page .about-2 .list ul li .box .content {
  padding: 25px;
}
.about-page .about-2 .list ul li .box .content span.h3 {
  font-family: var(--font);
  font-size: 26px;
  color: #242424;
  line-height: 2;
}
.about-page .about-2 .list ul li .box .content .text {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  margin-top: 0.5em;
  min-height: 3em;
  max-height: 150px;
  overflow-y: auto;
}
.about-page .about-3 {
  padding-bottom: 135px;
  text-align: center;
  position: relative;
}
.about-page .about-3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 32%;
  background: url('../images/about-3-bg.jpg') center top no-repeat;
  background-size: cover;
  z-index: -1;
}
.about-page .about-3 .ui.container {
  max-width: 1410px;
}
.about-page .about-3 .options {
  margin-top: 70px;
}
.about-page .about-3 .options ul {
  margin: -10px;
}
.about-page .about-3 .options ul li {
  padding: 10px;
}
.about-page .about-3 .options ul li span {
  font-family: var(--font);
  font-size: 22px;
  color: #332f2c;
  line-height: 1.2;
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-align: left;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .options ul .slick-current li span {
  border-bottom-color: var(--color);
  color: var(--color);
}
.about-page .about-3 .ret {
  margin-top: 80px;
  padding: 0 5%;
}
.about-page .about-3 .ret ul {
  margin: -5px;
}
.about-page .about-3 .ret ul li {
  padding: 5px;
}
.about-page .about-3 .ret .left {
  vertical-align: middle;
}
.about-page .about-3 .ret .left .img {
  height: 335px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.about-page .about-3 .ret .right {
  vertical-align: middle;
  padding-left: 0%;
  text-align: left;
}
.about-page .about-3 .ret .right span.txt {
  font-size: 30px;
  font-family: var(--font);
  text-transform: unset;
  color: var(--color);
}
.about-page .about-3 .ret .right span.h3 {
  font-size: 20px;
  color: #626262;
  margin-bottom: 1.5em;
  display: block;
  line-height: 1.6;
}
.about-page .about-3 .ret .right .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .ret .right .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .ret .right .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-3 .ret .right .btn div:hover {
  background: var(--color);
  border-color: var(--color);
}
.about-page .about-3 .ret .right .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 {
  text-align: center;
}
.about-page .about-4 .list {
  margin-top: 50px;
  padding: 0 10%;
  overflow: hidden;
}
.about-page .about-4 .list ul .slick-list {
  overflow: unset;
}
.about-page .about-4 .list ul li a {
  display: block;
  position: relative;
}
.about-page .about-4 .list ul li a img {
  width: 100%;
}
.about-page .about-4 .list ul li a span {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.about-page .about-4 .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 .list ul li a:hover span {
  opacity: 1;
}
.about-page .about-4 .list ul .slick-slide {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 .list ul .slick-slide li {
  -webkit-transform: translateX(65%);
  -moz-transform: translateX(65%);
  -ms-transform: translateX(65%);
  transform: translateX(65%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 .list ul .slick-active {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.about-page .about-4 .list ul .slick-active li {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
.about-page .about-4 .list ul .slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.about-page .about-4 .list ul .slick-active.slick-current li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-4 .list ul .slick-active.slick-current + div {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.about-page .about-4 .list ul .slick-active.slick-current + div li {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.about-page .about-4 .list ul .slick-active.slick-current + div + div {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
}
.about-page .about-4 .list ul .slick-active.slick-current + div + div li {
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
}
.about-page .about-5 {
  text-align: center;
  background: #f8f8f8;
}
.about-page .about-5 .options {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.about-page .about-5 .options span {
  font-size: 20px;
  font-family: var(--font);
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .options span i {
  color: #bfbfbf;
}
.about-page .about-5 .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.about-page .about-5 .ret {
  margin-top: 55px;
  position: relative;
}
/*.about-page .about-5 .ret .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}*/
.about-page .about-5 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.about-page .about-5 .ret ul {
  margin: -11px;
}
.about-page .about-5 .ret ul li {
  padding: 11px;
}
.about-page .about-5 .ret ul li img {
  width: 100%;
}
.about-page .about-6 {
  padding: 0 0 6%;
}
.about-page .about-6 .top .left {
  width: 73%;
}
.about-page .about-6 .top .left .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #030303;
  text-transform: uppercase;
}
.about-page .about-6 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.about-page .about-6 .bottom {
  padding: 0;
}
.about-page .about-6 .bottom .grid-box {
  padding-top: 50px;
  max-width: 100%;
}
.about-page .about-6 .bottom ul li {
  padding-right: 60px;
  width: 16.6666%;
}
.about-page .about-6 .bottom ul li .ig {
  position: relative;
  padding: 15px 20px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .bottom ul li .ig:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.about-page .about-6 .bottom ul li i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page .about-6 .bottom ul li .ig > p {
  min-height: 87px;
}
.about-page .about-6 .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #030303;
  width: 78%;
  margin-top: 18px;
  text-align: left;
}
.about-page .about-6 .bottom ul li .ig .link_icon i {
  font-size: 30px;
}
.about-page .about-6 .bottom ul li .content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}
.about-page .about-6 .bottom ul li:hover .content {
  opacity: 1;
}
.about-page .about-6 .bottom ul li .text p {
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.about-page .about-6 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.about-page .about-6 .bottom ul li .mores .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  margin-top: -10px;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.about-page .about-6 .bottom ul li .mores .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-6 .bottom ul li .mores:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
}
.about-page .about-6 .bottom ul li:last-child {
  padding-right: 0;
  width: 16%;
}
.about-page .about-6 .bottom ul li:last-child .ig:after {
  display: none;
}
.about-page .about-6 .bottom ul li:hover i {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .about-7 {
  position: relative;
  z-index: 1;
  background: url(../images/about-7-bg.jpg) no-repeat right center;
}
.about-page .about-7 .left {
  width: 53%;
}
.about-page .about-7 .left ul {
  position: relative;
}
.about-page .about-7 .left ul li {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.about-page .about-7 .left ul li:nth-child(n + 2) {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-7 .left ul li.active {
  opacity: 1;
  z-index: 4;
}
.about-page .about-7 .right {
  width: 47%;
  color: #fff;
  padding: 102px 20px 0 0;
}
.about-page .about-7 .right .ig {
  max-width: 706px;
  /*padding-left: 57px;*/
}
.about-page .about-7 .right .header {
  text-align: right;
}
.about-page .about-7 .right .header .tag {
  color: #fff;
  padding-right: 138px;
}
.about-page .about-7 .right .header .tag:before {
  background: #fff;
  top: 8px;
}
.about-page .about-7 .right .header .title {
  line-height: 1.2;
  margin-left: -132px;
}
.about-page .about-7 .right .header .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.65;
  text-align: left;
}
.about-page .about-7 .right .list {
  margin-top: 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-7 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-7 .right .list ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  line-height: 1.6;
}
.about-page .about-7 .right .list ul li .tit em {
  width: 90%;
}
.about-page .about-7 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}
.about-page .about-7 .right .list ul li .tit i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-7 .right .list ul li .tit i:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-7 .right .list ul li .con {
  font-size: 16px;
  line-height: 1.875;
  opacity: 0.5;
  display: none;
  padding: 20px 0;
}
.about-page .about-7 .right .list ul li.active .tit i:after {
  opacity: 0;
}
.about-page .about-7 .right .list ul li .tit em {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-7 .right .list ul li.active .tit em {
  color: var(--color);
}
.about-page .about-7:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background: url(/template/en/images/about2-bg.jpg) no-repeat center;
}
@media screen and (max-width: 1680px) {
  .about-page .about-core-person .left .big-title {
    font-size: 180px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-7 .right {
    padding-top: 40px;
  }
  .about-page .about-1 .bottom ul {
    margin-top: 30px;
  }
  .about-page .about-7 .right .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .about-img a.play {
    zoom: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .logo-list {
    margin-top: 25px;
  }
  .about-page .about-1 .bottom .grid-box.three > .column {
    width: 50%;
  }
  .about-page .about-core-person .left {
    display: block;
  }
  .about-page .about-core-person .left .big-title {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 55px;
    margin-top: 0;
    line-height: 1.2;
  }
  .about-page .about-core-person .left .subtitle {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 45px;
  }
  .about-page .about-core-person .left .big-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-advantage .about-advantage-list li {
    width: 50%;
  }
  .about-page .about-1 .bottom .grid-box.three > .column {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-advantage .about-advantage-list li {
    width: 100%;
  }
  .about-page .about-core-person .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-core-person .right ul li .list-left,
  .about-page .about-core-person .right ul li .list-right {
    width: 100%;
  }
  .about-page .about-1 .logo-list li {
    width: 50%;
  }
}
@media screen and (max-width: 1680px) {
  .about-page .about-6 .bottom ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-6 .bottom ul li p {
    width: 90%;
  }
  .about-page .about-7 .right .header .title {
    margin-left: -90px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-6 .top .left .title {
    font-size: 60px;
  }
  .about-page .about-6 .bottom {
    padding-left: 0;
  }
  .about-page .about-6 .bottom ul li p {
    width: 100%;
  }
  .about-page .about-7 {
    padding: 50px 0;
  }
  .about-page .about-7 .left,
  .about-page .about-7 .right {
    vertical-align: middle;
  }
  .about-page .about-7 .right {
    padding-top: 0;
  }
  /*.about-page .about-7 .right .ig {
    padding-left: 30px;
  }*/
  .about-page .about-7 .right .header .title {
    font-size: 62px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-6 .top .left .title {
    font-size: 60px;
  }
  .about-page .about-6 .bottom ul li p {
    font-size: 21px;
  }
  .about-page .about-7 .right .header .title {
    font-size: 43px;
  }
  .about-page .about-7 .right .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-6 .top .left,
  .about-page .about-6 .top .right {
    width: 100%;
  }
  .about-page .about-6 .top .right {
    margin-top: 20px;
  }
  .about-page .about-6 .bottom ul {
    margin-bottom: -20px;
  }
  .about-page .about-6 .bottom ul li:last-child {
    width: 33.3333%;
  }
  .about-page .about-6 .bottom ul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .about-page .about-7 {
    padding-top: 0;
    background-size: cover;
  }
  .about-page .about-7 .left {
    margin-bottom: 25px;
    width: 100%;
  }
  .about-page .about-7 .right {
    width: 100%;
  }
  .about-page .about-7:after {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-6 .bottom ul li {
    width: 50%;
    padding-right: 20px;
  }
  .about-page .about-6 .bottom ul li:last-child {
    width: 50%;
  }
  .about-page .about-6 .bottom ul li:nth-child(even) {
    padding-right: 0;
  }
  .about-page .about-7 .right .list ul li .tit {
    font-size: 22px;
  }
  .about-page .about-7 .right .header .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-6 .top .left .title {
    font-size: 50px;
  }
  .about-page .about-6 .top .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-6 .bottom ul li {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .bottom ul li:last-child {
    width: 100%;
  }
  .about-page .about-6 .bottom ul li .ig {
    padding: 0;
  }
  .about-page .about-6 .bottom ul li .ig:after {
    display: none;
  }
  .about-page .about-7 .right {
    padding: 0 15px;
  }
  .about-page .about-7 .right .ig {
    padding-left: 0;
  }
  .about-page .about-7 .right .header .title {
    font-size: 24px;
  }
  .about-page .about-7 .right .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-7 .right .list ul li .tit {
    font-size: 18px;
    line-height: 1.4;
  }
}
.about-page .about-66 ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-66 ul li {
  width: 33.333%;
  position: relative;
}
.about-page .about-66 ul li img {
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.about-page .about-66 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-66 ul li .text .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-66 ul li .text .box .cont {
  /*-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  overflow-y: auto;*/
  display: none;
}
/*.about-page .about-66 ul li .text:hover .box .cont {
  height: 13em;
  overflow-y: auto;
}*/
@media screen and (max-width: 1680px) {
  .about-page .about-66 ul li .text {
    padding: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-66 ul li .text {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-66 ul li .text {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-66 ul li .text {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-66 ul li {
    width: 50%;
  }
  .about-page .about-66 ul li .text .box .cont {
    height: 13em;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-66 ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .text {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li .box .content {
    padding: 15px;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 18px;
  }
  .about-page .about-2 {
    padding-bottom: 60px;
  }
  .about-page .about-3 .options {
    margin-top: 40px;
  }
  .about-page .about-3 .options ul li span {
    font-size: 18px;
    padding-bottom: 0.6em;
  }
  .about-page .about-3 .ret {
    margin-top: 30px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 20px;
  }
  .about-page .about-3 .ret .right .btn div {
    line-height: 36px;
    height: 36px;
  }
  .about-page .about-3 {
    padding-bottom: 80px;
  }
  .about-page .about-5 .options span {
    font-size: 18px;
    width: 280px;
  }
  .about-page .about-5 .options {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-5 .options span {
    font-size: 16px;
    width: 220px;
  }
  .about-page .about-1 .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .text {
    font-size: 14px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .list ul {
    margin: -10px;
  }
  .about-page .about-3 .options ul li span {
    font-size: 16px;
  }
  .about-page .about-3 .ret .right span.txt {
    font-size: 20px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 18px;
  }
  .about-page .about-3 .ret .right .btn div,
  .seoBox .seoNews .top .btn div {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
  }
  .about-page .about-3 .ret .left .img {
    height: 240px;
  }
  .about-page .about-4 .list ul li a span {
    zoom: 0.7;
  }
  .about-page .about-5 .options span,
  .testimonials-page .options span,
  .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 200px;
  }
  .about-page .about-5 .ret {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 {
    padding-bottom: 40px;
  }
  .about-page .about-4 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 14px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 16px;
  }
  .about-page .about-3 .ret .left .img {
    height: 180px;
  }
  .about-page .about-5 .options span {
    font-size: 12px;
    width: 140px;
  }
  .about-page .about-4 .list {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .marginBox .marginTop .play {
    width: 40px;
    height: 40px;
  }
  .about-page .marginBox .marginTop .play i {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .about-page .about-5 {
    padding-top: 0;
  }
  .about-page .about-2 {
    padding-top: 50px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 35px;
  }
}
.factory-man-page .container {
  max-width: 1590px;
}
.factory-man-page .video-wrap .big-title {
  line-height: 1.2;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.factory-man-page .video-wrap .intro {
  line-height: 1.55555556;
  max-width: 949px;
  margin-left: auto;
  margin-right: auto;
}
.factory-man-page .img-text-wrap1 {
  background-color: #f8f8f8;
}
.factory-man-page .img-text-wrap .img-text-list li .text-box dl {
  max-width: 638px;
}
.factory-man-page .img-text-wrap .img-text-list li .text-box dl dd {
  padding-left: 38px;
}
.factory-man-page .img-text-wrap .img-text-list li .text-box dl .dot {
  left: 0;
  width: 12px;
  height: 12px;
  background-color: var(--color1);
  top: 0.5em;
  border-radius: 50%;
}
.factory-man-page .img-text-wrap .img-text-list li .text-box dl .dd-right {
  line-height: 1.625;
}
.factory-man-page .img-text-wrap .img-text-list li:last-child .img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.factory-man-page .img-text-wrap .img-text-list li:last-child .text-box {
  padding-left: 6.5%;
}
.factory-man-page .factory-man-wrap1 .factory-man-wrap1-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.factory-man-page .factory-man-wrap1 .factory-man-wrap1-list li {
  width: 33.333%;
  color: #ffffff;
}
.factory-man-page .factory-man-wrap1 .factory-man-wrap1-list li .intro {
  line-height: 1.625;
}
.factory-man-page .img-text-wrap3 {
  background-color: #f8f8f8;
}
.factory-man-page .factory-man-form .intro {
  opacity: 0.8;
  line-height: 1.75;
}
.factory-man-page .factory-man-form .form-box {
  max-width: 753px;
  margin-left: auto;
}
.factory-man-page .factory-man-form .form-box form input {
  height: 65px;
}
.factory-man-page .factory-man-form .form-box form input[type='text'] {
  border: none;
  background-color: #ffffff;
}
.factory-man-page .factory-man-form .form-box form .radio-list li .box .radio-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.factory-man-page .factory-man-form .form-box form .radio-list li .box .radio-box span {
  width: 16px;
  height: 16px;
  border: solid 1px #262626;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.factory-man-page .factory-man-form .form-box form .radio-list li .box .radio-box span::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  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%);
}
.factory-man-page .factory-man-form .form-box form .radio-list li .box .radio-box input:checked + span {
  background-color: var(--color1);
  border-color: var(--color1);
}
.factory-man-page .factory-man-form .form-box form .radio-list li .box .radio-box input:checked + span::after {
  opacity: 1;
}
.factory-man-page .factory-man-form .form-box form .radio-list li .box .radio-title {
  opacity: 0.8;
}
.factory-man-page .factory-man-form .form-box form .content {
  width: -webkit-calc(100% - 148px);
  width: -moz-calc(100% - 148px);
  width: calc(100% - 148px);
}
.factory-man-page .factory-man-form .form-box form input[type='submit'] {
  border: none;
  background-color: var(--color1);
  right: 0;
  bottom: 0;
  width: 148px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../images/factory-man-form-submit.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.factory-man-page .factory-man-form .form-box form input[type='submit']:hover {
  background-color: #000;
}
@media screen and (max-width: 1450px) {
  .factory-man-page .factory-man-form .title {
    text-shadow: 0 0 1px #fff;
  }
  .factory-man-page .factory-man-form .intro {
    text-shadow: 0 0 4px #fff;
  }
  .factory-man-page .factory-man-form .choose-product,
  .factory-man-page .factory-man-form .choose-quantity {
    text-shadow: 0 0 4px #fff;
  }
  .factory-man-page .factory-man-form .form-box form .radio-list li .box .radio-box {
    -webkit-box-shadow: 0 0 4px 0 #fff;
    box-shadow: 0 0 4px 0 #fff;
    border-radius: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .factory-man-page .img-text-wrap .img-text-list li:last-child .img {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .factory-man-page .img-text-wrap .img-text-list li .text-box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .factory-man-page .factory-man-wrap1 .factory-man-wrap1-list {
    position: unset;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factory-man-page .factory-man-wrap1 .factory-man-wrap1-list li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .factory-man-page .factory-man-form .form-box form input {
    height: 40px;
  }
  .factory-man-page .factory-man-form .form-box form input[type='text'] {
    width: 100%;
    margin-bottom: 20px;
  }
  .factory-man-page .factory-man-form .form-box form input[type='submit'] {
    position: unset;
  }
  .factory-man-page .factory-man-form .form-box form input[type='submit'] {
    background-size: 20px;
  }
  .factory-man-page .factory-man-form .form-box form .radio-list li {
    width: 50%;
  }
}
.resource-page .big-title {
  line-height: 1.2;
}
.resource-page .m-page .wp-pagenavi a,
.resource-page .m-page .wp-pagenavi span{
  display: inline-flex;
  margin: 0 21px;
  transition: .3s;
}
.resource-page .m-page .wp-pagenavi a:hover,
.resource-page .m-page .wp-pagenavi span:hover{
  color: var(--color1);
}
.resource-page .m-page .wp-pagenavi .current{
  color: var(--color1);
}
.resource-page .resource-download .download-slick li .box .img-box {
  -webkit-box-shadow: 0px 0px 23px 1px rgba(56, 48, 48, 0.05);
  box-shadow: 0px 0px 23px 1px rgba(56, 48, 48, 0.05);
}
.resource-page .resource-download .download-slick li .box .download1{
  display: none;
}
.resource-page .resource-faq .container {
  max-width: 1590px;
}
.resource-page .resource-faq .faq-list li:last-child {
  margin-bottom: 0;
}
.resource-page .resource-faq .faq-list li .faq-title {
  width: 60px;
  background-color: var(--color1);
  font-style: italic;
  color: #ffffff;
  line-height: 1.2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/*.resource-page .resource-faq .faq-list li .faq-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 50px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}*/
.resource-page .resource-faq .faq-list li .faq-text {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
.resource-page .resource-faq .faq-list li .faq-text .text-content {
  background-color: #f8f8f8;
}
@media screen and (max-width: 1000px) {
  .resource-page .resource-faq .faq-list li .faq-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.contact-page1 .container {
  max-width: 1590px;
}
.contact-page1 .contact-wrap1 {
  z-index: 1;
}
.contact-page1 .contact-wrap1 .bg {
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 21%;
  -webkit-transform: translateY(37%);
  -moz-transform: translateY(37%);
  -ms-transform: translateY(37%);
  transform: translateY(37%);
}
.contact-page1 .contact-wrap1 .left .form-box form label {
  display: block;
}
.contact-page1 .contact-wrap1 .left .form-box form input {
  height: 65px;
  width: 100%;
}
.contact-page1 .contact-wrap1 .left .form-box form input[type='text'] {
  border: none;
  background-color: #f8f8f8;
}
.contact-page1 .contact-wrap1 .left .form-box form textarea {
  border: none;
  background-color: #f8f8f8;
  height: 248px;
}
.contact-page1 .contact-wrap1 .left .form-box form .radio-list li .box .radio-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.contact-page1 .contact-wrap1 .left .form-box form .radio-list li .box .radio-box span {
  width: 16px;
  height: 16px;
  border: solid 1px #262626;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.contact-page1 .contact-wrap1 .left .form-box form .radio-list li .box .radio-box span::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  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%);
}
.contact-page1 .contact-wrap1 .left .form-box form .radio-list li .box .radio-box input:checked + span {
  background-color: var(--color1);
  border-color: var(--color1);
}
.contact-page1 .contact-wrap1 .left .form-box form .radio-list li .box .radio-box input:checked + span::after {
  opacity: 1;
}
.contact-page1 .contact-wrap1 .left .form-box form .radio-list li .box .radio-title {
  opacity: 0.8;
}
.contact-page1 .contact-wrap1 .left .form-box form input[type='submit'] {
  border: none;
  background-color: var(--color);
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  color: #fff;
}
.contact-page1 .contact-wrap1 .left .form-box form input[type='submit']:hover {
  background-color: #000;
}
.contact-page1 .contact-wrap1 .right .right-title {
  line-height: 1.2;
}
.contact-page1 .contact-wrap1 .right .intro {
  line-height: 1.72222222;
}
.contact-page1 .contact-wrap1 .right .contact-info {
  max-width: 372px;
}
.contact-page1 .contact-wrap1 .right .contact-info dd {
  opacity: 0.7;
  line-height: 1.75;
}
.contact-page1 .map {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .contact-page1 .contact-wrap1 .left {
    margin-bottom: 25px;
  }
  .contact-page1 .contact-wrap1 .right .contact-info {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page1 .contact-wrap1 .left .form-box .wid-48 {
    width: 100%;
  }
  .contact-page1 .contact-wrap1 .left .form-box form input,
  .contact-page1 .contact-wrap1 .left .form-box form input[type='submit'] {
    height: 40px;
  }
  .contact-page1 .contact-wrap1 .left .form-box form .radio-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page1 .contact-wrap1 .left .form-box form .radio-list li {
    width: 33.333%;
  }
  .contact-page1 .contact-wrap1 .left .form-box form textarea {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page1 .contact-wrap1 .left .form-box form .radio-list li {
    width: 50%;
  }
}
@-webkit-keyframes history-list-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes history-list-scale {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes history-list-scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.history-page1 .big-title {
  line-height: 1.2;
}
.history-page1 .history-warp1 .history-list::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
  width: 2px;
  background-color: #000000;
  opacity: 0.5;
}
.history-page1 .history-warp1 .history-list li .circle {
  width: 34px;
  height: 34px;
  top: 28%;
}
.history-page1 .history-warp1 .history-list li .circle::before,
.history-page1 .history-warp1 .history-list li .circle::after {
  content: '';
  display: block;
  background-color: var(--color1);
  border-radius: 50%;
}
.history-page1 .history-warp1 .history-list li .circle::before {
  width: 100%;
  height: 100%;
  -webkit-animation: history-list-scale 2s ease-in-out infinite alternate;
  -moz-animation: history-list-scale 2s ease-in-out infinite alternate;
  animation: history-list-scale 2s ease-in-out infinite alternate;
}
.history-page1 .history-warp1 .history-list li .circle::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.history-page1 .history-warp1 .history-list li .box .title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color);
}
.history-page1 .history-warp1 .history-list li .intro {
  height: -webkit-calc(1.5em * 3);
  height: -moz-calc(1.5em * 3);
  height: calc(1.5em * 3);
  overflow-y: auto;
}
.history-page1 .history-warp1 .history-list li:nth-child(n + 2) {
  margin-top: -4.5em;
}
.history-page1 .history-warp1 .history-list li:nth-child(odd) {
  padding-right: 6.7%;
}
.history-page1 .history-warp1 .history-list li:nth-child(odd) .circle {
  right: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.history-page1 .history-warp1 .history-list li:nth-child(even) {
  padding-left: 6.7%;
  margin-left: auto;
}
.history-page1 .history-warp1 .history-list li:nth-child(even) .circle {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .history-page1 .history-warp1 .history-list::before {
    display: none;
  }
  .history-page1 .history-warp1 .history-list li .circle {
    display: none;
  }
  .history-page1 .history-warp1 .history-list li {
    width: 100%;
  }
  .history-page1 .history-warp1 .history-list li:nth-child(n + 2) {
    margin-top: 25px;
  }
  .history-page1 .history-warp1 .history-list li:nth-child(odd) {
    padding-right: 0;
  }
  .history-page1 .history-warp1 .history-list li:nth-child(n + 2) {
    padding-left: 0;
  }
}
.resource-page .form-box1{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 10;
}
.resource-page .form-box1 .contentC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.modal-overlay {
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
.modal {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 96%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    z-index: 100;
    padding: 20px;
    font-family: Arial, sans-serif;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 15px;
}
.modal-close {
    cursor: pointer;
    font-size: 20px;
    margin-left: 20px;
}
.modal-input {
    width: 100%;
    padding: 8px;
    margin: 10px 0 20px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.qr-section {
    text-align: center;
    margin-bottom: 20px;
}
.qr-img {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    padding: 4px;
    background: #fff;
    border: 1px solid #cfcfcf;
}
.modal-footer {
    text-align: center;
}
.modal-footer #sendBtn {
    padding: 8px 16px;
    background: var(--color);
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    display: inline-block;
}
.modal-footer #sendBtn:hover {
    background: var(--color);
}