@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/Bahnschrift.eot');
  src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'), url('../fonts/Bahnschrift.woff2') format('woff2'), url('../fonts/Bahnschrift.woff') format('woff'), url('../fonts/Bahnschrift.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "Bahnschrift";
  max-width: 1920px;
  --color: #2c2e92;
  font-weight: normal;
  margin: 0 auto;
}
#Advertising .content {
  max-height: 92vh !important;
}
#Advertising {
  width: 40em !important;
}
.container {
  width: 1650px;
}
.bankuai h2{
  font-size: 54px!important;
  font-weight: 700;

 }
.bankuai h3{
  color: var(--color);
  font-size: 20px;
  line-height: 1.8;
  margin: 10px 0;

}
.bankuai{ 
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 80px;
    opacity: .8;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  background-color: #f5f5f7;
  width: 100%;
  top: 0;
  left: 0;
  color: #333;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box {
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  width: 49%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.on {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: .2em;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul {
  display: none !important;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
line-height: 28px;
}
#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 .box {
  height: 100%;
}
#header .nav .ui.menu .yuy {
  height: 100%;
}
#header .nav .ui.menu .yuy span {
  height: 1.55555556em;
  padding: 0 .5em;
  color: white;
  background-color: #333;
}
.yuy ul{
  line-height: 2;
}
.font-20{
  line-height: 36px!important;
}
.font-16{
  line-height: 2;
  font-size: 16px;
}
#header .nav .ui.menu .yuy ul {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .product {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.56);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.56);
  display: none;
  max-height: -webkit-calc(100vh - 100px);
  max-height: -moz-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
}
#header .product.active {
  display: block;
}
#header .product ul {
  grid-template-columns: 1.4fr repeat(5, 1fr);
}
#header .product ul li {
  background-color: #f5f5f7;
}
#header .product ul li:first-child {
  grid-row: span 2;
}
#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;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .slick-active .content .sybtn{
  position: absolute;
  left: 50%;
  top: -40px;
  z-index: 20;
  cursor: pointer;
  width: 37px;
  height: 26px;
  background: url(../images/sybtn.png) no-repeat center;
  margin-left: -18px;
}
#banner .slick-active .content .sybtn.active{
  background-image: url(../images/sybtn-c.png);
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  line-height: 1.8;
  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;
  font-size: 16px;
line-height: 30px;
}
#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: 14px;
  line-height: 28px;
}
#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;
  line-height: 2;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  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;
}
.font-18{
  line-height: 1.8;
}
.font-14{
  line-height: 2;
}
.shouye h1{
  display: inline;
}
.xwbt{
  min-height: 4em;
  line-height: 1.8;

}
.xwti{
  min-height: 5.5em;
}
.font-22{
  line-height: 40px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  height: 2.11111111em;
  padding: 0 0.77777778em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.more:hover {
  background-color: black;
}
#banner .top {
  height: 74px;
}
#banner ul li {
  position: relative;
}
#banner ul li .video {
  height: 100%;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
}
#banner ul li .video video {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*#banner ul li .video:after {
  content: '';
  background-image: linear-gradient(to left,black,transparent);
  opacity: .4;
  background-size: 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}*/
#banner ul li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 8%;
  color: white;
}
#banner ul li .content .btn {
  line-height: 1.2;
}
#banner ul li .content .btn a {
  border-bottom: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .content .btn a:hover {
  color: var(--color);
  border-color: var(--color);
}
#index-body span.tag {
  color: #202020;
}
#index-body .init-1 .bottom ul li {
  background-color: #f5f5f7;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .bottom ul li:nth-child(1) {
  grid-column: span 2;
}
#index-body .init-1 .bottom ul li:nth-child(8) {
  grid-row: span 2;
}
#index-body .init-1 .bottom ul li .img {
  position: relative;
  z-index: -1;
}
#index-body .init-1 .bottom ul li .img.a {
  margin-top: auto;
}
#index-body .init-1 .bottom ul li .img.f {
  margin-top: -6%;
}
#index-body .init-2 .list img {
  -webkit-filter: drop-shadow(0 15px 50px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.2));
}
#index-body .init-3 {
  background-color: #f5f5f7;
  position: relative;
  z-index: 1;
}
#index-body .init-3 .box .left {
  padding-right: .5em;
}
#index-body .init-3 .box .left li {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#index-body .init-3 .box .left span {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  width: 2.5em;
  padding: 1em 0;
  text-align: center;
  background-color: #333;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  letter-spacing: .05em;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
