@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.text-hide {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-hide-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.text-hide-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.text-hide-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.text-hide-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}

.text-hide-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden
}

.text-hide-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden
}

.text-hide-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #285552;
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #285552;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1552px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-top: 30px;
}
#header .ui.container {
  width: auto;
  max-width: 1830px;
}
#header .h-top p i {
  font-size: 1.4em;
}
#header .h-top p em {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  line-height: 1;
}
#header .nav .ui.menu .logo {
  padding: 0 1em;
  margin-right: calc(3.4405vw + 12px);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  /*vertical-align: middle;*/
  margin-left: 0;
  margin-right: auto;
  width: 60%;
  padding-top: 13px;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#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 {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.38888889em;
  font-weight: 500;
  font-size: var(--ft18);
  color: rgba(38, 38, 38, 1);
  min-width: 6.66666667em;
  padding: .8em 0;
  border-top: 1px solid rgba(0,0,0,0.17);
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: '\e768';
  font-family: "iconfont";
  font-weight: normal;
}
#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: 0;
  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;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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 .yuy span {
  padding: 1em 0;
}
#header .nav .ui.menu .yuy span img {
  max-width: 30px;
  display: block;
}
#header .nav .ui.menu .yuy span i {
  font-size: .8em;
  margin-left: .5em;
}
#header .nav .ui.menu .h-search {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.64);
  margin-left: 1em;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msg {
  height: 3.85714286em;
  padding: 0 1em;
  border-radius: 3em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin-left: 2.85714286em;
  white-space: nowrap;
  color: white;
}
#header .nav .ui.menu .msg:hover {
  background-color: #222;
}
#header.inner {
  color: black;
}
#header.inner .h-top p i {
  color: var(--color);
}
#header.inner .h-top p em {
  border-bottom-color: black;
}
#header.inner .nav .ui.menu .h-search {
  border-color: #707070;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li > a {
  border-color: #d7d7d7;
}
#header.active {
  padding-bottom: 10px;
  background-color: white;
  color: black;
}
#header.active .h-top p i {
  color: black;
}
#header.active .h-top p em {
  border-bottom-color: black;
}
#header.active .nav .ui.menu .h-search {
  border-color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a {
  border-color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover{
  color: var(--color);
}
#header.active .nav .ui.menu .logo img:last-child {
  display: none;
}
#header.active .nav .ui.menu .logo img:first-child {
  display: block;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}

html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none !important;
  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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: calc(1.3555vw + 14px);
  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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: calc(1.3555vw + 14px);
  }
}
#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;
}
.more em {
  min-width: 8.88888889em;
  height: 3em;
  border-radius: 3em;
  padding: 0 1.33333333em;
  border: 1px solid #bdbec0;
  color: #5e5e5e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: #1c1c1c;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: -1em;
}
.more.white em {
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
}
.more.white i {
  background-color: white;
  color: var(--color);
}
.more:hover em {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
span.tag {
  color: rgba(40, 85, 82, 1);
  font-size: var(--ft18);
  font-weight: bold;
}
span.h2 {
  line-height: 1.4;
}
.text {
  line-height: 2;
  color: #999;
}
.font-58{
  font-size: calc(2.2885vw + 14px) !important;
  line-height: 1.1 !important;
}
#index-body .init-1 {
  margin-top: -1em;
  border-top-left-radius:  calc(3.1215vw + 10px);
  border-top-right-radius: calc(3.1215vw + 10px);
  background-color: white;
  position: relative;
  z-index: 1;
  padding-top: calc(5.21vw + 15px);
  padding-bottom:  calc(4.65vw + 18px);
}
#index-body .init-1 .list .slick-track .slick-slide > div {
  height: 50%;
}
#index-body .init-1 .list ul {
  margin: -1em;
}

#index-body .init-1 .list ul li .box {
  padding: calc(2.1885vw + 14px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
#index-body .init-1 .list ul li .box i.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font-35{
  font-size: calc(1.1065vw + 14px) !important;
}
.font-38{
  font-size: var(--ft38) !important;
}
#index-body .init-1 .list ul li .box span.num {
  line-height: 1;
  color: rgba(189, 190, 192, 1);
    font-weight: 600;
    margin-bottom: calc(9.90vw + 20px);
}
#index-body .init-1 .right{
  width: 30%;
}
#index-body .init-1 .right .text{
  font-weight: 400;
font-size: var(--ft18);
color: #999999;
line-height: 1.56;
padding-top: var(--ft38);
}
#index-body .init-1 .list ul li .box:hover  span.num{
  color: #fff;
}
#index-body .init-1 .list ul li .box span.h6 {
  line-height: 1.2;
  font-weight: 600;
}
#index-body .init-1 .list ul li .box .text {
  line-height: 1.56;
  font-size: var(--ft16);
  color: rgba(153, 153, 153, 1);
}
#index-body .init-1 .list ul li .box a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .box a.link:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-1 .list ul li .box:hover {
  color: white;
}
#index-body .init-1 .list ul li .box:hover i.mask {
  opacity: 1;
}
#index-body .init-1 .list ul li .box:hover .text {
  color: inherit;
}
#index-body .init-1 .list ul li .box:hover a.link {
  opacity: 1;
}
.font-16{
  font-size: var(--ft16) !important;
}
#index-body .init-1 .line {
  height: 1px;
  background-color:rgba(189, 190, 192, 1);
  position: relative;
  margin-top:  calc(4.1667vw + 16px);
}
#index-body .init-1 .line i {
  width: 254px !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
}
#index-body .init-2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#index-body .init-2 .box .left {
  padding-right: 1%;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .box .left ul {
  height: 100%;
  padding: 10% 0;
}
#index-body .init-2 .box .left ul span.num {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 100%;
  border: 1px solid black;
  position: relative;
  background-color: #f6f8fa;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left ul span.num i {
  width: 1px;
  background-color: #d7dbe2;
  height: 170%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
}
#index-body .init-2 .box .left ul span.num i:after {
  content: '';
  width: 100%;
  height: 0;
  background-color: var(--color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .init-2 .box .left ul span.h6 {
  line-height: 1.5;
}
#index-body .init-2 .box .left ul li {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: .27;
}
#index-body .init-2 .box .left ul li.active {
  opacity: 1;
}
#index-body .init-2 .box .left ul li.active span.num {
  border-color: var(--color);
}
#index-body .init-2 .box .left ul li.active span.num i:after {
  height: 100%;
  -webkit-transition: 6.5s;
  -moz-transition: 6.5s;
  transition: 6.5s;
}
#index-body .init-2 .box .left ul li:last-child span.num i {
  display: none;
}
#index-body .init-2 .box .right ul li .content {
  position: absolute;
  left: 8%;
  background-color: rgba(255, 255, 255, 0.93);
  bottom: 0;
  max-width: 380px;
  padding: 2.3% 3.5% 5.5%;
}
#index-body .init-2 .box .right ul li .content span.h6 {
  line-height: 1.3;
}
#index-body .init-2 .box .right ul li .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  position: absolute;
  right: .5em;
  top: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .right ul li .content a.link:hover {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .init-3 {
    border-top-left-radius:  calc(3.1215vw + 10px);
  border-top-right-radius: calc(3.1215vw + 10px);
  padding-top: calc(5.21vw + 18px);
  background: #f6f8fa;
  padding-bottom: calc(3.4405vw + 16px);
}
#index-body .init-3 .list span.h6 {
  line-height: 1.8;
  min-height: 2em;
}
#index-body .init-3 .list hr {
  min-width: 230px;
}
#index-body .init-3 .list span.h3 {
  line-height: .8;
  color: var(--color);
  font-size: calc(4.159vw + 14px);
}
#index-body .init-3 .list span.h3 sub{
  margin-left: var(--ft22);
}
#index-body .init-4 span.tag{
  font-weight: 600;
}
#index-body .init-4 span.h2{
  font-size: var(--ft60);
  color: #262626;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-4  .text{
  font-weight: 400;
