@font-face {
  font-family: 'TradeGothicLTStd';
  src: url('../fonts/TradeGothicLTStd-BoldExt.eot');
  src: url('../fonts/TradeGothicLTStd-BoldExt.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-BoldExt.woff2') format('woff2'), url('../fonts/TradeGothicLTStd-BoldExt.woff') format('woff'), url('../fonts/TradeGothicLTStd-BoldExt.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "TradeGothicLTStd";
  max-width: 1920px;
  --color: #f08619;
  --font: 'Oswald';
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1420px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font1 {
  font-family: var(--font);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner .nav,
#header.active .nav {
  background-color: #222222;
}
#header .nav {
  color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 90%;
  height: 5em;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#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 {
  margin: 0 1.5em;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 1em 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .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 .h-search {
  background-color: rgba(0, 0, 0, 0.37);
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

#banner .slickBtn.pos div.prev {
  right: auto;
  left: 15px;
}
#banner .slickBtn.pos div.next {
  left: auto;
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.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;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 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;
  right: 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;
  right: 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: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 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 {
  -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;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 32%;
}
#banner h2 {
  line-height: 1.25;
  color: #FFFFFF;
  font-family: var(--font);
}
#banner h2 span {
  color: var(--color);
}
.yuy {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.baseBtn {
  position: relative;
  background-color: var(--color);
  color: #FFFFFF;
  height: 2.5em;
  line-height: 2.5em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
}
.baseBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #af5c17;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  transition: width .5s;
}
.baseBtn:hover::before {
  width: 100%;
}
.baseBtn.border {
  background-color: transparent;
  border: 1px solid currentcolor;
}
.baseTag span {
  color: var(--color);
  border-bottom: 1px solid currentColor;
}
.baseTit {
  line-height: 1.2;
}
#index-body {
  background-color: #222222;
}
.home-1 {
  position: relative;
  z-index: 2;
  margin-top: -10%;
}
.home-1 .left {
  width: 63.3%;
  background-color: #FFFFFF;
}
.home-1 .left .text {
  line-height: 1.875;
}
.home-1 .right {
  width: 36.7%;
}
button,
input {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.Image,
.Image img {
  width: 100%;
  height: 100%;
}
.Image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.CatalogueSearch-catalogueBg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.CatalogueSearch-catalogueBg .Image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.CatalogueSearch-catalogue .CatalogueSearch-catalogueBg .Image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.CatalogueSearch-catalogue:hover .CatalogueSearch-catalogueBg .Image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.CatalogueSearch-catalogueContent {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.CatalogueSearch-catalogueTitle {
  color: #fff;
}
.CatalogueSearch-catalogueText {
  line-height: 1.5;
  color: #fff;
}
.CatalogueSearch-formField {
  position: relative;
  height: 3.2em;
}
.CatalogueSearch-formFieldInput {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border: none;
  padding-left: 1.5em;
  outline: none;
}
.CatalogueSearch-formFieldBt {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.CatalogueSearch-formFieldBt img {
  width: 1.8em;
}
.home-2 .bg {
  width: 90%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-2 .play-btn {
  width: 3.5em;
  height: 3.5em;
  color: var(--color);
  background-color: #FFFFFF;
}
.home-2 .play-btn i {
  border-left: 0;
}
.home-3 {
  color: #FFFFFF;
}
.home-3 .text {
  line-height: 1.875;
}
.home-3 .text p {
  opacity: .47;
}
.home-4 {
  color: #FFFFFF;
}
.home-4 ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home-4 li {
  min-height: 21em;
}
.home-4 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.home-4 li .tag {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-4 li .num span {
  vertical-align: text-top;
}
.home-4 li:hover .tag {
  opacity: 1;
}
.HomeFiltres-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.HomeFiltres-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 3em;
  padding: 0 .7em;
}
.HomeFiltres-slide:first-child {
  margin-left: 18%;
}
.HomeFiltres-slideTitle {
  font-family: var(--font);
  color: #646464;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  opacity: .11;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.HomeFiltres-slideImage {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.4em;
}
.home-5 .left {
  background-color: #FFFFFF;
}
.home-5 .left .img {
  opacity: .47;
}
.home-5 .center {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-5 .center .text {
  line-height: 2;
}
.home-5 .center .page {
  color: #ffbf7e;
}
.home-5 .center .page span {
  color: #FFFFFF;
}
.home-7 {
  color: #FFFFFF;
}
.home-7 .list li .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(240, 134, 25, 0.93);
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-7 .list li .img span {
  width: 1.8em;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-7 .list li .img:hover::before {
  opacity: 1;
}
.home-7 .list li .img:hover span {
  opacity: 1;
}
.home-7 .list li .name a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.home-7 .list li .name a:hover {
  background-size: 100% 1px;
  color: var(--color);
}
.home-8 {
  color: #FFFFFF;
}
.home-8 .text {
  line-height: 1.875;
}
.home-8 .form {
  background-color: #FFFFFF;
  color: #000000;
}
.home-8 .form li {
  position: relative;
}
.home-8 .form li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2em;
  border: 1px solid #000000;
  border-top: 0;
  opacity: .27;
}
.home-8 .form li:last-of-type::after {
  display: none;
}
.home-8 .form input,
.home-8 .form textarea,
.home-8 .form button {
  width: 100%;
}
.home-8 .form input,
.home-8 .form textarea {
  padding: 1em 1.5em;
}
.home-8 .form textarea {
  border: 0;
}
.home-8 .form button {
  height: 3.5em;
}
.home-9 {
  background-color: #191919;
  color: #FFFFFF;
}
.home-9 .list .slick-list {
  overflow: visible;
}
.home-9 .list .slick-current li h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-9 .list .slick-current li .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-9 .list li h2 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-9 .list li .text {
  line-height: 1.66666667;
  padding-right: 20px;
  height: 8.33333333em;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-9 .list li .text p {
  opacity: .47;
}
.home-9 .list li .img {
  width: 50vw;
}
.home-9 .list li .img > img {
  opacity: .77;
}
.home-9 .list li .icon {
  width: 7em;
  height: 7em;
  left: 50%;
  top: 50%;
  margin-left: -3.5em;
  margin-top: -3.5em;
  z-index: 9;
}
.home-9 .list li .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.HomeServices-nav {
  margin-left: -1.25em;
  z-index: 9;
}
.HomeServices-navItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: .27;
  padding: 0 1.25em;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.HomeServices-navItem.selected {
  -webkit-filter: unset;
  filter: unset;
  opacity: 1;
  pointer-events: none;
}
.HomeServices-navItem:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.5em;
  height: 1px;
  left: 50%;
  bottom: -0.5em;
  margin-left: -1.25em;
  background-color: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.HomeServices-navItem.selected:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.HomeServices-sliderProgress {
  position: absolute;
  width: 7.5em;
  height: 7.5em;
  top: 50%;
  left: 75%;
  margin-top: -3.75em;
  margin-left: -3.75em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.HomeServices-sliderProgressCompletion {
  position: absolute;
  width: 7.4em;
  height: 7.4em;
  top: 50%;
  left: 50%;
  margin-top: -3.7em;
  margin-left: -3.7em;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.HomeServices-sliderProgressCompletion circle {
  stroke-width: 2%;
  stroke-linecap: round;
  stroke: #fff;
  fill: transparent;
  /* 核心设置：直接使用你提供的百分比数值 */
  stroke-dasharray: 307.876%;
  /* 初始状态：完全隐藏 */
  stroke-dashoffset: 307.876%;
}
.home-10 {
  color: #FFFFFF;
}
.home-10 .list li > div {
  border-top: 1px solid #;
}
.home-10 .list li > div .line {
  border-bottom: 1px solid #FFFFFF;
  opacity: .17;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-10 .list li > div .name {
  line-height: 2;
}
.home-10 .list li > div .text {
  line-height: 1.875;
}
.home-10 .list li > div .text p {
  opacity: .47;
}
.home-10 .list li > div .date {
  color: var(--color);
}
.home-10 .list li > div:hover .line {
  border-color: var(--color);
  opacity: 1;
}
#footer {
  background-color: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.Footer-sideLogo {
  width: 100%;
  height: -webkit-calc(100% - 4.5em);
  height: -moz-calc(100% - 4.5em);
  height: calc(100% - 4.5em);
  margin: 0 auto;
  pointer-events: auto;
}
.Footer-sideBottom {
  height: 4.5em;
}
.Button {
  position: relative;
  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;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Footer-sideBtcontact {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 11.6em;
  height: 4.5em;
}
.Button-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: currentColor;
}
.Footer-socials,
.Footer-socials li {
  height: 100%;
}
.Footer-socials {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.Footer-socials li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.8em;
}
.Footer-socials li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.Footer-socials li a i {
  color: #FFFFFF;
}
.Footer-socials li a:hover i {
  color: var(--color);
}
.Footer-nav {
  background: #f08619;
}
.Footer-nav .AppTitle {
  color: #fff;
}
.Footer-navList li {
  color: #FFFFFF;
  line-height: 1.875;
}
.Footer-navList li:hover {
  color: #242424;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Footer-navList li:not(:last-child) {
  margin-bottom: 5px;
}
.Footer-navbottom {
  min-height: 4.5em;
  background-color: #d87816;
  color: #fff;
}
.Footer-navbottom p {
  width: 100%;
}
.Footer-navbottomLink {
  font-size: 0;
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.25em;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1em;
  }
  #footer .left {
    width: 30%;
  }
  #footer .right {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  #banner .slickBtn {
    display: none;
  }


  .home-1 .right {
    height: 10em;
  }
  .CatalogueSearch-formField {
    width: 100%;
  }
  .home-2 .bg {
    display: none;
  }
  .home-4 ul {
    border-bottom: 0;
  }
  .home-4 li {
    width: 33.33%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .home-4 li:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .home-5 .left {
    width: 100%;
  }
  .home-5 .center {
    width: 100%;
  }
  .home-5 .right {
    display: none;
  }
  .HomeFiltres-slideTitle {
    font-size: 3em;
  }
  .HomeFiltres-slideImage {
    width: 3em;
  }
  .HomeServices-nav {
    width: 100%;
    margin-left: 0;
  }
  .home-6 {
    padding: 2em 0;
  }
  .home-9 .list {
    padding-top: 150px;
  }
  .home-9 .list li .img {
    width: 100%;
  }
  .HomeServices-sliderProgress {
    display: none;
  }
  .Footer-sideLogo {
    height: 15em;
  }
  .Footer-navList {
    width: 100%;
    padding-right: 0;
  }
  .Footer-navList:not(:first-child) {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner > ul li {
    height: 400px;
  }
  #banner > ul li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-4 li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  #banner > ul li {
    height: 300px;
  }
  .home-4 li {
    width: 100%;
    min-height: auto;
  }
}




.pt-300{
  padding-top: 300px;
}

.nofull {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  line-height: .8;
  margin-bottom: -0.1em;
}
span.h2 {
  font-family: var(--font);
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
span.h2 span {
  opacity: .2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link em {
  line-height: 1;
  position: relative;
  padding-bottom: .1em;
}
.link em:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: white;
}
.link img {
  display: block;
  margin-left: 13px;
}
.link:hover em:after {
  width: 0;
}
.wow-wrap {
  -webkit-filter: opacity(0) blur(2px);
  filter: opacity(0) blur(2px);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  -moz-transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93);
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out;
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
}
i .wow-wrap {
  line-height: 1;
}
/* 方向感 */
.wow-wrap[data-wow-type="up"] {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.wow-wrap[data-wow-type="down"] {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.wow-wrap[data-wow-type="left"] {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.wow-wrap[data-wow-type="right"] {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.wow-wrap[data-wow-type="scale"] {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
/* 激活状态（柔和进入） */
.wow-wrap.wow-active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-filter: none;
  filter: none;
  display:inline;
}


.inner-banner {
  position: relative;
  color: #FFFFFF;
}
.inner-banner span.h2 {
  line-height: 1;
}
.inner-banner hr {
  max-width: 106px;
  height: 3px;
  background-color: var(--color);
  margin-left: 0;
  margin-right: auto;
}
.inner-banner.sustainability {
  z-index: 2;
}
.inner-banner.sustainability .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.inner-page {
  position: relative;
  z-index: 1;
  background-color: #3f3e3e;
  color: #FFFFFF;
}
.inner-page ~ #footer > span.nofull {
  background-color: #3f3e3e;
}
.inner-page i.bgmask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-page i.bgmask:before {
  content: '';
  width: 100%;
  display: block;
  position: sticky;
  top: 0;
  z-index: -1;
  background-image: url('../images/inner-mask.png');
  background-position: top right;
  background-size: 60.20833333% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-388px);
  -moz-transform: translateY(-388px);
  -ms-transform: translateY(-388px);
  transform: translateY(-388px);
  min-height: 180vh;
  pointer-events: none;
}
.inner-page:after {
  content: '';
  width: 36.45833333vw;
  height: 36.45833333vw;
  /*background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.3), transparent);
  background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.3), transparent);
  background-image: radial-gradient(to circle, rgba(0, 0, 0, 0.3), transparent);*/
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -30%);
  -moz-transform: translate(50%, -30%);
  -ms-transform: translate(50%, -30%);
  transform: translate(50%, -30%);
  border-radius: 100%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -2;
  pointer-events: none;
}
.inner-page .titLink em {
  padding: .5em 1em;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
.inner-page .titLink em:after,
.inner-page .titLink em:before {
  content: '';
  border-left: 0.65em solid #4c4c4c;
  border-top: 0.65em solid #4c4c4c;
  border-right: 0.65em solid transparent;
  border-bottom: 0.65em solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.inner-page .titLink em:after {
  border-width: 0.35em;
  border-left-color: var(--color);
  border-top-color: var(--color);
}
.inner-page .titLink:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.inner-page .play {
  left: auto;
  top: auto;
  right: 5%;
  bottom: 8%;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  background-color: white;
}
.inner-page .play i {
  border-left-color: var(--color);
}
.inner-page .play:before,
.inner-page .play:after {
  border: 1px solid white;
  background-color: transparent;
}
.inner-page .aboutPublic span.h2 {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.inner-page .aboutPublic .text {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.inner-page .aboutPublic .navLink {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}
.inner-page .aboutPublic .navLink a {
  height: 2.44444444em;
  padding: 0 1em;
  border-radius: 1.22222222em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .aboutPublic .navLink a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62fe), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #1a62fe, var(--color));
  background-image: -moz-linear-gradient(left, #1a62fe, var(--color));
  background-image: linear-gradient(to right, #1a62fe, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .aboutPublic .navLink a.active,
.inner-page .aboutPublic .navLink a:hover {
  border-color: transparent;
}
.inner-page .aboutPublic .navLink a.active:before,
.inner-page .aboutPublic .navLink a:hover:before {
  opacity: 1;
}
.inner-page.noBack {
  background-image: none;
  overflow: hidden;
}
.inner-page.noBack:before {
  display: none;
}
.inner-page.noBack:after {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.projects-page .box .title .link {
  top: 100%;
  width: 100%;
  z-index: 3;
  background-color: white;
  color: black;
  margin-top: 1em;
  display: none;
}
.projects-page .box .title .link:before {
  content: '';
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .8em solid white;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.projects-page .box .title .link:after {
  content: '';
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.projects-page .box .title .link a {
  padding: .7em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.projects-page .box .title .link a:hover {
  background-color: var(--color);
  color: white;
}
.projects-page .box .title .link img {
  max-width: 38px;
}
.projects-page .box .title .hand:hover .link {
  display: block;
}
.projects-page .box hr {
  width: 3px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.1);
}
.projects-page .box .list table {
  width: auto;
  overflow: unset;
}
.projects-page .box .list table th {
  padding: 1.1em 0;
  opacity: .5;
}
.projects-page .box .list table td {
  padding: 1.41666667em 0;
}
.projects-page .box .list table tr {
  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;
  -webkit-column-gap: 1.25em;
  -moz-column-gap: 1.25em;
  column-gap: 1.25em;
  background-color: transparent !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.projects-page .box .list table tr:after {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: -50%;
  bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #575757;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.projects-page .box .list table tr td,
.projects-page .box .list table tr th {
  border: none;
}
.projects-page .box .list table tr td:nth-child(1),
.projects-page .box .list table tr th:nth-child(1) {
  width: 20% !important;
}
.projects-page .box .list table tr td:nth-child(2),
.projects-page .box .list table tr th:nth-child(2) {
  width: 20% !important;
}
.projects-page .box .list table tr td:nth-child(3),
.projects-page .box .list table tr th:nth-child(3) {
  width: 14% !important;
}
.projects-page .box .list table tr td:nth-child(4),
.projects-page .box .list table tr th:nth-child(4) {
  width: 16% !important;
}
.projects-page .box .list table tr td:nth-child(5),
.projects-page .box .list table tr th:nth-child(5) {
  width: 20% !important;
  padding-left: 5%;
}
.projects-page .box .list table tr .more {
  min-width: auto;
  border-radius: 3em;
  background-color: white;
  color: black;
}
.projects-page .box .list table tr .more:hover {
  background-color: var(--color);
  color: white;
}
.projects-page .box .list table tr .img {
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.projects-page .box .list table tr .img img {
  width: 100%;
}
.projects-page .box .list table tr:not(:first-child):hover {
  z-index: 2;
}
.projects-page .box .list table tr:not(:first-child):hover:after {
  opacity: 1;
  background-color: #575757;
}
.projects-page .box .list table tr:not(:first-child):hover .img {
  opacity: 1;
}
#dialog {
  position: fixed;
  background-color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
  max-width: 96%;
  height: 96vh;
  max-height: 900px;
  color: black;
  z-index: -2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#dialog.active {
  z-index: 21;
  opacity: 1;
}
#dialog dialog {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border: none;
  overflow: auto;
  padding: 0;
  /*display: block;*/
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 0;
}
#dialog dialog.active {
  opacity: 1;
  z-index: 1;
  position: static;
}
#dialog dialog span.close {
  width: 2em;
  height: 2em;
  background-color: #ddd;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#dialog dialog span.close:hover {
  background-color: var(--color);
  color: white;
}
#dialog dialog .title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white;
}
#dialog dialog .img {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#dialog dialog .img img {
  width: 80%;
}
#dialog dialog .img .prev,
#dialog dialog .img .next {
  color: var(--color);
}
#dialog dialog .list li {
  border-left: 6px solid var(--color);
}
#dialog dialog .list li span.h6 {
  color: #232323;
  line-height: 1.2;
}
#dialog dialog .list li span.h2 {
  color: var(--color);
}
#dialog dialog span.h7 {
  color: #232323;
}
#dialog dialog span.h7:after {
  content: '';
  display: block;
  height: 0.25em;
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#868686));
  background-image: -webkit-linear-gradient(right, transparent, #868686);
  background-image: -moz-linear-gradient(right, transparent, #868686);
  background-image: linear-gradient(to left, transparent, #868686);
  max-width: 100px;
}
#dialog dialog .text {
  line-height: 1.6;
  color: #232323;
}
#dialog dialog .text.dots p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  gap: .5em;
}
#dialog dialog .text.dots p:before {
  content: '';
  width: 0.66666667em;
  height: 0.66666667em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .5em;
}
#dialog dialog .options span {
  height: 3.88em;
  border-radius: .5em;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: .5s;
}
#dialog dialog .options span img {
  transition: .5s;
}
#dialog dialog .options span.active {
  background-color: var(--color);
  color: white;
}
#dialog dialog .options span.active img {
  filter: brightness(0) invert(1);
}
#dialog dialog .retslide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}
#dialog dialog .retslide li:first-child ~ li a {
  display: block;
  overflow: hidden;
}
#dialog dialog .retslide li:first-child ~ li a img {
  transform: scale(1.25);
  transform-origin: right bottom;
}
#dialog dialog .retslide.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}
#dialog dialog .retslide li:first-child {
  grid-row:2 span;
  grid-column:2 span;
}
#dialog dialog .dialogFt {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
#dialog dialog .dialogFt .more {
  color: white;
}
#dialog dialog .dialogFt .more:hover {
  background-color: black;
}
#dialog.personnel {
  width: 1620px;
  height: auto;
}
#dialog.personnel span.close {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid black;
  background-color: transparent;
  line-height: 1;
}
#dialog.personnel span.h3 {
  line-height: 1.2;
}
.about-page .about-1 .img .play {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .img .play:after,
.about-page .about-1 .img .play:before {
  background-color: white;
}
.about-page .about-1 .list {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-1 .list p {
  color: rgba(255, 255, 255, 0.5);
}
.about-page .about-2 .right .icon {
  max-width: 650px;
  text-align: center;
}
.about-page .about-2 .right .icon li.sj {
  margin-top: 2.4em;
  position: relative;
  z-index: -1;
}
.about-page .about-2 .right .icon li.sj:before {
  content: '';
  border-left: 1em solid #5f5f5f;
  border-top: .6em solid transparent;
  border-bottom: .6em solid transparent;
  width: 0;
  height: 0;
  display: block;
}
.about-page .about-2 .right .icon li.sj:after {
  content: '';
  width: 10em;
  height: .25em;
  position: absolute;
  background-color: #5f5f5f;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-4 span.h3 {
  font-size: 4.42708333vw;
  font-family: var(--font);
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}
.about-page .about-4 span.h3 i {
  width: 0.29411765em;
  height: 0.29411765em;
  border-radius: 100%;
  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));
  margin: 0 0.29411765em;
}
.about-page .about-4 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-page .about-4 .list li i img {
  max-width: 1em;
  max-height: 1em;
}
.about-page .about-4 .list li:before {
  content: '';
  width: 50%;
  height: 100%;
  background-image: -webkit-radial-gradient(at 50% 100%, #7e562d, transparent);
  background-image: -moz-radial-gradient(at 50% 100%, #7e562d, transparent);
  background-image: radial-gradient(at 50% 100%, #7e562d, transparent);
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .list li:hover {
  background-color: #484848;
}
.about-page .about-4 .list li:hover:before {
  opacity: 1;
}
.about-page .about-4 .list li .left {
  padding: 0 10%;
}
.about-page .about-5 .text {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-5 .slickBtn div {
  width: 2.8em;
  height: 2.8em;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .slickBtn div img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .slickBtn div.prev {
  left: -1.4em;
  right: auto;
}
.about-page .about-5 .slickBtn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-5 .slickBtn div.next {
  right: -1.4em;
  left: auto !important;
}
.about-page .about-5 .slickBtn div:hover {
  background-color: var(--color);
}
.about-page .about-5 .slickBtn div:hover img {
  -webkit-filter: none;
  filter: none;
}
.founder-page .founder-2 .right span.h2 {
  padding: .5em 0 .7em;
  position: relative;
}
.founder-page .founder-2 .right span.h2:before {
  content: '';
  width: 2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, transparent, var(--color));
  background-image: -moz-linear-gradient(bottom, transparent, var(--color));
  background-image: linear-gradient(to top, transparent, var(--color));
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.founder-page .founder-2 .right .text p {
  margin-top: 1.2em;
}
.local-page .local-2 .left {
  background-color: #4e4e4e;
 
}
.local-page .local-2 .left .top {
  /*margin-top: -8%;*/
}
.local-page .local-2 .left .head img {
  display: block;
  margin: 0 auto;
}
.local-page .local-2 .left span.h6 {
  line-height: 1.2;
}
.local-page .local-2 .left .localCountry a {
  height: 2.44444444em;
  padding: 0 1em;
  border-radius: 1.22222222em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.local-page .local-2 .left .localCountry a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62fe), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #1a62fe, var(--color));
  background-image: -moz-linear-gradient(left, #1a62fe, var(--color));
  background-image: linear-gradient(to right, #1a62fe, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.local-page .local-2 .left .localCountry a:hover {
  border-color: transparent;
}
.local-page .local-2 .left .localCountry a:hover:before {
  opacity: 1;
}
.local-page .local-2 .left .localCountry .slick-current a {
  border-color: transparent;
}
.local-page .local-2 .left .localCountry .slick-current a:before {
  opacity: 1;
}
.local-page .local-2 .left hr {
  background-color: white;
}
.local-page .local-2 .left .bottom .text {
  line-height: 1.77777778;
}
.local-page .local-2 .right iframe {
  height: 590px;
  border: none;
  background-color: #eee;
}
.history-page .history-2 .list .year span {
  font-size: 28vw;
  color: transparent;
  line-height: .8;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62fe), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #1a62fe, var(--color));
  background-image: -moz-linear-gradient(left, #1a62fe, var(--color));
  background-image:linear-gradient(to right, #c1c1c1, #5a5a5a);
  text-indent: -0.05em;
}
.history-page .history-2 .list .year .img {
  max-width: 410px;
}
.history-page .history-2 .list .year .img img {
  border: 12px solid white;
  /*border-radius: 12px;*/
  border-radius: 100%;
  background-color: white;
}
.history-page .history-2 .list .text {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.history-page .history-2 .slickBtn div {
  width: 3em;
  height: 3em;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62fe), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #1a62fe, var(--color));
  background-image: -moz-linear-gradient(left, #1a62fe, var(--color));
  background-image: linear-gradient(to right, #1a62fe, var(--color));
}
.history-page .history-2 hr {
  background-color: white;
}
.history-page .history-2 .list2 {
  line-height: 1;
}
.history-page .history-2 .list2 ul {
  padding-right: 9%;
}
.history-page .history-2 .list2 li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .history-2 .list2 li i {
  max-width: 3em;
  border-radius: 100%;
  margin-bottom: 3%;
  overflow: hidden;
  margin-top: -1.5em;
  transition: .5s;
  transform: scale(.7);
}
.history-page .history-2 .list2 .slick-slide {
  transition: .5s;
}
.history-page .history-2 .list2 .slick-slide.slick-cloned {
  opacity: 0;
}
.history-page .history-2 .list2 .slick-slide:not(.slick-active),
.history-page .history-2 .list2 .slick-slide:not(.slick-cloned).prev1[data-slick-index="20"] {
  opacity: 0;
}
.history-page .history-2 .list2 .slick-slide:not(.slick-cloned).prev1 {
  opacity: 1;
}
.history-page .history-2 .list2 .slick-slide.slick-current li i {
  transform: scale(1);
}
.history-page .history-2 .list2 .slick-slide.next1 li i {
  opacity: 0;
}
.history-page .history-2 .list2 .slick-list {
  overflow: unset;
}
.history-page .history-2 .list2 .slick-current li {
  opacity: 1;
}
.brand-page .brand-2 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.brand-page .brand-3 .text {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.brand-page .brand-3 .text strong {
}
.brand-page .brand-4 .img {
  width: 5.4em;
  height: 5.4em;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1%;
  position: relative;
  z-index: 1;
}
.brand-page .brand-4 .img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#474646), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #474646, transparent);
  background-image: -moz-linear-gradient(bottom, #474646, transparent);
  background-image: linear-gradient(to top, #474646, transparent);
  z-index: -1;
  pointer-events: none;
}
.brand-page .brand-4 .img .logo {
  width: 2.8em;
  height: 2.8em;
  border-radius: 100%;
  
}
.brand-page .brand-4 .img .logo img {
  display: block;
  max-width: 1.23333333em;
}
.brand-page .brand-4 .img .icon {
  width: 6.83333333em;
  height: 6.83333333em;
  border: 0.36666667em solid white;
  border-radius: 100%;
}
.brand-page .brand-4 .img .icon li {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#aac7ff), to(#6c99ff));
  background-image: -webkit-linear-gradient(bottom, #aac7ff, #6c99ff);
  background-image: -moz-linear-gradient(bottom, #aac7ff, #6c99ff);
  background-image: linear-gradient(to top, #aac7ff, #6c99ff);
  position: absolute;
  z-index: 1;
}
.brand-page .brand-4 .img .icon li img {
  display: block;
}
.brand-page .brand-4 .img .icon li:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}
.brand-page .brand-4 .img .icon li:nth-child(2) {
  top: 62%;
  left: 0;
  -webkit-transform: translateX(-47%);
  -moz-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  transform: translateX(-47%);
}
.brand-page .brand-4 .img .icon li:nth-child(3) {
  top: 62%;
  right: 0;
  -webkit-transform: translateX(47%);
  -moz-transform: translateX(47%);
  -ms-transform: translateX(47%);
  transform: translateX(47%);
}
.brand-page .brand-4 .img .dots {
  width: 4em;
  height: 4em;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: xz 20s linear infinite;
  -moz-animation: xz 20s linear infinite;
  animation: xz 20s linear infinite;
}
.brand-page .brand-4 .img .dots i {
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  background-color: #77a1ff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brand-page .brand-4 .img .dots i:nth-child(1) {
  left: 6%;
  top: 26%;
}
.brand-page .brand-4 .img .dots i:nth-child(2) {
  left: 94%;
  top: 26%;
  background-color: #0143d0;
}
.brand-page .brand-4 .img .dots i:nth-child(3) {
  left: 50%;
  top: 100%;
  background-color: #e50000;
}
.brand-page .brand-4 .list {
  position: relative;
  z-index: 2;
}
.brand-page .brand-4 .list:before {
  content: '';
  width: 70%;
  position: absolute;
  height: 25%;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px dashed #848484;
  border-bottom: none;
  border-radius: 2px;
  z-index: -1;
}
.brand-page .brand-4 .list:after {
  content: '';
  height: 92%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-left: 1px dashed #848484;
  z-index: -1;
}
.brand-page .brand-4 .list li {
  border: 1px solid #848484;
  background-color: #565656;
  padding: 2.5% .5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.brand-page .brand-4 .list li:hover {
  border-style: dashed;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.personnel-page .personnel-2 span.tag {
  line-height: 1.2;
}
.personnel-page .personnel-2 a.link {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.personnel-page .personnel-2 a.link:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62ff), to(0041cf));
  background-image: -webkit-linear-gradient(left, #1a62ff, 0041cf);
  background-image: -moz-linear-gradient(left, #1a62ff, 0041cf);
  background-image: linear-gradient(to right, #1a62ff, 0041cf);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.personnel-page .personnel-2 li:hover a.link {
  border-color: transparent;
  width: 3.33333333em;
}
.personnel-page .personnel-2 li:hover a.link:before {
  opacity: 1;
}
.personnel-page .personnel-2 dialog.box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personnel-page .personnel-2 ul {
  margin: -1em;
}
.personnel-page .personnel-2 ul li {
  padding: 1em 1.5em;
}
.personnel-page .personnel-2 ul li .img {
  border-radius: 100%;
}
.personnel-page .personnel-2 ul li .img img {
  transform: scale(1.01);
}
.milestones-page span.h3 {
  line-height: 1;
}
.milestones-page span.h2:after {
  content: '';
  width: 1.66666667em;
  height: 4px;
  background-color: var(--color);
  margin-top: .7em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.milestones-page .text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.sustainability-page {
  z-index: auto;
}
.sustainability-page .sustainability-1 {
  position: relative;
  z-index: 2;
}
.sustainability-page .sustainability-1 span.h2 {
  line-height: 1.33333333;
}
.sustainability-page .sustainability-1 .box2 {
  background-color: #ededed;
}
.sustainability-page .sustainability-1 .box2 span.h5 {
  padding: 1em;
  background-color: var(--color);
  color: white;
}
.sustainability-page .sustainability-1 .box2 .list {
  color: black;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}
.sustainability-page .sustainability-1 .box2 .list .box3 {
  background-color: white;
}
.sustainability-page hr {
  background-color: white;
}
.sustainability-page .sustainability-2 span.num {
  width: 1.94444444em;
  height: 1.94444444em;
  border-radius: 100%;
  background-color: var(--color);
}
.sustainability-page .sustainability-2 .text {
  line-height: 1.33333333;
  margin-bottom: auto;
}
.sustainability-page .sustainability-2 .content {
  height: 100%;
}
.sustainability-page .sustainability-2 .list ul {
  row-gap: 1em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.solution-page {
  z-index: auto;
}
.solution-page .solution-1 {
  z-index: 2;
  position: relative;
}
.solution-page .solution-1 .box .img {
  height: 810px;
}
.solution-page .solution-1 .box .img2 {
  height: 690px;
}
.solution-page .solution-1 .box .right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.solution-page .solution-1 .box .right hr {
  background-color: white;
  margin: auto 0;
}
.solution-page .solution-1 .box .right .slide {
  cursor: pointer;
  cursor: hand;
}
.solution-page .solution-1 .box .right .slide.active {
  height: 100%;
}
.solution-page .solution-1 .box .right .slide:first-child.active {
  margin-top: 0;
}
.solution-page .solution-1 .box .right .slide:first-child.active .content {
  padding-top: 0;
}
.solution-page .solution-1 .box .right .slide:last-child.active {
  margin-bottom: 0;
}
.solution-page .solution-1 .box .right .slide:last-child.active .content {
  padding-bottom: 0;
}
.solution-page .solution-1 .box .right .slide span.tag {
  line-height: 1;
}
.solution-page .solution-1 .box .right .slide span.h5 {
  line-height: 1;
}
.solution-page .solution-1 .list ul {
  row-gap: 1.5em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.solution-page .solution-1 .list ul li {
  background-color: #484848;
  padding: 1.5em 1em;
}
.solution-page .solution-1 .list ul li i {
  width: 1em;
  height: 1em;
}
.solution-page .solution-1 .list ul li i img {
  max-width: 1em;
  max-height: 1em;
  display: block;
}
.solution-page .solution-1 .list ul li span.h6 {
  line-height: 1.2;
}
.solution-page .solution-2 .box img {
  width: 100%;
}
.solution-page .solution-2 .box span.h6 {
  position: absolute;
  padding: .8em;
  background-color: var(--color);
  color: white;
  width: 100%;
  top: 53%;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-41deg);
  -moz-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  transform: rotate(-41deg);
}
.solution-page .solution2-2 li {
  height: 100%;
}
.solution-page .solution2-2 .box {
  background-color: #5b5b5b;
  height: 100%;
}
.contact-page .contact-1 .info {
  background-color: #4f4f4f;
}
.contact-page .contact-1 .ret {
  height: 100%;
}
.contact-page .contact-1 iframe {
  height: 100%;
  width: 100%;
  border: none;
  background-color: #eee;
}
.contact-page .contact-1 .navLink {
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 1.5em;
  background-color: #2a2a29;
  color: white;
  line-height: 1.2;
}
.contact-page .contact-1 .navLink a {
  height: 2.55555556em;
  width: 7.77777778em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .navLink a.active,
.contact-page .contact-1 .navLink a:hover {
  background-color: var(--color);
}
.contact-page .contact-2 .list li {
  background-color: #4f4f4f;
}
.contact-page .contact-2 .list li .head i {
  border-radius: 100%;
  overflow: hidden;
}
.contact-page .contact-2 .list li .head i img {
  max-width: 2em;
  max-height: 2em;
}
.contact-page .contact-2 .list li .text {
  line-height: 1.4;
  min-height: 2.8em;
}
.contact-page .contact-2 .list li hr {
  background-color: white;
}
.contact-page .contact-2 .list li .info {
  color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-2 .list li .info p {
  margin-top: .7em;
}
.news-page .nav {
  padding: 0 10%;
}
.news-page .nav a {
  opacity: .5;
}
.news-page .nav a.active {
  opacity: 1;
}
.news-page .list .slide {
  position: relative;
}
.news-page .list .slide:before {
  content: '';
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #4a4a4a;
  border-radius: inherit;
}
.news-page .list .slide time {
  color: #a5a5a5;
  line-height: 1;
}
.news-page .list .slide time em {
  color: white;
}
.news-page .list .slide .text {
  line-height: 1.6;
}
.newdet-page .text {
  line-height: 1.77777778;
}
.newdet-page .text table tr {
  background-color: transparent !important
}
.newdet-page hr {
  background-color: white;
}
.newdet-page .m-link a {
  height: 1.88888889em;
  padding: 0 2.44444444em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  background-color: #666;
}
@media screen and (min-width: 1920px) {
  .about-page .about-4 span.h3 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1700px) {
  .inner-page:after {
    -webkit-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
  .solution-page .solution-1 .box .img2 {
    height: 560px;
  }
  .solution-page .solution-1 .box .img {
    height: 700px;
  }
}
@media screen and (max-width: 1450px) {
  .solution-page .solution-1 .box .img2 {
    height: 500px;
  }
  .solution-page .solution-1 .box .img {
    height: 600px;
  }
  .projects-page .box .list table tr td:nth-child(4),
  .projects-page .box .list table tr th:nth-child(4) {
    padding-left: 0;
  }
  .projects-page .box .list table tr td:nth-child(4) img,
  .projects-page .box .list table tr th:nth-child(4) img {
    max-width: 40px;
  }
  .local-page .local-2 .left .head img {
    max-width: 110px;
  }
  .history-page .history-2 .list .year .img {
    max-width: 180px;
  }
  .brand-page .brand-4 .list:after {
    height: 86%;
  }
  .about-page .about-2 .right .icon i img {
    max-width: 90px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 span.h3 {
    padding-left: 0;
  }
  .about-page .about-1 .list p img {
    max-width: 24px;
    max-height: 24px;
  }
  .about-page .about-2 .right .icon i img {
    max-width: 80px;
  }
  .brand-page .brand-4 .img .icon li img {
    zoom: .7;
  }
  .history-page .history-2 .list .year .img {
    max-width: 160px;
  }
  .history-page .history-2 .list .year .img img {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .local-page .local-2 .right iframe {
    height: 460px;
  }
  .milestones-page .title i {
    max-width: 50px;
  }
  .solution-page .solution-1 .box .img2 {
    height: 460px;
  }
  .solution-page .solution-1 .box .img {
    height: 540px;
  }
  .solution-page .solution-1 .list ul li.grid-span {
    grid-column: span 3;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-2 .list ul {
    gap: 0.5em;
  }
  .inner-page .aboutPublic .navLink {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page .aboutPublic .navLink a {
    width: 32%;
  }
  .solution-page .solution-1 .box .img2,
  .solution-page .solution-1 .box .img {
    height: 260px;
  }
  table tbody {
    white-space: normal;
  }
  .projects-page .box hr {
    height: 40px;
  }
  .projects-page .box .list table tr td:nth-child(3),
  .projects-page .box .list table tr th:nth-child(3) {
    width: 20% !important;
  }



  .local-page .local-2 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .local-page .local-2 .box .left {
    width: 100%;
  }
  .local-page .local-2 .box .right {
    width: 100%;
  }
  .local-page .local-2 .right iframe {
    height: 280px;
  }
  .local-page .local-2 {
    margin-top: 5%;
  }
  .history-page .history-2 .list {
    width: 78%;
  }
  .history-page .history-2 .slickBtn.op-0 {
    display: none;
  }
  .history-page .history-2 .list .year .img {
    max-width: 120px;
  }
  .contact-page .contact-1 .ret {
    height: 240px;
  }
  .brand-page .brand-2 .icon {
    width: 50% !important;
  }
  .brand-page .brand-4 .list:after {
    height: 78%;
  }
  #dialog.personnel dialog {
    height: 80vh;
    padding-right: 5px;
  }
  #dialog.personnel dialog .box {
    padding-top: 3em;
  }
  #dialog.personnel span.close {
    margin-left: auto;
    width: 2em !important;
  }
}
@media screen and (max-width: 700px) {

  .about-page .about-5 .slickBtn div.prev {
    left: 0;
  }
  .about-page .about-5 .slickBtn div.next {
    right: 0;
  }
  .brand-page .brand-4 .img {
    display: none;
  }
  .brand-page .brand-4 .list {
    margin-top: 5%;
  }
  .brand-page .brand-4 .list:before,
  .brand-page .brand-4 .list:after {
    display: none;
  }
  .brand-page .brand-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand-page .brand-4 .list ul li {
    width: 100%;
  }
  .contact-page .contact-2 .list ul {
    grid-template-columns: 1fr;
  }
  .contact-page .contact-2 .list ul .info i {
    max-width: 18px;
  }
  .contact-page .contact-2 .list li .head i {
    font-size: 40px;
  }
  .history-page .history-2 .list .year .img img {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border-width: 4px;
  }
  .history-page .history-2 .list .year .img {
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 15px auto;
  }
  .history-page .history-2 .list .year span {
    font-size: 25vw;
  }
  .history-page .history-2 .list {
    width: 65%;
  }
  .milestones-page .title i {
    max-width: 40px;
  }
  .personnel-page .personnel-2 ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .personnel-page .personnel-2 ul li {
    width: 50%;
  }
  .projects-page .ui.container .box div.list table tbody {
    min-width: auto;
  }
  .projects-page .ui.container .box div.list table tbody tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .projects-page .ui.container .box div.list table tbody tr td {
    width: 100%!important;
    text-align: left;
    padding: 10px 0;
  }
  .projects-page .box .list table tr .img {
    display: none;
  }
  .solution-page .solution-1 .list ul li.grid-span {
    grid-column: span 2;
  }
  .projects-page .box .list table tr:first-child {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .solution-page .solution-1 .list ul li.grid-span {
    grid-column: span 1;
  }
  .inner-page .aboutPublic .navLink a {
    width: 48%;
  }
  .solution-page .solution-2 .box span.h6 {
    zoom: .6;
  }
  #dialog dialog .dialogFt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .projects-page .box .title .link img {
    max-width: 32px;
  }
  .projects-page .box .title .link {
    zoom: .9;
  }
  .projects-page .box .title i img {
    max-width: 26px;
  }
  .news-page .nav {
    padding: 0;
  }
  .local-page .local-2 .left .bottom {
    padding: 0;
  }
  .local-page .local-2 .left .bottom li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .local-page .local-2 .left .bottom li .flex .slide {
    width: 100%;
  }
  .honor-page .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .history-page .history-2 .list {
    width: 100%;
  }
  .history-page .history-2 .slickBtn {
    display: none;
  }
  .about-page .about-5 .slickBtn div {
    zoom: .7;
  }
  .about-page .about-2 .right .icon i img {
    max-width: 60px;
  }
  .about-page .about-2 .right .icon li.sj {
    margin-top: 1.6em;
  }
}

.m-page>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1em;
  flex-wrap: wrap;
}
.m-page>div a,
.m-page>div span {
  width: 2.4em;
  height: 2.4em;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}
.m-page>div a:hover,
.m-page>div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}




/*// mobile optimization*/
.page-header02 .menu-btn {
  color: black;
}

.wap:not(.slick) {
  display: none;
}

@media screen and (max-width:1000px) {
  #index-body .init-1 ul li {
    width: 47%;
  }
  #index-body .init-1 ul li .icon2 i {
    max-width: 40px;
  }
  #index-body .init-1 .box {
    margin-top: 5%;
  }
  #index-body .init-1 .box canvas {
    display: none;
  }
  .projects-page .box .list table tr .more {
    font-size: 14px !important;
  }
  .projects-page .box .list table tr td:nth-child(3) {
    font-size: 16px;
    font-weight: bold;
  }
  .projects-page .box .list table tr td:nth-child(4), .projects-page .box .list table tr th:nth-child(4) {
    width: 18% !important;
  }
  .projects-page .box .list table tr td:nth-child(5), .projects-page .box .list table tr th:nth-child(5) {
    width: 25%;
    padding-left: 2%;
    line-height: normal !important;
  }
  .projects-page .box .list table tr td:nth-child(5) img {
    max-width: 30px;
  }
}
@media screen and (max-width:700px) {
  #index-body .init-1 ul li {
    width: 48%;
    text-align: left;
  }
  #index-body .init-1 ul li span.h7 {
    display: block;
    width: 100%;
  }
  #index-body .init-1 ul {
    gap:10px;
  }
  #index-body .init-2 .top {
    flex-wrap: wrap;
  }
  #index-body .init-2 .top .left {
    width: 100%;
  }
  #index-body .init-2 .top .right {
    width: 100%;
  }
  #index-body .init-3 .list span.h6 {
    font-size: 28px;
  }
  #index-body .init-3 .list ul {
    grid-template-columns:repeat(2,1fr);
  }
  #index-body .init-5 .top .right {
    display: none;
  }
  #index-body .init-5:not(.nobg):before {
    left: -3.645vw;
  }

  .inner-page .play {
    zoom: .7;
  }
  .wap:not(.slick) {
    display: block;
  }
  .pc {
    display: none;
  }
  .pt-300 {
    padding-top: 100px;
  }
  .inner-page .aboutPublic .navLink a {
    width: auto;
    min-width: 30%;
  }
  .inner-page .aboutPublic .navLink {
    justify-content: flex-start;
  }
  .about-page .about-1 .list span.h6 {
    font-size: 28px;
  }
  .personnel-page .personnel-2 ul li {
    padding: .5em;
  }
  .personnel-page .personnel-2 ul li .font-18 {
    line-height: normal !important;
  }
  #dialog {
    padding: 3%;
  }
  .brand-page .brand-2 .icon {
    width: 100% !important;
  }
  .brand-page .brand-4 .img {
    display: block;
    font-size: 52px;
  }
  #index-body .init-6 .list ul {
    grid-template-columns:repeat(4,1fr);
  }
  .sustainability-page .sustainability-1 img.wid-52 {
    width: 100%;
  }
  .projects-page .ui.container .box div.list table tbody {
    overflow: hidden;
  }
  .projects-page .ui.container .box div.list table tbody tr td {
    order: 1;
  }
  .projects-page .ui.container .box div.list table tbody tr td:last-child {
    order: 0;
  }
  .news-page .list .slide time em {
    text-align: left;
  }
  .news-page .list .slide:before {
    width: 100%;
  }
  .news-page .list .slide {
    padding: 3%;
  }
  .news-page .list .slide .lang img {
    max-width: 25px;
  }
  #index-body .init-1 .box li .icon2 {
    line-height: normal !important;
    align-items: flex-start;
  }
  #index-body .init-1 .box li .icon2 i {
    margin-top: .2em;
    max-width: 30px;
  }
  #index-body .init-1 ul {
    text-align: center;
  }
  #index-body .init-1 .box li .icon2 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  #index-body .init-1 .box li .icon2>div {
    width: 100%;
    text-align: center;
  }
  #index-body .init-1 .box li .icon2 i {
    margin-bottom: .5em;
  }
  #index-body .init-1 .box {
    padding: 5% 4%;
  }
  #index-body .init-2 .top {
    text-align: center;
  }
  #index-body .init-2 .top .right {
    display: none;
  }

  #index-body .init-3 .list ul p img,
  #index-body .init-3 .list ul p > div {
    display: none;
  }
  .flex-as.flex-dc {
    align-items: center;
  }
  .inner-banner hr {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-banner span.h2 {
    font-size: 18px;
  }


  .about-page .about-1 .list li {
    width: 46%;
  }
  .about-page .about-1 .list li:first-child {
    display: none;
  }
  .about-page .about-1 .list li p>div,
  .about-page .about-1 .list li p img {
    display: none;
  }
  .about-page .about-5 .slickBtn div.prev {
    left: 5px;
  }
  .about-page .about-5 .slickBtn div.next {
    right: 5px;
  }
  .history-page .history-2 .list2 ul {
    padding-right: 33%;
    text-align: center;
  }
  .history-page .history-2 .list2 ul i {
    margin-left: auto;
    margin-right: auto;
  }
  .history-page .history-2 hr {
    margin-top: 60px;
  }
  .honor-page {
    padding-top: 0;
  }
  .sustainability-page .sustainability-2 span.num {
    display: none;
  }
  .solution-page .solution-1 .box .right span.h6 i {
    width: 30px;
    flex-shrink: 0;
  }
  .solution-page .solution-2 .text i {
    display: none;
  }
  .projects-page .ui.container .box div.list table tbody tr td {
    text-align: center;
  }
  #dialog dialog span.h7:after {
    margin-left: auto;
    margin-right: auto;
  }
  #dialog dialog .pl-60 {
    padding-left: 10px;
  }
  #dialog dialog .pr-60 {
    padding-right: 10px;
  }
  .cursor-follower {
    display: none;
  }
  .projects-page .ui.container .box div.list table tbody tr {
    padding: 30px 0;
  }
  #dialog dialog .img img {
    width: 100%;
  }
  #dialog dialog .img .slick-track {
    width: 100%;
  }
  #dialog dialog::-webkit-scrollbar {
    width: 1px;
  }
  table::-webkit-scrollbar {
    height: 2px;
  }
  #dialog dialog span.h7 {
    font-size: 18px;
    font-weight: bold;
  }
  #dialog dialog .small {
    display: none;
  }
  #dialog dialog .list.mt-80 {
    margin-top: 20px;
  }
  .news-page .list .slide time {
    order: 2;
  }
  .news-page .list .slide time br {
    display: none;
  }
  .news-page .list .slide .wid-30 {
    order: 1;
  }
  .news-page .list .slide .content {
    order: 3;
  }
  .news-page .list .slide time {
    display: inline-flex;
    flex-direction: row-reverse;
    gap:6px;
    justify-content: center;
    font-size: 16px;
    color: white;
  }
  .news-page .list .slide time em {
    display: inline-flex;
    margin-top: 0;
    font-weight: normal;
    font-size: inherit;
  }
  .contact-page .contact-1 .info li:first-child .text {
    display: flex;
    gap:10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-page .contact-1 .info li:first-child .text>div {
    width: 48%;
  }
  .contact-page .contact-1 .info li {
    margin-bottom: 20px;
  }
  .contact-page .contact-1 .info li:last-child {
    margin-bottom: 0;
  }
  .contact-page .contact-2 .list li .head i {
    font-size: 30px;
  }
  .contact-page .contact-2 .list li .head span.h6 {
    text-align: left;
    font-size: 16px;
  }
  .contact-page .contact-2 .list ul {
    gap:20px;
  }
  .contact-page .contact-2 .list ul .info i {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .init-2 .title span.h3 {
    font-size: 18px;
  }
  #index-body .init-5 .list ul li .box a.lang {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .init-2 .title span.h3 {
    width: 100%;
  }
  #index-body .init-3 a.link {
    margin-bottom: .8em;
  }
  #index-body .init-6 .list ul li {
    width: 30%;
  }
  .inner-page #index-body .init-6 .list ul li {
    width: 45%;
  }
  #index-body .init-6 .list ul {
    gap:10px;
  }


  #index-body .init-2 .big .slide2 li>div .title a {
    overflow: unset;
    white-space: normal;
  }
  #index-body .init-2 .big .slide2 li>div .title {
    align-items: center;
  }
  #index-body .init-2 .big .slide2 li>div .title .more {
    width: auto !important;
  }
  .page-header02 .logo img {
    filter: brightness(0) invert(1);
  }

  /*// outher*/
  .more {
    font-weight: bold;
    height: 2.3em;
    padding: 0 .5em;
    min-width: 8em;
    font-size: 16px !important;
  }

  #wap-bottom .left a, #wap-bottom .right a {
    padding: 0 5px;
  }
  .inner-page .aboutPublic .navLink a {
    min-width: 31%;
    padding: 0 .5em;
  }
  .history-page .history-2 .list .year span {
    font-size: 22vw !important;
  }
  .solution-page .solution-1 .list ul li i,
  .solution-page .solution-1 .list ul li i *,
  .contact-page .contact-2 .list li .head i,
  .contact-page .contact-2 .list li .head i * {
    font-size: 32px !important;
  }
  .contact-page .contact-1 .info li:first-child .text>div {
    width: 100%;
  }
  .page-header02 .menu-btn {
    /*background-color: transparent;*/
    color: transparent;
    width: 1.5em;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    position: relative;
    padding: 0;
  }
  .page-header02 .menu-btn:after,
  .page-header02 .menu-btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: white;
    border-radius: 2px;
  }
  .page-header02 .menu-btn:before {
    top: -8px;
  }
  .page-header02 .menu-btn:after {
    top: 8px;
  }
  .page-header02 .logo img {
    max-height: 30px;
  }
  #index-body .init-1 .box {
    margin-top: -6%;
    background-color: transparent;
    border-radius: 15px;
  }
  #index-body .init-1 .box canvas {
    display: block;
  }
  /*#index-body .init-1 ul li span.h7 {
    font-size: 16px !important;
  }
  #index-body .init-1 ul li span.h7 em {
    font-size: 18px !important;
  }*/
  .init-2 {
    padding: 47px 0;
  }
  .init-2 .big {
    margin-top: 23px;
  }


  #index-body .init-2 .big .slide2 li>div .title a {
    line-height: 1.6;
    height: 3.2em;
  }
  #footer .form button {
    font-weight: bold;
  }
  #index-body .init-6 .list ul:not(.inner-page ul) {
    flex-wrap: wrap;
  }
  #index-body .init-6 .list ul li:not(.inner-page li) {
    width: 31%;
  }
  #index-body .init-6 .list ul li img {
    border-radius: 12px;
  }

  .brand-page .brand-4 .img {
    font-size: 9vw !important;
    margin: 35% auto 25%;
  }
  .brand-page .brand-4 .img * {
    font-size: inherit !important;
  }
  .history-page {
    overflow: hidden;
  }
  .history-page .history-2 .list2 li i {
    font-size: 40px !important;
    margin-bottom: .5em;
    transform: scale(.5);
  }
  .history-page .history-2 .list2 ul {
    margin: 0 -8%;
    padding-right: 38%;
  }
  .history-page .history-2 hr {
    margin-top: 80px;
  }
  #index-body .init-6 .list {
    max-height: none !important;
  }
  .inner-page #index-body .init-6 .list ul {
    grid-template-columns:repeat(3,1fr);
  }
  #index-body .init-6 a.down {
    display: none;
  }
  .projects-page .title .font-24,.prodet-2 .icon ul li {
    font-size: 16px !important;
  }
  .news-page .nav,.news-page .nav * {
    font-size: 16px !important;
  }
  .news-page .nav {
    flex-wrap: wrap;
    gap:.5em;
  }
  .news-page .nav a {
    padding: .4em;
    border-radius: 2em;
    border: 1px solid #666;
    transition: .5s;
    min-width: 5em;
    text-align: center;
  }
  .news-page .nav a.active,
  .news-page .nav a:hover {
    background-color: var(--color);
    color: white;
    border-color: var(--color);
  }

  .history-page .history-2 .list2 li i {
    margin-top: -1.75em;
  }
  .radius-10,.radius-9,.radius-8,.radius-7,.radius-6,
  .radius-5,.radius-4,.radius-3,.radius-2 {
    border-radius: 5px;
  }

  .contact-page .contact-2 .list li .info p {
    font-size: 16px !important;
  }
  .founder-page .founder-2 .box {
    gap:26px;
  }
  .founder-page .founder-2 .slide {
    gap:20px;
  }


}
.footer-info .slide:last-child .text p:last-child {
  display: none;
}
.newdet-page .text {
  color: #999;
  opacity: 1;
}