#index-body .init-3 .box .left span:before {
  content: '';
  width: 0.16666667em;
  height: 100%;
  position: absolute;
  left: 100%;
  margin-left: .5em;
  top: 0;
  background-color: var(--color);
  opacity: 0;
}
#index-body .init-3 .box .left span.active {
  background-color: var(--color);
}
#index-body .init-3 .box .left span.active:before {
  opacity: 1;
}
#index-body .init-3 .box .right .box2 .content {
  min-height: 690px;
  position: relative;
  background-color: white;
}
#index-body .init-3 .box .right .box2 .content:before {
  content: '';
  width: 25%;
  height: 20%;
  position: absolute;
  left: 100%;
  bottom: 0;
  background-color: inherit;
  z-index: -1;
}
#index-body .init-3 .box .right .box2 .content .text {
  margin-bottom: 0;
  line-height: 1.8;
}
#index-body .init-3 .box .right .box2 .content .btn {
  position: absolute;
  left: 100%;
  top: 0;
  width: 33%;
  height: 33%;
  background-color: inherit;
  padding: 1em;
}
#index-body .init-3 .box .right .box2 .content .btn div {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .list {
  padding-left: 7%;
  padding-right: 7%;
}
#index-body .init-3 .list li span.h3 {
  line-height: 1.8;
}
#index-body .init-3 .list li span.h3 sub {
  vertical-align: baseline;
}
#index-body .init-4 {
  color: white;
}
#index-body .init-4 span.tag {
  color: white;
}
#index-body .init-4 .list {
  color: var(--color);
  background-color: white;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
  -webkit-transform: translateY(110px);
  -moz-transform: translateY(110px);
  -ms-transform: translateY(110px);
  transform: translateY(110px);
}
#index-body .init-4 .list i.flex {
  height: 56px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: .2;
}
#index-body .init-4 .list a.link {
  width: 2em;
  height: 0;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  margin-top: 0;
  line-height: 2em;
  background-color: white;
  color: var(--color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-4 .list li {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list li:before {
  content: '';
  width: 1px;
  background-color: var(--color);
  height: 40%;
  position: absolute;
  top: 30%;
  right: 0;
  opacity: .4;
}
#index-body .init-4 .list li:last-child:before {
  display: none;
}
#index-body .init-4 .list li:hover {
  background-color: var(--color);
  color: white;
  margin: -1.75em 0;
}
#index-body .init-4 .list li:hover i.flex {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 1;
}
#index-body .init-4 .list li:hover a.link {
  margin-top: 1.5em;
  height: 2em;
  line-height: 2em;
  opacity: 1;
}
#index-body .init-5 ul li {
  position: relative;
}
#index-body .init-5 ul li dl dd {
  position: relative;
}
#index-body .init-5 ul li dl dd:after,
#index-body .init-5 ul li dl dd:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: white;
  -webkit-animation:ks 2s linear infinite;
  -o-animation:ks 2s linear infinite;
  -ms-animation:ks 2s linear infinite;
  -moz-animation:ks 2s linear infinite;
  animation:ks 2s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init-5 ul li dl dd:before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-5 ul li:nth-child(1) {
  grid-column: span 2;
  height: 800px;
}
#index-body .init-5 ul li dl dd {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: white;
  z-index: 1;
}
#index-body .init-5 ul li dl dd a {
  position: absolute;
  top: 100%;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px;
  background-color: var(--color);
  color: white;
  margin-top: 14px;
  display: none;
  z-index: 1;
}
#index-body .init-5 ul li dl dd a img {
  background-color: white;
}
#index-body .init-5 ul li dl dd a:after {
  content: '';
  width: 100%;
  height: 20px;
  bottom: 100%;
  z-index: -1;
  position: absolute;
}
#index-body .init-5 ul li dl dd a:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid var(--color);
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-5 ul li dl dd a span {
  display: block;
  margin-top: .5em;
}
#index-body .init-5 ul li dl dd:hover a {
  display: block;
}
#index-body .init-5 ul li:nth-child(1) dl dd:nth-child(1) {
  left: 18%;
  top: 27%;
}
#index-body .init-5 ul li:nth-child(1) dl dd:nth-child(2) {
  left: 49%;
  top: 24%;
}
#index-body .init-5 ul li:nth-child(1) dl dd:nth-child(3) {
  left: 77%;
  top: 29%;
}
#index-body .init-5 ul li:nth-child(2) dl dd:nth-child(1) {
  left: 41%;
  top: 20%;
}
#index-body .init-5 ul li:nth-child(2) dl dd:nth-child(2) {
  left: 61%;
  top: 20%;
}
#index-body .init-5 ul li:nth-child(2) dl dd:nth-child(3) {
  left: 85%;
  top: 20%;
}
#index-body .init-5 ul li:nth-child(3) dl dd:nth-child(1) {
  left: 53%;
  top: 47%;
}
#index-body .init-5 ul li:nth-child(2) .box:first-child {
  height: 42%;
  background-color: var(--color);
  color: white;
}
#index-body .init-5 ul li:nth-child(2) .box:first-child a.more {
  background-color: white;
  color: var(--color);
}
#index-body .init-5 ul li:nth-child(2) .box:last-child {
  height: 58%;
}
#index-body .init-5 ul li:nth-child(2) .box:last-child span.h2 {
  line-height: 1.2;
}
#index-body .init-5 ul li:nth-child(3) .content {
  top: 0;
  bottom: auto;
}
#index-body .init-5 ul li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 5%;
  color: white;
}
#index-body .init-6 {
  background-color: #f5f5f7;
}
#index-body .init-6 .box {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#index-body .init-6 .box .right {
  max-width: 940px;
  background-color: white;
  position: relative;
}
#index-body .init-6 .box .right:before {
  content: '';
  width: 18%;
  height: 20%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: inherit;
  z-index: -1;
}
#index-body .init-6 .box .right:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
  z-index: -1;
}
#index-body .init-6 .box .right span.h2 {
  border-left: 5px solid var(--color);
}
#index-body .init-6 .box .right .btn {
  width: 18%;
  right: 100%;
  background-color: inherit;
  position: absolute;
  padding: 3%;
  height: 800%;
}
#index-body .init-6 .box .right .btn div {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-6 .box .right .top .page {
  color: var(--color);
}
#index-body .init-6 .box .right .top .page span {
  color: #e3e3e3;
}
#index-body .init-7 .list li {
  height: 100%;
}
#index-body .init-7 .list .box {
  padding: 10% 6%;
  background-color: #f5f5f7;
  height: 100%;
}
#index-body .init-7 .list .box time em {
  color: #a6a6a6;
}
#index-body .init-7 .list .box .cat {
  height: 2.71428571em;
  padding: 0 1.85714286em;
  border-radius: 1.35714286em;
  background-color: #9c9dc6;
  color: white;
}
#index-body .init-7 .list .box .text {
  color: #5d5d5d;
  margin-bottom: auto;
}
#index-body .init-7 .list .box a.link {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list .box a.link:hover {
  color: var(--color);
}
#footer {
  background-color: #2e2e2e;
  color: white;
}
#footer .footer-top span.h6 {
  line-height: 1.2;
}
#footer .footer-top .form {
  max-width: 410px;
}
#footer .footer-top .form input {
  width: 100%;
  font-weight: 300;
  padding: 1.42857143em 0.9em;
  border-radius: .4em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