font-size: var(--ft18);
color: #999999;
line-height: 1.56;
margin-top: var(--ft32);
margin-bottom: calc(2.1885vw + 14px);
}
#index-body .init-4 {
  position: relative;
  z-index: 1;
}
#index-body .init-4 .box {
  /*margin-right: -17%;*/
  padding-top: 20%;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .box:before {
  content: '';
  width: 10%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: white;
  display: none;
}
#index-body .init-4 .box .left {
  padding: var(--ft44) var(--ft40) ;
  background-color: rgba(255,255,255,.9);
  border-bottom-left-radius: 0;
}
#index-body .init-5 {
  position: relative;
  padding-top: var(--px145);
  padding-bottom: var(--px140);
}
#index-body .init-5 span.tag{
  font-weight: bold !important;
font-size: var(--ft16) !important;
color: #285552;
margin-bottom: var(--ft20);
}
#index-body .init-5 span.h2{
  font-size: var(--ft60) !important;
  line-height: 1.2  !important;
}

#index-body .init-5:before {
  content: '';
  width: 100%;
  z-index: -1;
  height: 25%;
  position: absolute;
  left: 0;
  background-color: #f6f8fa;
  border-radius: 1em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  bottom: 100%;
}
#index-body .init-5 .list {
  margin-top: calc(3.959vw + 14px);
  -webkit-filter: drop-shadow(0 9px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 9px 24px rgba(0, 0, 0, 0.13));
}
#index-body .init-5 .list ul li {
  height: 100%;
}
#index-body .init-5 .list ul li .box {
  overflow: hidden;
  background-color: white;
  height: 100%;
}
#index-body .init-5 .list ul li .box a.img-box {
  display: block;
}
#index-body .init-5 .list ul li .box .content {
  padding: 9%;
}
#index-body .init-5 .list ul li .box .content .h6{
  font-size: var(--ft20);
  text-transform: uppercase;
  font-weight: 500;
  /*text-align: center;*/
}
#index-body .init-5 .list ul li .box .content .link {
  color: #5e5e5e;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li .box .content .link i {
  color: var(--color);
  font-size: 1.4em;
}
#index-body .init-5 .list ul li .box .content .link:hover {
  color: var(--color);
}
#index-body .init-6{
padding-top: calc(6.77vw + 18px);
padding-bottom: calc(6.77vw + 20px);
}
#index-body .init-6 .list hr {
  height: 3px;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list time {
  color: var(--color);
}
#index-body .init-6 .list span.h6 {
  line-height: 2;

}
#index-body .init-6 .list span.cat{
  font-size: var(--ft16);
}
#index-body .init-6 .list li:hover hr {
  background-color: var(--color);
}
#index-body .init-7{
      border-radius: 0 0 calc(3.2305vw + 14px) calc(3.2305vw + 14px);
    overflow: hidden;
}
#index-body .init-7 .left img{
display: block;
width: 100%;
object-fit: cover;
}
#index-body .init-7 .right span.h2{
font-weight: bold;
font-size: var(--ft60);
color: #FFFFFF;
line-height: 1.25;
}
#index-body .init-7 .right .text{
font-weight: 400;
font-size: var(--ft18);
color: #FFFFFF;
line-height: 1.56;
}
.footerBox .right a.link{
  margin-top: 5.21vw;
  margin-right: calc(2.3955vw + 13px);
}
#footer {
  background-color: #191919;
  color: white;
}
#footer .footer-form {
  margin-top: -1em;
  color: white;
}
#footer .footer-form .form input {
  width: 100%;
  padding: 1.66666667em 2em;
  border-radius: 3em;
  background-color: white;
  border: none;
  color: black;
}
#footer .footer-form .form input::-webkit-input-placeholder {
  color: black;
}
#footer .footer-form .form input:-moz-placeholder {
  color: black;
}
#footer .footer-form .form input::-moz-placeholder {
  color: black;
}
#footer .footer-form .form input:-ms-input-placeholder {
  color: black;
}
#footer .footer-form .form input::placeholder {
  color: black;
}
#footer .footer-form .form input[type="submit"] {
  background-color: var(--color);
  color: white;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#footer .footer-form .form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