.become-banner {
  background-size: 67% auto;
  background-repeat: no-repeat;
  background-position: top right;
}
.become-page {
  background-color: transparent;
}
.become-page:after {
  display: none;
}
.become-page .become-1 hr {
  max-width: 76px;
  height: 4px;
  background-color: var(--color);
  margin-left: 0;
  margin-right: auto;
}
.become-page .become-1 .list i {
  width: 2em;
  height: 2em;
  margin: 0 auto;
}
.become-page .become-1 .list i img {
  height: 2em;
  transition: .5s;
}
.become-page .become-1 .list li:hover i img {
  transform: scale(1.1);
}
.become-page .become-2 .box .left li {
  background-color: #3f3f3f;
}
@media screen and (max-width:700px) {
  .become-page .become-1 .list i,
  .become-page .become-1 .list i * {
    font-size: 30px !important;
  }
  .become-page .become-2 .box .left ul {
    grid-template-columns:repeat(2,1fr);
  }
  .become-page .become-2 .box .left li {
    padding: 5%;
  }
  .become-page .become-2 .box .left li .font-24,.become-page .become-1 .list span.h6 {
    font-size: 16px !important;
  }
  .newdet-page .text,.newdet-page .text * {
    text-align: left;
  }
  .nofull.font-93 {
    font-size: 36px !important;
  }
}