font-size: 16px;
line-height: 30px;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top .form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top .form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top .form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top .form input:focus {
  border-color: var(--color);
}
#footer .footer-top .form input[type="submit"] {
  border-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .form input[type="submit"]:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .footer-top .share {
  color: #979797;
}
#footer .footer-top #ewm {
  max-width: 120px;
  border: 4px solid white;
}
#footer .footer-top .nav {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .nav li {
  margin-bottom: .7em;
}
#footer .footer-top .nav li ul {
  display: none;
}
#footer .footer-top .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .nav li a:hover {
  color: white;
}
#footer .footer-top .info {
  max-width: 260px;
}
#footer .footer-top .info p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}
#footer .footer-bottom {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
#footer .footer-bottom svg {
  max-height: 1.55555556em;
  width: auto;
  display: block;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom svg:hover {
  fill: white;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover {
  color: white;
}
@media screen and (max-width: 1700px) {
  #index-body .init-3 .list li i img {
    max-height: 40px;
  }
  #index-body .init-5 ul li:nth-child(1) {
    height: 600px;
  }
  #index-body .init-5 ul li dl dd:nth-child(2) {
    top: 18%;
  }
  #index-body .init-5 ul li dl dd:nth-child(3) {
    top: 25%;
  }
  #index-body .init-5 ul li dl dd:nth-child(1) {
    top: 7%;
  }
  #index-body .init-6 .box .right {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-3 .box .right .box2 .content {
    min-height: 540px;
  }
  #index-body .init-3 .list {
    padding-left: 3%;
    padding-right: 3%;
  }
  #index-body .init-4 .list i.flex {
    height: 40px;
  }
  #index-body .init-4 .list i.flex img {
    max-height: 100%;
    max-width: 45px;
  }
  #index-body .init-5 ul li:nth-child(1) {
    height: 500px;
  }
}
@media screen and (max-width: 1250px) {
  #footer .footer-top .slide:nth-child(2),
  #footer .footer-top .slide:nth-child(3) {
    display: none;
  }
  #footer .footer-top #ewm {
    display: none;
  }
  .init-5 ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-6 .box {
    padding: 0 15px;
  }
  #index-body .init-6 .box .right {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
  #index-body .init-5 {
    display: none;
  }
  #index-body .init-3 .box .right .box2 .content {
    min-height: auto;
    padding: 20px 15px !important;
  }
  #index-body .init-3 .box .right .box2 .content .text {
    margin: 1em 0;
  }
  #index-body .init-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .list ul li {
    width: 50%;
  }
  #index-body .init-4 .list a.link {
    display: none;
  }
  #index-body .init-4 .list li:hover {
    margin: 0;
  }
  #index-body .init-4 .list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .init-4 {
    padding-bottom: 40px;
  }
  #footer .footer-top .share {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .bottom ul li:nth-child(1) {
    grid-column: span 1;
  }
  .font-22{
    font-size: 20px;
  }
  #index-body .init-3 .list ul li {
    width: 48%;
    gap: 4%;
  }
  #index-body .init-3 .list li i img {
    max-width: 40px;
    max-height: 30px;
  }
  .font-24 {
    font-size: 18px;
  }
  #footer .footer-top .slide {
    width: 100%;
  }
  #footer .footer-top .form,
  #footer .footer-top .info {
    max-width: none;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .font-20 {
    font-size: 16px;
  }
  #footer .footer-bottom .coy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .font-36 {
    font-size: 20px;
    line-height: 1.8!important;
  }
  #index-body .init-3 .list li p {
    font-size: 14px;
    line-height: 2;
  }
  .font-30 {
font-size: 18px;
line-height: 32px;
  }
}
.inner-banner {
  color: white;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-banner .right li span.h3 {
  line-height: .9;
  display: block;
}
.inner-banner .right li p {
  line-height: 1;
}
.inner-banner .right li:nth-child(2) {
  zoom: 0.66875;
  -webkit-transform: translateY(75%);
  -moz-transform: translateY(75%);
  -ms-transform: translateY(75%);
  transform: translateY(75%);
}
.inner-banner .right li:nth-child(3) {
  zoom: 0.34375;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}
.inner-banner .right li:nth-child(4) {
  zoom: 0.8625;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span,
.inner-page .m-page current {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}
.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}
.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}
.inner-page .sidebarLeft .slide ul li.active i:before {
  opacity: 1;
}
.inner-page .sidebarLeft .info {
  background-color: #f0f0f0;
  padding: 15% 10%;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}