#footer .footer-form .form li.wid-100 {
  grid-column: span 3;
}
#footer .footer-form.contact .text {
  color: inherit;
}
#footer .footer-form.contact .form input::-webkit-input-placeholder {
  color: var(--color);
}
#footer .footer-form.contact .form input:-moz-placeholder {
  color: var(--color);
}
#footer .footer-form.contact .form input::-moz-placeholder {
  color: var(--color);
}
#footer .footer-form.contact .form input:-ms-input-placeholder {
  color: var(--color);
}
#footer .footer-form.contact .form input::placeholder {
  color: var(--color);
}
#footer .footer-form.contact input[type="submit"] {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
#footer .footer-top {
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
#footer .footer-top span.h6 {
  line-height: 1;
}
#footer .footer-top .share a {
  width: 2em;
  height: 2em;
  background-color: #262626;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .footer-top .nav {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.79);
}
#footer .footer-top .nav li {
  margin-top: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .nav li ul {
  display: none;
}
#footer .footer-top .nav li:first-child {
  margin-top: 0;
}
#footer .footer-top .nav li:hover {
  color: var(--color);
}
#footer .footer-top .nav.pro {
  color: white;
}
#footer .footer-top .nav.pro li:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: .7em;
}
#footer .footer-top .info {
  max-width: 400px;
}
#footer .footer-top .info p i {
  width: 30px;
  text-align: center;
}
#footer .footer-top .info p i img {
  display: block;
  margin: 0 auto;
}
#footer .footer-bottom .coy svg {
  max-height: 1.55555556em;
  width: auto;
  display: block;
  fill: white;
}
.footerBox {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.footerBox .right {
  padding: 2% 6%;
  color: white;
}
.footerBox .right .text {
  color: inherit;
}
.footerBox .right a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.footerBox .right a.link i {
  font-size: .7em;
}
.footerBox .right a.link:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .msg {
    margin-left: 1em;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    min-width: auto;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    gap: .5em;
  }

  #index-body .init-4 .box .right {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1250px) {
  .footerBox .right {
    padding: 1% 2%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .list ul li .box a.link {
    opacity: 1;
  }
  #index-body .init-1 .list ul li .box i.mask {
    opacity: 1;
  }
  #index-body .init-1 .list ul li .box {
    color: white;
  }
  #index-body .init-1 .list ul li .box .left {
    max-width: 60%;
  }
  #index-body .init-1 .list ul li .box .text {
    color: inherit;
  }
  #index-body .init-2 .box .left {
    display: none;
  }
  #index-body .init-2 .box .right {
    width: 100%;
  }
  #index-body .init-4 .box {
    margin-right: 0;
    background-position: right top;
  }
  #index-body .init-4 .box .right {
    margin-right: 0;
  }
  #index-body .init-4 .box .left {
    width: 70%;
  }
  .footerBox .right {
    padding: 5% 2%!important;
  }
  #index-body .init-8 .form input {
    padding: 1em 1.5em;
  }
  #footer .footer-top .box .slide:nth-child(2),
  #footer .footer-top .box .slide:nth-child(3) {
    display: none;
  }
  #footer .footer-top .box .slide .logo img {
    max-height: 60px;
  }
}
@media screen and (max-width: 1450px) {
  .sider-box .sider-left .category .catelist ul li a{
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) {
      #index-body .init-4 .box .right {
    display: none;
  }
    #index-body .init-4 .box .left .wap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 700px) {
  #index-body .init-3 .list ul li {
    margin-bottom: 30px;
  }
  
  
  h1.h2.font-36.font-bold.block {
    font-size: 20px;
}
  span.h2.font-36.font-bold.block {
    font-size: 20px!Important;
    line-height: 1.6!Important;
}
  span.h6.font-16.font-bold.up-word.up-word.block {
    line-height: 2;
}
  a.fooo {
    display: none;
}
a.eee {
    display: none;
}
#index-body .init-1 .list ul li {
    
    height: 350px!Important;
}
.text.font-16 {
    line-height: 2;
}

  #index-body .init-3 .list span.h6 {
    min-height: auto;
  }
  #index-body .init-3 .list span.h6 br {
    display: none;
  }
  .font-60 {
    font-size: 28px;
  }
  #index-body .init-4 .box .left {
    width: 80%;
  }
 
  #index-body .init-4 .box .right {
    display: none;
  }

  #index-body .init-4 .box .left {
    width: 100%;
  }
  #index-body .init-4 .box {
    padding-top: 0;
    background-image: unset;
  }

  #index-body .init-4 .box .left .wap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #index-body .init-8 .form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .init-8 .form ul li.wid-100 {
    grid-column: span 1;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footer-top .box .slide {
    width: 100%;
  }
  #footer .footer-top span.h6 {
    font-size: 18px;
  }
  .font-30 {
    font-size: 18px;
  }
  .font-60 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .font-93 {
    font-size: 28px;
  }
 
  #index-body .init-1 .list ul li .box span.num {
    margin-bottom: 1em;
  }
  #index-body .init-2 .box .right ul li .content {
    left: auto;
    max-width: none;
    position: relative;
  }
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .mbx {
  font-size: 0;
}
.inner-banner .mbx * {
  font-size: 16px;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: var(--color);
  position: relative;
  top: -.2em;
}
.inner-page {
  padding-top: var(--ft22);
  border-radius: 1em;
  margin: 0 0 -1em;
  -o-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  background-color: white;
  position: relative;
  z-index: 1;
}
.inner-page .ProductBox {
  padding: 1em 1em 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  height: 100%;
}
.inner-page .ProductBox:before {
  content: '';
  width: 100%;
  height: 42%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.inner-page .ProductBox a.img-box {
  max-width: 54%;
  margin: 0 auto;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
}
.inner-page .ProductBox .btn a {
  width: 10em;
  padding: 0 1em;
  height: 2.71428571em;
  -webkit-transition: .5s all,color 0s;
  -moz-transition: .5s all,color 0s;
  transition: .5s all,color 0s;
  border: 1px solid transparent;
}
.inner-page .ProductBox .btn a:first-child {

}
.inner-page .ProductBox .btn a:last-child {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox .btn a:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.inner-page .ProductBox:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox:hover span.tag {
  color: inherit;
}
.inner-page .ProductBox:hover .btn a:first-child {
  border-color: white;
  background-color: white;
  color: var(--color);
}
.inner-page .ProductBox:hover .btn a:last-child {
  background-color: transparent;
  color: white;
  border-color: white;
}
.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;
  gap: .5em;
}
.inner-page .m-page > div a,
.inner-page .m-page > div span {
  height: 2.25em;
  width: 2.25em;
  border-radius: .3em;
  border: 1px solid #d4d4d4;
  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-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 > div a:hover,
.inner-page .m-page > div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page .relatedPro .box {
  height: 100%;
  border: 1px solid #c8c8c8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box a.img-box {
  padding: 7%;
  border-radius: inherit;
}
.inner-page .relatedPro .box .btn {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.inner-page .relatedPro .box .btn a {
  height: 2.71428571em;
  min-width: 2.71428571em;
  padding: 0 1.42857143em;
  border-radius: 1.42857143em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box .btn a:first-child {
  padding: 0;
  background-color: #ccc;
}
.inner-page .relatedPro .box .btn a:first-child i {
  font-size: 1.5em;
}
.inner-page .relatedPro .box .btn a:last-child {
  background-color: var(--color);
  color: white;
  margin-top: -2.71428571em;
  opacity: 0;
}
.inner-page .relatedPro .box .btn a:last-child:hover {
  background-color: black;
}
.inner-page .relatedPro .box:hover {
  border-color: var(--color);
}
.inner-page .relatedPro .box:hover .btn a:last-child {
  opacity: 1;
}
.inner-page .relatedPro .slick li {
  height: 100%;
  padding-bottom: 1.35714286em;
}
.inner-page .relatedPro .slickDots li {
  margin: 0 1.2em;
  background-color: #ccc;
  border: none;
}
.inner-page .relatedPro .slickDots li.slick-active {
  background-color: var(--color);
}
.inner-page span.h2 em {
  color: var(--color);
}
.inner-page .slickBtn {
  font-size: 30px;
}
.inner-page .slickBtn div {
  background-color: #1c1c1c;
}
.inner-page .slickBtn div.next {
  margin-left: .5em;
}
.inner-page .slickBtn div:hover,
.inner-page .slickBtn div.prev {
  background-color: var(--color);
}
.inner-page .honor .slickBtn div {
  border: 1px solid black;
  background-color: black;
}
.inner-page .honor .slickBtn div.prev {
  background-color: transparent;
  color: black;
}
.inner-page .honor .slickBtn div:hover {
  background-color: var(--color);
  color: white !important;
  border-color: var(--color);
}
.inner-page .honor .slick-track {
  align-items: center;
}
.inner-page .news-cat {
  line-height: 1;
}
.inner-page .news-cat a {
  padding: .8em 2.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .news-cat a.active,
.inner-page .news-cat a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}


.construction-page .construction-1 .text {
  width: 90%;
  max-width: 1250px;
  margin-top: -10%;
  padding: 3.5%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
}
.construction-page .construction-2 .list i {
  width: 3.46153846em;
  height: 3.46153846em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
  box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
  position: relative;
  z-index: 1;
  color: var(--color);
}
.construction-page .construction-2 .list i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -0.2em;
  top: -0.08em;
  border-radius: inherit;
  background-color: white;
  -webkit-box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
  box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
}
.construction-page .construction-2 .list span {
  line-height: 1.2;
}
.construction-page .construction-3 {
  background-color: #f8f8f8;
}
.construction-page .construction-3 .relatedPro .img-box {
  background-color: #f8f8f8;
}
.construction-page .construction-3 .relatedPro .img-box img {
  mix-blend-mode: darken;
}
/*.industrial-page .industrial-1 .left .img {
  width: 140%;
}*/
.industrial-1 .right {
  position: relative;
  z-index: 1;
}
.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}
.app-page .industrial-1 .right span.h2 {
  width: 100%;
}
.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}
.industrial-page .industrial-1 .right .info li {
  padding: .3em .5em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}
.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}
.industrial-page .industrial-1 .right .dots p {
  margin-bottom: .3em;
}
.industrial-page .industrial-1 .right .dots p i {
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}
.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}
.industrial-page .industrial-3 .box {
  width: 100%;
  position: relative;
}
.industrial-page .industrial-3 .box li {
  height: 100%;
  padding-top: 1.33333333em;  
}
.industrial-page .industrial-3 .box:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 0;
  background-color: #f8f8f8;
}
.industrial-page .industrial-3 .box .box2 {
  border: 1px solid #b5b5b5;
  height: 100%;
  position: relative;
  background-color: white;
}
.industrial-page .industrial-3 .box .box2 span.num {
  width: 2.66666667em;
  height: 3.05555556em;
  background-color: var(--color);
  color: white;
  margin-top: -1.33333333em;
}
.industrial-page .industrial-3 .box .box2 span.h6 {
  line-height: 1.2;
}
.industrial-page .industrial-3 .box .box2 > i {
  height: 3.45em;
}
.industrial-page .industrial-3 .box .box2 > i img {
  max-height: 100%;
}
.industrial-page .industrial-3 .box .box2 .border i {
  position: absolute;
  background-color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 0;
  height: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(1) {
  height: 1px;
  left: 0;
  top: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(2) {
  width: 1px;
  right: -1px;
  top: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(3) {
  height: 1px;
  right: 0;
  bottom: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(4) {
  width: 1px;
  left: -1px;
  bottom: 0;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  width: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  height: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.solar-page .solar-1 .content {
  margin-left: auto;
  margin-right: 2%;
  margin-top: -22%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  padding: 3.5%;
}
.solar-page .solar-2 .list ul {
  padding: 0 1%;
}
.solar-page .solar-2 .list ul li {
  margin: 0 -5%;
  padding-top: 110%;
}
.solar-page .solar-2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #989898;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solar-page .solar-2 .list ul li:after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solar-page .solar-2 .list ul li .content {
  width: 100%;
  padding: 0 15%;
  font-size: 10px;
}
.solar-page .solar-2 .list ul li .content span.num {
  line-height: .8;
  margin-bottom: -0.3em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, white, var(--color));
  background-image: -moz-linear-gradient(bottom, white, var(--color));
  background-image: linear-gradient(to top, white, var(--color));
}
.solar-page .solar-2 .list ul li .content i.icon {
  height: 2em;
  display: block;
}
.solar-page .solar-2 .list ul li .content i.icon img {
  max-height: 100%;
}
.solar-page .solar-2 .list ul li:hover:before {
  border-color: var(--color);
}
.solar-page .solar-2 .list.active li:after {
  width: 0;
}
.solar-page .solar-2 .list.active li:nth-child(2):after {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.solar-page .solar-2 .list.active li:nth-child(3):after {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.solar-page .solar-2 .list.active li:nth-child(4):after {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
/*.app-page .left .img {
  width: 130%;
}*/
.app-page .slide:nth-child(even) .left {
  direction: rtl;
}
.app-page .slide:nth-child(even) .right {
  text-align: right;
  direction: rtl;
}
.app-page .slide:nth-child(even) .right * {
  direction: ltr;
}
.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -7%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-3 .box .right {
  position: relative;
}
.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}
.about-page .about-4 .list ul:last-child {
  direction: rtl;
}
.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}
.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}
.about-page .about-5 .list ul li,
.about-page .about-5 .list ul .box {
  height: 100%;
}
.about-page .about-5 .list ul .box {
  background-color: white;
  overflow: hidden;
}
.about-page .about-5 .list ul .content {
  padding: 8%;
}
.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
.faq-page span.h6 {
  padding: 1em 1.6em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i {
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.faq-page span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .text {
  padding: 1.5em 3em 0;
}
.faq-page li.active span.h6 {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}
.faq-page li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.projects-page .projects-1 .bottom ul.font-30 {
  margin: -1em;
}
.projects-page .projects-1 .bottom ul.font-30 li {
  padding: 1em;
  height: 100%;
  position: relative;
  margin-bottom: .5em;
}
.projects-page .projects-1 .bottom ul.font-30 li a {
  height: 95%;
  position: relative;
}
.projects-page .projects-1 .bottom ul.font-30 li a img {
  height: 100%;
  object-position: center;
  object-fit: cover;
  width: 100%;
}
.projects-page .projects-1 .bottom ul.font-30 .slick-track {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide > div:last-child {
  margin-top: auto;
}
.projects-page .projects-1 .bottom .content {
  width: 80%;
  padding: 4% 5%;
  background-color: rgba(255, 255, 255, 0.95);
  /*margin-top: -15%;*/
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: absolute;
  left: 10%;
  bottom: 20px;
  /*margin-bottom: 20px;*/
}
.projects-page .projects-2 .map {
  position: relative;
}
.projects-page .projects-2 .map li {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i {
  width: 100%;
  position: absolute;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i:before,
.projects-page .projects-2 .map li i:after {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  left: -25%;
  top: -25%;
  border-radius: 100%;
  background-color: rgba(255, 121, 45, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.projects-page .projects-2 .map li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.projects-page .projects-2 .map li span {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.projects-page .projects-2 .map li .pre {
  zoom: .4;
  display: inline-flex;
  margin: 0 auto;
}
.projects-page .projects-2 .map li:nth-child(1) {
  left: 18%;
  top: 29%;
}
.projects-page .projects-2 .map li:nth-child(1) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(2) {
  left: 18%;
  top: 50%;
}
.projects-page .projects-2 .map li:nth-child(3) {
  left: 21.5%;
  top: 39%;
}
.projects-page .projects-2 .map li:nth-child(3) .pre {
  zoom: .7;
}
.projects-page .projects-2 .map li:nth-child(4) {
  left: 24%;
  top: 58%;
}
.projects-page .projects-2 .map li:nth-child(5) {
  left: 25%;
  top: 67%;
}
.projects-page .projects-2 .map li:nth-child(6) {
  left: 28%;
  top: 84%
}
.projects-page .projects-2 .map li:nth-child(7) {
  left: 32%;
  top: 70%;
}
.projects-page .projects-2 .map li:nth-child(8) {
  left: 46%;
  top: 62%;
}
.projects-page .projects-2 .map li:nth-child(8) .pre {
  zoom: .3;
}
.projects-page .projects-2 .map li:nth-child(9) {
  left: 47.5%;
  top: 38%;
}
.projects-page .projects-2 .map li:nth-child(10) {
  left: 49%;
  top: 31%;
}
.projects-page .projects-2 .map li:nth-child(11) {
  left: 50%;
  top: 63%;
}
.projects-page .projects-2 .map li:nth-child(12) {
  left: 52%;
  top: 33%;
}
.projects-page .projects-2 .map li:nth-child(13) {
  left: 52%;
  top: 41%
}
.projects-page .projects-2 .map li:nth-child(14) {
  left: 55%;
  top: 24%;
}
.projects-page .projects-2 .map li:nth-child(15) {
  left: 56%;
  top: 36%;
}
.projects-page .projects-2 .map li:nth-child(16) {
  left: 57%;
  top: 42%;
}
.projects-page .projects-2 .map li:nth-child(17) {
  left: 54%;
  top: 51%;
}
.projects-page .projects-2 .map li:nth-child(17) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(18) {
  left: 55%;
  top: 76%;
}
.projects-page .projects-2 .map li:nth-child(19) {
  left: 54%;
  top: 84%;
}
.projects-page .projects-2 .map li:nth-child(20) {
  left: 64%;
  top: 37%;
}
.projects-page .projects-2 .map li:nth-child(21) {
  left: 66%;
  top: 48%;
}
.projects-page .projects-2 .map li:nth-child(22) {
  left: 69%;
  top: 54%;
}
.projects-page .projects-2 .map li:nth-child(23) {
  left: 77%;
  top: 45%;
}
.projects-page .projects-2 .map li:nth-child(23) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(24) {
  left: 77%;
  top: 57%;
}
.projects-page .projects-2 .map li:nth-child(25) {
  left: 75.5%;
  top: 64%;
}
.projects-page .projects-2 .map li:nth-child(26) {
  left: 81.5%;
  top: 59%;
}
.projects-page .projects-2 .map li:nth-child(27) {
  left: 80%;
  top: 66%;
}
.projects-page .projects-2 .map li:nth-child(28) {
  left: 85%;
  top: 79%;
}
.projects-page .projects-3 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
.projects-page .projects-3 .list ul:last-child {
  direction: rtl;
}
.projects-page .projects-3 .list ul a.img-box {
  padding: 8% 10%;
  background-color: white;
}
.technology-page .technology-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.technology-page .technology-1 .right {
  width: 60%;
  margin-right: -15%;
}
.technology-page .technology-1 .right img {
  width: 100%;
}
.esg-page .esg-2 .boxBorder {
  background-color: white;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}
.esg-page .esg-2 .boxBorder .list li {
  padding: 3% 2% 2%;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  background-color: white;
}
.esg-page .esg-2 .boxBorder .list li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.esg-page .esg-2 .boxBorder .list li .box> i {
  height: 1em;
}
.esg-page .esg-2 .boxBorder .list li .box i img {
  max-height: 100%;
}
.esg-page .esg-2 .boxBorder .list li .box .info {
  line-height: 1.57142857;
  color: #3a3a3a;
}
.esg-page .esg-2 .boxBorder .list li .box .info p {
  margin-top: 1.42857143em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.esg-page .esg-2 .boxBorder .list li .box .info p em{
  color: var(--color);
}
.esg-page .esg-2 .boxBorder .list li .box .info p em i{
  color: #000;
}
.esg-page .esg-2 .boxBorder .list li .box .info p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.esg-page .esg-2 .boxBorder .list li:hover .box {
  -webkit-transform: translateY(-23%);
  -moz-transform: translateY(-23%);
  -ms-transform: translateY(-23%);
  transform: translateY(-23%);
}
.esg-page .esg-2 .boxBorder .number {
  position: relative;
  color: white;
  font-size: 0;
  text-align: center;
}
.esg-page .esg-2 .boxBorder .number:before {
  content: '';
  width: 100%;
  height: 180%;
  border-radius: inherit;
  z-index: -1;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.esg-page .esg-2 .boxBorder .number span.h6 {
  line-height: 1.2;
}
.esg-page .esg-2 .boxBorder .number span.h6 sub {
  vertical-align: bottom;
}
.esg-page .esg-2 .boxBorder .number hr {
  background-color: white;
}
.esg-page .esg-2 .boxBorder .number p {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.esg-page .esg-2 .boxBorder .number li:hover p {
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}
.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}
.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 45.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%;
}
.onestop-page .onestop-3 .list ul li .img img {
  height: 100%;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.manufacturing-page .manufacturing-1 .text {
  color: #616161;
  line-height: 1.66666667;
}
.manufacturing-page .manufacturing-1 .list {
  font-size: 0;
}
.manufacturing-page .manufacturing-1 .list li {
  padding: 10% 10% 6%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: var(--color);
  border: 1px solid #c1c1c1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.manufacturing-page .manufacturing-1 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.manufacturing-page .manufacturing-1 .list li i.icon {
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.manufacturing-page .manufacturing-1 .list li span.h6 {
  line-height: 1;
}
.manufacturing-page .manufacturing-1 .list li:hover {
  color: black;
}
.manufacturing-page .manufacturing-1 .list li:hover:before {
  opacity: 1;
}
.manufacturing-page .manufacturing-1 .list li:hover i.icon {
  -webkit-filter: unset;
  filter: unset;
}
.manufacturing-page .manufacturing-2 .list .slick-track .slick-slide > div {
  height: auto;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -1em;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 1em;
}
.distributor-page .distributor-1 span.h5 {
  color: #4e4e4e;
  line-height: 1.2;
}
.distributor-page .distributor-1 .list ul li .box {
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.09);
}
.distributor-page .distributor-1 .list ul li .box i.icon {
  height: 5.85714286em;
  margin-top: -2.92857143em;
}
.distributor-page .distributor-2 {
  padding: 13% 0 17%;
  color: white;
}
.distributor-page .distributor-3 {
  margin-top: -10%;
}
.distributor-page .distributor-3 .list {
  background-color: white;
}
.distributor-page .distributor-3 .list ul li {
  margin-bottom: 1em;
  padding: 1.3em;
  padding-left: 3em;
  border-radius: 2.66666667em;
  border: 1px solid #c1c1c1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.distributor-page .distributor-3 .list ul li i.mask {
  content: '';
  background-image: url("../images/distributor-3.png");
  background-repeat: no-repeat;
  background-position: center right 20%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 100%;
}
.distributor-page .distributor-3 .list ul li:last-child {
  margin-bottom: 0;
}
.distributor-page .distributor-3 .list ul li span.h6 i {
  width: 2.53333333em;
  height: 2.53333333em;
  border-radius: 100%;
  position: relative;
  background-color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.distributor-page .distributor-3 .list ul li span.h6 i:after,
.distributor-page .distributor-3 .list ul li span.h6 i:before {
  content: '';
  width: .6em;
  height: 0.13333333em;
  background-color: white;
  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;
}
.distributor-page .distributor-3 .list ul li span.h6 i:after {
  -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);
}
.distributor-page .distributor-3 .list ul li .text {
  display: none;
  color: inherit;
}
.distributor-page .distributor-3 .list ul li .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.distributor-page .distributor-3 .list ul li .text p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.distributor-page .distributor-3 .list ul li:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.distributor-page .distributor-3 .list ul li:hover i.mask {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: .5;
}
.distributor-page .distributor-3 .list ul li:hover span.h6 i {
  background-color: white;
}
.distributor-page .distributor-3 .list ul li:hover span.h6 i:after,
.distributor-page .distributor-3 .list ul li:hover span.h6 i:before {
  background-color: var(--color);
}
.distributor-page .distributor-3 .list ul li.active i.mask {
  opacity: 0;
}
.distributor-page .distributor-3 .list ul li.active span.h6 i:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-page .list ul li {
  border: 1px solid #e3e3e3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li time {
  padding: 0 3%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li time:before {
  content: '';
  border-left: 1em solid var(--color);
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.5em;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li time:after {
  content: '';
  width: 3em;
  left: 100%;
  height: 1px;
  background-color: #666;
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li time em {
  line-height: 1;
}
.news-page .list ul li .content {
  padding: 0 5%;
}
.news-page .list ul li:hover {
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
.news-page .list ul li:hover time {
  background-color: var(--color);
  color: white;
}
.news-page .list ul li:hover time:before {
  opacity: 1;
}
.news-page .list ul li:hover time:after {
  background-color: var(--color);
}
.newdet-page .newdet-1 span.tag2 i {
  color: var(--color);
}
.newdet-page .newdet-1 .text {
  line-height: 1.8;
}
.newdet-page .newdet-1 .m-link span {
  display: block;
  color: var(--color);
}
.newdet-page .newdet-1 .m-link span a {
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .m-link span a:hover {
  color: var(--color);
}
.contact-page .contact-1 .info li {
  margin-bottom: 1em;
}
.contact-page .contact-1 .info li i {
  color: var(--color);
  font-size: 1.2em;
  line-height: 1;
}
.contact-page .contact-1 .info li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: #999;
}
@media screen and (max-width: 1450px) {
  .projects-page .projects-2 .map {
    zoom: .6;
  }
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }

}
@media screen and (max-width: 1250px) {
  .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
  .projects-page .projects-2 .map {
    zoom: .5;
  }
  .solar-page .solar-2 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .slickBtn {
    font-size: 20px;
  }
  .technology-page .technology-1 .left {
    position: static;
  }
  .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
  .solar-page .solar-1 .content {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .solar-page .solar-2 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-page .projects-2 .map {
    zoom: .3;
  }

  .font-32 {
    font-size: 24px;
  }
  .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
  .news-page .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: .5em;
  }
  .news-page .list ul li time {
    width: 20%;
  }
  .news-page .list ul li .content {
    width: 80%;
  }
  .news-page .list ul li .img-box {
    width: 100%;
    margin-bottom: .5em;
  }
  .news-page .list ul li time:after {
    display: none;
  }
  .esg-page .esg-2 .boxBorder .list li {
    width: 100%;
  }
  .esg-page .esg-2 .boxBorder .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .esg-page .esg-2 .boxBorder .list li:hover .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .esg-page .esg-2 .boxBorder .number {
    padding-left: 5%;
    padding-right: 5%;
  }
  .about-page .about-3 .box .left {
    position: static;
  }
  .about-page .about-3 .box .right .year svg {
    width: 30vw;
  }
  .app-page .left .img {
    width: 100%;
  }
  .app-page .slide:nth-child(even) .right {
    text-align: left;
  }
  .app-page .slide:nth-child(even) .right span.tag {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact-page .contact-1 iframe {
    height: 250px;
  }
  .construction-page .construction-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .app-page .industrial-1 .right span.h2 {
    width: 100%;
  }
  .about-page .about-4 .list ul:last-child,
  .projects-page .projects-3 .list ul:last-child {
    display: none;
  }
  .prodet-1 .btn a.more {
    margin-bottom: 1em;
  }
  .prodet-1 .btn a.more~a {
    width: 100%;
  }
  #index-body .init-1 .list ul li .box {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-form .form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .footer-form .form ul li.wid-100 {
    grid-column: span 1;
  }
  #footer .footer-form .form input {
    padding: 1em;
  }
  .distributor-page .distributor-3 .list ul li {
    padding: 1em;
    border-radius: 1em;
  }
  .distributor-page .distributor-1 .list ul li .box i.icon {
    zoom: .5;
  }
  .construction-page .construction-1 .text {
    width: 100%;
    margin-top: 0;
  }
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  .font-22 {
    font-size: 16px;
  }
  .esg-page .esg-2 .boxBorder .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .industrial-page .industrial-3 .box {
    width: 100%;
  }
  .projects-page .projects-2 .map {
    zoom: .2;
  }
  .solar-page .solar-2 .list ul {
    grid-template-columns: 1fr;
  }
  .solar-page .solar-2 .list ul li {
    padding: 0;
    margin: 10px 0;
  }
  .solar-page .solar-2 .list ul li:after,
  .solar-page .solar-2 .list ul li:before {
    display: none;
  }
  .solar-page .solar-2 .list ul li .content {
    position: static;
    width: 100%;
    padding: 5%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border: 1px solid #999;
    border-radius: 10px;
  }
  .news-page .list ul li time {
    display: none;
  }
  .news-page .list ul li .content {
    width: 100%;
  }
  .esg-page .esg-2 .boxBorder .number ul li {
    width: 100%;
  }
  .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
  .distributor-page .distributor-3 .list {
    padding: 1em;
  }
}


.right_nav_list{position:fixed;bottom:120px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:rgba(40, 85, 82, 1);text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%;border-radius: 100%;
    background: url(/switchgearfactory/2025/09/03/youxaing1.png) no-repeat center rgba(40, 85, 82, 1) !important;}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-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,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px;display: none;}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:999;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}
h1.hhh {
    display: inline;
}
a.eee {
    width: 716px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.h6.font-16.font-bold.up-word.up-word.block {
    line-height: 1.6;
}
span.h2.font-36.font-bold.block {
    font-size: 26px;
    line-height: 1.4;
}
span.h6.pl-15.pr-15.font-14.font-bold.block.hover-text {
    line-height: 2;
}
#index-body .init-1 .list ul li {
  padding: 1em;
  height: 515px;
}
.onestop-page .onestop-3 .list ul li .content i img {
  max-width: 1em;
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .list ul li .box {
    height: 100%;
  }
  .font-38 {
    font-size: 16px;
  }
  .text.font-16 {
    line-height: 1.6;
  }
  .init-3 .list .slickBtn div,
  .industrial-2 .list .slickBtn div {
    top: 37%;
  }

  .industrial-1 .right .list li i {
    max-width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .industrial-1 .right .list li i.pt-8 {
    max-width: 10px;
  }
  .about-page .about-3 .img img {
    max-width: 120%;
  }
  .about-page .about-3 .box .right .list li .year {
    width: 1.5em;
  }
  .about-page .about-3 .box {
    margin-bottom: 15%;
  }
  .about-page .about-3 .box .right .year {
    margin-bottom: 15%;
  }
  .onestop-page .onestop-3 .list ul li .content {
    padding: 3% !important;
  }
  .esg-1 .text {
    width: 100%;
  }
  .faq-page span.h6 img {
    max-width: 30px;
  }
  .distributor-1 .list ul {
    flex-wrap: wrap;
  }
  .distributor-page .distributor-3 .list ul li i.mask {
    background-size: 20% auto;
  }
}
.editor-module,
.editor-module1,
.editor-module2,
.editor-module3,
.editor-module4 {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

.editor-module h2,
.editor-module1 h2,
.editor-module2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.editor-module p {
    margin-bottom: 16px;
}
.module-block {
    background: #fff;
    padding: 48px;
    border-radius: 14px;
    margin-bottom: calc(1.3555vw + 14px);
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.module-block h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.module-block h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.module-block p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #333;
}

.module-block ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.module-block li {
    margin-bottom: 10px;
}
.editor-module2 h4,
.editor-module3 h4,
.editor-module4 h4 {
    text-align: center;
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 25px;
    padding-top: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
.more-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px 20px; 
    margin-top: 15px;
}

.module-block {
    background: rgba(255, 255, 255, 0.85); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px; 
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease; 
    overflow: hidden; 
    position: relative;
}


.module-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.01);
    border-color: rgba(40, 85, 82, 1); 
}
.editor-module3.module-block {
    display: flex !important;
    align-items: flex-start;
    gap: 20px;
}


.editor-module3 .editor-left {
    flex: 0 0 581px;
}


.editor-module3 .editor-right {
    flex: 1;
    min-width: 0;
}

.editor-module3 .editor-right * {
    float: none !important;
    clear: none !important;
}
.inner-page .m-page > div a,
.inner-page .m-page > div span {
  height: 1em!Important;
  width: 1em!Important;
  font-size: 30px;
}
.newdet-page .newdet-1 .text{
  color: #000;
}
:root {
  --ft22: calc(0.415vw + 14px);
}
#banner {
  overflow: hidden;
}
#banner .swiper_banner {
  position: relative;
}
#banner .swiper_banner .swiper-pagination-banner {
  position: absolute;
  bottom: calc(9.38vw + 6px);
  z-index: 5;
  left: 10.47%;
}
#banner .swiper_banner .swiper-pagination-banner .swiper-pagination-bullet {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 6px;
  height: 6px;
  background: #292929;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px !important;
  position: relative;
}
#banner .swiper_banner .swiper-pagination-banner .swiper-pagination-bullet::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url(../images/banner_c.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  z-index: -1;
}
#banner .swiper_banner .swiper-pagination-banner .swiper-pagination-bullet-active {
  background: var(--color);
}
#banner .swiper_banner .swiper-pagination-banner .swiper-pagination-bullet-active::after {
  opacity: 1;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide .banner_text {
  position: absolute;
  top: 27%;
  left: 10.47%;
  width: 50%;
}
#banner .swiper_banner .swiper-slide .banner_text .bt-p1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: calc(3.2305vw + 14px);
  color: #262626;
  line-height: 1.1;
  margin-bottom: calc(2.25vw + 15px);
}
#banner .swiper_banner .swiper-slide .banner_text .bt-p2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: var(--ft22);
  color: #262626;
  margin-bottom: 14px;
}
.hl_btn {
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  position: relative;
  height: 55px;
  border-radius: 28px;
  border: 1px solid #000000;
  line-height: 55px;
  width: fit-content;
  font-weight: 400;
  text-transform: uppercase;
  font-size: var(--ft18);
  color: #262626;
  padding-left: var(--ft24);
  padding-right: 52px;
}
.hl_btn:hover{
  background: var(--color);
  color: #fff;
}
.hl_btn:hover div {
  transform: rotate(45deg);
}
.hl_btn div {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 56px;
  height: 56px;
  background: #262626;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.htop31{
  margin-right: 4px;
}
#index-body .init-4 .box{
  align-items: center
}
   #index-body .init-4 .right{
     /*width: 140px;*/
     align-items: center;
     height: 100%;
   }
   .page-header02{
     position: fixed;
     width: 100%;

   }
   @media (max-width: 1250px) {
     .inner-page{
       margin: 0;
     }
     .inner-banner{
       display: none !important;
     }
     #innerMobileBanner .banner2.colorWhite p{
       color: #fff;
     }
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
 @media (max-width: 1800px){
  #banner .swiper_banner .swiper-slide .banner_text .bt-p1{
    font-size: var(--ft60);
  }
}
 @media (max-width: 1000px){
   .about-page .about-3::before{
     height: calc(9.38vw + 20px);
   }
     #banner .swiper_banner .swiper-slide .banner_text .bt-p1{
    font-size: var(--ft36);
    margin-bottom: var(--ft24);
  }
   #banner .swiper_banner .swiper-slide .banner_text{
     top:17%;
   }
  #banner .swiper_banner .swiper-pagination-banner{
    display: none;
  }
}
.page-header02 .logo img{
  filter: brightness(0) invert(1);
}
 @media (max-width: 500px){
  #banner .swiper_banner .swiper-slide>img{
    height: 340px;
    object-fit: cover;
  }
} 
        .pt-160{
          padding-top: calc(7.8vw + 10px) !important;
        }
        .pb-150 {
          padding-bottom: calc(6.77vw + 20px) !important;
        }
    
        .pt-150 {
          padding-top: calc(6.77vw + 20px) !important;
        }
    
        .pb-140 {
          padding-bottom: calc(6.25vw + 20px) !important;
        }
    
        .pt-140 {
          padding-top: calc(6.25vw + 20px) !important;
        }
    
        .pb-130 {
          padding-bottom: calc(5.75vw + 20px) !important;
        }
    
        .pt-130 {
          padding-top: calc(5.75vw + 20px) !important;
        }
    
        .pb-120 {
          padding-bottom: calc(5.21vw + 20px) !important;
        }
    
        .pt-120 {
          padding-top: calc(5.21vw + 20px) !important;
        }
    
        .pb-110 {
          padding-bottom: calc(4.65vw + 20px) !important;
        }
    
        .pt-110 {
          padding-top: calc(4.65vw + 20px) !important;
        }
    
        .pb-80 {
          padding-bottom: calc(3.1267vw + 20px) !important;
        }
    
        .pt-80 {
          padding-top: calc(3.1267vw + 20px) !important;
        }
    
        .pb-100 {
          padding-bottom: calc(4.1667vw + 20px) !important;
        }
    
        .pt-100 {
          padding-top: calc(4.1667vw + 20px) !important;
        }
    
        .pb-90 {
          padding-bottom: calc(3.65vw + 20px) !important;
        }
    
        .pt-90 {
          padding-top: calc(3.65vw + 20px) !important;
        }

        .product-page {
  /*padding-bottom: calc(5.75vw + 10px);*/
  padding-bottom: 0;
}
.pro-single-page{
  margin-top: 107px;
}
.product-page .init-1 {
  padding: 40px;
  /*padding: 110px 0;*/
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .container .tip_title {
  font-size: 30px;
  font-weight:bold;
  /*text-align: center;*/
  text-transform: uppercase;
  line-height: 1.6;
}
.product-page .init-1 .container .des {
  /*width: 910px;
  margin: auto;*/
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  /*text-align: center;*/
  font-weight:400;
  line-height: 2;
  max-height: 280px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight:bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: #8ac340;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight:500;
  text-align: center;
}
.product-page .init-4 {
  margin-top: 140px;
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  line-height: 1.2;
  font-weight:bold;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  font-weight:500;
  margin-top: 15px;
  text-align: center;
}


.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 36.2%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 100%;
    /*float: left;*/
       /*border-right: 1px solid #dcdcdc;*/
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -8px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: block;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    width: 100%;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 100%;
    padding-left: 0%;
    margin-bottom: calc(0.625vw + 14px);
    /*display: inline-block;*/
        border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg img{

}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
    padding: var(--px90) 0 !important;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 25px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 1.8;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 55%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  font-weight:bold;
  /*text-transform: uppercase;*/
  /*margin-top: 20px;*/
}