/* 产品 */

.product-page .init-1 {
  padding: 40px;
  background-color: #4a4a4a;
  color: #fff;
}
.product-page .init-1 .tip_title {
    text-transform: uppercase;
}
.product-page .init-1 .des {
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding-right: 20px;
    line-height: 1.8;
    max-height: 180px;
    overflow-y: auto;
}
.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 {
  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;
    text-transform: uppercase;
    color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  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 .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: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.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(--color);
}

.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: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    font-family: var(--font);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -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(--color);
}

.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 {
  word-break: break-word;
}

.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
    color: #000000;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.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(--color);
    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(--color);
}

@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 {
        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;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
}
@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: 46%;
}

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

.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: 24px;
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.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 {
  color: #3f3f3f;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
}

.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_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
  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: 55px;
  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: 40px;
  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;
  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;
}

.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: 40px;
  /*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;
}

.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  font-family: var(--font);
    padding-left: 20px;
    text-transform: uppercase;
}
.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: #4a4a4a;
  color: #fff;
  padding: 50px 30px;
  -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 {

  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #3e3d3d;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: #f08619;
  /*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: 50%;
  transform: translateY(-50%);
  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.active > ul {
  display: block;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #f0f0f0;
  color: #000000;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: var(--color);
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  color: #000000;
  padding: 50px 30px;
  -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 form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form form .submit .more{
  border: none
}
.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: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  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: 2px solid #e5e5e5;
}

.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 18px;
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  color: #FFFFFF;
  background-color: #f08619;
}
.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;
  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: #82b566;
  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%;
}

.product_list {
  background-color: #4a4a4a;
  color: #fff;
  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: #f08619;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #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);
}
.product_list h3{
  margin-top: 15px;
}

.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 1050px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: #328256;
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


@media (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: 1200px) {
}

@media (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_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .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;
  }
}

@media (max-width: 500px) {
 
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .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: 40px;
  }
  .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: 40px;
  }
  .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;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }


  
  .pro-single-page {
    padding-bottom: 0;
  }
  

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

  .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;
    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_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(--color);
  font-size: 30px;
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--color);
  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(--color);
  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(--color);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--color);
  color: #fff;
}
.product-2 .sidebar-info {
    margin-bottom: 47px;
    padding: 80px 30px 85px;
    border-radius: 20px;
    background: url(/cy-relay/2026/03/16/us-Cqiz.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: 16px;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 25px 0 28px;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 20px;
}
.product-2 .sidebar-info .icon a {
    margin: 0 .5em;
    font-size: 18px;
    color: #fff;
}
@media screen and (max-width: 1450px) {
  .product-2 .sidebar-info .icon a{
    margin: 0 20px
  }
}
@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;
  }
}


@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }

}
@media screen and (max-width: 700px) {
    .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list{
    padding: 20px
  }
}






/* history */
#laymod_770202 #lq-company-zh .develop-content {
  display: block;
  overflow: hidden;
  position: relative;
}
#laymod_770202 #lq-company-zh .deve-left {
  width: 64.583333%;
  padding-top: 110px;
  padding-left: 15px;
  height: 780px;
  padding-right: 7%;
  float: left;
  position: relative;
  background: url(../images/history.jpg);
}
#laymod_770202 #lq-company-zh .deve-left .left-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#laymod_770202 #lq-company-zh .deve-left .left-items {
height: 100%;
    width: 100%;
    object-fit: contain;
    width: 100%;
    margin-top: 0;
    top: 100px;
    left: 0;
    position: absolute;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    filter: alpha(opacity=0); /*支持 IE 浏览器*/
    -moz-opacity: 0; /*支持 FireFox 浏览器*/
    opacity: 0; /*支持 Chrome, Opera, Safari 等浏览器*/ 
}
#laymod_770202 #lq-company-zh .deve-left .left-items.on {
  top: 0;
  filter: alpha(opacity=100); /*支持 IE 浏览器*/
  -moz-opacity: 1.0; /*支持 FireFox 浏览器*/
  opacity: 1.0; /*支持 Chrome, Opera, Safari 等浏览器*/
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 3;
}
#laymod_770202 #lq-company-zh .deve-left .left-items .item-cont {
    width: 100%;
    position: relative;
    height: 100%;
}
#laymod_770202 #lq-company-zh .deve-left h4 {
  margin-bottom: 37px;
  font-size: 60px;
  line-height: 1.2;
  color: #f08619;
  font-family: var(--font);
}
#laymod_770202 #lq-company-zh .deve-left .deve-infor {
  height: 100%;
  /*overflow-y: auto;*/
}
#laymod_770202 #lq-company-zh .deve-left h6 {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: var(--font);
}
#laymod_770202 #lq-company-zh .deve-left p {
  margin-bottom: 30px;
  font-size: 15px;
  color: #4D4D4D;
  line-height: 1.6;
}
#laymod_770202 #lq-company-zh .deve-right {
  width: 35.416666%;
  padding-top: 120px;
  padding-left: 4.739583%;
  height: 780px;
  float: right;
  background: url(../images/history2.jpg);
}
#laymod_770202 #lq-company-zh .deve-right .right-cont {
  width: 400px;
}
#laymod_770202 #lq-company-zh .deve-right .title-block {
  margin-bottom: 58px;
}
#laymod_770202 #lq-company-zh .deve-right .tit-en {
  margin-bottom: 11px;
  font-size: 48px;
  line-height: 1.2;
  color: #f08619;
    font-family: var(--font);
    text-transform: uppercase;
}
#laymod_770202 #lq-company-zh .deve-right .desc {
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
#laymod_770202 #lq-company-zh .deve-right .level2 .date2 {
  font-size: 30px;
  color: rgba(255,255,255,.5);
  line-height: 1.9;
  font-family: var(--font);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
