@font-face {
  font-family: 'dsj';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'dsj';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'dsj';
  src: url('../fonts/Syne-Bold.eot');
  src: url('../fonts/Syne-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Syne-Bold.woff2') format('woff2'), url('../fonts/Syne-Bold.woff') format('woff'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
.set-position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.set-display-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wap .flex-left-box {
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-bottom: 0;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'dsj';
  max-width: 1920px;
  --color1: #2970b2;
  --color: #22aff7;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
@-webkit-keyframes banner-circle {
  from {
    stroke-dasharray: 0 566;
    /* 开始时，线条完全不可见 */
  }
  to {
    stroke-dasharray: 566 566;
    /* 开始时，线条完全不可见 */
  }
}
@-moz-keyframes banner-circle {
  from {
    stroke-dasharray: 0 566;
    /* 开始时，线条完全不可见 */
  }
  to {
    stroke-dasharray: 566 566;
    /* 开始时，线条完全不可见 */
  }
}
@keyframes banner-circle {
  from {
    stroke-dasharray: 0 566;
    /* 开始时，线条完全不可见 */
  }
  to {
    stroke-dasharray: 566 566;
    /* 开始时，线条完全不可见 */
  }
}
.more em {
  min-width: 8.88888889em;
  height: 3em;
  border-radius: 3em;
  padding: 0 48px 0 24px;
  border: 1px solid #bdbec0;
  color: #5e5e5e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: #1c1c1c;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: -1em;
}
.more.white em {
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
}
.more.white i {
  background-color: white;
  color: var(--color);
}
.more:hover em {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
span.tag {
  color: var(--color);
}
span.h2 {
  line-height: 1;
}
.text1 {
  line-height: 1.55555556;
  color: #999;
}
.public-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.public-btn:hover {
  background-color: #000;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.inner::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
}
#header .ui.container {
  /*width: auto;*/
  max-width: 100%;
}
#header .h-top p i {
  font-size: 1.4em;
}
#header .h-top p em {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  line-height: 1;
}
#header .nav {
  padding-top: 34px;
  padding-bottom: 24px;
}
/*#header .nav .ui.menu .logo {
  margin-left: 10.37%;
}*/
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.38888889em;
  min-width: 150px;
  padding: 0.75em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: '\e768';
  font-family: 'iconfont';
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child > a:after,
#header .nav .ui.menu .menu-box ul.menu > li:last-child > a:after{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy span {
  padding: 1em 0;
}
#header .nav .ui.menu .yuy span img {
  max-width: 32px;
  display: block;
}
#header .nav .ui.menu .yuy span i {
  font-size: 0.8em;
  margin-left: 0.5em;
}
#header .nav .ui.menu .h-search {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-left: 1em;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msg {
  height: 3.85714286em;
  padding: 0 1em;
  border-radius: 3em;
  background-color: var(--color1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
  margin-left: 2.85714286em;
  white-space: nowrap;
  color: white;
}
#header .nav .ui.menu .msg:hover {
  background-color: #222;
}
#header.inner {
  background-color: black;
  color: white;
}
#header.inner .h-top p i {
  color: var(--color);
}
#header.inner .h-top p em {
  border-bottom-color: black;
}
#header.inner .nav .ui.menu .h-search {
  border-color: white;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li > a {
  border-color: #fff;;
}
#header.active {
  /*padding-bottom: 10px;*/
  background-color: black;
  color: white;
}
#header.active .h-top p i {
  color: white;
}
#header.active .h-top p em {
  border-bottom-color: white;
}
#header.active .nav .ui.menu .h-search {
  border-color: white;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a {
  border-color: white;
}
#header.active .nav .ui.menu .logo img:last-child {
  display: none;
}
#header.active .nav .ui.menu .logo img:first-child {
  display: block;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .banner-dots {
  left: 0;
  width: 100%;
  bottom: 19.2%;
}
#banner ul.slick-dots {
  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;
}
#banner ul.slick-dots li {
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 4px;
}
#banner ul.slick-dots li svg {
  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%);
  display: none;
}
#banner ul.slick-dots li::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  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%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
}
#banner ul.slick-dots li.slick-active svg {
  display: block;
}
#banner ul.slick-dots li.slick-active svg .circle-active {
  -webkit-animation: banner-circle 4.9s 1 linear forwards;
  -moz-animation: banner-circle 4.9s 1 linear forwards;
  animation: banner-circle 4.9s 1 linear forwards;
}
#banner ul.slick-dots li.slick-active::after {
  background-color: var(--color);
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content h2 {
  font-size: 139px;
  line-height: 1.2;
  margin-left: 0.04em;
}
#banner li .content h2 span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -0.1em;
  /* 1. 设置背景图片 (linear-gradient) */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0.3));
  /* 2. 关键：将背景裁剪到文字内部，只显示文字部分的背景 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 3. 将文字前景色设为透明，这样就能看到后面的渐变背景了 */
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#banner li .content .banner-text {
  max-width: 460px;
  line-height: 1.2;
}
#banner li .content .dots {
  --color: #ffb300;
}
#banner li .content .dots span {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
  cursor: hand;
}
#banner li .content .dots span:before {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner li .content .dots span.active {
  border-color: var(--color);
  border-top-color: transparent;
}
#banner li .content .dots span.active:before {
  background-color: var(--color);
}
#index-body .init-1 {
  margin-top: -80px;
  background-color: white;
  position: relative;
  border-radius: 80px;
  z-index: 2;
}
#index-body .init-1 .top .right .text1 {
  line-height: 28px;
}
#index-body .init-1 .list .slick-track .slick-slide > div {
  height: auto;
}
#index-body .init-1 .list ul {
  margin: -1em;
}
#index-body .init-1 .list ul li {
  padding: 1em;
}
#index-body .init-1 .list ul li .box {
  padding: 7%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-1 .list ul li .box .box-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 39.4%;
  -webkit-transform: translate(-20%, -20%);
  -moz-transform: translate(-20%, -20%);
  -ms-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
}
#index-body .init-1 .list ul li .box i.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-1 .list ul li .box .content {
  position: relative;
  z-index: 3;
}
#index-body .init-1 .list ul li .box .content .text {
  color: #999999;
}
#index-body .init-1 .list ul li .box span.num {
  line-height: 1;
  color: var(--color);
}
#index-body .init-1 .list ul li .box span.h6 {
  line-height: 1.2;
  min-height: 2.4em;
  display: flex;
  align-items: flex-end;
}
#index-body .init-1 .list ul li .box a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-1 .list ul li .box a.link:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-1 .list ul li .box:hover {
  color: white;
}
#index-body .init-1 .list ul li .box:hover span.num {
  color: white;
}
#index-body .init-1 .list ul li .box:hover i.mask {
  opacity: 1;
}
#index-body .init-1 .list ul li .box:hover .text {
  color: inherit;
}
#index-body .init-1 .list ul li .box:hover a.link {
  opacity: 1;
}
#index-body .init-1 .line {
  position: relative;
}
#index-body .init-1 .line::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #bdbec0;
}
#index-body .init-1 .line i {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  height: 2px;
}
#index-body .i-init2 .box {
  margin-right: -14%;
}
#index-body .i-init2 .left {
  width: 79.69%;
}
#index-body .i-init2 .left .list {
  position: relative;
  z-index: 1;
}
#index-body .i-init2 .left ul li .ig .text {
  width: 50.353%;
}
#index-body .i-init2 .left ul li .ig .text span {
  font-weight: bold;
  line-height: 1.2;
}
#index-body .i-init2 .left ul li .ig .text .con {
  color: #333;
  max-width: 450px;
  line-height: 30px;
}
#index-body .i-init2 .left ul li .ig .img {
  width: 49.647%;
}
#index-body .i-init2 .left ul li .ig .img .img-box {
  z-index: 1;
}
#index-body .i-init2 .left ul li .ig .img .img-box img {
  width: auto;
}
#index-body .i-init2 .left ul li .ig .img .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 70.6%;
  padding-top: 70.6%;
  background: url(../images/init2-circle.png) no-repeat center;
  background-size: cover;
}
#index-body .i-init2 .left ul li .ig .img .img-box .img1{
  transition: .3s;
}
#index-body .i-init2 .left ul li .ig .img .img-box .img2{
  left: 0;
  top: 0;
  transition: .3s;
  opacity: 0;
}
#index-body .i-init2 .left ul li .ig .img .img-box:hover .img1{
  opacity: 0;
}
#index-body .i-init2 .left ul li .ig .img .img-box:hover .img2{
  opacity: 1;
}
#index-body .i-init2 .left ul li .ig .title {
  position: relative;
  z-index: 1;
}
#index-body .i-init2 .left .slickBtn {
  font-size: 22px;
  position: absolute;
  bottom: 9.5%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .i-init2 .left .slickBtn div {
  width: 2.19em;
  height: 2.19em;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(51, 51, 51, 0.4);
  color: rgba(51, 51, 51, 0.4);
  font-weight: bold;
}
#index-body .i-init2 .left .slickBtn div:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-init2 .right {
  width: 20.31%;
}
#index-body .init-3 .list span.h6 {
  line-height: 1;
  min-height: 2em;
  max-width: 204px;
}
#index-body .init-3 .list hr {
  min-width: 234px;
}
#index-body .init-3 .list span.h3 {
  line-height: 0.8;
  color: var(--color);
}
#index-body .init-4 {
  position: relative;
  z-index: 2;
  margin-left: 11%;
  border-radius: 0 0 0 30px;
}
#index-body .init-4 .box {
  padding-top: 17%;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .box:before {
  content: '';
  width: 10%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: white;
}
#index-body .init-4 .box h1 {
  display: inline;
}
#index-body .init-4 .box .left {
  padding: 5.01% 2.5% 2.6%;
  background-color: white;
  border-bottom-left-radius: 0;
}
#index-body .init-4 .box .right .play-btn {
  width: 3.8em;
  height: 3.8em;
}
#index-body .init-4 .box .right .play-btn i {
  font-size: 30px;
}
#index-body .i-advantage {
  z-index: 1;
}
#index-body .i-advantage .i-advantage-bg {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#index-body .i-advantage ul li .ig {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 435px;
  text-align: center;
  position: relative;
  margin-top: 28px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-advantage ul li .ig i {
  line-height: 127px;
  display: block;
}
#index-body .i-advantage ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage ul li .ig .title {
  line-height: 1.2;
}
#index-body .i-advantage ul li .ig .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  color: #fff;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-advantage ul li .ig .bg .con {
  font-weight: 400;
  line-height: 1.2;
}
#index-body .i-advantage ul li .ig .bg::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-advantage ul li .ig:hover {
  -webkit-transform: translateY(-28px);
  -moz-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
}
#index-body .i-advantage ul li .ig:hover .bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .init-6 .list hr {
  height: 3px;
  margin: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
}
#index-body .init-6 .list time {
  color: var(--color);
}
#index-body .init-6 .list span.h6 {
  line-height: 1.28571429;
}
#index-body .init-6 .list .text1 {
  line-height: 1.4;
}
#index-body .init-6 .list li:hover hr {
  background-color: var(--color);
}
.footerBox {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.footerBox .right {
  padding: 1.8% 6% 0;
  color: white;
}
.footerBox .right .text {
  color: inherit;
  max-width: 500px;
  line-height: 28px;
}
.footerBox .right a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footerBox .right a.link i {
  font-size: 0.7em;
}
.footerBox .right a.link:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer {
  background-color: #191919;
  color: white;
}
#footer .footer-form {
  margin-top: -1em;
  color: white;
}
#footer .footer-form .form input {
  width: 100%;
  padding: 1.66666667em 2em;
  border-radius: 3em;
  background-color: white;
  border: none;
  color: black;
}
#footer .footer-form .form input::-webkit-input-placeholder {
  color: black;
}
#footer .footer-form .form input:-moz-placeholder {
  color: black;
}
#footer .footer-form .form input::-moz-placeholder {
  color: black;
}
#footer .footer-form .form input:-ms-input-placeholder {
  color: black;
}
#footer .footer-form .form input::placeholder {
  color: black;
}
#footer .footer-form .form input[type='submit'] {
  background-image: -webkit-linear-gradient(335deg, #22aff7 0%, #2666a2 100%);
  background-image: -moz-linear-gradient(335deg, #22aff7 0%, #2666a2 100%);
  background-image: linear-gradient(115deg, #22aff7 0%, #2666a2 100%);
  color: white;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#footer .footer-form .form input[type='submit']:hover {
  background-color: white;
  color: var(--color);
}
#footer .footer-form .form li.wid-100 {
  grid-column: span 3;
}
#footer .footer-form.contact .text {
  color: inherit;
}
#footer .footer-form.contact .form input::-webkit-input-placeholder {
  color: var(--color);
}
#footer .footer-form.contact .form input:-moz-placeholder {
  color: var(--color);
}
#footer .footer-form.contact .form input::-moz-placeholder {
  color: var(--color);
}
#footer .footer-form.contact .form input:-ms-input-placeholder {
  color: var(--color);
}
#footer .footer-form.contact .form input::placeholder {
  color: var(--color);
}
#footer .footer-form.contact input[type='submit'] {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  background-blend-mode: normal, normal;
}
#footer .footer-top {
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
#footer .footer-top span.h6 {
  line-height: 1;
}
#footer .footer-top .share a {
  width: 2em;
  height: 2em;
  background-color: #262626;
  color: #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-top .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .footer-top .nav {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.79);
}
#footer .footer-top .nav ul.sub-menu{
  display: none;
}
#footer .footer-top .nav li {
  margin-top: 0.8em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-top .nav li:first-child {
  margin-top: 0;
}
#footer .footer-top .nav li:hover {
  color: var(--color);
}
#footer .footer-top .nav.pro {
  color: white;
}
#footer .footer-top .nav.pro li:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: 0.7em;
}
#footer .footer-top .info {
  max-width: 305px;
}
#footer .footer-top .info p {
  line-height: 1.3;
}
#footer .footer-top .info p i {
  width: 30px;
  text-align: center;
}
#footer .footer-top .info p i img {
  display: block;
  margin: 0 auto;
}
#footer .footer-bottom .coy svg {
  max-height: 1.55555556em;
  width: auto;
  display: block;
  fill: white;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .logo {
    margin-left: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 10px;
  }
  #header .nav .box {
    margin-right: 0;
  }
  #header .nav .ui.menu .msg {
    margin-left: 15px;
  }
  #index-body .i-init2 .box {
    margin-right: -5%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .msg {
    margin-left: 1em;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    min-width: auto;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    gap: 0.5em;
  }
  #banner li .content .left img {
    max-width: 40%;
  }
  #banner li .content h2 {
    font-size: 100px;
  }
  #index-body .init-4 .box .right {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .init-1 .list ul li .box span.num,
  #index-body .init-1 .list ul li .box .content .text{
    color: #fff;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1250px) {
  .footerBox .right {
    padding: 1% 2%;
  }
  #index-body .i-init2 .left .slickBtn {
    bottom: 0;
  }
  #index-body .i-advantage ul li .ig .bg .con{
    max-height: 130px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #banner li .content {
    top: 8%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #banner li .content h2 {
    font-size: 45px;
  }
  #index-body .init-1 {
    margin-top: 0;
  }
  #index-body .i-init2 .top .top-left {
    margin-bottom: 25px;
  }
  #index-body .i-init2 .left .list .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-init2 .left .list .ig .text {
    width: 100%;
  }
  #index-body .i-init2 .left .list .ig .img {
    width: 100%;
  }
  #index-body .i-init2 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  #index-body .i-init2 .box .left {
    width: 100%;
  }
  #index-body .i-init2 .box .right {
    width: 100%;
  }
  #index-body .init-3 .list li{
    margin-bottom: 30px;
  }
  #index-body .init-3 .list span.h6{
    max-width: unset;
    min-height: unset;
  }
  #index-body .init-4 {
    margin-left: 0;
  }
  #index-body .i-advantage .i-advantage-bg {
    height: 100%;
    width: 100%;
  }
  #index-body .i-advantage .i-advantage-bg img {
    height: 100%;
    max-width: unset;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .list ul li .box a.link {
    opacity: 1;
  }
  #index-body .init-1 .list ul li .box i.mask {
    opacity: 1;
  }
  #index-body .init-1 .list ul li .box {
    color: white;
  }
  #index-body .init-1 .list ul li .box .left {
    max-width: 60%;
  }
  #index-body .init-1 .list ul li .box .text {
    color: inherit;
  }
  #index-body .init-4 .box {
    margin-right: 0;
    background-position: right top;
  }
  #index-body .init-4 .box .right {
    margin-right: 0;
  }
  #index-body .init-4 .box .left {
    width: 70%;
  }
  .footerBox .right {
    padding: 5% 2% !important;
  }
  #footer .footer-top .box .slide:nth-child(2),
  #footer .footer-top .box .slide:nth-child(3) {
    display: none;
  }
  #footer .footer-top .box .slide .logo img {
    max-height: 60px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  #index-body .i-init2 .left .slickBtn {
    display: none;
  }
  #footer .footer-form .form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .footer-form .form ul li.wid-100 {
    grid-column: span 1;
  }
  #footer .footer-form .form input {
    padding: 1em;
  } 
  /*#footer .footer-form .form ul.grid li {
    grid-column: span 2;
  }
  #footer .footer-form .form input {
    padding: 6px 2em;
  }*/
  #footer .footer-top .share {
    display: none;
  }
  #footer .footer-top .info {
    max-width: unset;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-3 .list ul li {
    margin-bottom: 30px;
  }
  #index-body .init-3 .list span.h6 {
    min-height: auto;
  }
  #index-body .init-3 .list span.h6 br {
    display: none;
  }
  #index-body .init-4 .box .left {
    width: 80%;
  }
  #banner li .content .left p {
    margin-top: 0;
  }
  #banner li .content .dots {
    margin-top: 15px;
  }
  #banner li .content .left {
    max-width: 50%;
  }
  #banner li .content .left img {
    display: none;
  }
  #index-body .init-4 .box .right {
    display: none;
  }
  #index-body .init-4 .box .left {
    width: 100%;
  }
  #index-body .init-4 .box {
    padding-top: 0;
    background-image: unset;
  }
  #index-body .init-4 .box .left .wap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footer-top .box .slide {
    width: 100%;
  }
  #footer .footer-top span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .font-93 {
    font-size: 28px;
  }
  #banner li .content .dots {
    display: none;
  }
  #banner li .content .more {
    display: none;
  }
  #index-body .init-1 .list ul li .box span.num {
    margin-bottom: 1em;
  }
  #index-body .init-2 .box .right ul li .content {
    left: auto;
    max-width: none;
    position: relative;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24 {
    line-height: 28px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#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;
}
/*内页*/
.inner-banner .mbx{
  color: #fff;
}
.inner-banner .mbx span {
  color: #fff;
}
.inner-banner .h2{
  color: #fff;
}
.inner-page {
  border-radius: 1em;
  margin: -1em 0;
  -o-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.inner-page .ProductBox {
  padding: 1em 1em 2em;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.inner-page .ProductBox:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.inner-page .ProductBox a.img-box {
  max-width: 74%;
  margin: 0 auto;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
}
.inner-page .ProductBox a.img-box .img1{
  transition: .3s;
}
.inner-page .ProductBox a.img-box .img2{
  left: 0;
  top: 0;
  transition: .3s;
  opacity: 0;
}
.inner-page .ProductBox a.img-box:hover .img1{
  opacity: 0;
}
.inner-page .ProductBox a.img-box:hover .img2{
  opacity: 1;
}
.inner-page .ProductBox .btn a {
  width: 10em;
  padding: 0 1em;
  height: 2.71428571em;
  -webkit-transition: 0.5s all, color 0s;
  -moz-transition: 0.5s all, color 0s;
  transition: 0.5s all, color 0s;
  border: 1px solid transparent;
}
.inner-page .ProductBox .btn a:first-child {
  border-color: #bfbfbf;
}
.inner-page .ProductBox .btn a:last-child {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox .btn a:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.inner-page .ProductBox:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox:hover span.tag {
  color: inherit;
}
.inner-page .ProductBox:hover .btn a:first-child {
  border-color: white;
  background-color: white;
  color: var(--color);
}
.inner-page .ProductBox:hover .btn a:last-child {
  background-color: transparent;
  color: white;
  border-color: white;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
}
.inner-page .m-page > div a,
.inner-page .m-page > div span {
  height: 2.25em;
  width: 2.25em;
  border-radius: 0.3em;
  border: 1px solid #d4d4d4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page > div a:hover,
.inner-page .m-page > div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page .relatedPro .box {
  height: 100%;
  border: 1px solid #c8c8c8;
  margin-bottom: 1.35714286em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .relatedPro .box a.img-box {
  padding: 7%;
}
.inner-page .relatedPro .box .btn {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.inner-page .relatedPro .box .btn a {
  height: 2.71428571em;
  min-width: 2.71428571em;
  padding: 0 1.42857143em;
  border-radius: 1.42857143em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .relatedPro .box .btn a:first-child {
  padding: 0;
  background-color: #ccc;
}
.inner-page .relatedPro .box .btn a:first-child i {
  font-size: 1.5em;
}
.inner-page .relatedPro .box .btn a:last-child {
  background-color: var(--color);
  color: white;
  margin-top: -2.71428571em;
  opacity: 0;
}
.inner-page .relatedPro .box .btn a:last-child:hover {
  background-color: black;
}
.inner-page .relatedPro .box:hover {
  border-color: var(--color);
}
.inner-page .relatedPro .box:hover .btn a:last-child {
  opacity: 1;
}
.inner-page .relatedPro .slickDots li {
  margin: 0 1.2em;
  background-color: #ccc;
  border: none;
}
.inner-page .relatedPro .slickDots li.slick-active {
  background-color: var(--color);
}
.inner-page span.h2 em {
  color: var(--color);
}
.inner-page .slickBtn {
  font-size: 30px;
}
.inner-page .slickBtn div {
  background-color: #1c1c1c;
}
.inner-page .slickBtn div.next {
  margin-left: 0.5em;
}
.inner-page .slickBtn div:hover,
.inner-page .slickBtn div.prev {
  background-color: var(--color);
}
.inner-page .honor .slickBtn div {
  border: 1px solid black;
  background-color: black;
}
.inner-page .honor .slickBtn div.prev {
  background-color: transparent;
  color: black;
}
.inner-page .honor .slickBtn div:hover {
  background-color: var(--color);
  color: white !important;
  border-color: var(--color);
}
.inner-page .news-cat {
  line-height: 1;
}
.inner-page .news-cat a {
  padding: 0.8em 2.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .news-cat a.active,
.inner-page .news-cat a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.product-page .top .text {
  color: #171717;
}
.prodet-page .prodet-1 .left .small .arrows {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .left .small .arrows:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul {
  margin: -0.5em 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 0.5em 0;
}
.prodet-page .prodet-1 .left .big {
  -webkit-box-reflect: below 0 linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.2;
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .prev-page,
  .prodet-page .prodet-1 .next-page{
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .right .small-list li{
    width: 33.333%;
  }
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #cdcdcd;
}
.prodet-page .prodet-2 .top span {
  height: 3.36363636em;
  padding-left: 0.8em;
  padding-right: 2.45454545em;
  border-top-left-radius: 0.72727273em;
  border-top-right-radius: 0.72727273em;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  transition: .3s;
  cursor: pointer;
}
.prodet-page .prodet-2 .top span:hover,
.prodet-page .prodet-2 .top span.active{
  background-color: var(--color);
}
.prodet-page .prodet-2 .top i.plus {
  width: 1em;
  height: 1em;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .top i.plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.prodet-page .prodet-2 .content {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .content strong{
  color: #000;
}
.prodet-page .prodet-2 .content .item-content{
  display: none;
}
.prodet-page .prodet-2 .content .item-content.active{
  display: block;
}
.prodet-page .prodet-2 .content table {
  color: black;
  text-align: center;
}
.prodet-page .prodet-2 .content table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .content table tr td {
  padding: 1em;
  border-color: #dcdcdc;
}
.prodet-page .prodet-2 .content table tr td p {
  display: inline-block;
  text-align: left;
}
.prodet-page .prodet-2 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}
.prodet-page .prodet-2 .list li {
  height: 100%;
}
.prodet-page .prodet-2 .list .box {
  background-color: white;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .list .box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.prodet-page .prodet-2 .list .box i img {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-2 .list .box i:before {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.prodet-page .prodet-2 .list .box i:after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) scale(0.6);
  -moz-transform: translate(-50%, 50%) scale(0.6);
  -ms-transform: translate(-50%, 50%) scale(0.6);
  transform: translate(-50%, 50%) scale(0.6);
}
.prodet-page .prodet-2 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .list .box:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .list .box:hover .text {
  color: inherit;
}
.prodet-page .prodet-3 {
  background-color: #f7f7f7;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  background-color: white;
  border: none;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 14.44444444em;
}
.prodet-page .prodet-3 .form ul li .button {
  height: 2.75em;
  width: 10em;
  padding: 0 1em;
  max-width: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: none;
}
.prodet-page .prodet-3 .form ul li .button:hover {
  background-color: black;
}
.prodet-page .prodet-4 span.h2 em {
  color: var(--color);
}
.construction-page .construction-1 .text {
  width: 90%;
  max-width: 1250px;
  margin-top: -10%;
  padding: 3.5%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
}
.construction-page .construction-2 .list i {
  width: 3.46153846em;
  height: 3.46153846em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
  box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
  position: relative;
  z-index: 1;
  color: var(--color);
}
.construction-page .construction-2 .list i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -0.2em;
  top: -0.08em;
  border-radius: inherit;
  background-color: white;
  -webkit-box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
  box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
}
.construction-page .construction-2 .list span {
  line-height: 1.2;
}
.construction-page .construction-3 {
  background-color: #f8f8f8;
}
.construction-page .construction-3 .relatedPro .img-box {
  background-color: #f8f8f8;
}
.construction-page .construction-3 .relatedPro .img-box img {
  mix-blend-mode: darken;
}
.industrial-page .industrial-1 .left .img {
  width: 140%;
}
.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}
.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}
.industrial-page .industrial-1 .right .info li {
  padding: 0.3em 0.5em;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}
.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}
.industrial-page .industrial-1 .right .dots p {
  margin-bottom: 0.3em;
}
.industrial-page .industrial-1 .right .dots p i {
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: var(--color);
}
.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}
.industrial-page .industrial-3 .box {
  width: 113.5%;
  position: relative;
}
.industrial-page .industrial-3 .box:before {
  content: '';
  width: 90%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
}
.industrial-page .industrial-3 .box .box2 {
  border: 1px solid #b5b5b5;
  margin-top: 1.33333333em;
  height: 100%;
  position: relative;
  background-color: white;
}
.industrial-page .industrial-3 .box .box2 span.num {
  width: 2.66666667em;
  height: 3.05555556em;
  background-color: var(--color);
  color: white;
  margin-top: -1.33333333em;
}
.industrial-page .industrial-3 .box .box2 span.h6 {
  line-height: 1.2;
}
.industrial-page .industrial-3 .box .box2 > i {
  height: 3.45em;
}
.industrial-page .industrial-3 .box .box2 > i img {
  max-height: 100%;
}
.industrial-page .industrial-3 .box .box2 .border i {
  position: absolute;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  height: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(1) {
  height: 1px;
  left: 0;
  top: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(2) {
  width: 1px;
  right: -1px;
  top: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(3) {
  height: 1px;
  right: 0;
  bottom: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(4) {
  width: 1px;
  left: -1px;
  bottom: 0;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  width: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  height: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.solar-page .solar-1 .content {
  margin-left: auto;
  margin-right: 2%;
  margin-top: -22%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  padding: 3.5%;
}
.solar-page .solar-2 .list ul {
  padding: 0 1%;
}
.solar-page .solar-2 .list ul li {
  margin: 0 -5%;
  padding-top: 110%;
}
.solar-page .solar-2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #989898;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.solar-page .solar-2 .list ul li:after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.solar-page .solar-2 .list ul li .content {
  width: 100%;
  padding: 0 15%;
  font-size: 10px;
}
.solar-page .solar-2 .list ul li .content span.num {
  line-height: 0.8;
  margin-bottom: -0.3em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, white, var(--color));
  background-image: -moz-linear-gradient(bottom, white, var(--color));
  background-image: linear-gradient(to top, white, var(--color));
}
.solar-page .solar-2 .list ul li .content i.icon {
  height: 2em;
  display: block;
}
.solar-page .solar-2 .list ul li .content i.icon img {
  max-height: 100%;
}
.solar-page .solar-2 .list ul li:hover:before {
  border-color: var(--color);
}
.solar-page .solar-2 .list.active li:after {
  width: 0;
}
.solar-page .solar-2 .list.active li:nth-child(2):after {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.solar-page .solar-2 .list.active li:nth-child(3):after {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.solar-page .solar-2 .list.active li:nth-child(4):after {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.app-page .left .img {
  width: 130%;
}
.app-page .slide:nth-child(even) .left {
  direction: rtl;
}
.app-page .slide:nth-child(even) .right {
  text-align: right;
}
.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .bottom {
  margin-top: -7%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: 0.5em;
  height: 0.5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: 0.8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: 0.2em 0;
  opacity: 0.3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: 0.2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-3 .box .right {
  position: relative;
}
.about-page .about-3 .box .right .year {
  line-height: 0.8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-3 .box .right .list li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}
.about-page .about-4 .list ul:last-child {
  direction: rtl;
}
.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}
.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}
.about-page .about-5 .list ul .content {
  padding: 8%;
  background-color: white;
}
.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
.faq-page span.h6 {
  padding: 1em 1.6em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page span.h6 i {
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.faq-page span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .text {
  padding: 1.5em 3em 0;
}
.faq-page li.active span.h6 {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}
.faq-page li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.projects-page .projects-1 .bottom ul.font-30 {
  margin: -1em;
}
.projects-page .projects-1 .bottom ul.font-30 li {
  padding: 1em;
}
.projects-page .projects-1 .bottom ul.font-30 .slick-track {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide > div {
  height: auto;
}
.projects-page .projects-1 .bottom .content {
  width: 80%;
  padding: 4% 5%;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: -15%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}
.projects-page .projects-2 .map {
  position: relative;
}
.projects-page .projects-2 .map li {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i {
  width: 100%;
  position: absolute;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i:before,
.projects-page .projects-2 .map li i:after {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  left: -25%;
  top: -25%;
  border-radius: 100%;
  background-color: rgba(34, 175, 247, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.projects-page .projects-2 .map li i:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.projects-page .projects-2 .map li:nth-child(1) {
  left: 7%;
  top: 20%;
  zoom: 0.7;
}
.projects-page .projects-2 .map li:nth-child(2) {
  left: 15%;
  top: 39%;
  zoom: 0.9;
}
.projects-page .projects-2 .map li:nth-child(3) {
  left: 18.5%;
  top: 21%;
  zoom: 0.8;
}
.projects-page .projects-2 .map li:nth-child(4) {
  left: 18%;
  top: 34%;
  zoom: 0.9;
}
.projects-page .projects-2 .map li:nth-child(5) {
  left: 21.5%;
  top: 37%;
  zoom: 0.5;
}
.projects-page .projects-2 .map li:nth-child(6) {
  left: 27%;
  top: 34%;
  zoom: 0.6;
}
.projects-page .projects-2 .map li:nth-child(7) {
  left: 31%;
  top: 72%;
  zoom: 0.7;
}
.projects-page .projects-2 .map li:nth-child(8) {
  left: 35%;
  top: 12%;
}
.projects-page .projects-2 .map li:nth-child(9) {
  left: 50%;
  top: 33%;
  zoom: 0.8;
}
.projects-page .projects-2 .map li:nth-child(10) {
  left: 54%;
  top: 27%;
  zoom: 0.8;
}
.projects-page .projects-2 .map li:nth-child(11) {
  left: 53%;
  top: 34%;
  zoom: 0.5;
}
.projects-page .projects-2 .map li:nth-child(12) {
  left: 53%;
  top: 58%;
  zoom: 0.8;
}
.projects-page .projects-2 .map li:nth-child(13) {
  left: 70%;
  top: 39%;
  zoom: 0.6;
}
.projects-page .projects-2 .map li:nth-child(14) {
  left: 75%;
  top: 26%;
  zoom: 0.6;
}
.projects-page .projects-2 .map li:nth-child(15) {
  left: 89%;
  top: 17%;
  zoom: 0.6;
}
.projects-page .projects-2 .map li:nth-child(16) {
  left: 84%;
  top: 78%;
  zoom: 0.9;
}
.projects-page .projects-3 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
.projects-page .projects-3 .list ul:last-child {
  direction: rtl;
}
.technology-page .technology-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.technology-page .technology-1 .right {
  width: 60%;
  margin-right: -15%;
}
.technology-page .technology-1 .right img {
  width: 100%;
}
.esg-page .esg-2 .boxBorder {
  background-color: white;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}
.esg-page .esg-2 .boxBorder .list li {
  padding: 3% 2% 2%;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  background-color: white;
}
.esg-page .esg-2 .boxBorder .list li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.esg-page .esg-2 .boxBorder .list li .box i {
  height: 1em;
}
.esg-page .esg-2 .boxBorder .list li .box i img {
  max-height: 100%;
}
.esg-page .esg-2 .boxBorder .list li .box .info {
  line-height: 1.57142857;
  color: #3a3a3a;
}
.esg-page .esg-2 .boxBorder .list li .box .info p {
  margin-top: 1.42857143em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.esg-page .esg-2 .boxBorder .list li .box .info p:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: 0.8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.4em;
}
.esg-page .esg-2 .boxBorder .list li:hover .box {
  -webkit-transform: translateY(-23%);
  -moz-transform: translateY(-23%);
  -ms-transform: translateY(-23%);
  transform: translateY(-23%);
}
.esg-page .esg-2 .boxBorder .number {
  position: relative;
  color: white;
  font-size: 0;
  text-align: center;
}
.esg-page .esg-2 .boxBorder .number:before {
  content: '';
  width: 100%;
  height: 180%;
  border-radius: inherit;
  z-index: -1;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.esg-page .esg-2 .boxBorder .number span.h6 {
  line-height: 1.2;
}
.esg-page .esg-2 .boxBorder .number span.h6 sub {
  vertical-align: bottom;
}
.esg-page .esg-2 .boxBorder .number hr {
  background-color: white;
}
.esg-page .esg-2 .boxBorder .number p {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.esg-page .esg-2 .boxBorder .number li:hover p {
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}
.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}
.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 0.4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: 0.5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 45.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: 0.3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 3% 6% 6%;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.manufacturing-page .manufacturing-1 .text {
  color: #616161;
  line-height: 1.66666667;
}
.manufacturing-page .manufacturing-1 .list {
  font-size: 0;
}
.manufacturing-page .manufacturing-1 .list li {
  padding: 10% 10% 6%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: var(--color);
  border: 1px solid #c1c1c1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-1 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-1 .list li i.icon {
  height: 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-1 .list li span.h6 {
  line-height: 1;
}
.manufacturing-page .manufacturing-1 .list li:hover {
  color: white;
}
.manufacturing-page .manufacturing-1 .list li:hover:before {
  opacity: 0;
}
.manufacturing-page .manufacturing-1 .list li:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.manufacturing-page .manufacturing-2 .list .slick-track .slick-slide > div {
  height: auto;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -1em;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 1em;
}
.distributor-page .distributor-1 span.h5 {
  color: #4e4e4e;
  line-height: 1.2;
}
.distributor-page .distributor-1 .list ul li .box {
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.09);
}
.distributor-page .distributor-1 .list ul li .box i.icon {
  height: 5.85714286em;
  margin-top: -2.92857143em;
}
.distributor-page .distributor-2 {
  padding: 13% 0 17%;
  color: white;
}
.distributor-page .distributor-3 {
  margin-top: -10%;
}
.distributor-page .distributor-3 .list {
  background-color: white;
}
.distributor-page .distributor-3 .list ul li {
  margin-bottom: 1em;
  padding: 1.3em;
  padding-left: 3em;
  border-radius: 2.66666667em;
  border: 1px solid #c1c1c1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.distributor-page .distributor-3 .list ul li:after {
  content: '';
  background-image: url('../images/distributor-3.png');
  background-repeat: no-repeat;
  background-position: center right 20%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.distributor-page .distributor-3 .list ul li:last-child {
  margin-bottom: 0;
}
.distributor-page .distributor-3 .list ul li span.h6 i {
  width: 2.53333333em;
  height: 2.53333333em;
  border-radius: 100%;
  position: relative;
  background-color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.distributor-page .distributor-3 .list ul li span.h6 i:after,
.distributor-page .distributor-3 .list ul li span.h6 i:before {
  content: '';
  width: 0.6em;
  height: 0.13333333em;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.distributor-page .distributor-3 .list ul li span.h6 i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.distributor-page .distributor-3 .list ul li .text {
  display: none;
  color: inherit;
}
.distributor-page .distributor-3 .list ul li .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.distributor-page .distributor-3 .list ul li .text p:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.4em;
}
.distributor-page .distributor-3 .list ul li:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.distributor-page .distributor-3 .list ul li:hover:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.distributor-page .distributor-3 .list ul li:hover span.h6 i {
  background-color: white;
}
.distributor-page .distributor-3 .list ul li:hover span.h6 i:after,
.distributor-page .distributor-3 .list ul li:hover span.h6 i:before {
  background-color: var(--color);
}
.distributor-page .distributor-3 .list ul li.active:after {
  opacity: 0;
}
.distributor-page .distributor-3 .list ul li.active span.h6 i:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-page .list ul li {
  border: 1px solid #e3e3e3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .list ul li time {
  padding: 0 3%;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .list ul li time:before {
  content: '';
  border-left: 1em solid var(--color);
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.5em;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .list ul li time:after {
  content: '';
  width: 3em;
  left: 100%;
  height: 1px;
  background-color: #666;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .list ul li time em {
  line-height: 1;
}
.news-page .list ul li .content {
  padding: 0 5%;
}
.news-page .list ul li:hover {
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
.news-page .list ul li:hover time {
  background-color: var(--color);
  color: white;
}
.news-page .list ul li:hover time:before {
  opacity: 1;
}
.news-page .list ul li:hover time:after {
  background-color: var(--color);
}
.newdet-page .newdet-1 span.tag2 i {
  color: var(--color);
}
.newdet-page .newdet-1 .text {
  line-height: 1.8;
}
.newdet-page .newdet-1 .m-link span {
  display: block;
  color: var(--color);
}
.newdet-page .newdet-1 .m-link span a {
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-1 .m-link span a:hover {
  color: var(--color);
}
.contact-page .contact-1 .info li {
  margin-bottom: 1em;
}
.contact-page .contact-1 .info li i {
  color: var(--color);
  font-size: 1.2em;
  line-height: 1;
}
.contact-page .contact-1 .info li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: #999;
}
@media screen and (max-width: 1450px) {
  .projects-page .projects-2 .map {
    zoom: 0.6;
  }
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }
  /*.about-page .about-4 .list ul:last-child,
  .projects-page .projects-3 .list ul:last-child {
    direction: ltr;
  }*/
}
@media screen and (max-width: 1250px) {
  .inner-page{
    margin-top: 0;
    margin-bottom: 0;
  }
  .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
  .projects-page .projects-2 .map {
    zoom: 0.5;
  }
  .solar-page .solar-2 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .slickBtn {
    font-size: 20px;
  }
  .technology-page .technology-1 .left {
    position: static;
  }
  .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
  .solar-page .solar-1 .content {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .solar-page .solar-2 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-page .projects-2 .map {
    zoom: 0.3;
  }
  .product-page .product-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
  .news-page .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 0.5em;
  }
  .news-page .list ul li time {
    width: 20%;
  }
  .news-page .list ul li .content {
    width: 80%;
  }
  .news-page .list ul li .img-box {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .news-page .list ul li time:after {
    display: none;
  }
  .esg-page .esg-2 .boxBorder .list li {
    width: 100%;
  }
  .esg-page .esg-2 .boxBorder .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .esg-page .esg-2 .boxBorder .list li:hover .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .esg-page .esg-2 .boxBorder .number {
    padding-left: 5%;
    padding-right: 5%;
  }
  .about-page .about-3 .box .left {
    position: static;
  }
  .about-page .about-3 .box .right .year svg {
    width: 30vw;
  }
  .app-page .left .img {
    width: 100%;
  }
  .app-page .slide:nth-child(even) .right {
    text-align: left;
  }
  .app-page .slide:nth-child(even) .right span.tag {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact-page .contact-1 iframe {
    height: 250px;
  }
  .construction-page .construction-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 700px) {
  .inner-page{
    margin-top: 0;  
  } 
  .distributor-page .distributor-3 .list ul li {
    padding: 1em;
    border-radius: 1em;
  }
  .distributor-page .distributor-1 .list ul li .box i.icon {
    zoom: 0.5;
  }
  .construction-page .construction-1 .text {
    width: 100%;
    margin-top: 0;
  }
  .about-page .about-2 .list ul li .box i.icon {
    zoom: 0.7;
  }
  .esg-page .esg-2 .boxBorder .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .industrial-page .industrial-3 .box {
    width: 100%;
  }
  .projects-page .projects-2 .map {
    zoom: 0.2;
  }
  .solar-page .solar-2 .list ul,
  .product-page .product-1 .list ul {
    grid-template-columns: 1fr;
  }
  .solar-page .solar-2 .list ul li {
    padding: 0;
    margin: 10px 0;
  }
  .solar-page .solar-2 .list ul li:after,
  .solar-page .solar-2 .list ul li:before {
    display: none;
  }
  .solar-page .solar-2 .list ul li .content {
    position: static;
    width: 100%;
    padding: 5%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border: 1px solid #999;
    border-radius: 10px;
  }
  .news-page .list ul li time {
    display: none;
  }
  .news-page .list ul li .content {
    width: 100%;
  }
  .esg-page .esg-2 .boxBorder .number ul li {
    width: 100%;
  }
  .distributor-page .distributor-3 .list {
    padding: 1em;
  }
  .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
  .about-page .about-3{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-page .about-3:after, .about-page .about-3:before{
    display: none;
  }
  .about-page .about-3 .box .right{
    margin-top: 40px;
  }
}
.news-page1 .list li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.news-page1 .list li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color);
}
.news-page1 .list li a.link i {
  font-size: 3em;
  line-height: 0.1;
  display: block;
}
.inner-page .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.inner-page .sideBarLeft .nav a {
  padding: 0.8em 1em;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBarLeft .nav a i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBarLeft .nav a:not([class]) {
  display: block;
}
.inner-page .sideBarLeft .nav a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarLeft .nav ul ul {
  display: none;
}
.inner-page .sideBarLeft .nav ul ul a {
  background-color: #fbfbfb;
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBarLeft {
    display: none;
  }
}
.faq-page1 span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}
.faq-page1 span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page1 span.h6 i:before {
  font-size: 1.4em;
}
.faq-page1 .text {
  color: #333;
}
.faq-page1 li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 500px) {
  .faq-page1 span.h6 i {
    zoom: 0.7;
  }
}
.honor-page1 .list li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.honor-page1 .list li span.h6 {
  padding: 0.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.honor-page1 .list li:hover span.h6 {
  color: white;
  background-color: var(--color);
}