.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 320px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}
.shangxia{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    margin-top: 20px;
}
.more_cont {
  padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  color: #222;
}
.more_cont::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  background: var(--primary);
}
.more_cont:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
.product-page .pro_init_1 .container .right .more_cont {
  margin-top: calc(2.0925vw + 15px);
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
  background-color: #f6f6f5;
  padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: calc(2.0925vw + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: calc(1.3555vw + 14px);
  width: 27%;
  text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
  overflow-y: auto;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
  padding: 100px 0;
}

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight:500;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  font-weight:500;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: calc(1.3555vw + 14px);
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}
/*.product-page .pro_init_3 .container form .submit_btn::before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  background: var(--primary);
}
.product-page .pro_init_3 .container form .submit_btn:hover{
  color: var(--white);
}
.product-page .pro_init_3 .container form .submit_btn:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}*/
@media screen and (max-width: 1250px) {
    .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}

@media screen and (max-width: 1000px) {
    .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }
   .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: calc(1.3555vw + 14px);
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
   .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
}
.about-page .about-3 .box .right .list .flex{
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 500px) {
    .product-page .product-2{
    margin-top: 20px!important;
  }
   .product-page {
    padding-bottom: calc(1.3555vw + 14px);
  }
  .product-page .init-1 {
    padding: 10px 0;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .product-page .init-2 {
    margin-top: calc(1.3555vw + 14px);
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: calc(1.3555vw + 14px);
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: calc(1.3555vw + 14px);
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }
.product-page .pro_init_1 {
    margin-top: calc(1.3555vw + 14px);
    padding-top: calc(1.3555vw + 14px);
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }
}
.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--primary);
  font-size: 30px;
  font-family: 'RM';
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--primary);
  color: white;
}*/
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}