#laymod_770202 #lq-company-zh .deve-right .level2 .date2:before {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  background: var(--color);
  position: absolute;
  right: -432px;
  top: 50%;
  margin-top: -2px;
    transition: all 0s ease;
}
#laymod_770202 #lq-company-zh .deve-right .level2.on .date2:before {
  width: 421px;
    transition: all .6s ease;
}
#laymod_770202 #lq-company-zh .deve-right .level2.on .date2 {
  color: #fff;
  cursor: pointer;
}
#laymod_770202 #lq-company-zh .deve-right .level2 .ul-parent3 {
  display: none;
}
#laymod_770202 #lq-company-zh .deve-right .level2.on .ul-parent3 {
  display: block;
}
#laymod_770202 #lq-company-zh .deve-right .level2 .ul-parent3 .level3 {
  margin-right: 15px;
  font-size: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 2.4;
  color: var(--color);
  font-family: var(--font);
}


@media (min-width: 1200px) {
  #laymod_770202 #lq-company-zh .deve-left {
    padding-left: -moz-calc(50vw - 585px);
    padding-left: -webkit-calc(50vw - 585px);
    padding-left: calc(50vw - 585px);
  }
}
@media (min-width: 1600px) {
  #laymod_770202 #lq-company-zh .deve-left {
    padding-left: -moz-calc(50vw - 750px);
    padding-left: -webkit-calc(50vw - 750px);
    padding-left: calc(50vw - 750px);
  }
}
@media (max-width: 1199px) {
  #laymod_770202 #lq-company-zh .deve-right .right-cont {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /**/
  #laymod_770202 #lq-company-zh .deve-left {
    padding: 20px 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  #laymod_770202 #lq-company-zh .deve-left h4 {
    font-size: 6vw;
    display: none;
  }
  #laymod_770202 #lq-company-zh .deve-left p {
    font-size: 14px;
  }
  #laymod_770202 #lq-company-zh .deve-left .deve-infor {
    height: 100%;
  }
  #laymod_770202 #lq-company-zh .deve-right .level2 .date2 {
    font-size: 4vw;
  }
  #laymod_770202 #lq-company-zh .deve-right .level2 .ul-parent3 .level3 {
    font-size: 3.5vw;
  }
  #laymod_770202 #lq-company-zh .deve-right .desc {
    font-size: 14px;
    display: none;
  }
  #laymod_770202 #lq-company-zh .deve-right .tit-en {
    font-size: 4vw;
  }
  /**/
}