.inner-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}
.news-page .news-1 .box {
  padding: 3% 5%;
  background-color: var(--color);
  color: white;
}
.news-page .news-1 .box form {
  height: 3.75em;
  border: 1px solid white;
}
.news-page .news-1 .box form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.8em;
}
.news-page .news-1 .box form input::-webkit-input-placeholder {
  color: white;
}
.news-page .news-1 .box form input:-moz-placeholder {
  color: white;
}
.news-page .news-1 .box form input::-moz-placeholder {
  color: white;
}
.news-page .news-1 .box form input:-ms-input-placeholder {
  color: white;
}
.news-page .news-1 .box form input::placeholder {
  color: white;
}
.news-page .news-1 .box form button {
  width: 5.625em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  background-color: transparent;
}
.news-page .news-1 .box form button i {
  font-size: 2em;
}
.news-page .news-2 ul {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.news-page .news-2 ul li {
  padding: 6% 10%;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.news-page .news-2 ul li:hover {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  z-index: 1;
}
.industry-page .industry-1 .box {
  color: white;
  position: relative;
  z-index: 1;
}
.industry-page .industry-1 .box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  z-index: -1;
}
.industry-page .industry-1 .box hr {
  background-color: white;
}
.industry-page .industry-1 .box a.more {
  background-color: white;
  color: var(--color);
}
.industry-page .industry-1 .box a.more:hover {
  background-color: black;
  color: white;
}
.industry-page .industry-2 ul {
  border-bottom: 1px solid #bebebe;
}
.industry-page .industry-2 ul li {
  border-top: 1px solid #bebebe;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industry-page .industry-2 ul li .text {
  line-height: 1.6;
}
.industry-page .industry-2 ul li:hover {
  background-color: #f0f0f0;
}
.newdet-page h1 {
  line-height: 1.4;
}
.newdet-page .text {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
}
.newdet-page .text strong {
  color: black;
}
.newdet-page .text p {
  margin-top: 1.5em;
}
.newdet-page .text h3 {
  font-weight: bold;
font-size: 20px;
line-height: 36px;
color: var(--color);
}
.newdet-page .text a {
  color: var(--color);

}
.newdet-page .text p:first-child {
  margin-top: 0;
}
.newdet-page .m-link a {
  height: 2em;
  padding: 0 2.5em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  background-color: black;
}
.newdet-page .form input,
.newdet-page .form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  padding: .9em 1.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form input::-webkit-input-placeholder, .newdet-page .form textarea::-webkit-input-placeholder {
  color: black;
}
.newdet-page .form input:-moz-placeholder, .newdet-page .form textarea:-moz-placeholder {
  color: black;
}
.newdet-page .form input::-moz-placeholder, .newdet-page .form textarea::-moz-placeholder {
  color: black;
}
.newdet-page .form input:-ms-input-placeholder, .newdet-page .form textarea:-ms-input-placeholder {
  color: black;
}
.newdet-page .form input::placeholder,
.newdet-page .form textarea::placeholder {
  color: black;
}
.newdet-page .form input:focus,
.newdet-page .form textarea:focus {
  border-color: var(--color);
}
.newdet-page .form textarea {
  height: 230px;
}
.newdet-page .form input[type="submit"] {
  padding: .45em 2em;
  width: auto;
  height: auto;
  border: none;
  margin-left: auto;
}
.download-page .download-1 .text {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  color: #1d1d1d;
}
.download-page .download-1 .list ul {
  margin: -13px -22px;
}
.download-page .download-1 .list ul .slick-track {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download-page .download-1 .list ul .slick-track .slick-slide > div {
  height: auto;
}
.download-page .download-1 .list ul li {
  padding: 13px 22px;
}
.download-page .download-1 .list ul li a.img-box {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
}
.download-page .download-1 .list ul li span.h6 img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list ul li span.h6:hover {
  text-decoration: underline;
}
.download-page .download-1 .list ul li span.h6:hover img {
  opacity: 1;
}
.download-page .download-2 .box ul {
  margin: -0.5em;
}
.download-page .download-2 .box ul li {
  padding: .5em;
}
.download-page .download-2 .box .left {
  padding-right: .8em;
}
.download-page .download-2 .box .left a.img-box .play {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  width: auto;
  height: auto;
}
.download-page .download-2 .box .left a.img-box .play img {
  position: relative;
  z-index: 1;
  max-width: none;
  width: auto;
}
.download-page .download-2 .box .right {
  padding-left: .2em;
}
.download-page .download-2 .box .right .slick-track {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download-page .download-2 .box .right .slick-track .slick-slide > div {
  height: auto;
}
.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}
.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}
.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}
.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}
.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}
.faq-page .faq-2 .form form button i {
  font-size: 2em;
}
.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}
.faq-page .faq-2 .form form ul li {
  width: 100%;
}
.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}
.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}
.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}
.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}
.contact-page .contact-1 .left .text span {
  color: black;
}
.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}
.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}
.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .2em;
  opacity: .8;
}
.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color);
}
.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right textarea {
  height: 110px;
}
.contact-page .contact-1 .right select {
  padding: 1em;
}
.contact-page .contact-1 .right button {
  width: auto;
  border: none;
}
.contact-page iframe {
  border: none;
  display: block;
}
.history-page ul {
  border-left: 1px solid #d3d5d6;
}
.history-page ul li {
  border-bottom: 1px solid #d3d5d6;
}
.history-page ul li time {
  width: 3.75em;
  height: 3.75em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  position: relative;
  left: -1.875em;
}
.quality-page .btn div {
  width: 3em;
  height: 3em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality-page .btn div.next {
  background-color: #f5f5f7;
  color: var(--color);
}
.quality-page .btn div:hover {
  background-color: var(--color);
  color: white;
}
.quality-page .quality-1 .left {
  overflow: hidden;
}
.quality-page .quality-1 .left span.h2 {
  max-width: 670px;
  line-height: 1.2;
}
.quality-page .quality-1 .left .text {
  max-width: 670px;
}
.quality-page .quality-1 .left .list {
  margin-bottom: -25%;
}
.quality-page .quality-1 .right .slick-slide {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.quality-page .quality-2 {
  color: white;
  position: relative;
  z-index: 1;
}
.quality-page .quality-2:before {
  content: '';
  width: 100%;
  height: 38%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: white;
}
.quality-page .quality-2 .box {
  background-color: white;
  padding: 3% 5%;
  color: black;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
}
.quality-page .quality-2 .box span.icon {
  height: 1em;
}
.quality-page .quality-2 .box span.icon:before {
  content: '';
  width: 1em;
  height: 1px;
  background-color: var(--color);
}
.quality-page .quality-2 .box span.icon img {
  max-height: 100%;
  max-width: 1em;
}
.quality-page .quality-2 .box .text {
  color: #5d5d5d;
}
.quality-page .quality-3 {
  background-color: #f0f0f0;
}
.quality-page .quality-3 span.h2 {
  line-height: 1.2;
}
.quality-page .quality-3 .right ul li {
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.quality-page .quality-3 .right ul li i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quality-page .quality-3 .right ul li i.dots:before {
  content: '';
  width: 72%;
  height: 72%;
  position: absolute;
  left: 15%;
  top: 15%;
  border-radius: inherit;
  background-color: #202020;
}
.quality-page .quality-3 .right ul li .content {
  background-color: white;
  padding: 5% 8%;
}
.quality-page .quality-3 .right ul li .content span.h3 {
  line-height: 1.15;
}
.quality-page .quality-3 .right ul li .content .page {
  color: #5d5d5d;
}
.quality-page .quality-3 .right ul li .content .text {
  color: #5d5d5d;
  border-top: 3px solid #f0f0f0;
  display: none;
}
.quality-page .quality-3 .right ul li:nth-child(2) i.dots {
  zoom: .9;
}
.quality-page .quality-3 .right ul li:nth-child(3) i.dots {
  zoom: .8;
}
.quality-page .quality-3 .right ul li:nth-child(4) i.dots {
  zoom: .7;
}
.quality-page .quality-3 .right ul li:nth-child(5) i.dots {
  zoom: .6;
}
.quality-page .quality-3 .right ul li.active i.dots {
  border-color: var(--color);
}
.quality-page .quality-3 .right ul li.active i.dots:before {
  background-color: var(--color);
}
.quality-page .quality-3 .right ul li.active .content span.h3 {
  color: var(--color);
}
.sustanibility-page .sustanibility-1 span.h2 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-2 {
  background-color: #fafafa;
}
.sustanibility-page .sustanibility-2 .list {
  padding: 0 9%;
}
.sustanibility-page .sustanibility-2 .list ul {
  margin: 0 -1em;
}
.sustanibility-page .sustanibility-2 .list ul li {
  padding: 0 1em;
}
.sustanibility-page .sustanibility-2 .list ul li i {
  line-height: normal;
  height: 1.0875em;
  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;
}
.sustanibility-page .sustanibility-2 .list ul li i img {
  max-height: 100%;
}
.sustanibility-page .sustanibility-2 .list ul li span.h6 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-3 {
  overflow: hidden;
}
.sustanibility-page .sustanibility-3 span.h2 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-3 .text {
  color: rgba(0, 0, 0, 0.8);
}
.sustanibility-page .sustanibility-3 .text p {
  margin-bottom: 1.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustanibility-page .sustanibility-3 .text p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: .7em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.sustanibility-page .sustanibility-3 .text p:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-3 .img {
  width: 120%;
  margin-right: -20%;
}
.sustanibility-page .sustanibility-4 {
  position: relative;
  background-color: #f9f9f9;
  z-index: 1;
}
.sustanibility-page .sustanibility-4 .ui.container {
  max-width: 1350px;
}
.sustanibility-page .sustanibility-4:before {
  content: '';
  height: 45%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: var(--color);
  top: 0;
  left: 0;
}
.sustanibility-page .sustanibility-4 span.h2 {
  color: white;
}
.sustanibility-page .sustanibility-4 .list li {
  height: 100%;
  padding-bottom: 10px;
}
.sustanibility-page .sustanibility-4 .list .box {
  background-color: white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
}
.sustanibility-page .sustanibility-4 .list .box .content {
  padding: 6% 4%;
}
.sustanibility-page .sustanibility-4 .list .box .text {
  line-height: 1.8;
}
.technology-page .technology-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.technology-page .technology-1 .left span.h2 {
  line-height: 1.2;
}
.technology-page .technology-1 .right li {
  border-bottom: 1px solid #f0f0f0;
}
.technology-page .technology-1 .right li span.h2 {
  color: var(--color);
}
.technology-page .technology-2 {
  color: white;
  position: relative;
}
.technology-page .technology-2 .mask {
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.technology-page .technology-2 .mask * {
  height: 100%;
}
.technology-page .technology-2 .btn div {
  width: 3em;
  height: 3em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technology-page .technology-2 .btn div.next {
  background-color: var(--color);
  color: white;
}
.technology-page .technology-2 .btn div:hover {
  background-color: white;
  color: var(--color);
}
.technology-page .technology-2 .list {
  padding: 0 25%;
  overflow: hidden;
}
.technology-page .technology-2 .list .slick-list {
  overflow: unset;
}
.technology-page .technology-2 .list .slick-slide {
  -webkit-transform: translateX(25%) scale(0.6);
  -moz-transform: translateX(25%) scale(0.6);
  -ms-transform: translateX(25%) scale(0.6);
  transform: translateX(25%) scale(0.6);
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.technology-page .technology-2 .list .slick-slide.slick-current {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  z-index: 1;
}
.technology-page .technology-2 .list .slick-slide.slick-current ~ div {
  -webkit-transform: translateX(-25%) scale(0.6);
  -moz-transform: translateX(-25%) scale(0.6);
  -ms-transform: translateX(-25%) scale(0.6);
  transform: translateX(-25%) scale(0.6);
}
.about-page .about-1 .text {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-1 .text p {
  margin-top: 1.8em;
}
.about-page .about-1 .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .list span.h3 {
  line-height: .8;
  display: block;
}
.about-page .about-1 .list .sup {
  line-height: .5;
  color: #9798c2;
}
.about-page .about-1 .list p {
  padding-right: .2em;
}
.about-page .about-2 {
  background-color: #f5f5f7;
}
.about-page .about-2 .text {
  color: #1d1d1d;
}
.about-page .about-2 li {
  margin-bottom: 1em;
}
.about-page .about-2 li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 li span.h6 {
  color: #202020;
}
.about-page .about-2 li span.h6 i {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 li .text {
  color: #5d5d5d;
  display: none;
}
.about-page .about-2 li.active span.h6 {
  color: var(--color);
}
.about-page .about-2 li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-3 .btn div {
  width: 3em;
  height: 3em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .btn div.next {
  background-color: var(--color);
  color: white;
}
.about-page .about-3 .btn div:hover {
  background-color: black;
  color: white;
}
.about-page .about-4 ul {
  height: 560px;
}
.about-page .about-4 ul li:nth-child(1) {
  width: 21%;
}
.about-page .about-4 ul li:nth-child(1) .box:nth-child(1) {
  height: 41%;
}
.about-page .about-4 ul li:nth-child(1) .box:nth-child(2) {
  height: 59%;
}
.about-page .about-4 ul li:nth-child(2) {
  width: 14%;
}
.about-page .about-4 ul li:nth-child(2) .box:nth-child(1) {
  height: 59%;
}
.about-page .about-4 ul li:nth-child(2) .box:nth-child(2) {
  height: 41%;
}
.about-page .about-4 ul li:nth-child(3) {
  width: 29%;
}
.about-page .about-4 ul li:nth-child(3) .box {
  height: 100%;
}
.about-page .about-4 ul li:nth-child(4) {
  width: 27%;
}
.about-page .about-4 ul li:nth-child(4) .box:nth-child(1) {
  height: 38%;
}
.about-page .about-4 ul li:nth-child(4) .box:nth-child(2) {
  height: 62%;
}
.about-page .about-4 ul li:nth-child(5) {
  width: 9%;
}
.about-page .about-4 ul li:nth-child(5) .box {
  height: 50%;
}
.about-page .about-4 ul li .content {
  padding: 5%;
  color: white;
}
.about-page .about-4 ul li .box {
  background-size: cover;
  background-position: center;
}
.product-page .product-1 .list li a.img-box img {
  background-color: #f5f5f7;
}
.product-page .product-1 .list li a.img-box img.pos {
  left: 0;
  top: 0;
  width: 100%;
  transition: .5s;
}
.product-page .product-1 .list li a.img-box:hover img.pos {
  opacity: 1;
}
.product-page .product-1 .list li a.img-box:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
}
.product-page .product-1 .list li:hover a.img-box:after {
  opacity: 1;
}
.product-page .product-1 .list li:hover span.h6 {
  color: var(--color)
}
.product-page .product-1 .content {
  max-height: 160px;
  overflow: auto;
  padding-right: 1em;
}
.product-page .product-1 .content p {
  margin-bottom: 1.8em;
}
.product-page .product-1 .filter {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
.product-page .product-1 .filter .input {
  width: 100%;
  position: relative;
}
.product-page .product-1 .filter .input span {
  height: 3.55555556em;
  padding: 0 1.6em;
  border: 2px solid #c8c8c8;
  color: #5e5e5e;
}
.product-page .product-1 .filter .input span em {
  white-space: nowrap;
  flex-shrink: 0;
}
.product-page .product-1 .filter .input span input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.product-page .product-1 .filter .input span i {
  font-size: 1.3em;
}
.product-page .product-1 .filter .input ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1em;
  border: 1px solid #c8c8c8;
  z-index: 1;
  background-color: white;
  display: none;
}
.product-page .product-1 .filter .input ul.post {
  max-height: 300px;
  overflow: auto;
}
.product-page .product-1 .filter .input ul.post li {
  width: 50%;
  float: left;
}
.product-page .product-1 .filter .input ul li {
  padding: .5em 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .filter .input ul li:hover {
  color: var(--color);
  border-color: var(--color);
}
.product-page .product-1 .filter .input:hover ul {
  display: block;
}
.product-page .product-1 .filter button,
.product-page .product-1 form.filter> a {
  border: none;
  background-color: var(--color);
  color: white;
  padding: 0 1.2em;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .filter button i {
  font-size: 1.2em;
}
.product-page .product-1 .filter button:hover,
.product-page .product-1 form.filter> a:hover {
  background-color: black;
}
dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.4);
  z-index: -2;
  opacity: 0;
  padding: 0;
  border: none;
}
dialog.active {
  z-index: 22;
  opacity: 1;
}
dialog .box {
  background-color: white;
  width: 1050px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  position: relative;
}
dialog .dialogBox {
  overflow: hidden;
  width: 1390px;
}
dialog .dialogBox .img {
  position: sticky;
  top: 0;
}
dialog .dialogBox .img li {
  height: 100%;
}
dialog .dialogBox .img a.img-box {
  background-color: #eee;
}
dialog .dialogBox .bottomCoy {
  background-color: #f0f0f0;
}
dialog .dialogBox .bottomCoy i {
  width: .6em;
  height: .6em;
  border-radius: 100%;
  background-color: var(--color);
}
dialog .dialogBox .scroll {
  height: calc(90vh - 70px);
  max-height: 700px;
  overflow: auto;
}
dialog .dialogBox .list {
  padding: 11%;
}
dialog .dialogBox .list li:hover a.img-box {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
}
dialog .dialogBox .list li:hover span {
  text-decoration: underline;
}
dialog .box span.close {
  width: 2em;
  height: 2em;
  background-color: #eee;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 2;
}
dialog .box span.close:hover {
  background-color: var(--color);
  color: white;
}
dialog .box .img {
  /*padding: 5% 11%;*/
  background-color: #f5f5f7;
  display: block;
}
dialog .box .img img {
  /*-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);*/
}
dialog .box .right .img {
  /*padding: 12% 25%;*/
}
dialog .box .small .prev {
  right: 100%;
  margin-right: -1em;
}
dialog .box .small .next {
  left: 100%;
  margin-left: -1em;
}
.product-page .product-2 {
  background-color: white !important;
}
.product-page .product-2.init-3 .box .right .box2 .content {
  background-color: #f5f5f7 !important;
}
.product-page .product-3 {
  background-color: #f5f5f7;
}
.product-page .product-3 .btn div {
  width: 3em;
  height: 3em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-3 .btn div.next {
  background-color: var(--color);
  color: white;
}
.product-page .product-3 .btn div:hover {
  background-color: black;
  color: white;
}
.product-page .product-4 .list .box {
  padding: 8%;
  height: 100%;
  background-color: #f5f5f7;
}
.product-page .product-4 .list li {
  height: 100%;
}
.product-page .product-4 .list .box time em {
  color: #a6a6a6;
}
.product-page .product-4 .list .box .text {
  color: #5d5d5d;
  line-height: 1.625;
}
.product-page .product-5 {
  background-color: #f5f5f7;
}
.product-page .product-5 .form input,
.product-page .product-5 .form textarea,
.product-page .product-5 .form select {
  width: 100%;
  border: none;
  padding: .8em 1.2em;
  background-color: white;
}
.product-page .product-5 .form select {
  height: 100%;
}
.product-page .product-5 .form textarea {
  height: 120px;
}
.product-page .product-5 .form button {
  border: none;
}
.customization-page .ret {
  color: #484848;
}
.customization-page .ret:hover + .drop {
  display: block;
}
.customization-page .ret.active i.dots {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.customization-page .border {
  padding: .5em 1em;
  border: 1px solid #f5f5f7;
  min-width: 14.44444444em;
  line-height: 1.1;
  cursor: pointer;
  cursor: hand;
  max-width: 300px;
}
.customization-page .border[type="text"] {
  cursor: text;
}
.customization-page .border.thickness,
.customization-page .border.color {
  min-width: 7.77777778em;
  width: 7.77777778em;
}
.customization-page i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid var(--color);
  position: relative;
  margin-top: -0.2em;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.customization-page i.dots:before {
  content: '';
  width: .4em;
  height: .4em;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background-color: var(--color);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.customization-page .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #f5f5f7;
  background-color: white;
  z-index: 1;
  padding: 1em;
  display: none;
  max-height: 400px;
  overflow: auto;
}
.customization-page .drop:hover {
  display: block;
}
.customization-page .drop li {
  padding: .3em 0;
  border-bottom: 1px solid #f5f5f7;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customization-page .drop li:hover {
  color: var(--color);
}
.customization-page .typeList li a.img-box {
  border: 2px solid transparent;
  background-color: #f5f5f7;
}
.customization-page .typeList li p {
  opacity: 0;
}
.customization-page .typeList li.active a.img-box {
  border-color: var(--color);
}
.customization-page .typeList li.active p {
  opacity: 1;
}
.customization-page .size input.border {
  min-width: 5.88888889em;
  width: 5.88888889em;
  background-color: white;
}
.customization-page .paper .border {
  min-width: 7.77777778em;
  width: 7.77777778em;
}
.customization-page .options span {
  min-width: 6.66666667em;
  border: 2px solid transparent;
  background-color: #f5f5f7;
  padding: .2em;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  color: #484848;
}
.customization-page .options span.active {
  border-color: var(--color);
}
.customization-page .options.glass span {
  min-width: 11.11111111em;
}
.customization-page input[type="color"] {
  padding: 0;
  height: 40px;
}
.customization-page .optionsMore {
  height: 2em;
  background-color: #f5f5f7;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
}
.customization-page .optionsMore.active i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.customization-page .customization-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  background-color: #f5f5f7;
}
.customization-page .customization-4 {
  background-color: #f5f5f7;
}
.customization-page .customization-4 .ui.container {
  max-width: 1000px;
}
.customization-page .customization-4 input,
.customization-page .customization-4 textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #d1d1d2;
  padding: .7em .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customization-page .customization-4 input:focus,
.customization-page .customization-4 textarea:focus {
  border-color: var(--color);
}
.customization-page .customization-4 input::-webkit-input-placeholder {
  color: black;
}
.customization-page .customization-4 input:-moz-placeholder {
  color: black;
}
.customization-page .customization-4 input::-moz-placeholder {
  color: black;
}
.customization-page .customization-4 input:-ms-input-placeholder {
  color: black;
}
.customization-page .customization-4 input::placeholder {
  color: black;
}
.customization-page .customization-4 textarea {
  border: 1px solid #d1d1d2;
  height: 100px;
}
.customization-page .customization-4 button {
  border: none;
  margin-left: auto;
  margin-right: auto;
}
.customization-page .customization-1 .options span:nth-child(18) ~ span {
  display: none;
}
.customization-page .customization-1 .options.active span:nth-child(18) ~ span {
  display: block;
}
.spaces-page .spaces-1 li .pre:before {
  content: '';
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -webkit-linear-gradient(bottom, black, transparent);
  background-image: -moz-linear-gradient(bottom, black, transparent);
  background-image: linear-gradient(to top, black, transparent);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.spaces-page .spaces-1 li .pre .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3% 6%;
  z-index: 2;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.spaces-page .spaces-1 li .pre .bottom span.tag {
  padding: .25em 1em;
  border-radius: 1.5em;
  background-color: white;
  color: var(--color);
}
.spaces-page .spaces-1 li .pre:hover:before {
  opacity: 0;
}
.spaces-page .spaces-1 li .pre:hover .bottom {
  background-color: var(--color);
}
.spaces-page .spaces-2 .btn div {
  width: 3em;
  height: 3em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.spaces-page .spaces-2 .btn div.next {
  background-color: var(--color);
  color: white;
}
.spaces-page .spaces-2 .btn div:hover {
  background-color: var(--color);
  color: white;
}
.spaces-page .spaces-2 .box .right {
  background-color: #f5f5f7;
  padding: 3%;
}
.spaces-page .spaces-2 .box .right ol {
font-size: 22px;
line-height: 40px;
  font-weight: bold;
}
.spaces-page .spaces-2 .box .right ol li {
  margin-top: .7em;
  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;
  gap: .4em;
}
.spaces-page .spaces-2 .box .right ol li:before {
  content: '';
  width: 0.36363636em;
  height: 0.36363636em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1450px) {
  .download-page .download-2 .box .left a.img-box .play img {
    max-width: 70px;
  }
}
@media screen and (max-width: 1250px) {
  .customization-page .customization-1 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
  }
  .contact-page iframe {
    height: 400px;
  }
  .technology-page .technology-2 .box {
    width: 100%;
  }
  .technology-page .technology-2 {
    color: black;
  }
  .technology-page .technology-2 .mask {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .spaces-page .spaces-1 .box .slide:last-child {
    grid-column: span 2;
  }
  .spaces-page .spaces-2 .box .right {
    padding: 3% !important;
  }
  .about-page .about-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .about-page .about-4 ul li:nth-child(1) .box:nth-child(1),
  .about-page .about-4 ul li:nth-child(2) .box:nth-child(2) {
    display: none;
  }
  .about-page .about-4 ul li {
    width: 100% !important;
  }
  .about-page .about-4 ul li .box {
    height: auto !important;
  }
  .contact-page .contact-1 .left,
  .customization-page .customization-1 .left,
  .technology-page .technology-1 .left {
    position: static;
  }
  .download-page .download-2 .box .left a.img-box .play img {
    max-width: 50px;
  }
  .download-page .download-2 .box .left {
    width: 100%;
  }
  .download-page .download-2 .box .right {
    display: none;
  }
  .news-page .news-1 .box i img {
    max-height: 40px;
  }
  .inner-page .sidebarLeft {
    display: none;
  }
  .newdet-page h1 {
    width: 100%;
  }
  .product-page .product-1 .filter button,.product-page .product-1 .filter a {
    height: 3em;
  }
  .quality-page .quality-1 .left {
    width: 100%;
  }
  .quality-page .quality-1 .right {
    display: none;
  }
  .sustanibility-page .sustanibility-2 .list {
    padding: 0;
  }
  .sustanibility-page .sustanibility-3 .img {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .sustanibility-page .sustanibility-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
  }
  .font-54{
    font-size:20px;
    line-height: 1.8!important;
  }
  .bankuai{
    display: none;
  }
  .sustanibility-page .sustanibility-2 .list ul li {
    padding: 0;
  }
  .product-page .product-1 .filter{
    display: none;
  }
  .quality-page .quality-3 .right ul li i.dots {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    zoom: 1 !important;
  }
  .font-26 {
    font-size: 18px;
        line-height: 1.8!important;
  }
  .history-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
  }
  .history-page ul li .img {
    width: 100%;
    margin: 10px 0;
  }
  .history-page ul li time {
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .history-page ul li .content {
    width: 100%;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .spaces-page .spaces-1 .box .slide:last-child {
    grid-column: span 1;
  }
  .spaces-page .spaces-1 .box {
    grid-template-columns: 1fr;
  }
  .spaces-page .spaces-2 .list {
    display: none;
  }
  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }
  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }
  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }
  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}
@media screen and (max-width: 500px) {
  .spaces-page .spaces-2 .box .right ol {
    font-size: 1.1em;
  }
  .font-35{
    line-height: 28px;
  }
  .fljs{
    display: none;
  }
  .font-55{
    font-size: 20px;
line-height: 36px;
  }
  .font-60{
    font-size: 20px;
line-height: 1.8;
  }
  .font-18{
font-size: 16px;
    line-height: 2!important;
   }
  .yejiao{
    display: none;
  }
  .font-48{
    font-size: 18px;
line-height: 32px;
  }
  #banner ul li .content .btn{
    line-height: 2;
  }
  .material ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .plate ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
  .font-40 {
    font-size: 20px;
    line-height: 1.8!important;
  }
  .news-page .news-2 ul li {
    padding: 5%;
  }
}