.product-page .product-2 {
  margin-top: 90px;
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  line-height: 1;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form input,
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
@media screen and (max-width: 1000px) {
    .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
}
.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, var(--color), #9bc76b);
  background-image: -moz-linear-gradient(left, var(--color), #9bc76b);
  background-image: linear-gradient(to right, var(--color), #9bc76b);*/
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
    .product_list {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
    .product_list {
    padding: 15px;
  }
}
.pr {
    position: relative;
}
.hl_btn_9{
  margin: var(--ft30) auto 0;
}
.m-page{
  padding-top: var(--ft60);
}
.inner-page .m-page > div a, .inner-page .m-page > div span {
    height: 30px ! Important;
    width: auto ! Important;
    padding: var(--ft18);
    font-size: var(--ft20);
}
.product-page .product-2{
  padding-bottom: var(--px100);
}
.pro-single-page{
  margin-top: var(--px100);
}
.pro-single-page {
  padding-bottom: 0;
}
.sr-hh{
  font-size:var(--ft30);
  color: #4a4a4a; 
  font-weight: bold;
  margin-bottom:var(--ft36);
}
.img_gg1{
     margin-bottom: var(--ft60);
     font-size: var(--ft18);
}
.img_gg{
  display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap:var(--ft48);
   margin-bottom: var(--ft60);
}
.img_gg img{
  border: 1px solid #dcdcdc;
}
.page-header02{
  opacity: 0;
}
@media screen and (max-width: 1250px) {
  .page-header02{
  opacity: 1;
}
}
@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .right .hl_btn{
    margin: var(--ft30) auto 0;
  }

}
.seoPublic.inner-page{
  border-radius:0 0 3.65vw 3.65vw;
    margin: 0 0 -3.65vw;
    -o-box-shadow: unset;
    -webkit-box-shadow:  unset;
    box-shadow: unset;
    /*background-color: white;*/
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .img_gg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ft30);
}
}
@media screen and (max-width: 700px) {
    .img_gg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ft18);
}
}
.product-c-page .pro_nav {
  padding: 55px 0;
}