/* 优化板块 */
#cp-Nav {
  color: #000000;
}
.seoPublic {
  background-color: #3f3e3e;
  color: #FFFFFF;
}

.seoPublic > div:nth-child(odd) {
  background: transparent;
}

.seoPublic .title {
  font-family: var(--font);
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #979797;
    max-height: 285px;
    padding-right: 20px;
    overflow: auto;
}

.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #787878;
    font-size: 16px;
    padding: 10px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content {
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  background: transparent;
}





/* ****************** 
	* Mouse Pointer
********************** */
.mouse-pointer{position:fixed; top:0px; left:0px; z-index:10000; pointer-events:none; }
/* base */
.mouse-pointer .pointer-circle{position:absolute; top:50%; left:50%; width: 1.6em; height: 1.6em; border-radius:50%;  transform:translate(-50%,-50%) scale(0); border:2px solid #fff; box-sizing:border-box; transition:all 0.4s ease-in-out; opacity:0; background:rgba(255,255,255,0.05); backdrop-filter:blur(.15em);}
.mouse-pointer .pointer-circle i{position: absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:.48em; color:#fff;}
/* arrow */
.mouse-pointer.arrow .pointer-circle{transform:translate(-50%,-50%) scale(1); opacity:1;}






/* 产品弹窗 */
.content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 222;
}
.content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.content_cont .content_c {
  max-width: 80%;
  background-color: #fff;
  color: #000;
  position: absolute;
  width: 100%;
  padding-top: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content_cont .content_c .close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--color);
}
.content_cont .content_c .top {
  padding: 0 30px;
  padding-bottom: 40px;
}