.product-c-page .pro_nav ul li {
  font-size: 20px;
  line-height: 1.8;
  border: 1px solid #c8c6c1;
  padding: 30px 10px;
  transition: 0.3s;
}

.product-c-page .pro_nav ul li a{
  display: inline-block;
  vertical-align: middle;
}

.product-c-page .pro_nav ul li .img{
  width: 60px;
  margin-right: 10px;
}

.product-c-page .pro_nav ul li .text{
  width: calc(100% - 80px);
}

.product-c-page .pro_nav ul li img {
  vertical-align: middle;
}

.product-c-page .pro_nav ul li.active,
.product-c-page .pro_nav ul li:hover {
  background: var(--color);
  color: #1c1c1c;
}

.product-c-page .product-1 {
  /*background: url(../images/product-bg1.jpg) no-repeat;*/
  background-size: cover;
  color: white;
  height: 42vw;
}

.product-c-page .product-1 .box {
  width: 40%;
  margin-left: auto;
}

.product-c-page .product-1 .box .content {
  line-height: 28px;
  margin: 35px 0 55px;
}

.product-c-page .product-1 .box .more {
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  background: var(--color);
  border-radius: 29px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 40px;
}

.product-c-page .product-1 .box .more:hover {
  background: black;
}

.product-c-page .pro-list {
  padding: 150px 0 100px;
}

.product-c-page .pro-list .cat_des{
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin: 10px 0 30px 0;
  max-height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.product-c-page .pro-list ul {
  margin: -10px;
}

.product-c-page .pro-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}

.product-c-page .pro-list ul li {
  padding: 10px;
}

.product-c-page .pro-list ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.product-c-page .pro-list ul li .img-box img {
  display: block;
  width: auto;
  margin: auto;
}

.product-c-page .pro-list ul li h5 {
  font-size: 18px;
  line-height: 2;
  min-height: 4em;
  font-weight: bold;
  margin-top: 10px;
}

.product-c-page .pro-list ul li .des{
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  color: #333;
}

.product-c-page .pro-list ul li:hover .img-box {
  background: rgba(0, 0, 0, 0.1);
}

.product-c-page #index-body .i-about .left {
  vertical-align: middle;
}

.product-c-page #index-body .i-about .right {
  vertical-align: middle;
}
@media screen and (max-width: 1600px) {
    .product-c-page .product-1 {
    background-size: contain;
    padding: 66px 0 107px;
  }
}
@media screen and (max-width: 1400px) {
    .product-c-page .product-1 .box {
    width: 60%;
  }
}
@media screen and (max-width: 1250px) {
    .product-c-page .pro_nav{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
    .product-c-page .product-1 {
    background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
    .product-c-page .product-1 .box {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
    .product-c-page .product-1{
    display: none;
  }
}
@media screen and (max-width: 500px) {
     .product-c-page .pro-list .cat_des{
     display: none;
  }
    .product-c-page .pro-list{
    padding: 40px 0;
  }
}
h1.fenleiyeh1 {
    font-size: var(--ft32);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}
.prodet-c-page .prodet-1 {
  padding: 130px 0 120px;
}

.prodet-c-page .prodet-1 .left .gallery {
  width: 20%;
  vertical-align: middle;
}

.prodet-c-page .prodet-1 .left .gallery ul li {
  padding: 10px;
}

.prodet-c-page .prodet-1 .left .gallery ul li a {
  border: 1px solid #eee;
  display: block;
  overflow: hidden;
}

.prodet-c-page .prodet-1 .left .bigImg {
  width: 77%;
  /*vertical-align: middle;*/
  border: 1px solid #eee;
}

.prodet-c-page .prodet-1 .left .bigImg a{
  display: block;
}

.prodet-c-page .prodet-1 .left .bigImg img {
  display: block;
  margin: auto;
  width: 100%;
}
.prodet-c-page .m-link{
  margin-top: calc(1.3555vw + 14px);
}
.prodet-c-page .m-link a{
  display: block;
  font-size: 16px;
  color: #767676;
  font-weight: 300;
  line-height: 2;
  transition: all .5s;
}
.prodet-c-page .m-link a:hover{
  color: var(--color);
}
.prodet-c-page .prodet-1 .right {
  padding-left: 50px;
}

.prodet-c-page .prodet-1 .right h1 {
  line-height: 44px;
}

.prodet-c-page .prodet-1 .right .item-box {
  margin-top: calc(2.0925vw + 15px);
}

.prodet-c-page .prodet-1 .right .more{
  margin-top: 20px;
}

.prodet-c-page .prodet-1 .right .item-box .item {
  border-top: 1px solid #e8e8e8;
  padding: 25px 0 30px;
}

.prodet-c-page .prodet-1 .right .item-box .item1 img{
  width: 90px;
  margin: 5px;
  display: inline-block;
}

.prodet-c-page .prodet-1 .right .item-box .item h5 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.prodet-c-page .prodet-1 .right .item-box .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.prodet-c-page .prodet-1 .right .item-box .item ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

.prodet-c-page .prodet-1 .right .item-box .item1 ul li:nth-child(1) {
  background: #020202;
}

.prodet-c-page .prodet-1 .right .item-box .item1 ul li:nth-child(2) {
  background: #020202;
}

.prodet-c-page .prodet-1 .right .item-box .item1 ul li:nth-child(3) {
  background: #020202;
}

.prodet-c-page .prodet-1 .right .item-box .item2 ul li:nth-child(1) {
  background: #82b858;
}

.prodet-c-page .prodet-1 .right .item-box .item2 ul li:nth-child(2) {
  background: #020202;
}

.prodet-c-page .prodet-1 .right .item-box .item:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.prodet-c-page .prodet-1 .right .item-box .item3 .content {
  color: #606060;
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  font-size: 16px;
  line-height: 30px;
}

.prodet-c-page .prodet-2 {
  padding-bottom: calc(5.75vw + 10px);
}

.prodet-c-page .prodet-2 ul {
  border-top: 1px solid #e7e7e7;
}

.prodet-c-page .prodet-2 ul li {
  background: #fafafa;
  padding: 60px 40px 40px;
  border-top: 1px solid #e7e7e7;
  line-height: 2;
}

.prodet-c-page .prodet-2 ul li.gif .right img {
  max-width: 300px;
}

.prodet-c-page .prodet-2 ul li .left {
  position: relative;
  width: 36%;
  padding-right: 20px;
}

.prodet-c-page .prodet-2 ul li .left h5 {
  font-size: 30px;
  padding-right: 40px;
}

.prodet-c-page .prodet-2 ul li .left i {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 30px;
  cursor: pointer;
}

.prodet-c-page .prodet-2 ul li .right {
  width: 64%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.prodet-c-page .prodet-2 ul li .right .cont_des{
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
}

.prodet-c-page .prodet-2 ul li .right table{
  width: 100% !important;
}

.prodet-c-page .prodet-2 ul li .right table tr td{
  min-width: 120px;
  border: none;
}

.prodet-c-page .prodet-2 ul li .right table tbody tr{
  border-bottom: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .prodet-c-page .prodet-1 {
  padding: var(--px80) 0 var(--ft60);
  }
   .prodet-c-page .prodet-1 .left,
  .prodet-c-page .prodet-2 ul li .left {
    width: 100%;
    padding-right: 0;
  }

  .prodet-c-page .prodet-1 .right,
  .prodet-c-page .prodet-2 ul li .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-c-page .prodet-1 .left .bigImg {
    vertical-align: top;
    width: 100%;
  }
  .prodet-c-page .prodet-1 .left .gallery{
    width: 100%;
    margin: calc(0.8345vw + 14px) 0 calc(2.3955vw + 14px);
  }
  .prodet-c-page .prodet-1 .left .gallery ul{
    margin: 0 -10px;
  }
  .prodet-c-page .prodet-1 .left .grid-box{
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 750px) {
    .prodet-c-page .prodet-2 ul li{
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-c-page .prodet-1 .right {
    padding-left: 0;
  }
    .prodet-c-page .prodet-2 ul li .left h5{
    font-size: 24px;
    line-height: 44px;
  }
}
.news-page .list ul li{
  flex-wrap: nowrap;
}
@media screen and (max-width: 1000px) {
  .news-page .list ul li{
  flex-wrap: wrap;
}
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box{
    width: 52%;
  }
}
.about-page .about-3 .box .right .box2{
  flex-wrap: nowrap  !important;
}
#wap-bottom{
  display: none !important;
}
 @media screen and (max-width: 1000px){
   .about-page .about-3 .box .right .list li .year{
     margin-right: 14px;
   }
     .about-page .about-3 .box .right .list{
    margin-left: auto;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap !important;
}
}
.honor-page .column{
  padding:0 var(--ft24);
}
.honor-fc-page .column{
  padding: var(--ft24);
}
.honor1-page{
  padding-top: 0;
}
.honor1-page .slide{
  padding-top: calc(5.75vw + 15px) !important;
}
.honor1-page li{
  margin-bottom: calc(9.90vw + 29px);
  position: relative;
  z-index: 3;
}
.honor1-page li:nth-of-type(4),
.honor1-page li:nth-of-type(8){
  position: relative;
  z-index: 1;
}
.honor1-page li:nth-of-type(4) a,
.honor1-page li:nth-of-type(8) a{
  position: relative;
  z-index: 3;
}
.honor1-page .m-page{
  padding-top: 0;
}
.honor1-page li:nth-of-type(4)::after,
.honor1-page li:nth-of-type(8)::after{
  content:'';
  position: absolute;
  width: 94.8vw;
  height: 13.021vw;
  background: url(../images/hrr2.png) no-repeat top left;
    background-size: cover;
    bottom:0;
    right: 0; 
    transform: translate(9.5%, 78%);
}
.ho1-p1{
font-weight: bold;
font-size: var(--ft32);
color: #000000;
}
.ho1-p2{
  font-weight: 400;
font-size: var(--ft24);
color: #484848;
margin-top: var(--ft30);
margin-bottom: calc(4.479vw + 14px);
}
/*.flex-as {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}*/
/*.flex-jb {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;}*/
   @media screen and (max-width: 1800px)  {
      .honor1-page li:nth-of-type(4)::after, .honor1-page li:nth-of-type(8)::after{
    content: '';
    position: absolute;
    width: 94.8vw;
    height: 13.021vw;
    background: url(../images/hrr2.png) no-repeat top left;
    background-size: cover;
    bottom: 0;
    right: 0;
    transform: translate(4.5%, 78%);
}
    }
     @media screen and (max-width: 1000px)   {
       .honor1-page li{
         margin-bottom: var(--ft46)
       }
  .honor1-page li:nth-of-type(4)::after, .honor1-page li:nth-of-type(8)::after{
    display: none;
  }
    }
@media screen and (max-width: 700px) {
  .about-page .about-3 .box .right .list{
    
    margin-left: auto;
  }
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.swiper_a9 {
  padding-top: var(--ft50);
  padding-bottom: var(--ft20);
  overflow: hidden;
}
.swiper_a9 .text1{
  font-weight: 600;
font-size: var(--ft20);
color: #000000;
padding: var(--ft26) var(--ft32);
}

.swiper_a9  .swiper-slide{
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.12);
border-radius: var(--ft20) var(--ft20) 0 0;
overflow: hidden;
}
.honor1-page{
background: url(../images/yt.jpg) no-repeat top left;
    background-size: cover;
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .box .left{
    width: 26%;
  }
   .about-page .about-3 .box .right{
    width: 73%;
  }
}
.font-em-20{
  font-size: calc(5.75vw + 16px);
}
.about-page .about-3 .box .right .year svg{
  width: 18.857vw;
  height:18.857vw ;
}
@media screen and (max-width: 1200px) {

}