.content_cont .content_c .top .big_img li {
  padding: 10px;
}

.content_cont .content_c .top .big_img img {
  border: 1px solid #eee;
}

.content_cont .content_c .top .middle {
  width: 110px;
  padding-left: 10px;
}
.content_cont .content_c .top .middle .slick {
  height: 354px;
  width: 100%;
}
.content_cont .content_c .top .middle .slick .slick-list {
  width: 100%;
  height: 100% !important;
}
.content_cont .content_c .top .middle .slick li {
  height: 116px;
  padding-bottom: 14px;
}
.content_cont .content_c .top .middle .slick li .box2 {
  height: 100%;
}
.content_cont .content_c .top .middle .slick li .box2 a {
  display: block;
  height: 100%;
}
.content_cont .content_c .top .middle .slick li .box2 a img {
  /*background-color: #f5f5f5;*/
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 15px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}
.content_cont .content_c .top .middle .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.content_cont .content_c .top .middle .next {
  left: 56px;
}
.content_cont .content_c .top .right {
  padding-left: 40px;
}

.content_cont .content_c .top .right .des {
  color: #515151;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}

@media (min-width:1001px) {
  .content_cont .content_c .top .right .size {
    max-height: 250px;
    overflow-y: auto;
  }
}

.content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}

.content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid var(--color);
}
.content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: var(--color);
}
.content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.content_cont .content_c .form_cont .name,
.content_cont .content_c .form_cont .mail {
  width: 390px;
}
.content_cont .content_c .form_cont .submit_btn {
  margin-top: 10px;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--color);
  font-size: 16px;
  font-weight: 500;
  width: 160px;
  background-color: var(--color);
  color: #fff;
  margin-left: 30px;
}
.content_cont .content_c .form_cont .submit_btn:hover {
  color: var(--color);
  background-color: #fff;
}



@media (max-width: 1250px) {
  .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .content_cont .content_c .top {
    text-align: center;
  }
  .content_cont .content_c .top .big_img {
    width: 100%;
  }
  .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .content_cont .content_c .bottom {
    display: none;
  }
  .content_cont .content_c .top .right .des {
    max-height: 80px;
  }
  .content_cont .content_c .form_cont .name,
  .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .content_cont .content_c {
    width: 700px;
  }
  .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
}
@media (max-width: 700px) {
  .content_cont .content_c {
    width: 96%;
  }

  .content_cont .content_c {
    padding-right: 10px;
  }
  .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 500px) {
  .product-page .list .box {
    border: 2px solid var(--color);
  }
  .content_cont .content_c .top .right .more_c .more {
    width: 100%;
    text-align: center;
  }
  .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .content_cont .content_c .form_cont .name,
  .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
}

